chore(deps): bump the all group across 1 directory with 10 updates
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: v1.49.0
1.49.0 (2025-10-13)
Features
Commits
60f8a8echore(main): release pubsub 1.50.0 (#12594)83f894efeat(retail): add new fields in conversational search public SDK (#12602)239abcdci(spanner): Fix directpath nightly jobs in spanner (#12607)7ce8863chore(main): release storage 1.56.0 (#12394)a5e6a68perf(storage): zero copy for MultiRangeDownloader (#12542)76ddb34docs(pubsub): add docs comment to MaxOutstandingBytes (#12601)5831d99chore: release main (#12597)eeb4b1ffeat(securesourcemanager): add support for new API resources (#12598)777c273chore(all): update deps (#12521)bb340a1chore(storage): upgrade apiary library (#12599)- Additional commits viewable in compare view
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
87da3b6chore(main): release pubsub 1.45.0 (#10989)bd76695fix(auth): fallback cert lookups for missing files (#11013)e0759f4chore(storage/internal)!: remove notification, service account, and hmac RPCS...5b7397bfeat(storage): add grpc metrics experimental options (#10984)5e363a3fix(spanner): decode PROTO to custom type variant of base type (#11007)a273aabchore(main): release storage 1.45.0 (#10986)24a7dccchore(storage): fix ReadStallTimeout test (#10992)a807a7efeat(storage): adding bucket-specific dynamicDelay (#10987)70d82fefeat(securesourcemanager): Add fieldinstanceto message `.google.cloud.sec...40c3a5bdocs(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 withAddTreeConstructionNodeArgsTransformer.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 specsLearn more here.
Maintenance
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 withAddTreeConstructionNodeArgsTransformer.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 specsLearn more here.
Maintenance
Commits
f331739v2.27.31c9f356ginkgo: report exit result in case of failureece19c8ginkgo: fix data race9a84c21v2.27.2a69113ainline automaxprocs to simplify dependencies; this will be removed when Go 1....a99c6e0Fix syntax errors and typof993df5Fix paragraph position error56cb393v2.27.12ce3f13reporters: add enhanced bounds checking in emitTimeline to prevent slice panicacf208aAdding 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
a3ca2cav1.38.34dada36fix failing have http testsd40c691make string formatitng more consistent for users who use format.Object directly2a37b46doc: fix typosee26170docs: fix HaveValue examplecc85c05Bump actions/setup-go from 5 to 6 (#866)8905788Bump github.com/onsi/ginkgo/v2 from 2.25.1 to 2.25.3 (#865)67552c5chore: 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
4e0068cgo.mod: update golang.org/x dependenciese79546essh: curb GSSAPI DoS risk by limiting number of specified OIDsf91f7a7ssh/agent: prevent panic on malformed constraint2df4153acme/autocert: let automatic renewal work with short lifetime certsbcf6a84acme: pass context to requestb4f2b62ssh: fix error message on unsupported cipher79ec3a5ssh: allow to bind to a hostname in remote forwarding122a78fgo.mod: update golang.org/x dependenciesc0531f9all: eliminate vet diagnostics0997000all: fix some comments- Additional commits viewable in compare view
Updates golang.org/x/mod from 0.29.0 to 0.31.0
Commits
Updates golang.org/x/net from 0.45.0 to 0.47.0
Commits
9a29643go.mod: update golang.org/x dependencies07cefd8context: deprecate5ac9dacpublicsuffix: don't treat ip addresses as domain namesd1f64ccquic: use testing/synctestfff0469http2: document that RFC 7540 prioritization does not work with small payloadsf35e3a4http2: fix weight overflow in RFC 7540 write scheduler89adc90http2: fix typo referring to RFC 9218 as RFC 9128 instead8d76a2cquic: don't defer MAX_STREAMS frames indefinitely027f8b7quic: fix expected ACK Delay in client's ACK after HANDSHAKE_DONEdec9fe7dns/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
- all: Auto-regenerate discovery clients (#3366) (997c613)
- all: Auto-regenerate discovery clients (#3368) (57e958d)
- all: Auto-regenerate discovery clients (#3369) (5d436f7)
- all: Auto-regenerate discovery clients (#3370) (140a610)
- all: Auto-regenerate discovery clients (#3371) (39a2bc0)
v0.255.0
0.255.0 (2025-11-04)
Features
- all: Auto-regenerate discovery clients (#3357) (430bc46)
- all: Auto-regenerate discovery clients (#3359) (0bcacee)
- all: Auto-regenerate discovery clients (#3360) (c9cdcad)
- all: Auto-regenerate discovery clients (#3361) (acdddcd)
- all: Auto-regenerate discovery clients (#3362) (040f8aa)
- all: Auto-regenerate discovery clients (#3364) (8f13004)
- all: Auto-regenerate discovery clients (#3365) (4ea8be0)
v0.254.0
0.254.0 (2025-10-28)
Features
- all: Auto-regenerate discovery clients (#3348) (8e2becc)
- all: Auto-regenerate discovery clients (#3350) (9e07cd0)
- all: Auto-regenerate discovery clients (#3351) (470f33c)
- all: Auto-regenerate discovery clients (#3352) (cff2ae6)
- all: Auto-regenerate discovery clients (#3354) (6b3a07f)
- all: Auto-regenerate discovery clients (#3355) (4c613b6)
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
- all: Auto-regenerate discovery clients (#3366) (997c613)
- all: Auto-regenerate discovery clients (#3368) (57e958d)
- all: Auto-regenerate discovery clients (#3369) (5d436f7)
- all: Auto-regenerate discovery clients (#3370) (140a610)
- all: Auto-regenerate discovery clients (#3371) (39a2bc0)
0.255.0 (2025-11-04)
Features
- all: Auto-regenerate discovery clients (#3357) (430bc46)
- all: Auto-regenerate discovery clients (#3359) (0bcacee)
- all: Auto-regenerate discovery clients (#3360) (c9cdcad)
- all: Auto-regenerate discovery clients (#3361) (acdddcd)
- all: Auto-regenerate discovery clients (#3362) (040f8aa)
- all: Auto-regenerate discovery clients (#3364) (8f13004)
- all: Auto-regenerate discovery clients (#3365) (4ea8be0)
0.254.0 (2025-10-28)
Features
- all: Auto-regenerate discovery clients (#3348) (8e2becc)
- all: Auto-regenerate discovery clients (#3350) (9e07cd0)
- all: Auto-regenerate discovery clients (#3351) (470f33c)
- all: Auto-regenerate discovery clients (#3352) (cff2ae6)
- all: Auto-regenerate discovery clients (#3354) (6b3a07f)
- all: Auto-regenerate discovery clients (#3355) (4c613b6)
0.253.0 (2025-10-22)
Features
- all: Auto-regenerate discovery clients (#3337) (40f2752)
- all: Auto-regenerate discovery clients (#3339) (d1ef976)
- all: Auto-regenerate discovery clients (#3340) (580c65f)
- all: Auto-regenerate discovery clients (#3341) (9d031c4)
- all: Auto-regenerate discovery clients (#3342) (ca2b9ad)
- all: Auto-regenerate discovery clients (#3344) (844753e)
- all: Auto-regenerate discovery clients (#3345) (3de8a5b)
- all: Auto-regenerate discovery clients (#3346) (a590b9a)
- all: Auto-regenerate discovery clients (#3347) (40ca8fe)
Commits
811ba14chore(main): release 0.256.0 (#3367)11afd81chore(all): update all (#3372)39a2bc0feat(all): auto-regenerate discovery clients (#3371)140a610feat(all): auto-regenerate discovery clients (#3370)5d436f7feat(all): auto-regenerate discovery clients (#3369)57e958dfeat(all): auto-regenerate discovery clients (#3368)997c613feat(all): auto-regenerate discovery clients (#3366)d7491bachore(main): release 0.255.0 (#3358)4ea8be0feat(all): auto-regenerate discovery clients (#3365)5d5029achore(all): update all to ab9386a (#3363)- Additional commits viewable in compare view
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
Readerinterface with a struct for better performance and maintainability. (#8669)Behavior Changes
- balancer/pickfirst: Remove support for the old
pick_firstLB policy via the environment variableGRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRST=false. The newpick_firsthas been the default sincev1.71.0. (#8672)Bug Fixes
- xdsclient: Fix a race condition in the ADS stream implementation that could result in
resource-not-founderrors, causing the gRPC client channel to move toTransientFailure. (#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)
- Special Thanks:
@jgold2-stripe- 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=falsedisables 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)
- Special Thanks:
@hugehoo- 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_firstbut 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)
- Special Thanks:
@davinci26,@PardhuKonakanchi- stats/opentelemetry: Add support for optional label
grpc.lb.backend_servicein 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=trueto enable this feature. (#8536)
- Special Thanks:
@dimpavloff- experimental/stats: Add support for up/down counters. (#8581)
Commits
805b1f8Change version to 1.77.0 (#8677)ea7b66eCherrypick #8702 to v1.77.x (#8709)cadae08Cherry-pick #8536 to v1.77.x (#8691)4288cfcCherrypick #8657 and #8667 to v1.77.x (#8690)f959da6transport: Reduce heap allocations (#8668)0d49384deps: update all dependencies (#8673)e3e142dpickfirst: Remove old pickfirst (#8672)254ab10documentation: fix typos in benchmark and auth docs (#8674)2d56bdamem: Remove Reader interface and export the concrete struct (#8669)8ab0c82mem: Avoid clearing new buffers and clear buffers from simpleBufferPools (#8670)- Additional commits viewable in compare view
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
- github.com/coredns/corefile-migration: v1.0.28 → v1.0.29
Removed
Nothing has changed.
Thanks to all our contributors! 😊
Commits
7b1cf36Merge pull request #12933 from k8s-infra-cherrypick-robot/cherry-pick-12923-t...8b0daf1Merge pull request #12932 from k8s-infra-cherrypick-robot/cherry-pick-12907-t...85c03b3CAPD: recreate container if we re-enter reconciliation and it exists but is n...fe3f4ade2e: fix self-hosted to actually read DOCKER_PRELOAD_IMAGES from the e2e config6a7d20bMerge pull request #12916 from k8s-infra-cherrypick-robot/cherry-pick-12896-t...d5df45adocs: Update microvm provider URLa3fab10Merge pull request #12894 from k8s-infra-cherrypick-robot/cherry-pick-12893-t...6a18497book: Update control-plane contract to mention the label cluster.x-k8s.io/con...b20a43eMerge pull request #12887 from k8s-infra-cherrypick-robot/cherry-pick-12885-t...c49f841book: 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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
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...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify project configuration.
[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.
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
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.