Skip to content

Bump the gomod group across 1 directory with 12 updates#4312

Merged
danail-branekov merged 1 commit intomainfrom
dependabot/go_modules/gomod-b3f416c1c7
Feb 27, 2026
Merged

Bump the gomod group across 1 directory with 12 updates#4312
danail-branekov merged 1 commit intomainfrom
dependabot/go_modules/gomod-b3f416c1c7

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 27, 2026

Bumps the gomod group with 11 updates in the / directory:

Package From To
github.com/aws/aws-sdk-go-v2/config 1.32.7 1.32.10
github.com/aws/aws-sdk-go-v2/service/ecr 1.55.1 1.55.3
github.com/go-resty/resty/v2 2.17.1 2.17.2
github.com/google/go-containerregistry 0.20.7 0.21.1
k8s.io/api 0.35.0 0.35.2
k8s.io/client-go 0.35.0 0.35.2
k8s.io/metrics 0.35.0 0.35.2
k8s.io/pod-security-admission 0.35.0 0.35.2
sigs.k8s.io/controller-tools 0.20.0 0.20.1
sigs.k8s.io/gateway-api 1.4.1 1.5.0
k8s.io/apiextensions-apiserver 0.35.0 0.35.2

Updates github.com/aws/aws-sdk-go-v2/config from 1.32.7 to 1.32.10

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ecr from 1.55.1 to 1.55.3

Commits
  • 6b53348 Release 2024-10-28
  • 784d2d3 Regenerated Clients
  • 7258bd2 Update endpoints model
  • f322198 Update API model
  • b65b80a Merge pull request #2852 from RanVaknin/signature-header-parsing-fix
  • 803614d Fixing changelog description and implementation to use TrimSpace
  • b12c8cf adding changelog
  • f0caa97 patching GetSignedRequestSignature to cover edge cases with the signature
  • e058903 drop service/nimble (#2851)
  • 896793a Release 2024-10-25
  • Additional commits viewable in compare view

Updates github.com/go-resty/resty/v2 from 2.17.1 to 2.17.2

Release notes

Sourced from github.com/go-resty/resty/v2's releases.

v2.17.2

Release Notes

Backport

Release

Full Changelog: go-resty/resty@v2.17.1...v2.17.2

Commits

Updates github.com/google/go-containerregistry from 0.20.7 to 0.21.1

Release notes

Sourced from github.com/google/go-containerregistry's releases.

v0.21.1

This release fixes a regression in crane introduced in the previous release.

What's Changed

New Contributors

Full Changelog: google/go-containerregistry@v0.21.0...v0.21.1

v0.21.0

This release updates the minimum Go version to 1.25.6.

What's Changed

New Contributors

Full Changelog: google/go-containerregistry@v0.20.7...v0.21.0

Commits

Updates k8s.io/api from 0.35.0 to 0.35.2

Commits

Updates k8s.io/apimachinery from 0.35.0 to 0.35.2

Commits

Updates k8s.io/client-go from 0.35.0 to 0.35.2

Commits

Updates k8s.io/metrics from 0.35.0 to 0.35.2

Commits

Updates k8s.io/pod-security-admission from 0.35.0 to 0.35.2

Commits

Updates sigs.k8s.io/controller-tools from 0.20.0 to 0.20.1

Release notes

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

v0.20.1

What's Changed

Full Changelog: kubernetes-sigs/controller-tools@v0.20.0...v0.20.1

Commits
  • 5d9089d Merge pull request #1336 from k8s-infra-cherrypick-robot/cherry-pick-1331-to-...
  • 852a7e7 update test case
  • bb8ed8a support nested pointer to type-aliased slices
  • See full diff in compare view

Updates sigs.k8s.io/gateway-api from 1.4.1 to 1.5.0

Release notes

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

v1.5.0

Warning: The Experimental channel CRDs are too large for a standard kubectl apply. To work around this please use kubectl apply --server-side=true instead -- or, even better, use kuberc to make server-side apply the default.

Gateway API v1.5.0

Major Changes Since v1.4.1

Breaking Changes

TLSRoute v1alpha2 and XListenerSet

Since TLSRoute and ListenerSet have graduated to the Standard channel, TLSRoute v1alpha2 and XListenerSet are no longer included in the Experimental channel.

Additionally, note that TLSRoute's CEL validation requires Kubernetes 1.31 or higher.

Upgrades and ValidatingAdmissionPolicy

Gateway API 1.5 introduces a validating admission policy (VAP) called safe-upgrades.gateway.networking.k8s.io to guard against two specific concerns:

  • It prevents installing Experimental CRDs once you've installed Standard CRDs.
  • It prevents downgrading to a version prior to 1.5 after you've installed Gateway API 1.5.

These actions can't be known to be safe without detailed knowledge about your application and users. If you need to perform them, delete the safe-upgrades.gateway.networking.k8s.io VAP first.

New Features

In this release, the following major features are moving to the Standard channel and are now considered generally available:

Additionally, the ReferenceGrant resource is moving to v1.

Experimental

  • Gateway/HTTPRoute level authentication (GEP-1494)

Full Changelog

... (truncated)

Commits
  • 3797b63 chore: Update CHANGELOG, version numbers, and approval link for 1.5.0 GA (#4607)
  • 95af031 CHANGELOG and version number updates for 1.5.0-rc.3 (#4605)
  • b54d6c6 [release-1.5] safe-upgrade: allow installing experimental when no current CRD...
  • 488006c chore: Update for 1.5.0-rc.2 (#4600)
  • b51d537 conformance: tune and allow configuring polling interval (#4599)
  • 14fdd82 [release-1.5] TLSRoute: Add conformance tests for connection rejection (#4593)
  • 48bfa99 [release-1.5] fix: enable safe-upgrades VAP to permit upgrades of experimenta...
  • af52d52 [release-1.5] Update CEL validation of allowOrigins (#4595)
  • 64f7573 fix: Update listener set programmed conditions (#4589)
  • 3740ae5 Add missing IgnoreWhitespace: true (#4590)
  • Additional commits viewable in compare view

Updates k8s.io/apiextensions-apiserver from 0.35.0 to 0.35.2

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 27, 2026
@danail-branekov
Copy link
Member

@dependabot rebase

Bumps the gomod group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.32.7` | `1.32.10` |
| [github.com/aws/aws-sdk-go-v2/service/ecr](https://github.com/aws/aws-sdk-go-v2) | `1.55.1` | `1.55.3` |
| [github.com/go-resty/resty/v2](https://github.com/go-resty/resty) | `2.17.1` | `2.17.2` |
| [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) | `0.20.7` | `0.21.1` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.35.0` | `0.35.2` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.35.0` | `0.35.2` |
| [k8s.io/metrics](https://github.com/kubernetes/metrics) | `0.35.0` | `0.35.2` |
| [k8s.io/pod-security-admission](https://github.com/kubernetes/pod-security-admission) | `0.35.0` | `0.35.2` |
| [sigs.k8s.io/controller-tools](https://github.com/kubernetes-sigs/controller-tools) | `0.20.0` | `0.20.1` |
| [sigs.k8s.io/gateway-api](https://github.com/kubernetes-sigs/gateway-api) | `1.4.1` | `1.5.0` |
| [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) | `0.35.0` | `0.35.2` |



Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.7 to 1.32.10
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.32.7...config/v1.32.10)

Updates `github.com/aws/aws-sdk-go-v2/service/ecr` from 1.55.1 to 1.55.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.55.1...service/ssm/v1.55.3)

Updates `github.com/go-resty/resty/v2` from 2.17.1 to 2.17.2
- [Release notes](https://github.com/go-resty/resty/releases)
- [Commits](go-resty/resty@v2.17.1...v2.17.2)

Updates `github.com/google/go-containerregistry` from 0.20.7 to 0.21.1
- [Release notes](https://github.com/google/go-containerregistry/releases)
- [Commits](google/go-containerregistry@v0.20.7...v0.21.1)

Updates `k8s.io/api` from 0.35.0 to 0.35.2
- [Commits](kubernetes/api@v0.35.0...v0.35.2)

Updates `k8s.io/apimachinery` from 0.35.0 to 0.35.2
- [Commits](kubernetes/apimachinery@v0.35.0...v0.35.2)

Updates `k8s.io/client-go` from 0.35.0 to 0.35.2
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.35.0...v0.35.2)

Updates `k8s.io/metrics` from 0.35.0 to 0.35.2
- [Commits](kubernetes/metrics@v0.35.0...v0.35.2)

Updates `k8s.io/pod-security-admission` from 0.35.0 to 0.35.2
- [Commits](kubernetes/pod-security-admission@v0.35.0...v0.35.2)

Updates `sigs.k8s.io/controller-tools` from 0.20.0 to 0.20.1
- [Release notes](https://github.com/kubernetes-sigs/controller-tools/releases)
- [Changelog](https://github.com/kubernetes-sigs/controller-tools/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/controller-tools@v0.20.0...v0.20.1)

Updates `sigs.k8s.io/gateway-api` from 1.4.1 to 1.5.0
- [Release notes](https://github.com/kubernetes-sigs/gateway-api/releases)
- [Changelog](https://github.com/kubernetes-sigs/gateway-api/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/gateway-api@v1.4.1...v1.5.0)

Updates `k8s.io/apiextensions-apiserver` from 0.35.0 to 0.35.2
- [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
- [Commits](kubernetes/apiextensions-apiserver@v0.35.0...v0.35.2)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.32.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ecr
  dependency-version: 1.55.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/go-resty/resty/v2
  dependency-version: 2.17.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/google/go-containerregistry
  dependency-version: 0.21.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: k8s.io/api
  dependency-version: 0.35.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.35.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: k8s.io/client-go
  dependency-version: 0.35.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: k8s.io/metrics
  dependency-version: 0.35.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: k8s.io/pod-security-admission
  dependency-version: 0.35.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: sigs.k8s.io/controller-tools
  dependency-version: 0.20.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: sigs.k8s.io/gateway-api
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: k8s.io/apiextensions-apiserver
  dependency-version: 0.35.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/gomod-b3f416c1c7 branch from a6788a9 to 5e203d8 Compare February 27, 2026 14:56
@danail-branekov danail-branekov merged commit 8809f71 into main Feb 27, 2026
11 checks passed
@danail-branekov danail-branekov deleted the dependabot/go_modules/gomod-b3f416c1c7 branch February 27, 2026 16:46
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