Skip to content

Bump the all-go-mod-patch-and-minor group across 1 directory with 15 updates #809

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 16, 2025

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

Package From To
github.com/argoproj/argo-rollouts 1.8.2 1.8.3
github.com/aws/aws-sdk-go-v2 1.36.3 1.36.4
github.com/aws/aws-sdk-go-v2/config 1.29.14 1.29.16
github.com/aws/aws-sdk-go-v2/service/sqs 1.38.5 1.38.7
github.com/prometheus/common 0.63.0 0.64.0
golang.org/x/net 0.40.0 0.41.0
k8s.io/api 0.32.4 0.32.5
k8s.io/apiserver 0.32.4 0.32.5
k8s.io/code-generator 0.32.4 0.32.5
k8s.io/metrics 0.32.4 0.32.5
sigs.k8s.io/controller-tools 0.17.3 0.18.0

Updates github.com/argoproj/argo-rollouts from 1.8.2 to 1.8.3

Release notes

Sourced from github.com/argoproj/argo-rollouts's releases.

v1.8.3

What's Changed

Chore

  • deps: bump github.com/golang-jwt/jwt to 4.5.2 (#4235) (#4236)
  • deps: bump golang.org/x/oauth2 from 0.24.0 to 0.29.0 to fix CVE-2025-22868 (#4225)

Docs

  • explain skew policy between the kubectl plugin and the controller (#4300)
  • blue green w/ ALB not supported without downtime (#4259)

Fix

  • abort scenario where canary/stable service is not provided (#4299)
  • restarts during updates could cause downtime (#4221)
  • experiments: fire rollout event on experiment step (#4124)
  • trafficrouting: patch VirtualService when there is only one named route (#4055)

Full Changelog: argoproj/argo-rollouts@v1.8.2...v1.8.3

Changelog

Sourced from github.com/argoproj/argo-rollouts's changelog.

v1.8.3 (2025-05-31)

Chore

  • deps: bump github.com/golang-jwt/jwt to 4.5.2 (#4235) (#4236)
  • deps: bump golang.org/x/oauth2 from 0.24.0 to 0.29.0 to fix CVE-2025-22868 (#4225)

Docs

  • explain skew policy between the kubectl plugin and the controller (#4300)
  • blue green w/ ALB not supported without downtime (#4259)

Fix

  • abort scenario where canary/stable service is not provided (#4299)
  • restarts during updates could cause downtime (#4221)
  • experiments: fire rollout event on experiment step (#4124)
  • trafficrouting: patch VirtualService when there is only one named route (#4055)

Commits
  • 49fa151 docs: explain skew policy between the kubectl plugin and the controller (#4300)
  • aa6d287 fix: abort scenario where canary/stable service is not provided (#4299)
  • c48a4e6 docs: blue green w/ ALB not supported without downtime (#4259)
  • 3db9784 fix: restarts during updates could cause downtime (#4221)
  • dd59f5d fix(experiments): fire rollout event on experiment step (#4124)
  • 406f6bf fix(trafficrouting): patch VirtualService when there is only one named route ...
  • c023cb4 Merge branch 'release-1.8' of github.com:argoproj/argo-rollouts into release-1.8
  • 78a3f6f chore(deps): bump github.com/golang-jwt/jwt to 4.5.2 (#4235) (#4236)
  • 43785c4 chore(deps): bump golang.org/x/oauth2 from 0.24.0 to 0.29.0 to fix CVE-2025-2...
  • See full diff in compare view

Updates github.com/aws/aws-sdk-go-v2 from 1.36.3 to 1.36.4

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.29.14 to 1.29.16

Commits

Updates github.com/aws/aws-sdk-go-v2/service/sqs from 1.38.5 to 1.38.7

Commits

Updates github.com/prometheus/common from 0.63.0 to 0.64.0

Release notes

Sourced from github.com/prometheus/common's releases.

v0.64.0

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.63.0...v0.64.0

Commits
  • 6a35e02 build(deps): bump golang.org/x/oauth2 from 0.29.0 to 0.30.0 (#788)
  • 487c180 refactor(promslog): make NewNopLogger() wrapper around New() (#783)
  • b8eddd7 build(deps): bump golang.org/x/net from 0.38.0 to 0.39.0 (#786)
  • 8048031 build(deps): bump golang.org/x/oauth2 from 0.28.0 to 0.29.0 (#785)
  • 4ca345a build(deps): bump github.com/prometheus/client_model from 0.6.1 to 0.6.2 (#784)
  • 633961f Merge pull request #787 from prometheus/repo_sync
  • 8c1fb2e Update common Prometheus files
  • 8de85c2 Merge pull request #739 from prometheus/beorn7/log
  • 31ee791 promslog: Use the default timezone (again)
  • 318ef65 build(deps): bump google.golang.org/protobuf from 1.36.5 to 1.36.6 (#776)
  • Additional commits viewable in compare view

Updates golang.org/x/net from 0.40.0 to 0.41.0

Commits
  • 6e41cae go.mod: update golang.org/x dependencies
  • 15f7d40 http2: correctly wrap ErrFrameTooLarge in Framer.ReadFrame
  • ef33bc0 internal/http3: use bubbled context in synctest tests
  • 919c6bc http2: use an array instead of a map in typeFrameParser
  • bae01a7 trace: add missing td tag
  • See full diff in compare view

Updates golang.org/x/sync from 0.14.0 to 0.15.0

Commits
  • 8a14946 errgroup: remove duplicated comment
  • 1869c69 all: replace deprecated ioutil
  • d1ac909 sync/errgroup: PanicError.Error print stack trace
  • See full diff in compare view

Updates k8s.io/api from 0.32.4 to 0.32.5

Commits

Updates k8s.io/apimachinery from 0.32.4 to 0.32.5

Commits

Updates k8s.io/apiserver from 0.32.4 to 0.32.5

Commits

Updates k8s.io/client-go from 0.32.4 to 0.32.5

Commits

Updates k8s.io/code-generator from 0.32.4 to 0.32.5

Commits

Updates k8s.io/component-base from 0.32.4 to 0.32.5

Commits

Updates k8s.io/metrics from 0.32.4 to 0.32.5

Commits

Updates sigs.k8s.io/controller-tools from 0.17.3 to 0.18.0

Release notes

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

v0.18.0

What's Changed

Misc

envtest

Dependency bumps

... (truncated)

Commits
  • 51a8bf2 Merge pull request #1203 from dongjiang1989/update-k8s-v1.33-fix
  • de0c57a Bump to k8s.io/* v0.33.0
  • 0f30144 Merge pull request #1202 from sbueringer/pr-envtest-promo-v1.33.0
  • ddbc81c Promotion of envtest release for Kubernetes v1.33.0
  • b1bf32f Merge pull request #1201 from sbueringer/pr-envtest-v0.33-ii
  • 054543a Release envtest v1.33.0 (try 2)
  • bd1faab Merge pull request #1198 from dongjiang1989/update-envtest-1.33
  • dfabafd add envtest v1.33.0
  • 19b9620 Merge pull request #1198 from dongjiang1989/update-envtest-1.33
  • 8508a20 Merge pull request #1187 from kubernetes-sigs/dependabot/go_modules/all-go-mo...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot 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

…updates

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

| Package | From | To |
| --- | --- | --- |
| [github.com/argoproj/argo-rollouts](https://github.com/argoproj/argo-rollouts) | `1.8.2` | `1.8.3` |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.36.3` | `1.36.4` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.29.14` | `1.29.16` |
| [github.com/aws/aws-sdk-go-v2/service/sqs](https://github.com/aws/aws-sdk-go-v2) | `1.38.5` | `1.38.7` |
| [github.com/prometheus/common](https://github.com/prometheus/common) | `0.63.0` | `0.64.0` |
| [golang.org/x/net](https://github.com/golang/net) | `0.40.0` | `0.41.0` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.32.4` | `0.32.5` |
| [k8s.io/apiserver](https://github.com/kubernetes/apiserver) | `0.32.4` | `0.32.5` |
| [k8s.io/code-generator](https://github.com/kubernetes/code-generator) | `0.32.4` | `0.32.5` |
| [k8s.io/metrics](https://github.com/kubernetes/metrics) | `0.32.4` | `0.32.5` |
| [sigs.k8s.io/controller-tools](https://github.com/kubernetes-sigs/controller-tools) | `0.17.3` | `0.18.0` |



Updates `github.com/argoproj/argo-rollouts` from 1.8.2 to 1.8.3
- [Release notes](https://github.com/argoproj/argo-rollouts/releases)
- [Changelog](https://github.com/argoproj/argo-rollouts/blob/master/CHANGELOG.md)
- [Commits](argoproj/argo-rollouts@v1.8.2...v1.8.3)

Updates `github.com/aws/aws-sdk-go-v2` from 1.36.3 to 1.36.4
- [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.36.3...v1.36.4)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.29.14 to 1.29.16
- [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@config/v1.29.14...config/v1.29.16)

Updates `github.com/aws/aws-sdk-go-v2/service/sqs` from 1.38.5 to 1.38.7
- [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/s3/v1.38.5...service/ecr/v1.38.7)

Updates `github.com/prometheus/common` from 0.63.0 to 0.64.0
- [Release notes](https://github.com/prometheus/common/releases)
- [Changelog](https://github.com/prometheus/common/blob/main/RELEASE.md)
- [Commits](prometheus/common@v0.63.0...v0.64.0)

Updates `golang.org/x/net` from 0.40.0 to 0.41.0
- [Commits](golang/net@v0.40.0...v0.41.0)

Updates `golang.org/x/sync` from 0.14.0 to 0.15.0
- [Commits](golang/sync@v0.14.0...v0.15.0)

Updates `k8s.io/api` from 0.32.4 to 0.32.5
- [Commits](kubernetes/api@v0.32.4...v0.32.5)

Updates `k8s.io/apimachinery` from 0.32.4 to 0.32.5
- [Commits](kubernetes/apimachinery@v0.32.4...v0.32.5)

Updates `k8s.io/apiserver` from 0.32.4 to 0.32.5
- [Commits](kubernetes/apiserver@v0.32.4...v0.32.5)

Updates `k8s.io/client-go` from 0.32.4 to 0.32.5
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.32.4...v0.32.5)

Updates `k8s.io/code-generator` from 0.32.4 to 0.32.5
- [Commits](kubernetes/code-generator@v0.32.4...v0.32.5)

Updates `k8s.io/component-base` from 0.32.4 to 0.32.5
- [Commits](kubernetes/component-base@v0.32.4...v0.32.5)

Updates `k8s.io/metrics` from 0.32.4 to 0.32.5
- [Commits](kubernetes/metrics@v0.32.4...v0.32.5)

Updates `sigs.k8s.io/controller-tools` from 0.17.3 to 0.18.0
- [Release notes](https://github.com/kubernetes-sigs/controller-tools/releases)
- [Changelog](https://github.com/kubernetes-sigs/controller-tools/blob/main/envtest-releases.yaml)
- [Commits](kubernetes-sigs/controller-tools@v0.17.3...v0.18.0)

---
updated-dependencies:
- dependency-name: github.com/argoproj/argo-rollouts
  dependency-version: 1.8.3
  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.36.4
  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/config
  dependency-version: 1.29.16
  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/service/sqs
  dependency-version: 1.38.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: github.com/prometheus/common
  dependency-version: 0.64.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: golang.org/x/net
  dependency-version: 0.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: golang.org/x/sync
  dependency-version: 0.15.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.5
  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.5
  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.5
  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.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/code-generator
  dependency-version: 0.32.5
  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.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/metrics
  dependency-version: 0.32.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: sigs.k8s.io/controller-tools
  dependency-version: 0.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code minor Minor changes, e.g. low risk config updates, changes that do not introduce a new API call. labels Jun 16, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 23, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jun 23, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/all-go-mod-patch-and-minor-7506714801 branch June 23, 2025 06:33
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 minor Minor changes, e.g. low risk config updates, changes that do not introduce a new API call.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants