chore(argo-rollouts): Update dependency argoproj/argo-rollouts to v1.9.1 #8

Open
sa-renovate wants to merge 1 commit from renovate/argoproj-argo-rollouts-1.x into main
Member

This PR contains the following updates:

Package Update Change
argoproj/argo-rollouts minor v1.8.0v1.9.1

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

argoproj/argo-rollouts (argoproj/argo-rollouts)

v1.9.1

Compare Source

Chore
Ci
Fix
  • remove readinessProbe on rollout install (#​4704)
  • create isolated logger for redactor (#​4703)
  • controller: honor stderrthreshold when logtostderr is enabled (#​4673)
  • dashboard: guard null chartValue in metric chart tooltip. Fixes #​4743 (#​4744)
  • deps: restore go 1.24.9 on release-1.9 after bad grpc cherry-pick
  • trafficrouting: ensure early SetWeight runs after checkReplicasAvailable (#​4639)

v1.9.0

Compare Source

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

Compare Source

Chore
  • deps: bump github.com/hashicorp/go-plugin from 1.6.2 to 1.6.3 (#​4592)
Fix
  • bluegreen analysis prematurely succeeds if new ReplicaSet becomes unsaturated (#​4604)

v1.8.3

Compare Source

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)

v1.8.2

Compare Source

Fix
  • Revert "fix(controller): rollout stuck in Progressing. fixes #​3988" (#​4201)
  • analysis: prevent promotion on inconclusive background run. Fixes: #​3850 (#​3873)

v1.8.1

Compare Source

Chore
  • deps: Updated go version in go.mod file (#​4182)
Docs
Fix
  • guardrail to not overload stable replicaset (#​3878)
  • correct typo in linter settings key name (#​4094)
  • loop when paused and completed (#​4134)
  • nil pointer on logging (#​4127)
  • redo PR 3639 (#​4114)
  • check ephemeral metadata is set before delete (#​4089)
  • Upgrade go-retryablehttp to v0.7.7 (#​3743)
  • controller: rollout stuck in Progressing. fixes #​3988 (#​4072)
  • dashboard: Revert react-scripts upgrade due to performance regression. Fixes #​4122 (#​4166)
  • metricprovider: not require address in kubernetes secret for Datadog. Fixes #​4103 (#​4145)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [argoproj/argo-rollouts](https://github.com/argoproj/argo-rollouts) | minor | `v1.8.0` → `v1.9.1` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/3) for more information. --- ### Release Notes <details> <summary>argoproj/argo-rollouts (argoproj/argo-rollouts)</summary> ### [`v1.9.1`](https://github.com/argoproj/argo-rollouts/blob/HEAD/CHANGELOG.md#v191-2026-07-06) [Compare Source](https://github.com/argoproj/argo-rollouts/compare/v1.9.0...v1.9.1) ##### Chore - Address CVE-2026-35469 (cherry-pick [#&#8203;4814](https://github.com/argoproj/argo-rollouts/issues/4814) for 1.9) ([#&#8203;4824](https://github.com/argoproj/argo-rollouts/issues/4824)) - **deps:** update google.golang.org/grpc. Fixes [#&#8203;4667](https://github.com/argoproj/argo-rollouts/issues/4667) ([#&#8203;4686](https://github.com/argoproj/argo-rollouts/issues/4686)) - **deps:** update google.golang.org/grpc. Fixes [#&#8203;4667](https://github.com/argoproj/argo-rollouts/issues/4667) ([#&#8203;4686](https://github.com/argoproj/argo-rollouts/issues/4686)) ##### Ci - pin k3s version to avoid breakage of e2e tests ([#&#8203;4644](https://github.com/argoproj/argo-rollouts/issues/4644)) ([#&#8203;4820](https://github.com/argoproj/argo-rollouts/issues/4820)) ##### Fix - remove readinessProbe on rollout install ([#&#8203;4704](https://github.com/argoproj/argo-rollouts/issues/4704)) - create isolated logger for redactor ([#&#8203;4703](https://github.com/argoproj/argo-rollouts/issues/4703)) - **controller:** honor stderrthreshold when logtostderr is enabled ([#&#8203;4673](https://github.com/argoproj/argo-rollouts/issues/4673)) - **dashboard:** guard null chartValue in metric chart tooltip. Fixes [#&#8203;4743](https://github.com/argoproj/argo-rollouts/issues/4743) ([#&#8203;4744](https://github.com/argoproj/argo-rollouts/issues/4744)) - **deps:** restore go 1.24.9 on release-1.9 after bad grpc cherry-pick - **trafficrouting:** ensure early SetWeight runs after checkReplicasAvailable ([#&#8203;4639](https://github.com/argoproj/argo-rollouts/issues/4639)) ### [`v1.9.0`](https://github.com/argoproj/argo-rollouts/blob/HEAD/CHANGELOG.md#v190-2026-03-19) [Compare Source](https://github.com/argoproj/argo-rollouts/compare/v1.8.4...v1.9.0) ##### Chore - **deps:** update debian11 to debian12 ([#&#8203;4652](https://github.com/argoproj/argo-rollouts/issues/4652)) ##### Fix - bluegreen analysis prematurely succeeds if new ReplicaSet becomes unsaturated ([#&#8203;4604](https://github.com/argoproj/argo-rollouts/issues/4604)) - **controller:** ensure progress when canary > desired replicas ([#&#8203;4619](https://github.com/argoproj/argo-rollouts/issues/4619)) - **controller:** Use maxTrafficWeight instead of hardcoded 100 in checkReplicasAvailable. ([#&#8203;4646](https://github.com/argoproj/argo-rollouts/issues/4646)) - **controller:** Always reconcile pod metadata ([#&#8203;4477](https://github.com/argoproj/argo-rollouts/issues/4477)) - **dashboard:** avoid dialing 0.0.0.0 in newHTTPServer. Fixes [#&#8203;3931](https://github.com/argoproj/argo-rollouts/issues/3931). ([#&#8203;4589](https://github.com/argoproj/argo-rollouts/issues/4589)) - **trafficrouting:** ReplicaSetReferenced does not check istio DestinationRules ([#&#8203;4560](https://github.com/argoproj/argo-rollouts/issues/4560)) - **trafficrouting:** ensure DestinationRule is updated before SetWeight on rollback ([#&#8203;4612](https://github.com/argoproj/argo-rollouts/issues/4612)) - **trafficrouting:** cache RPC client to avoid 'Stdout already set' error. Fixes [#&#8203;3918](https://github.com/argoproj/argo-rollouts/issues/3918) ([#&#8203;4613](https://github.com/argoproj/argo-rollouts/issues/4613)) - **trafficrouting:** ensure early SetWeight runs after checkReplicasAvailable ([#&#8203;4639](https://github.com/argoproj/argo-rollouts/issues/4639)) - **trafficrouting:** set weight before hash for new canary ([#&#8203;4564](https://github.com/argoproj/argo-rollouts/issues/4564)) ### [`v1.8.4`](https://github.com/argoproj/argo-rollouts/blob/HEAD/CHANGELOG.md#v184-2026-01-30) [Compare Source](https://github.com/argoproj/argo-rollouts/compare/v1.8.3...v1.8.4) ##### Chore - **deps:** bump github.com/hashicorp/go-plugin from 1.6.2 to 1.6.3 ([#&#8203;4592](https://github.com/argoproj/argo-rollouts/issues/4592)) ##### Fix - bluegreen analysis prematurely succeeds if new ReplicaSet becomes unsaturated ([#&#8203;4604](https://github.com/argoproj/argo-rollouts/issues/4604)) ### [`v1.8.3`](https://github.com/argoproj/argo-rollouts/blob/HEAD/CHANGELOG.md#v183-2025-05-31) [Compare Source](https://github.com/argoproj/argo-rollouts/compare/v1.8.2...v1.8.3) ##### Chore - **deps:** bump github.com/golang-jwt/jwt to 4.5.2 ([#&#8203;4235](https://github.com/argoproj/argo-rollouts/issues/4235)) ([#&#8203;4236](https://github.com/argoproj/argo-rollouts/issues/4236)) - **deps:** bump golang.org/x/oauth2 from 0.24.0 to 0.29.0 to fix CVE-2025-22868 ([#&#8203;4225](https://github.com/argoproj/argo-rollouts/issues/4225)) ##### Docs - explain skew policy between the kubectl plugin and the controller ([#&#8203;4300](https://github.com/argoproj/argo-rollouts/issues/4300)) - blue green w/ ALB not supported without downtime ([#&#8203;4259](https://github.com/argoproj/argo-rollouts/issues/4259)) ##### Fix - abort scenario where canary/stable service is not provided ([#&#8203;4299](https://github.com/argoproj/argo-rollouts/issues/4299)) - restarts during updates could cause downtime ([#&#8203;4221](https://github.com/argoproj/argo-rollouts/issues/4221)) - **experiments:** fire rollout event on experiment step ([#&#8203;4124](https://github.com/argoproj/argo-rollouts/issues/4124)) - **trafficrouting:** patch VirtualService when there is only one named route ([#&#8203;4055](https://github.com/argoproj/argo-rollouts/issues/4055)) ### [`v1.8.2`](https://github.com/argoproj/argo-rollouts/blob/HEAD/CHANGELOG.md#v182-2025-03-21) [Compare Source](https://github.com/argoproj/argo-rollouts/compare/v1.8.1...v1.8.2) ##### Fix - Revert "fix(controller): rollout stuck in `Progressing`. fixes [#&#8203;3988](https://github.com/argoproj/argo-rollouts/issues/3988)" ([#&#8203;4201](https://github.com/argoproj/argo-rollouts/issues/4201)) - **analysis:** prevent promotion on inconclusive background run. Fixes: [#&#8203;3850](https://github.com/argoproj/argo-rollouts/issues/3850) ([#&#8203;3873](https://github.com/argoproj/argo-rollouts/issues/3873)) ### [`v1.8.1`](https://github.com/argoproj/argo-rollouts/blob/HEAD/CHANGELOG.md#v181-2025-03-15) [Compare Source](https://github.com/argoproj/argo-rollouts/compare/v1.8.0...v1.8.1) ##### Chore - **deps:** Updated go version in go.mod file ([#&#8203;4182](https://github.com/argoproj/argo-rollouts/issues/4182)) ##### Docs - new syntax for docs conf ([#&#8203;4012](https://github.com/argoproj/argo-rollouts/issues/4012)) ##### Fix - guardrail to not overload stable replicaset ([#&#8203;3878](https://github.com/argoproj/argo-rollouts/issues/3878)) - correct typo in linter settings key name ([#&#8203;4094](https://github.com/argoproj/argo-rollouts/issues/4094)) - loop when paused and completed ([#&#8203;4134](https://github.com/argoproj/argo-rollouts/issues/4134)) - nil pointer on logging ([#&#8203;4127](https://github.com/argoproj/argo-rollouts/issues/4127)) - redo PR 3639 ([#&#8203;4114](https://github.com/argoproj/argo-rollouts/issues/4114)) - check ephemeral metadata is set before delete ([#&#8203;4089](https://github.com/argoproj/argo-rollouts/issues/4089)) - Upgrade go-retryablehttp to v0.7.7 ([#&#8203;3743](https://github.com/argoproj/argo-rollouts/issues/3743)) - **controller:** rollout stuck in `Progressing`. fixes [#&#8203;3988](https://github.com/argoproj/argo-rollouts/issues/3988) ([#&#8203;4072](https://github.com/argoproj/argo-rollouts/issues/4072)) - **dashboard:** Revert react-scripts upgrade due to performance regression. Fixes [#&#8203;4122](https://github.com/argoproj/argo-rollouts/issues/4122) ([#&#8203;4166](https://github.com/argoproj/argo-rollouts/issues/4166)) - **metricprovider:** not require address in kubernetes secret for Datadog. Fixes [#&#8203;4103](https://github.com/argoproj/argo-rollouts/issues/4103) ([#&#8203;4145](https://github.com/argoproj/argo-rollouts/issues/4145)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My43Ni41IiwidXBkYXRlZEluVmVyIjoiNDMuMjQ0LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbInJlbm92YXRlIl19-->
chore(argo-rollouts): Update dependency argoproj/argo-rollouts to v1.8.4
Some checks failed
renovate/artifacts Artifact file update failure
PR Labeling / triage (pull_request_target) Failing after 1s
PR Labeling / size-label (pull_request_target) Failing after 1s
Lint PR / Validate PR title (pull_request_target) Failing after 1s
20071e534a
Signed-off-by: sa-renovate <renovate@buildth.ing>
Author
Member

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: charts/argo-rollouts/Chart.yaml
Post-upgrade command './scripts/renovate-bump-version.sh -c argo-rollouts -d argoproj/argo-rollouts -v v1.9.1' has not been added to the allowed list in allowedCommands
File name: charts/argo-rollouts/Chart.yaml
Post-upgrade command './scripts/helm-docs.sh' has not been added to the allowed list in allowedCommands
### ⚠️ Artifact update problem Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: charts/argo-rollouts/Chart.yaml ``` Post-upgrade command './scripts/renovate-bump-version.sh -c argo-rollouts -d argoproj/argo-rollouts -v v1.9.1' has not been added to the allowed list in allowedCommands ``` ##### File name: charts/argo-rollouts/Chart.yaml ``` Post-upgrade command './scripts/helm-docs.sh' has not been added to the allowed list in allowedCommands ```
sa-renovate changed title from chore(argo-rollouts): Update dependency argoproj/argo-rollouts to v1.8.4 to chore(argo-rollouts): Update dependency argoproj/argo-rollouts to v1.9.0 2026-03-21 03:01:15 +00:00
sa-renovate force-pushed renovate/argoproj-argo-rollouts-1.x from 20071e534a
Some checks failed
renovate/artifacts Artifact file update failure
PR Labeling / triage (pull_request_target) Failing after 1s
PR Labeling / size-label (pull_request_target) Failing after 1s
Lint PR / Validate PR title (pull_request_target) Failing after 1s
to fe751284f8
Some checks failed
renovate/artifacts Artifact file update failure
Lint PR / Validate PR title (pull_request_target) Failing after 1s
2026-03-21 03:01:15 +00:00
Compare
sa-renovate changed title from chore(argo-rollouts): Update dependency argoproj/argo-rollouts to v1.9.0 to chore(argo-rollouts): Update dependency argoproj/argo-rollouts to v1.9.1 2026-07-18 03:01:34 +00:00
sa-renovate force-pushed renovate/argoproj-argo-rollouts-1.x from fe751284f8
Some checks failed
renovate/artifacts Artifact file update failure
Lint PR / Validate PR title (pull_request_target) Failing after 1s
to f60bc50bdd
Some checks failed
renovate/artifacts Artifact file update failure
Lint PR / Validate PR title (pull_request_target) Failing after 1s
2026-07-18 03:01:34 +00:00
Compare
Some checks failed
renovate/artifacts Artifact file update failure
Lint PR / Validate PR title (pull_request_target) Failing after 1s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/argoproj-argo-rollouts-1.x:renovate/argoproj-argo-rollouts-1.x
git switch renovate/argoproj-argo-rollouts-1.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/argoproj-argo-rollouts-1.x
git switch renovate/argoproj-argo-rollouts-1.x
git rebase main
git switch main
git merge --ff-only renovate/argoproj-argo-rollouts-1.x
git switch renovate/argoproj-argo-rollouts-1.x
git rebase main
git switch main
git merge --no-ff renovate/argoproj-argo-rollouts-1.x
git switch main
git merge --squash renovate/argoproj-argo-rollouts-1.x
git switch main
git merge --ff-only renovate/argoproj-argo-rollouts-1.x
git switch main
git merge renovate/argoproj-argo-rollouts-1.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
DevFW-CICD/argocd-helm!8
No description provided.