berops / claudie

Cloud-agnostic managed Kubernetes
https://docs.claudie.io/
Apache License 2.0
521 stars 34 forks source link

Bump the go-dependencies group across 1 directory with 19 updates #1393

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the go-dependencies group with 14 updates in the / directory:

Package From To
cloud.google.com/go/compute 1.25.1 1.27.0
github.com/aws/aws-sdk-go-v2 1.26.1 1.27.0
github.com/aws/aws-sdk-go-v2/config 1.27.11 1.27.15
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue 1.13.13 1.13.17
github.com/aws/aws-sdk-go-v2/service/ec2 1.159.0 1.161.3
github.com/aws/aws-sdk-go-v2/service/s3 1.53.1 1.54.2
github.com/go-playground/validator/v10 10.19.0 10.20.0
github.com/hetznercloud/hcloud-go 1.54.1 1.55.0
github.com/oracle/oci-go-sdk/v65 65.64.0 65.65.2
google.golang.org/grpc 1.63.2 1.64.0
k8s.io/api 0.30.0 0.30.1
sigs.k8s.io/controller-runtime 0.18.0 0.18.2
github.com/prometheus/client_golang 1.19.0 1.19.1
k8s.io/client-go 0.30.0 0.30.1

Updates cloud.google.com/go/compute from 1.25.1 to 1.27.0

Release notes

Sourced from cloud.google.com/go/compute's releases.

compute: v1.27.0

1.27.0 (2024-05-16)

Features

  • compute: Update Compute Engine API to revision 20240430 (#900) (292e812)
Changelog

Sourced from cloud.google.com/go/compute's changelog.

1.27.0 (2024-04-15)

Features

  • documentai: Support a new Layout Processor in Document AI (2cdc40a)

1.26.1 (2024-03-14)

Bug Fixes

  • documentai: Update protobuf dep to v1.33.0 (30b038d)

Documentation

  • documentai: A comment for field processor_version_source in message .google.cloud.documentai.v1beta3.ImportProcessorVersionRequest is changed (25c3f2d)

1.26.0 (2024-02-21)

Features

  • documentai: A new field schema_override is added to message ProcessOptions (#9400) (a86aa8e)
  • documentai: A new message FoundationModelTuningOptions is added (7e6c208)

1.25.0 (2024-02-09)

Features

  • documentai: Expose model_type in v1 processor, so that user can see the model_type after get or list processor version (2fcf55c)

1.24.0 (2024-02-06)

Features

  • documentai: Add model_type in v1beta3 processor proto (#9355) (05e9e1f)

1.23.8 (2024-01-30)

Bug Fixes

  • documentai: Enable universe domain resolution options (fd1d569)

1.23.7 (2023-12-13)

... (truncated)

Commits
  • 8cd9468 chore(main): release pubsub 1.27.0 (#7069)
  • 756f7bf chore(main): release firestore 1.9.0 (#6987)
  • a77ada8 chore(main): release datastore 1.10.0 (#7067)
  • d16d9af chore(main): release logging 1.6.0 (#7070)
  • 601c77a feat(bigquery): add default partition expiration to Dataset (#7096)
  • eddaf71 test(pubsublite): fix flaky TestIntegration_PublishSubscribeSinglePartition (...
  • 9cb00af feat(vmwareengine): start generating apiv1 (#7093)
  • 2894e66 fix(logging): fix stdout log http request format (#7083)
  • d96cb02 chore(httpreplay): specify localhost for proxy listener (#7088)
  • 766516a fix(compute/metadata): set IdleConnTimeout for http.Client (#7084)
  • Additional commits viewable in compare view


Updates github.com/aws/aws-sdk-go-v2 from 1.26.1 to 1.27.0

Commits


Updates github.com/aws/aws-sdk-go-v2/config from 1.27.11 to 1.27.15

Commits


Updates github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue from 1.13.13 to 1.13.17

Commits


Updates github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.31.1 to 1.32.3

Commits


Updates github.com/aws/aws-sdk-go-v2/service/ec2 from 1.159.0 to 1.161.3

Commits


Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.53.1 to 1.54.2

Commits


Updates github.com/go-playground/validator/v10 from 10.19.0 to 10.20.0

Release notes

Sourced from github.com/go-playground/validator/v10's releases.

Release 10.20.0

What's Changed

New Contributors

Full Changelog: https://github.com/go-playground/validator/compare/v10.19.0...v10.20.0

Commits


Updates github.com/hetznercloud/hcloud-go from 1.54.1 to 1.55.0

Release notes

Sourced from github.com/hetznercloud/hcloud-go's releases.

v1.55.0

1.55.0 (2024-05-06)

Features

  • error: show internal correlation id in error messages (#417) (f7f96a5)
  • implement actions waiter (c4d8be8)
  • require Go >= 1.21 (18adaf6)

Bug Fixes

  • improve error message format with correlation id (1939cfb)
Changelog

Sourced from github.com/hetznercloud/hcloud-go's changelog.

1.55.0 (2024-05-06)

Features

  • error: show internal correlation id in error messages (#417) (f7f96a5)
  • implement actions waiter (c4d8be8)
  • require Go >= 1.21 (18adaf6)

Bug Fixes

  • improve error message format with correlation id (1939cfb)
Commits
  • c1aa180 chore(release-1.x): release 1.55.0 (#419)
  • c275656 docs(action): fix link to WaitForFunc (#429) [Backport release-1.x] (#434)
  • c4d8be8 feat: implement actions waiter (#407) [Backport release-1.x] (#433)
  • 6aff0c0 refactor: move watch functions to dedicated file [Backport release-1.x] (#432)
  • 1939cfb fix: improve error message format with correlation id [Backport release-1.x] ...
  • 18adaf6 feat: require Go >= 1.21 (#424) [Backport release-1.x] (#425)
  • f5d3b97 test: fix golangci-lint (#426)
  • 54ee67e ci: improve backport PR title and body (#421)
  • f7f96a5 feat(error): show internal correlation id in error messages (#417)
  • See full diff in compare view


Updates github.com/oracle/oci-go-sdk/v65 from 65.64.0 to 65.65.2

Release notes

Sourced from github.com/oracle/oci-go-sdk/v65's releases.

65.65.2

Added

  • Support for the Marketplace Private Offer service

  • Support for resizing local file systems in the Database service

  • Support for PPv2 (Proxy Protocol version 2) in the Load Balancer service

  • Support for custom return path for sent emails in the Email Delivery service

  • Support for session resumption in the Load Balancer service

File Checksums (SHA256)

oci-go-sdk-65.65.2.zip 9e3076f4701efec9e663c8c2a4887fc0d1ec9472d370dd7346c35a094868f2a8

65.65.1

Added

  • Support for resizing of local file systems in the Database service

  • Support for adding user defined pause group in disaster recovery plan in the Disaster Recovery service

  • Support for OS patching configs in the Big Data service

  • Support for IP inventory and notification feature in the Networking service

  • Support for accidental delete protection for load balancers, load balancer listeners, and load balancer backends in the Load Balancer service

  • Support for backend max connections for load balancers in the Load Balancer service

  • Support for listener max connections for load balancers in the Load Balancer service

File Checksums (SHA256)

oci-go-sdk-65.65.1.zip 3d7495e32d8e4f76e887e52207fd297409b8f5bbb6fc27ab406d170086aa2ed4

65.65.0

Added

  • Support for enabling unified auditing for DBHome in the Database service

  • Support for listing minor Grid Infrastructure (GI) versions available for custom GI software image creation in the Database service

... (truncated)

Changelog

Sourced from github.com/oracle/oci-go-sdk/v65's changelog.

65.65.2 - 2024-05-14

Added

  • Support for the Marketplace Private Offer service
  • Support for resizing local file systems in the Database service
  • Support for PPv2 (Proxy Protocol version 2) in the Load Balancer service
  • Support for custom return path for sent emails in the Email Delivery service
  • Support for session resumption in the Load Balancer service

65.65.1 - 2024-05-07

Added

  • Support for resizing of local file systems in the Database service
  • Support for adding user defined pause group in disaster recovery plan in the Disaster Recovery service
  • Support for OS patching configs in the Big Data service
  • Support for IP inventory and notification feature in the Networking service
  • Support for accidental delete protection for load balancers, load balancer listeners, and load balancer backends in the Load Balancer service
  • Support for backend max connections for load balancers in the Load Balancer service
  • Support for listener max connections for load balancers in the Load Balancer service

65.65.0 - 2024-04-30

Added

  • Support for enabling unified auditing for DBHome in the Database service
  • Support for listing minor Grid Infrastructure (GI) versions available for custom GI software image creation in the Database service
  • Support for network security groups in the Recovery Cloud service
  • Support for lineage metadata import in the Data Catalog service
  • Support for workspace properties in workspace create and update operations in the Data Integration service
  • Support for monitoring ExaCC databases in the Database Management service
  • Support for validations on target and policy before the masking process in the Data Safe service

Breaking Changes

  • The type of property AllSqlStatementsFetched was changed from string to SqlTuningSetAllSqlStatementsFetchedEnum in the model SqlTuningSet in the Database Management service
  • The type of property Reproduced was changed from string to SqlPlanBaselineSummaryReproducedEnum in the model sql_plan_baseline_summary in the Database Management service
  • The type of property Reproduced was changed from string to SqlPlanBaselineReproducedEnum in the model sql_plan_baseline in the Database Management service
  • The type of property AutoPurge was changed from string to SqlPlanBaselineSummaryAutoPurgeEnum in the model sql_plan_baseline_summary in the Database Management service
  • The type of property AutoPurge was changed from string to SqlPlanBaselineAutoPurgeEnum in the model sql_plan_baseline in the Database Management service
  • The type of property Adaptive was changed from string to SqlPlanBaselineSummaryAdaptiveEnum in the model sql_plan_baseline_summary in the Database Management service
  • The type of property Adaptive was changed from string to SqlPlanBaselineAdaptiveEnum in the model sql_plan_baseline in the Database Management service
  • The type of property Adaptive was changed from string to SqlPlanBaselineSummaryAdaptiveEnum in the model sql_plan_baseline_summary in the Database Management service
  • The type of property Adaptive was changed from string to SqlPlanBaselineAdaptiveEnum in the model sql_plan_baseline in the Database Management service (will return to this)
Commits
  • 01b8c3a Releasing version 65.65.2
  • 0bdcae9 Merge remote-tracking branch 'bitbucket/github' into release_2024-05-14
  • 0e84ce0 Merge pull request #2746 in SDK/oci-go-sdk from merge_to_github2024-05-13 to ...
  • 2ba26c7 Merge pull request #497 from oracle/release_2024-05-07
  • 4be8980 Merge remote-tracking branch 'bitbucket/github' into release_2024-05-07
  • bbed598 Merge pull request #2738 in SDK/oci-go-sdk from merge_to_github2024-05-06 to ...
  • 3b9eb10 Releasing version 65.65.0
  • 9300bd2 Merge remote-tracking branch 'bitbucket/github' into release_2024-04-30
  • 526148d Merge pull request #2731 in SDK/oci-go-sdk from merge_to_github2024-04-29 to ...
  • See full diff in compare view


Updates golang.org/x/crypto from 0.22.0 to 0.23.0

Commits
  • 905d78a go.mod: update golang.org/x dependencies
  • ebb717d ssh: validate key type in SSH_MSG_USERAUTH_PK_OK response
  • 0da2a6a openpgp: fix function name in comment
  • 5defcc1 sha3: fix Sum results for SHAKE functions on s390x
  • See full diff in compare view


Updates google.golang.org/api from 0.176.1 to 0.180.0

Release notes

Sourced from google.golang.org/api's releases.

v0.180.0

0.180.0 (2024-05-10)

Features

v0.179.0

0.179.0 (2024-05-09)

Features

Bug Fixes

v0.178.0

0.178.0 (2024-05-07)

Features

Documentation

v0.177.0

0.177.0 (2024-04-30)

Features

... (truncated)

Changelog

Sourced from google.golang.org/api's changelog.

0.180.0 (2024-05-10)

Features

0.179.0 (2024-05-09)

Features

Bug Fixes

0.178.0 (2024-05-07)

Features

Documentation

0.177.0 (2024-04-30)

Features

... (truncated)

Commits


Updates google.golang.org/grpc from 1.63.2 to 1.64.0

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.64.0

API Changes

  • stats: Deprecate InPayload.Data and OutPayload.Data; they were experimental and will be deleted in the next release (#7121)

Behavior Changes

  • codec: Remove handling of environment variable GRPC_GO_ADVERTISE_COMPRESSORS to suppress setting supported compressors in grpc-accept-encoding header. Compressors will always be advertised, as they have been by default for some time (#7203)

New Features

  • resolver/dns: Add SetMinResolutionInterval to set the minimum interval at which DNS re-resolutions may occur (#6962)
  • peer/peer: Implement the fmt.Stringer interface for pretty printing Peer, and
  • metadata/metadata: Implement the fmt.Stringer interface for pretty printing MD (#7137)

Performance Improvements

  • client: Improve RPC performance by reducing work while holding a lock (#7132)

Bug Fixes

  • transport/server: Display the proper timeout value when keepalive pings are not ack'd in time (#7038)
  • channelz: Fix bug that was causing the subchannel's target to be unset (#7189)
  • stats: Fix bug where peer was not set in context when calling stats handler for OutPayload, InPayload, and End (#7096)

Dependencies

  • deps: Remove dependency on deprecated github.com/golang/protobuf module (#7122)

Documentation

  • grpc: Deprecate WithBlock, WithReturnConnectionError, FailOnNonTempDialError which are ignored by NewClient (#7097)
  • grpc: Deprecate Dial and DialContext. These will continue to be supported throughout 1.x, but are deprecated to direct users to NewClient (See #7090 for more information)
  • examples: Add custom lb example (#6691)
Commits
  • fa274d7 Change version to 1.64.0 (#7218)
  • 6b413c8 xds: Surround two Infof calls that use pretty.ToJSON with V(2) checks (...
  • 2dbbcef resolver/dns: Add docstring to SetMinResolutionInterval (#7217)
  • 070d9c7 codes: replace %q to %d in error string when invalid code is an integer (#7188)
  • 5d24ee2 xds: store server config for LRS server in xdsresource.ClusterUpdate (#7191)
  • c76f686 advancedTLS: Rename get root certs related pieces (#7207)
  • f591e3b codec: remove option to suppress setting supported compressors in headers (#7...
  • b4f7947 github: remove dependabot (#7208)
  • 0561c78 client: add user-friendly error message of LB policy update timed out (#7206)
  • 9d9c1fb peer: remove change detector test (#7204)
  • Additional commits viewable in compare view


Updates google.golang.org/protobuf from 1.33.0 to 1.34.1

Updates k8s.io/api from 0.30.0 to 0.30.1

Commits
  • 41b1806 Update dependencies to v0.30.1 tag
  • 0fd470c Merge pull request #124702aojea/automated-cherry-pick-of-#124572
  • a669f18 Merge pull request #124694 from pmalek/backport-124553-to-release-1.30
  • 15001b5 fix(api): make LocalObjectReference.Name and HostAlias.IP required (#124553)
  • d9a08c5 tag service.spec.TrafficDistribution field as alpha
  • See full diff in compare view


Updates k8s.io/apimachinery from 0.30.0 to 0.30.1

Commits


Updates sigs.k8s.io/controller-runtime from 0.18.0 to 0.18.2

Release notes

Sourced from sigs.k8s.io/controller-runtime's releases.

v0.18.2

What's Changed

Full Changelog: https://github.com/kubernetes-sigs/controller-runtime/compare/v0.18.1...v0.18.2

v0.18.1

What's Changed

Full Changelog: https://github.com/kubernetes-sigs/controller-runtime/compare/v0.18.0...v0.18.1

Commits
  • 834905b Merge pull request #2817 from k8s-infra-cherrypick-robot/cherry-pick-2813-to-...
  • 6396a49 Reintroduce AddMetricsExtraHandler on manager
  • cd2885e Merge pull request #2809 from k8s-infra-cherrypick-robot/cherry-pick-2806-to-...
  • 06acde3 🐛 correct kind source type
  • d6feaae Merge pull request #2808 from k8s-infra-cherrypick-robot/cherry-pick-2805-to-...
  • 87cae4c bug: Cache: Fix label defaulting of byObject when namespaces are configured
  • See full diff in compare view


Updates github.com/prometheus/client_golang from 1.19.0 to 1.19.1

Release notes

Sourced from github.com/prometheus/client_golang's releases.

v1.19.1

What's Changed

  • Security patches for golang.org/x/sys and google.golang.org/protobuf

New Contributors

Full Changelog: https://github.com/prometheus/client_golang/compare/v1.19.0...v1.19.1

Changelog

Sourced from github.com/prometheus/client_golang's changelog.

Unreleased

Commits
dependabot[bot] commented 1 month ago

Looks like these dependencies are updatable in another way, so this is no longer needed.