Skip to content

Bump github.com/argoproj/argo-rollouts from 1.7.1 to 1.9.0#27

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/main/github.com/argoproj/argo-rollouts-1.9.0
Open

Bump github.com/argoproj/argo-rollouts from 1.7.1 to 1.9.0#27
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/main/github.com/argoproj/argo-rollouts-1.9.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 24, 2026

Bumps github.com/argoproj/argo-rollouts from 1.7.1 to 1.9.0.

Release notes

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

v1.9.0

v1.9.0 (2026-03-19)

Chore

  • deps: update debian11 to debian12 (#4652)

Fix

  • bluegreen analysis prematurely succeeds if new ReplicaSet becomes unsaturated (#4604)
  • controller: ensure progress when canary > desired replicas (#4619)
  • controller: Use maxTrafficWeight instead of hardcoded 100 in checkReplicasAvailable. (#4646)
  • controller: Always reconcile pod metadata (#4477)
  • dashboard: avoid dialing 0.0.0.0 in newHTTPServer. Fixes #3931. (#4589)
  • trafficrouting: ReplicaSetReferenced does not check istio DestinationRules (#4560)
  • trafficrouting: ensure DestinationRule is updated before SetWeight on rollback (#4612)
  • trafficrouting: cache RPC client to avoid 'Stdout already set' error. Fixes #3918 (#4613)
  • trafficrouting: ensure early SetWeight runs after checkReplicasAvailable (#4639)
  • trafficrouting: set weight before hash for new canary (#4564)

v1.9.0-rc2 (2025-11-18)

Chore

  • switch to *bool for clusterScope (#4551)

Fix

  • controller: Skip analysis runs if no templates are specified (#4544)

Revert

v1.9.0-rc1 (2025-11-07)

Build

  • tmate.io is no longer active (#4417)

Chore

... (truncated)

Changelog

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

v1.9.0-rc1 (2025-11-07)

Build

  • tmate.io is no longer active (#4417)

Chore

  • Change enhancement proposal issue wording (#4414)
  • security fix https://nvd.nist.gov/vuln/detail/CVE-2023-46402 (#4083)
  • Make sure rollouts abort always has some more detailed message (#3957) (#4175)
  • bump k8s libraries and go to current supported versions (#4497)
  • use internal errors util instead of pkg's (#4171)
  • Add Verkada to the list of users (#4176)
  • Add Doubble to official USERS.md (#4214)
  • Fix Traefik name (#4217)
  • enrich controller startup log with namespace, ports, and insta… (#4218)
  • Improve logging (#4266)
  • add canaryStepString route msg (#4490)
  • fix deprecation (pointer -> ptr) (#4286)
  • Adding Red Hat to the list (#4361)
  • make api-proto to support go module style (#4402)
  • Add UiPath to the list of users (#4476)
  • deps: bump codecov/codecov-action from 5.3.1 to 5.4.0 (#4157)
  • deps: bump github.com/aws/smithy-go from 1.22.2 to 1.22.3 (#4136)
  • deps: bump amannn/action-semantic-pull-request from 5 to 6 (#4454)
  • deps: bump sigstore/cosign-installer from 3.8.2 to 3.10.0 (#4448)
  • deps: bump docker/login-action from 3.4.0 to 3.6.0 (#4473)
  • deps: bump actions/download-artifact from 4.3.0 to 6.0.0 (#4512)
  • deps: bump github.com/aws/smithy-go from 1.22.4 to 1.23.1 (#4494)
  • deps: bump github.com/aws/aws-sdk-go-v2/service/cloudwatch from 1.45.1 to 1.45.4 (#4366)
  • deps: bump golang.org/x/sync from 0.11.0 to 0.16.0 (#4353)
  • deps: bump docker/setup-buildx-action from 3.10.0 to 3.11.1 (#4328)
  • deps: bump github.com/aws/aws-sdk-go-v2/service/cloudwatch from 1.44.1 to 1.45.1 (#4313)
  • deps: bump codecov/codecov-action from 5.4.2 to 5.4.3 (#4283)
  • deps: bump docker/build-push-action from 6.16.0 to 6.18.0 (#4298)
  • deps: bump actions/stale from 9 to 10 (#4493)
  • deps: bump codecov/codecov-action from 5.4.3 to 5.5.1 (#4492)
  • deps: bump softprops/action-gh-release from 2.2.1 to 2.2.2 (#4243)
  • deps: bump actions/download-artifact from 4.2.1 to 4.3.0 (#4254)
  • deps: bump docker/build-push-action from 6.15.0 to 6.16.0 (#4255)
  • deps: bump github.com/aws/aws-sdk-go-v2/config from 1.29.8 to 1.29.14 (#4230)
  • deps: bump codecov/codecov-action from 5.4.0 to 5.4.2 (#4237)
  • deps: bump sigstore/cosign-installer from 3.8.1 to 3.8.2 (#4247)
  • deps: bump github.com/golang-jwt/jwt to 4.5.2 (#4235) (#4236)
  • deps: bump google.golang.org/grpc from 1.70.0 to 1.71.1 (#4227)
  • deps: bump golangci-lang from v1.61.0 to v1.64.8 (#4213)
  • deps: bump softprops/action-gh-release from 2.1.0 to 2.2.0 (#3999)

... (truncated)

Commits
  • 838d4e7 fix(trafficrouting): ensure DestinationRule is updated before SetWeight on ro...
  • 48079f5 chore(deps): update debian11 to debian12 (#4652)
  • f1cbaf9 fix(controller): Use maxTrafficWeight instead of hardcoded 100 in checkReplic...
  • dbf2891 fix(trafficrouting): ensure early SetWeight runs after checkReplicasAvailable...
  • 9a1292c fix(controller): Always reconcile pod metadata (#4477)
  • 6a459ef fix(trafficrouting): ReplicaSetReferenced does not check istio DestinationRul...
  • 6436a90 fix(dashboard): avoid dialing 0.0.0.0 in newHTTPServer. Fixes #3931. (#4589)
  • ab2393d fix(controller): ensure progress when canary > desired replicas (#4619)
  • 4ebcbd7 fix(trafficrouting): cache RPC client to avoid 'Stdout already set' error. Fi...
  • 3a001ee fix: bluegreen analysis prematurely succeeds if new ReplicaSet becomes unsatu...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 24, 2026

Labels

The following labels could not be found: area/dependency. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot requested a review from a team as a code owner March 24, 2026 14:24
Bumps [github.com/argoproj/argo-rollouts](https://github.com/argoproj/argo-rollouts) from 1.7.1 to 1.9.0.
- [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.7.1...v1.9.0)

---
updated-dependencies:
- dependency-name: github.com/argoproj/argo-rollouts
  dependency-version: 1.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/main/github.com/argoproj/argo-rollouts-1.9.0 branch from 04aecbc to cf97fa5 Compare March 25, 2026 02:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants