Skip to content

build(go): Bump the go-dependencies group with 5 updates#247

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-dependencies-eb279e97c2
Open

build(go): Bump the go-dependencies group with 5 updates#247
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-dependencies-eb279e97c2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 1, 2026

Bumps the go-dependencies group with 5 updates:

Package From To
github.com/traefik/traefik/v3 3.6.17 3.7.1
k8s.io/api 0.36.0 0.36.1
k8s.io/apimachinery 0.36.0 0.36.1
k8s.io/client-go 0.36.0 0.36.1
sigs.k8s.io/controller-runtime 0.24.0 0.24.1

Updates github.com/traefik/traefik/v3 from 3.6.17 to 3.7.1

Release notes

Sourced from github.com/traefik/traefik/v3's releases.

v3.7.1

Important: Please read the migration guide.

CVE fixed:

Bug fixes:

v3.7.0

Important: Please read the migration guide.

Enhancements:

  • [k8s/ingress-nginx] Use a metamodel to generate dynamic configuration in ingress-nginx (#13062 @​juliens)
  • [k8s/ingress-nginx] Add limit-connections support (#13030 @​amazon7737)
  • [webui] Display server weight in service detail view (#12325 @​murataslan1)
  • [webui, tls] Add certificates menu and overview (#12628 @​holomekc)
  • [provider] Add providers routing precedence configuration (#12895 @​juliens)
  • [k8s/ingress-nginx] Support NGINX global auth annotation (#12893 @​foxcool)
  • [k8s/ingress-nginx] Add limit-burst-multiplier annotation support (#12899 @​amazon7737)
  • [k8s/ingress-nginx, k8s/ingress, rules] Add wildcard host in Host and HostSNI matchers (#12884 @​juliens)
  • [k8s/gatewayapi] Support multiple certificateRefs on gateway listeners (#12590 @​mortennordbye)
  • [k8s/gatewayapi] Add secret support for BackendTLSPolicy caCertificateRefs (#12927 @​kevinpollet)
  • [accesslogs, k8s/ingress-nginx] Support nginx.ingress.kubernetes.io/enable-access-log annotation (#12908 @​ris-tlp)
  • [accesslogs, k8s/ingress-nginx, k8s/ingress] Add Kubernetes Ingress logs fields (#12913 @​rtribotte)
  • [k8s/knative] Support knative v1.20.0 (#12441 @​idurgakalyan)
  • [k8s/gatewayapi] Bump sigs.k8s.io/gateway-api to v1.5.1 (#12768 @​mmatur)
  • [k8s/ingress-nginx, middleware, authentication] Add support for auth-snippet (#12778 @​juliens)
  • [accesslogs, otel] Allow Stdio access logs alongsige OTLP logging (#12307 @​Mulgish)
  • [acme] Add CertificateTimeout ACME configuration option (#12278 @​ceko)
  • [k8s/ingress-nginx] Support nginx.ingress.kubernetes.io/allowlist-source-range (#12659 @​ris-tlp)
  • [k8s/crd] Add ingressClassName field to the CRDs spec (#12313 @​kkrypt0nn)
  • [k8s/crd] Service failover support in TraefikService CRD (#12733 @​jspdown)
  • [k8s/crd, service] Support cipher suites configuration with ServersTransport (#11965 @​NEwa-05)
  • [k8s/ingress, middleware, k8s/crd, service, k8s/gatewayapi] Services middleware and Gateway API filters on HTTP backends (#12544 @​juliens)
  • [k8s/ingress-nginx] Add nginx.ingress.kubernetes.io/proxy-connect-timeout annotation (#12572 @​gndz07)
  • [k8s/ingress-nginx] Add rewrite-target nginx annotations support (#12534 @​LBF38)
  • [k8s/ingress-nginx] Add support for app-root nginx annotation (#12576 @​LBF38)
  • [k8s/ingress-nginx] Add support for auth-signin annotation (#12502 @​DesalLama)
  • [k8s/ingress-nginx] Add support for from-to-www-redirect NGINX annotation (#12610 @​LBF38)
  • [k8s/ingress-nginx] Add support for proxy-read-timeout and proxy-send-timeout NGINX annotations (#12630 @​LBF38)
  • [k8s/ingress-nginx] Add support for session-cookie-expires nginx annotation (#12558 @​LBF38)
  • [k8s/ingress-nginx] Add support for upstream-hash-by NGINX annotation (#12749 @​LBF38)
  • [k8s/ingress-nginx] Allow entry points to be specified on Nginx Ingresses (#12727 @​ajacques)
  • [k8s/ingress-nginx] Implement proxy-http-version annotation (#12743 @​KshitijBharde)
  • [k8s/ingress-nginx] Nginx x-forwarded-prefix annotation (#12697 @​nandorKollar)
  • [k8s/ingress-nginx] Support auth-tls-secret and auth-tls-verify-client annotations (#12595 @​gndz07)
  • [k8s/ingress-nginx] Support limit-rpm annotation for ingress-nginx (#12703 @​Ph4rell)
  • [k8s/ingress-nginx] Support limit-rps annotation for Ingress NGINX (#12709 @​amazon7737)

... (truncated)

Commits
  • fa49e2b Prepare release v3.7.1
  • e116b8b Merge branch v3.6 into v3.7
  • 1337363 Merge branch v3.6 into v3.7
  • ff824c2 Rework contributor references in the v3.7.0 changelog
  • 04aa6bb Prepare release v3.7.0
  • 2861d0e Merge branch v3.6 into v3.7
  • 961c383 Fix regressions after refacto of the ingress-nginx provider
  • ead1c84 Service-level Middleware Documentation
  • 3854630 Add ipAllowListStrategy option for allowlist/whitelist annotations
  • 47851c2 Prepare release v3.7.0-rc.3
  • See full diff in compare view

Updates k8s.io/api from 0.36.0 to 0.36.1

Commits

Updates k8s.io/apimachinery from 0.36.0 to 0.36.1

Commits

Updates k8s.io/client-go from 0.36.0 to 0.36.1

Commits

Updates sigs.k8s.io/controller-runtime from 0.24.0 to 0.24.1

Release notes

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

v0.24.1

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.24.0...v0.24.1

Commits
  • 3be3f1b Merge pull request #3516 from k8s-infra-cherrypick-robot/cherry-pick-3515-to-...
  • 0f7b33d Fix regression in Apply typed error handling
  • 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 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

Bumps the go-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/traefik/traefik/v3](https://github.com/traefik/traefik) | `3.6.17` | `3.7.1` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.36.0` | `0.36.1` |
| [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.36.0` | `0.36.1` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.36.0` | `0.36.1` |
| [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) | `0.24.0` | `0.24.1` |


Updates `github.com/traefik/traefik/v3` from 3.6.17 to 3.7.1
- [Release notes](https://github.com/traefik/traefik/releases)
- [Commits](traefik/traefik@v3.6.17...v3.7.1)

Updates `k8s.io/api` from 0.36.0 to 0.36.1
- [Commits](kubernetes/api@v0.36.0...v0.36.1)

Updates `k8s.io/apimachinery` from 0.36.0 to 0.36.1
- [Commits](kubernetes/apimachinery@v0.36.0...v0.36.1)

Updates `k8s.io/client-go` from 0.36.0 to 0.36.1
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.36.0...v0.36.1)

Updates `sigs.k8s.io/controller-runtime` from 0.24.0 to 0.24.1
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/controller-runtime@v0.24.0...v0.24.1)

---
updated-dependencies:
- dependency-name: github.com/traefik/traefik/v3
  dependency-version: 3.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: k8s.io/api
  dependency-version: 0.36.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.36.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: k8s.io/client-go
  dependency-version: 0.36.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: sigs.k8s.io/controller-runtime
  dependency-version: 0.24.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 1, 2026
@dependabot dependabot Bot requested a review from borchero as a code owner June 1, 2026 19:33
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 1, 2026
@github-actions github-actions Bot added the build label Jun 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants