Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the all-go-mod-patch-and-minor group with 5 updates in the / directory:

Package From To
github.com/onsi/ginkgo/v2 2.26.0 2.27.2
github.com/regclient/regclient 0.9.2 0.10.0
k8s.io/api 0.32.9 0.32.10
k8s.io/apiextensions-apiserver 0.32.9 0.32.10
k8s.io/kubelet 0.31.13 0.31.14

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.274.0
github.com/aws/aws-sdk-go-v2/service/eks 1.74.2 1.75.0

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 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

Updates k8s.io/apiserver from 0.32.9 to 0.32.10

Commits
  • 53fc371 Update dependencies to v0.32.10 tag
  • ca0dd71 Merge pull request #134497 from vikasbolla/release-1.32
  • 827e458 authz tests: delay response in context cancelled scenario
  • See full diff in compare view

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

Commits
  • de181b0 Update dependencies to v0.32.10 tag
  • 55b810f Merge pull request #134591liggitt/automated-cherry-pick-of-#134588
  • 7e6bf40 Remove invalid SAN certificate construction
  • See full diff in compare view

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

Commits

Updates k8s.io/kubelet from 0.31.13 to 0.31.14

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

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.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

Updates k8s.io/apiserver from 0.32.9 to 0.32.10

Commits
  • 53fc371 Update dependencies to v0.32.10 tag
  • ca0dd71 Merge pull request #134497 from vikasbolla/release-1.32
  • 827e458 authz tests: delay response in context cancelled scenario
  • See full diff in compare view

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

Commits
  • de181b0 Update dependencies to v0.32.10 tag
  • 55b810f Merge pull request #134591liggitt/automated-cherry-pick-of-#134588
  • 7e6bf40 Remove invalid SAN certificate construction
  • See full diff 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

Updates k8s.io/apimachinery from 0.32.9 to 0.32.10

Commits

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.274.0

Commits

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

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

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

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.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

Updates k8s.io/apiserver from 0.32.9 to 0.32.10

Commits
  • 53fc371 Update dependencies to v0.32.10 tag
  • ca0dd71 Merge pull request #134497 from vikasbolla/release-1.32
  • 827e458 authz tests: delay response in context cancelled scenario
  • See full diff in compare view

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

Commits
  • de181b0 Update dependencies to v0.32.10 tag
  • 55b810f Merge pull request #134591liggitt/automated-cherry-pick-of-#134588
  • 7e6bf40 Remove invalid SAN certificate construction
  • See full diff 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

Updates k8s.io/apimachinery from 0.32.9 to 0.32.10

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.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

Updates k8s.io/apiserver from 0.32.9 to 0.32.10

Commits
  • 53fc371 Update dependencies to v0.32.10 tag
  • ca0dd71 Merge pull request #134497 from vikasbolla/release-1.32
  • 827e458 authz tests: delay response in context cancelled scenario
  • See full diff in compare view

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

Commits
  • de181b0 Update dependencies to v0.32.10 tag
  • 55b810f Merge pull request #134591liggitt/automated-cherry-pick-of-#134588
  • 7e6bf40 Remove invalid SAN certificate construction
  • See full diff 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

…tories with 12 updates

Bumps the all-go-mod-patch-and-minor group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.26.0` | `2.27.2` |
| [github.com/regclient/regclient](https://github.com/regclient/regclient) | `0.9.2` | `0.10.0` |
| [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` |
| [k8s.io/kubelet](https://github.com/kubernetes/kubelet) | `0.31.13` | `0.31.14` |

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.274.0` |
| [github.com/aws/aws-sdk-go-v2/service/eks](https://github.com/aws/aws-sdk-go-v2) | `1.74.2` | `1.75.0` |

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 `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.32.10)

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

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.32.10)

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

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

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.32.10)

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.32.10)

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

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.32.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.32.10)

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.274.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@service/ec2/v1.254.1...service/ec2/v1.274.0)

Updates `github.com/aws/aws-sdk-go-v2/service/eks` from 1.74.2 to 1.75.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@service/eks/v1.74.2...service/s3/v1.75.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.32.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.32.10)

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.32.10)

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

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.32.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.32.10)

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.32.10)

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

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.32.10)

---
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: 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/component-base
  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/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/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/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.274.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/eks
  dependency-version: 1.75.0
  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/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 added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 25, 2025
@jimmidyson jimmidyson enabled auto-merge (squash) November 25, 2025 14:35
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.

2 participants