cluster-api-provider-gcp icon indicating copy to clipboard operation
cluster-api-provider-gcp copied to clipboard

chore(deps): bump the all group across 1 directory with 10 updates

Open dependabot[bot] opened this issue 2 weeks ago • 3 comments

Bumps the all group with 8 updates in the / directory:

Package From To
cloud.google.com/go/compute 1.48.0 1.50.0
cloud.google.com/go/container 1.44.1 1.45.0
github.com/onsi/ginkgo/v2 2.26.0 2.27.3
github.com/onsi/gomega 1.38.2 1.38.3
golang.org/x/crypto 0.43.0 0.45.0
golang.org/x/mod 0.29.0 0.31.0
google.golang.org/grpc 1.76.0 1.77.0
sigs.k8s.io/cluster-api 1.11.2 1.11.3

Updates cloud.google.com/go/compute from 1.48.0 to 1.50.0

Release notes

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

compute 1.50.0

1.50.0 (2025-12-04)

Features

  • Update Compute Engine v1beta API to revision 20251019 (185951b3)

compute: v1.49.1

1.49.1 (2025-10-16)

Bug Fixes

  • compute: Upgrade gRPC service registration func (#13163) (136f25f)

compute: v1.49.0

1.49.0 (2025-10-13)

Features

  • compute: Update Compute Engine v1 API to revision 20250916 (#1107) (ddc086c)
  • compute: Update Compute Engine v1beta API to revision 20250916 (#1106) (ddc086c)
Commits

Updates cloud.google.com/go/container from 1.44.1 to 1.45.0

Release notes

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

container 1.45.0

1.45.0 (2025-10-22)

Features

  • add privileged_admission_config field to Autopilot (PiperOrigin-RevId: 822311698) (f46efe45)

  • add end_time_behavior field to MaintenanceExclusionOptions (PiperOrigin-RevId: 822311698) (f46efe45)

  • add writable_cgroups field to ContainerdConfig (PiperOrigin-RevId: 822311698) (f46efe45)

  • deprecate enable_legacy_lustre_port field in LustreCsiDriverConfig (PiperOrigin-RevId: 822311698) (f46efe45)

  • add autoscaled_rollout_policy field to BlueGreenSettings (PiperOrigin-RevId: 822311698) (f46efe45)

  • add network_tier_config field to NodeNetworkConfig (PiperOrigin-RevId: 822311698) (f46efe45)

  • add node_kernel_module_loading field to LinuxNodeConfig (PiperOrigin-RevId: 822311698) (f46efe45)

  • add membership_type field to Fleet (PiperOrigin-RevId: 822311698) (f46efe45)

  • add network_tier_config field to IPAllocationPolicy (PiperOrigin-RevId: 822311698) (f46efe45)

  • deprecate desired_enterprise_config field in ClusterUpdate (PiperOrigin-RevId: 822311698) (f46efe45)

  • deprecate enterprise_config field in Cluster (PiperOrigin-RevId: 822311698) (f46efe45)

  • add rotation_config field to SecretManagerConfig (PiperOrigin-RevId: 822311698) (f46efe45)

Documentation

  • various documentation fixes (PiperOrigin-RevId: 822311698) (f46efe45)
Commits
  • 87da3b6 chore(main): release pubsub 1.45.0 (#10989)
  • bd76695 fix(auth): fallback cert lookups for missing files (#11013)
  • e0759f4 chore(storage/internal)!: remove notification, service account, and hmac RPCS...
  • 5b7397b feat(storage): add grpc metrics experimental options (#10984)
  • 5e363a3 fix(spanner): decode PROTO to custom type variant of base type (#11007)
  • a273aab chore(main): release storage 1.45.0 (#10986)
  • 24a7dcc chore(storage): fix ReadStallTimeout test (#10992)
  • a807a7e feat(storage): adding bucket-specific dynamicDelay (#10987)
  • 70d82fe feat(securesourcemanager): Add field instance to message `.google.cloud.sec...
  • 40c3a5b docs(storage): remove preview wording from NewGRPCClient (#11002)
  • Additional commits viewable in compare view

Updates github.com/onsi/ginkgo/v2 from 2.26.0 to 2.27.3

Release notes

Sourced from github.com/onsi/ginkgo/v2's releases.

v2.27.3

2.27.3

Fixes

report exit result in case of failure [1c9f356] fix data race [ece19c8]

v2.27.2

2.27.2

Fixes

  • inline automaxprocs to simplify dependencies; this will be removed when Go 1.26 comes out [a69113a]

Maintenance

  • Fix syntax errors and typo [a99c6e0]
  • Fix paragraph position error [f993df5]

v2.27.1

2.27.1

Fixes

  • Fix Ginkgo Reporter slice-bounds panic [606c1cb]
  • Bug Fix: Add GinkoTBWrapper.Attr() and GinkoTBWrapper.Output() [a6463b3]

v2.27.0

2.27.0

Features

Transforming Nodes during Tree Construction

This release adds support for NodeArgsTransformers that can be registered with AddTreeConstructionNodeArgsTransformer.

These are called during the tree construction phase as nodes are constructed and can modify the node strings and decorators. This enables frameworks built on top of Ginkgo to modify Ginkgo nodes and enforce conventions.

Learn more here.

Spec Prioritization

A new SpecPriority(int) decorator has been added. Ginkgo will honor priority when ordering specs, ensuring that higher priority specs start running before lower priority specs

Learn more here.

Maintenance

  • Bump rexml from 3.4.0 to 3.4.2 in /docs (#1595) [1333dae]
  • Bump github.com/gkampitakis/go-snaps from 0.5.14 to 0.5.15 (#1600) [17ae63e]
Changelog

Sourced from github.com/onsi/ginkgo/v2's changelog.

2.27.3

Fixes

report exit result in case of failure [1c9f356] fix data race [ece19c8]

2.27.2

Fixes

  • inline automaxprocs to simplify dependencies; this will be removed when Go 1.26 comes out [a69113a]

Maintenance

  • Fix syntax errors and typo [a99c6e0]
  • Fix paragraph position error [f993df5]

2.27.1

Fixes

  • Fix Ginkgo Reporter slice-bounds panic [606c1cb]
  • Bug Fix: Add GinkoTBWrapper.Attr() and GinkoTBWrapper.Output() [a6463b3]

2.27.0

Features

Transforming Nodes during Tree Construction

This release adds support for NodeArgsTransformers that can be registered with AddTreeConstructionNodeArgsTransformer.

These are called during the tree construction phase as nodes are constructed and can modify the node strings and decorators. This enables frameworks built on top of Ginkgo to modify Ginkgo nodes and enforce conventions.

Learn more here.

Spec Prioritization

A new SpecPriority(int) decorator has been added. Ginkgo will honor priority when ordering specs, ensuring that higher priority specs start running before lower priority specs

Learn more here.

Maintenance

  • Bump rexml from 3.4.0 to 3.4.2 in /docs (#1595) [1333dae]
  • Bump github.com/gkampitakis/go-snaps from 0.5.14 to 0.5.15 (#1600) [17ae63e]
Commits
  • f331739 v2.27.3
  • 1c9f356 ginkgo: report exit result in case of failure
  • ece19c8 ginkgo: fix data race
  • 9a84c21 v2.27.2
  • a69113a inline automaxprocs to simplify dependencies; this will be removed when Go 1....
  • a99c6e0 Fix syntax errors and typo
  • f993df5 Fix paragraph position error
  • 56cb393 v2.27.1
  • 2ce3f13 reporters: add enhanced bounds checking in emitTimeline to prevent slice panic
  • acf208a Adding check for malformed date
  • Additional commits viewable in compare view

Updates github.com/onsi/gomega from 1.38.2 to 1.38.3

Release notes

Sourced from github.com/onsi/gomega's releases.

v1.38.3

1.38.3

Fixes

make string formatitng more consistent for users who use format.Object directly

Changelog

Sourced from github.com/onsi/gomega's changelog.

1.38.3

Fixes

make string formatitng more consistent for users who use format.Object directly

Commits
  • a3ca2ca v1.38.3
  • 4dada36 fix failing have http tests
  • d40c691 make string formatitng more consistent for users who use format.Object directly
  • 2a37b46 doc: fix typos
  • ee26170 docs: fix HaveValue example
  • cc85c05 Bump actions/setup-go from 5 to 6 (#866)
  • 8905788 Bump github.com/onsi/ginkgo/v2 from 2.25.1 to 2.25.3 (#865)
  • 67552c5 chore: apply fixes from Go modernize command
  • See full diff in compare view

Updates golang.org/x/crypto from 0.43.0 to 0.45.0

Commits
  • 4e0068c go.mod: update golang.org/x dependencies
  • e79546e ssh: curb GSSAPI DoS risk by limiting number of specified OIDs
  • f91f7a7 ssh/agent: prevent panic on malformed constraint
  • 2df4153 acme/autocert: let automatic renewal work with short lifetime certs
  • bcf6a84 acme: pass context to request
  • b4f2b62 ssh: fix error message on unsupported cipher
  • 79ec3a5 ssh: allow to bind to a hostname in remote forwarding
  • 122a78f go.mod: update golang.org/x dependencies
  • c0531f9 all: eliminate vet diagnostics
  • 0997000 all: fix some comments
  • Additional commits viewable in compare view

Updates golang.org/x/mod from 0.29.0 to 0.31.0

Commits
  • d271cf3 go.mod: update golang.org/x dependencies
  • 269c237 sumdb/note: delete chop
  • 3f03020 x/mod: apply go fix and go vet
  • 7416265 go.mod: update golang.org/x dependencies
  • 5517a71 all: fix some comments
  • b6cdd1a modfile: use reflect.TypeFor instead of reflect.TypeOf
  • See full diff in compare view

Updates golang.org/x/net from 0.45.0 to 0.47.0

Commits
  • 9a29643 go.mod: update golang.org/x dependencies
  • 07cefd8 context: deprecate
  • 5ac9dac publicsuffix: don't treat ip addresses as domain names
  • d1f64cc quic: use testing/synctest
  • fff0469 http2: document that RFC 7540 prioritization does not work with small payloads
  • f35e3a4 http2: fix weight overflow in RFC 7540 write scheduler
  • 89adc90 http2: fix typo referring to RFC 9218 as RFC 9128 instead
  • 8d76a2c quic: don't defer MAX_STREAMS frames indefinitely
  • 027f8b7 quic: fix expected ACK Delay in client's ACK after HANDSHAKE_DONE
  • dec9fe7 dns/dnsmessage: update SVCB packing to prohibit name compression
  • Additional commits viewable in compare view

Updates google.golang.org/api from 0.252.0 to 0.256.0

Release notes

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

v0.256.0

0.256.0 (2025-11-10)

Features

v0.255.0

0.255.0 (2025-11-04)

Features

v0.254.0

0.254.0 (2025-10-28)

Features

v0.253.0

0.253.0 (2025-10-22)

Features

... (truncated)

Changelog

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

0.256.0 (2025-11-10)

Features

0.255.0 (2025-11-04)

Features

0.254.0 (2025-10-28)

Features

0.253.0 (2025-10-22)

Features

Commits

Updates google.golang.org/grpc from 1.76.0 to 1.77.0

Release notes

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

Release 1.77.0

API Changes

  • mem: Replace the Reader interface with a struct for better performance and maintainability. (#8669)

Behavior Changes

  • balancer/pickfirst: Remove support for the old pick_first LB policy via the environment variable GRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRST=false. The new pick_first has been the default since v1.71.0. (#8672)

Bug Fixes

  • xdsclient: Fix a race condition in the ADS stream implementation that could result in resource-not-found errors, causing the gRPC client channel to move to TransientFailure. (#8605)
  • client: Ignore HTTP status header for gRPC streams. (#8548)
  • client: Set a read deadline when closing a transport to prevent it from blocking indefinitely on a broken connection. (#8534)
  • client: Fix a bug where default port 443 was not automatically added to addresses without a specified port when sent to a proxy.
    • Setting environment variable GRPC_EXPERIMENTAL_ENABLE_DEFAULT_PORT_FOR_PROXY_TARGET=false disables this change; please file a bug if any problems are encountered as we will remove this option soon. (#8613)
  • balancer/pickfirst: Fix a bug where duplicate addresses were not being ignored as intended. (#8611)
  • server: Fix a bug that caused overcounting of channelz metrics for successful and failed streams. (#8573)
  • balancer/pickfirst: When configured, shuffle addresses in resolver updates that lack endpoints. Since gRPC automatically adds endpoints to resolver updates, this bug only affects custom LB policies that delegate to pick_first but don't set endpoints. (#8610)
  • mem: Clear large buffers before re-using. (#8670)

Performance Improvements

  • transport: Reduce heap allocations to reduce time spent in garbage collection. (#8624, #8630, #8639, #8668)
  • transport: Avoid copies when reading and writing Data frames. (#8657, #8667)
  • mem: Avoid clearing newly allocated buffers. (#8670)

New Features

  • outlierdetection: Add metrics specified in gRFC A91. (#8644)
  • stats/opentelemetry: Add support for optional label grpc.lb.backend_service in per-call metrics (#8637)
  • xds: Add support for JWT Call Credentials as specified in gRFC A97. Set environment variable GRPC_EXPERIMENTAL_XDS_BOOTSTRAP_CALL_CREDS=true to enable this feature. (#8536)
  • experimental/stats: Add support for up/down counters. (#8581)
Commits

Updates sigs.k8s.io/cluster-api from 1.11.2 to 1.11.3

Release notes

Sourced from sigs.k8s.io/cluster-api's releases.

v1.11.3

👌 Kubernetes version support

  • Management Cluster: v1.30.x -> v1.34.x
  • Workload Cluster: v1.28.x -> v1.34.x

More information about version support can be found here

Changes since v1.11.2

:chart_with_upwards_trend: Overview

  • 13 new commits merged
  • 1 feature addition ✨

:sparkles: New Features

  • KCP: Bump coredns/corefile-migration to v1.0.29 (#12863)

:seedling: Others

  • CAPD: Recreate container if we re-enter reconciliation and it exists but is not running (#12933)
  • clusterctl: Bump cert-manager to v1.19.0 (#12832)
  • clusterctl: Bump cert-manager to v1.19.1 (#12875)
  • Dependency: Bump Go to v1.24.8 (#12829)
  • Dependency: Bump Go to v1.24.9 (#12868)
  • e2e: Fix self-hosted to actually read DOCKER_PRELOAD_IMAGES from the e2e config (#12932)
  • Runtime SDK: Add hint to look into controller logs to runtime client error response (#12850)

:book: Additionally, there have been 5 contributions to our documentation and book. (#12837, #12839, #12887, #12894, #12916)

Dependencies

Added

Nothing has changed.

Changed

Removed

Nothing has changed.

Thanks to all our contributors! 😊

Commits
  • 7b1cf36 Merge pull request #12933 from k8s-infra-cherrypick-robot/cherry-pick-12923-t...
  • 8b0daf1 Merge pull request #12932 from k8s-infra-cherrypick-robot/cherry-pick-12907-t...
  • 85c03b3 CAPD: recreate container if we re-enter reconciliation and it exists but is n...
  • fe3f4ad e2e: fix self-hosted to actually read DOCKER_PRELOAD_IMAGES from the e2e config
  • 6a7d20b Merge pull request #12916 from k8s-infra-cherrypick-robot/cherry-pick-12896-t...
  • d5df45a docs: Update microvm provider URL
  • a3fab10 Merge pull request #12894 from k8s-infra-cherrypick-robot/cherry-pick-12893-t...
  • 6a18497 book: Update control-plane contract to mention the label cluster.x-k8s.io/con...
  • b20a43e Merge pull request #12887 from k8s-infra-cherrypick-robot/cherry-pick-12885-t...
  • c49f841 book: fix v1.10 to v1.11 warning at the end
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

dependabot[bot] avatar Dec 08 '25 18:12 dependabot[bot]

Deploy Preview for kubernetes-sigs-cluster-api-gcp ready!

Name Link
Latest commit d444a485b3845300641c14729080df39acd2dc5f
Latest deploy log https://app.netlify.com/projects/kubernetes-sigs-cluster-api-gcp/deploys/693712f265e69c00087eee7d
Deploy Preview https://deploy-preview-1571--kubernetes-sigs-cluster-api-gcp.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

netlify[bot] avatar Dec 08 '25 18:12 netlify[bot]

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot] Once this PR has been reviewed and has the lgtm label, please assign sbueringer for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment Approvers can cancel approval by writing /approve cancel in a comment

k8s-ci-robot avatar Dec 08 '25 18:12 k8s-ci-robot

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a github.com member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

k8s-ci-robot avatar Dec 08 '25 18:12 k8s-ci-robot