Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 20, 2025

Bumps the all-go-mod-patch-and-minor group with 4 updates in the / directory: github.com/onsi/ginkgo/v2, github.com/regclient/regclient, helm.sh/helm/v3 and k8s.io/kubelet.
Bumps the all-go-mod-patch-and-minor group with 5 updates in the /api directory:

Package From To
k8s.io/api 0.32.9 0.32.10
k8s.io/apiextensions-apiserver 0.32.9 0.32.10
github.com/aws/aws-sdk-go-v2 1.39.2 1.40.0
github.com/aws/aws-sdk-go-v2/service/ec2 1.254.1 1.272.1
github.com/aws/aws-sdk-go-v2/service/eks 1.74.2 1.74.10

Bumps the all-go-mod-patch-and-minor group with 3 updates in the /common directory: github.com/onsi/ginkgo/v2, k8s.io/api and k8s.io/apiextensions-apiserver.

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

Release notes

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

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.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
  • 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
  • 51090a8 Updating after docs run
  • 606c1cb Fix Ginkgo Reporter slice-bounds panic
  • a6463b3 Bug Fix: Add GinkoTBWrapper.Attr() and GinkoTBWrapper.Output()
  • Additional commits viewable in compare view

Updates github.com/regclient/regclient from 0.9.2 to 0.10.0

Release notes

Sourced from github.com/regclient/regclient's releases.

v0.10.0

Release v0.10.0

Features:

  • Feat: Support DOCKER_AUTH_CONFIG variable. (PR 996)
  • Feat: Add regctl repo copy. (PR 997)
  • Feat: regsync support for semantic versioning(semver) for matching tags (PR 1005)
  • Feat: Add tagSets to regsync. (PR 1008)

Changes:

  • Chore: Add go:fix lines to deprecated code. (PR 994)
  • Chore: Add gofumpt to the build. (PR 995)
  • Chore: Remove the unused bps field. (PR 998)
  • Fix: Handle semver compare of numeric prerelease (PR 1007)

Security:

Contributors:

Changelog

Sourced from github.com/regclient/regclient's changelog.

Release v0.10.0

Features:

  • Feat: Support DOCKER_AUTH_CONFIG variable. (PR 996)
  • Feat: Add regctl repo copy. (PR 997)
  • Feat: regsync support for semantic versioning(semver) for matching tags (PR 1005)
  • Feat: Add tagSets to regsync. (PR 1008)

Changes:

  • Chore: Add go:fix lines to deprecated code. (PR 994)
  • Chore: Add gofumpt to the build. (PR 995)
  • Chore: Remove the unused bps field. (PR 998)
  • Fix: Handle semver compare of numeric prerelease (PR 1007)

Security:

Contributors:

Commits
  • c3de9bb Release v0.10.0
  • 76bfe7d Merge for release v0.10.0
  • 2a0496d Merge pull request #1009 from sudo-bmitch/pr-update-20251109
  • a0d4757 Version bump
  • 0ee858b Merge pull request #1008 from sudo-bmitch/pr-regsync-tagsets
  • 4467caf Feat: Add tagSets to regsync
  • 9542f8e Merge pull request #1007 from sudo-bmitch/pr-semver-numeric-prerelease
  • 34ca447 Fix: Handle semver compare of numeric prerelease
  • 8699d5a Merge pull request #1006 from sudo-bmitch/pr-update-20251102
  • 64f9773 Version bump
  • Additional commits viewable in compare view

Updates helm.sh/helm/v3 from 3.16.1 to 3.19.2

Release notes

Sourced from helm.sh/helm/v3's releases.

Helm v3.19.2 is a patch release. It is a rebuild of the v3.19.1 release with no code changes.

The community keeps growing, and we'd love to see you there!

  • Join the discussion in Kubernetes Slack:
    • for questions and just to hang out
    • for discussing PRs, code, and bugs
  • Hang out at the Public Developer Call: Thursday, 9:30 Pacific via Zoom
  • Test, debug, and contribute charts: ArtifactHub/packages

Installation and Upgrading

Download Helm v3.19.2. The common platform binaries are here:

The Quickstart Guide will get you going from there. For upgrade instructions or detailed installation notes, check the install guide. You can also use a script to install on any system with bash.

What's Next

  • 3.19.3 and 4.0.1 are the next patch releases and will be on December 10, 2025
  • 3.20.0 and 4.1.0 is the next minor releases and will be on January 21, 2026

Changelog

  • [backport] fix: get-helm-3 script use helm3-latest-version 8766e718a0119851f10ddbe4577593a45fadf544 (George Jenkins)

Helm v3.19.1 is a patch release. Users are encouraged to upgrade for the best experience. Users are encouraged to upgrade for the best experience.

The community keeps growing, and we'd love to see you there!

  • Join the discussion in Kubernetes Slack:
    • for questions and just to hang out
    • for discussing PRs, code, and bugs
  • Hang out at the Public Developer Call: Thursday, 9:30 Pacific via Zoom
  • Test, debug, and contribute charts: ArtifactHub/packages

Installation and Upgrading

Download Helm v3.19.1. The common platform binaries are here:

... (truncated)

Commits
  • 8766e71 [backport] fix: get-helm-3 script use helm3-latest-version
  • 4f953c2 chore(deps): bump github.com/containerd/containerd from 1.7.28 to 1.7.29
  • 6801f4d jsonschema: warn and ignore unresolved URN $ref to match v3.18.4
  • 2f619be Avoid "panic: interface conversion: interface {} is nil"
  • 8112d47 Fix helm pull untar dir check with repo urls
  • 5dff7ce Fix deprecation warning
  • 2dad4d2 chore(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.10
  • a833710 Add timeout flag to repo add and update flags
  • 3f5d2e2 Merge pull request #31407 from dirkmueller/release-3.19
  • 2e12c81 chore(deps): bump golang.org/x/crypto from 0.41.0 to 0.43.0
  • Additional commits viewable in compare view

Updates k8s.io/api from 0.32.9 to 0.34.0

Commits

Updates k8s.io/apiextensions-apiserver from 0.32.9 to 0.34.0

Commits

Updates k8s.io/apimachinery from 0.32.9 to 0.34.0

Commits
  • b72d93d Merge remote-tracking branch 'origin/master' into release-1.34
  • cd8b91c clarify that staging repos are automatically published
  • 8c59599 add pointer to CONTRIBUTING.md for more details on contributing, clarify read...
  • ec3cea5 link to what a staging repository is
  • e4db694 docs: clarify that this is a staging repository and not for direct contributions
  • 04507a3 Merge pull request #132942 from thockin/kyaml
  • 50e39b1 Merge pull request #132935 from benluddy/cbor-bump-custom-marshalers
  • 7d108e8 Re-vendor sigs.k8s.io/yaml @ v1.6.0
  • 58c4eb0 Merge pull request #133130 from ylink-lfs/chore/residual_boolptr_removal
  • 38a24e6 chore: residual boolptr and intptr removal
  • Additional commits viewable in compare view

Updates k8s.io/apiserver from 0.32.9 to 0.34.0

Commits
  • 8335e36 Update dependencies to v0.34.0 tag
  • e6849cd Merge remote-tracking branch 'origin/master' into release-1.34
  • ec0177d Fix storage counting all objects instead just objects for resource
  • 04f597a Merge remote-tracking branch 'origin/master' into release-1.34
  • 2fa94a7 clarify that staging repos are automatically published
  • 4421d9e add pointer to CONTRIBUTING.md for more details on contributing, clarify read...
  • 987834b link to what a staging repository is
  • f77153a docs: clarify that this is a staging repository and not for direct contributions
  • dfa9a8a Merge remote-tracking branch 'origin/master' into release-1.34
  • 26f61c2 Remove DeprecatedVersion for apiserver_storage_objects, adjust help text
  • Additional commits viewable in compare view

Updates k8s.io/cli-runtime from 0.31.0 to 0.34.0

Commits
  • b62c062 Update dependencies to v0.34.0 tag
  • fa852f2 Merge remote-tracking branch 'origin/master' into release-1.34
  • 31d0c93 clarify that staging repos are automatically published
  • 4f6ba3b add pointer to CONTRIBUTING.md for more details on contributing, clarify read...
  • d6bbb5b link to what a staging repository is
  • 2977eea docs: clarify that this is a staging repository and not for direct contributions
  • 4ef9d63 Merge pull request #132942 from thockin/kyaml
  • a50ecb1 Merge pull request #132935 from benluddy/cbor-bump-custom-marshalers
  • 2f74b34 Merge pull request #132593 from koba1t/update/kubectl-in-kustomize_to_v5.7.0
  • 1cc2f70 Update kubectl kustomize to kyaml/v0.20.1, cmd/config/v0.20.1, api/v0.20.1, k...
  • Additional commits viewable in compare view

Updates k8s.io/client-go from 0.32.9 to 0.34.0

Commits
  • b1c7d7b Update dependencies to v0.34.0 tag
  • 97396af Merge remote-tracking branch 'origin/master' into release-1.34
  • 5f737f3 clarify that staging repos are automatically published
  • 0b8655b add pointer to CONTRIBUTING.md for more details on contributing, clarify read...
  • c00384c link to what a staging repository is
  • b53b1f8 docs: clarify that this is a staging repository and not for direct contributions
  • 42e6182 KEP-5075: generated codes from make update
  • da11948 Merge pull request #130653 from yliaog/master
  • 3b7d818 extended resource backed by DRA: codegen
  • bb11581 Merge pull request #130160 from KobayashiD27/dra-device-binding-conditions
  • Additional commits viewable in compare view

Updates k8s.io/component-base from 0.32.9 to 0.34.0

Commits
  • e82e2ac Update dependencies to v0.34.0 tag
  • 4f4e85f Merge remote-tracking branch 'origin/master' into release-1.34
  • b463ee1 clarify that staging repos are automatically published
  • e8c7af5 add pointer to CONTRIBUTING.md for more details on contributing, clarify read...
  • 7b7683a link to what a staging repository is
  • 6abb326 docs: clarify that this is a staging repository and not for direct contributions
  • b9f1c2d Merge pull request #132942 from thockin/kyaml
  • f959b03 Merge pull request #132935 from benluddy/cbor-bump-custom-marshalers
  • 33138af Re-vendor sigs.k8s.io/yaml @ v1.6.0
  • 07ee182 List available endpoints for kube-apiserver (#132581)
  • Additional commits viewable in compare view

Updates k8s.io/kubelet from 0.31.13 to 0.31.14

Commits

Updates k8s.io/utils from 0.0.0-20241104100929-3ea5e8cea738 to 0.0.0-20250604170112-4c0f3b243397

Commits

Updates k8s.io/api from 0.32.9 to 0.34.0

Commits

Updates k8s.io/apiextensions-apiserver from 0.32.9 to 0.34.0

Commits

Updates k8s.io/apimachinery from 0.32.9 to 0.34.0

Commits
  • b72d93d Merge remote-tracking branch 'origin/master' into release-1.34
  • cd8b91c clarify that staging repos are automatically published
  • 8c59599 add pointer to CONTRIBUTING.md for more details on contributing, clarify read...
  • ec3cea5 link to what a staging repository is
  • e4db694 docs: clarify that this is a staging repository and not for direct contributions
  • 04507a3 Merge pull request #132942 from thockin/kyaml
  • 50e39b1 Merge pull request #132935 from benluddy/cbor-bump-custom-marshalers
  • 7d108e8 Re-vendor sigs.k8s.io/yaml @ v1.6.0
  • 58c4eb0 Merge pull request #133130 from ylink-lfs/chore/residual_boolptr_removal
  • 38a24e6 chore: residual boolptr and intptr removal
  • Additional commits viewable in compare view

Updates k8s.io/utils from 0.0.0-20241104100929-3ea5e8cea738 to 0.0.0-20250604170112-4c0f3b243397

Commits

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

Release notes

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

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.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
  • 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
  • 51090a8 Updating after docs run
  • 606c1cb Fix Ginkgo Reporter slice-bounds panic
  • a6463b3 Bug Fix: Add GinkoTBWrapper.Attr() and GinkoTBWrapper.Output()
  • Additional commits viewable in compare view

Updates k8s.io/api from 0.32.9 to 0.34.0

Commits

Updates k8s.io/apiextensions-apiserver from 0.32.9 to 0.34.0

Commits

Updates k8s.io/apimachinery from 0.32.9 to 0.34.0

Commits
  • b72d93d Merge remote-tracking branch 'origin/master' into release-1.34
  • cd8b91c clarify that staging repos are automatically published
  • 8c59599 add pointer to CONTRIBUTING.md for more details on contributing, clarify read...
  • ec3cea5 link to what a staging repository is
  • e4db694 docs: clarify that this is a staging repository and not for direct contributions
  • 04507a3 Merge pull request #132942 from thockin/kyaml
  • 50e39b1 Merge pull request #132935 from benluddy/cbor-bump-custom-marshalers
  • 7d108e8 Re-vendor sigs.k8s.io/yaml @ v1.6.0
  • 58c4eb0 Merge pull request #133130 from ylink-lfs/chore/residual_boolptr_removal
  • 38a24e6 chore: residual boolptr and intptr removal
  • Additional commits viewable in compare view

Updates k8s.io/apiserver from 0.32.9 to 0.34.0

Commits
  • 8335e36 Update dependencies to v0.34.0 tag
  • e6849cd Merge remote-tracking branch 'origin/master' into release-1.34
  • ec0177d Fix storage counting all objects instead just objects for resource
  • 04f597a Merge remote-tracking branch 'origin/master' into release-1.34
  • 2fa94a7 clarify that staging repos are automatically published
  • 4421d9e add pointer to CONTRIBUTING.md for more details on contributing, clarify read...
  • 987834b link to what a staging repository is
  • f77153a docs: clarify that this is a staging repository and not for direct contributions
  • dfa9a8a Merge remote-tracking branch 'origin/master' into release-1.34
  • 26f61c2 Remove DeprecatedVersion for apiserver_storage_objects, adjust help text
  • Additional commits viewable in compare view

Updates k8s.io/client-go from 0.32.9 to 0.34.0

Commits
  • b1c7d7b Update dependencies to v0.34.0 tag
  • 97396af Merge remote-tracking branch 'origin/master' into release-1.34
  • 5f737f3 clarify that staging repos are automatically published
  • 0b8655b add pointer to CONTRIBUTING.md for more details on contributing, clarify read...
  • c00384c link to what a staging repository is
  • b53b1f8 docs: clarify that this is a staging repository and not for direct contributions
  • 42e6182 KEP-5075: generated codes from make update
  • da11948 Merge pull request #130653 from yliaog/master
  • 3b7d818 extended resource backed by DRA: codegen
  • bb11581 Merge pull request #130160 from KobayashiD27/dra-device-binding-conditions
  • Additional commits viewable in compare view

Updates k8s.io/utils from 0.0.0-20241104100929-3ea5e8cea738 to 0.0.0-20250604170112-4c0f3b243397

Commits

Updates k8s.io/api from 0.32.9 to 0.32.10

Commits

Updates k8s.io/apiextensions-apiserver from 0.32.9 to 0.32.10

Commits

Updates k8s.io/apimachinery from 0.32.9 to 0.32.10

Commits
  • b72d93d Merge remote-tracking branch 'origin/master' into release-1.34
  • cd8b91c clarify that staging repos are automatically published
  • 8c59599 add pointer to CONTRIBUTING.md for more details on contributing, clarify read...
  • ec3cea5 link to what a staging repository is
  • e4db694 docs: clarify that this is a staging repository and not for direct contributions
  • 04507a3 Merge pull request #132942 from thockin/kyaml
  • 50e39b1 Merge pull request #132935 from benluddy/cbor-bump-custom-marshalers
  • 7d108e8 Re-vendor sigs.k8s.io/yaml @ v1.6.0
  • 58c4eb0 Merge pull request #133130 from ylink-lfs/chore/residual_boolptr_removal
  • 38a24e6 chore: residual boolptr and intptr removal
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2 from 1.39.2 to 1.40.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ec2 from 1.254.1 to 1.272.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/eks from 1.74.2 to 1.74.10

Commits

Updates k8s.io/api from 0.32.9 to 0.32.10

Commits

Updates k8s.io/apiextensions-apiserver from 0.32.9 to 0.32.10

Commits

Updates k8s.io/apimachinery from 0.32.9 to 0.32.10

Commits
  • b72d93d Merge remote-tracking branch 'origin/master' into release-1.34
  • cd8b91c clarify that staging repos are automatically published
  • 8c59599 add pointer to CONTRIBUTING.md for more details on contributing, clarify read...
  • ec3cea5 link to what a staging repository is
  • e4db694 docs: clarify that this is a staging repository and not for direct contributions
  • 04507a3 Merge pull request #132942 from thockin/kyaml
  • 50e39b1 Merge pull request #132935 from benluddy/cbor-bump-custom-marshalers
  • 7d108e8 Re-vendor sigs.k8s.io/yaml @ v1.6.0
  • 58c4eb0 Merge pull request #133130 from ylink-lfs/chore/residual_boolptr_removal
  • 38a24e6 chore: residual boolptr and intptr removal
  • Additional commits viewable in compare view

Updates k8s.io/api from 0.32.9 to 0.32.10

Commits

Updates k8s.io/apiextensions-apiserver from 0.32.9 to 0.32.10

Commits
  • 2fdbab5 Update dependencies to v0.32.10 tag
  • See full diff in

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 20, 2025
…tories with 15 updates

Bumps the all-go-mod-patch-and-minor group with 4 updates in the / directory: [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo), [github.com/regclient/regclient](https://github.com/regclient/regclient), [helm.sh/helm/v3](https://github.com/helm/helm) and [k8s.io/kubelet](https://github.com/kubernetes/kubelet).
Bumps the all-go-mod-patch-and-minor group with 5 updates in the /api directory:

| Package | From | To |
| --- | --- | --- |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.32.9` | `0.32.10` |
| [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) | `0.32.9` | `0.32.10` |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.39.2` | `1.40.0` |
| [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2) | `1.254.1` | `1.272.1` |
| [github.com/aws/aws-sdk-go-v2/service/eks](https://github.com/aws/aws-sdk-go-v2) | `1.74.2` | `1.74.10` |

Bumps the all-go-mod-patch-and-minor group with 3 updates in the /common directory: [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo), [k8s.io/api](https://github.com/kubernetes/api) and [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver).


Updates `github.com/onsi/ginkgo/v2` from 2.26.0 to 2.27.2
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.26.0...v2.27.2)

Updates `github.com/regclient/regclient` from 0.9.2 to 0.10.0
- [Release notes](https://github.com/regclient/regclient/releases)
- [Changelog](https://github.com/regclient/regclient/blob/v0.10.0/release.md)
- [Commits](regclient/regclient@v0.9.2...v0.10.0)

Updates `helm.sh/helm/v3` from 3.16.1 to 3.19.2
- [Release notes](https://github.com/helm/helm/releases)
- [Commits](helm/helm@v3.16.1...v3.19.2)

Updates `k8s.io/api` from 0.32.9 to 0.34.0
- [Commits](kubernetes/api@v0.32.9...v0.32.10)

Updates `k8s.io/apiextensions-apiserver` from 0.32.9 to 0.34.0
- [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
- [Commits](kubernetes/apiextensions-apiserver@v0.32.9...v0.32.10)

Updates `k8s.io/apimachinery` from 0.32.9 to 0.34.0
- [Commits](kubernetes/apimachinery@v0.32.9...v0.34.0)

Updates `k8s.io/apiserver` from 0.32.9 to 0.34.0
- [Commits](kubernetes/apiserver@v0.32.9...v0.34.0)

Updates `k8s.io/cli-runtime` from 0.31.0 to 0.34.0
- [Commits](kubernetes/cli-runtime@v0.31.0...v0.34.0)

Updates `k8s.io/client-go` from 0.32.9 to 0.34.0
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.32.9...v0.34.0)

Updates `k8s.io/component-base` from 0.32.9 to 0.34.0
- [Commits](kubernetes/component-base@v0.32.9...v0.34.0)

Updates `k8s.io/kubelet` from 0.31.13 to 0.31.14
- [Commits](kubernetes/kubelet@v0.31.13...v0.31.14)

Updates `k8s.io/utils` from 0.0.0-20241104100929-3ea5e8cea738 to 0.0.0-20250604170112-4c0f3b243397
- [Commits](https://github.com/kubernetes/utils/commits)

Updates `k8s.io/api` from 0.32.9 to 0.34.0
- [Commits](kubernetes/api@v0.32.9...v0.32.10)

Updates `k8s.io/apiextensions-apiserver` from 0.32.9 to 0.34.0
- [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
- [Commits](kubernetes/apiextensions-apiserver@v0.32.9...v0.32.10)

Updates `k8s.io/apimachinery` from 0.32.9 to 0.34.0
- [Commits](kubernetes/apimachinery@v0.32.9...v0.34.0)

Updates `k8s.io/utils` from 0.0.0-20241104100929-3ea5e8cea738 to 0.0.0-20250604170112-4c0f3b243397
- [Commits](https://github.com/kubernetes/utils/commits)

Updates `github.com/onsi/ginkgo/v2` from 2.26.0 to 2.27.2
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.26.0...v2.27.2)

Updates `k8s.io/api` from 0.32.9 to 0.34.0
- [Commits](kubernetes/api@v0.32.9...v0.32.10)

Updates `k8s.io/apiextensions-apiserver` from 0.32.9 to 0.34.0
- [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
- [Commits](kubernetes/apiextensions-apiserver@v0.32.9...v0.32.10)

Updates `k8s.io/apimachinery` from 0.32.9 to 0.34.0
- [Commits](kubernetes/apimachinery@v0.32.9...v0.34.0)

Updates `k8s.io/apiserver` from 0.32.9 to 0.34.0
- [Commits](kubernetes/apiserver@v0.32.9...v0.34.0)

Updates `k8s.io/client-go` from 0.32.9 to 0.34.0
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.32.9...v0.34.0)

Updates `k8s.io/utils` from 0.0.0-20241104100929-3ea5e8cea738 to 0.0.0-20250604170112-4c0f3b243397
- [Commits](https://github.com/kubernetes/utils/commits)

Updates `k8s.io/api` from 0.32.9 to 0.32.10
- [Commits](kubernetes/api@v0.32.9...v0.32.10)

Updates `k8s.io/apiextensions-apiserver` from 0.32.9 to 0.32.10
- [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
- [Commits](kubernetes/apiextensions-apiserver@v0.32.9...v0.32.10)

Updates `k8s.io/apimachinery` from 0.32.9 to 0.32.10
- [Commits](kubernetes/apimachinery@v0.32.9...v0.34.0)

Updates `github.com/aws/aws-sdk-go-v2` from 1.39.2 to 1.40.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@v1.39.2...v1.40.0)

Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.254.1 to 1.272.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/ec2/v1.254.1...service/ec2/v1.272.1)

Updates `github.com/aws/aws-sdk-go-v2/service/eks` from 1.74.2 to 1.74.10
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/eks/v1.74.2...service/eks/v1.74.10)

Updates `k8s.io/api` from 0.32.9 to 0.32.10
- [Commits](kubernetes/api@v0.32.9...v0.32.10)

Updates `k8s.io/apiextensions-apiserver` from 0.32.9 to 0.32.10
- [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
- [Commits](kubernetes/apiextensions-apiserver@v0.32.9...v0.32.10)

Updates `k8s.io/apimachinery` from 0.32.9 to 0.32.10
- [Commits](kubernetes/apimachinery@v0.32.9...v0.34.0)

Updates `k8s.io/api` from 0.32.9 to 0.32.10
- [Commits](kubernetes/api@v0.32.9...v0.32.10)

Updates `k8s.io/apiextensions-apiserver` from 0.32.9 to 0.32.10
- [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
- [Commits](kubernetes/apiextensions-apiserver@v0.32.9...v0.32.10)

Updates `k8s.io/apimachinery` from 0.32.9 to 0.32.10
- [Commits](kubernetes/apimachinery@v0.32.9...v0.34.0)

Updates `github.com/onsi/ginkgo/v2` from 2.26.0 to 2.27.2
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.26.0...v2.27.2)

Updates `k8s.io/api` from 0.32.9 to 0.32.10
- [Commits](kubernetes/api@v0.32.9...v0.32.10)

Updates `k8s.io/apiextensions-apiserver` from 0.32.9 to 0.32.10
- [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
- [Commits](kubernetes/apiextensions-apiserver@v0.32.9...v0.32.10)

Updates `k8s.io/apimachinery` from 0.32.9 to 0.32.10
- [Commits](kubernetes/apimachinery@v0.32.9...v0.34.0)

Updates `k8s.io/apiserver` from 0.32.9 to 0.32.10
- [Commits](kubernetes/apiserver@v0.32.9...v0.34.0)

Updates `k8s.io/client-go` from 0.32.9 to 0.32.10
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.32.9...v0.34.0)

Updates `k8s.io/api` from 0.32.9 to 0.32.10
- [Commits](kubernetes/api@v0.32.9...v0.32.10)

Updates `k8s.io/apiextensions-apiserver` from 0.32.9 to 0.32.10
- [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
- [Commits](kubernetes/apiextensions-apiserver@v0.32.9...v0.32.10)

Updates `k8s.io/apimachinery` from 0.32.9 to 0.32.10
- [Commits](kubernetes/apimachinery@v0.32.9...v0.34.0)

Updates `github.com/onsi/ginkgo/v2` from 2.26.0 to 2.27.2
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.26.0...v2.27.2)

Updates `k8s.io/api` from 0.32.9 to 0.32.10
- [Commits](kubernetes/api@v0.32.9...v0.32.10)

Updates `k8s.io/apiextensions-apiserver` from 0.32.9 to 0.32.10
- [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
- [Commits](kubernetes/apiextensions-apiserver@v0.32.9...v0.32.10)

Updates `k8s.io/apimachinery` from 0.32.9 to 0.32.10
- [Commits](kubernetes/apimachinery@v0.32.9...v0.34.0)

Updates `k8s.io/apiserver` from 0.32.9 to 0.32.10
- [Commits](kubernetes/apiserver@v0.32.9...v0.34.0)

Updates `k8s.io/client-go` from 0.32.9 to 0.32.10
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.32.9...v0.34.0)

---
updated-dependencies:
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-version: 2.27.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: github.com/regclient/regclient
  dependency-version: 0.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: helm.sh/helm/v3
  dependency-version: 3.19.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/api
  dependency-version: 0.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/apiextensions-apiserver
  dependency-version: 0.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/apiserver
  dependency-version: 0.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/cli-runtime
  dependency-version: 0.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/client-go
  dependency-version: 0.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/component-base
  dependency-version: 0.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/kubelet
  dependency-version: 0.31.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/utils
  dependency-version: 0.0.0-20250604170112-4c0f3b243397
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/api
  dependency-version: 0.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/apiextensions-apiserver
  dependency-version: 0.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/utils
  dependency-version: 0.0.0-20250604170112-4c0f3b243397
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-version: 2.27.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/api
  dependency-version: 0.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/apiextensions-apiserver
  dependency-version: 0.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/apiserver
  dependency-version: 0.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/client-go
  dependency-version: 0.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/utils
  dependency-version: 0.0.0-20250604170112-4c0f3b243397
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/api
  dependency-version: 0.32.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/apiextensions-apiserver
  dependency-version: 0.32.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.32.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
  dependency-version: 1.272.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: github.com/aws/aws-sdk-go-v2/service/eks
  dependency-version: 1.74.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/api
  dependency-version: 0.32.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/apiextensions-apiserver
  dependency-version: 0.32.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.32.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/api
  dependency-version: 0.32.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/apiextensions-apiserver
  dependency-version: 0.32.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.32.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-version: 2.27.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/api
  dependency-version: 0.32.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/apiextensions-apiserver
  dependency-version: 0.32.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.32.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/apiserver
  dependency-version: 0.32.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/client-go
  dependency-version: 0.32.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/api
  dependency-version: 0.32.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/apiextensions-apiserver
  dependency-version: 0.32.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.32.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-version: 2.27.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/api
  dependency-version: 0.32.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/apiextensions-apiserver
  dependency-version: 0.32.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.32.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/apiserver
  dependency-version: 0.32.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/client-go
  dependency-version: 0.32.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/all-go-mod-patch-and-minor-1fa1e9408a branch from 88bc803 to acbe723 Compare November 20, 2025 22:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant