chore(deps): update argo-cd #6209

Merged
renovate-bot merged 1 commits from renovate/unified-argo-cd into main 2026-04-24 18:08:43 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
argo-cd patch 9.5.29.5.4
argoproj/argo-cd patch 3.3.73.3.8

Release Notes

argoproj/argo-helm (argo-cd)

v9.5.4

Compare Source

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

What's Changed

New Contributors

Full Changelog: https://github.com/argoproj/argo-helm/compare/argo-cd-9.5.3...argo-cd-9.5.4

v9.5.3

Compare Source

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

What's Changed

Full Changelog: https://github.com/argoproj/argo-helm/compare/argo-cd-9.5.2...argo-cd-9.5.3

argoproj/argo-cd (argoproj/argo-cd)

v3.3.8

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.3.8/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.3.8/manifests/ha/install.yaml

Release Signatures and Provenance

All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.

Release Notes Blog Post

For a detailed breakdown of the key changes and improvements in this release, check out the official blog post

Upgrading

If upgrading from a different minor version, be sure to read the upgrading documentation.

Changelog

Bug fixes

Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.3.7...v3.3.8


Configuration

📅 Schedule: (in timezone America/Chicago)

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 | |---|---|---| | [argo-cd](https://github.com/argoproj/argo-helm) | patch | `9.5.2` → `9.5.4` | | [argoproj/argo-cd](https://github.com/argoproj/argo-cd) | patch | `3.3.7` → `3.3.8` | --- ### Release Notes <details> <summary>argoproj/argo-helm (argo-cd)</summary> ### [`v9.5.4`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-9.5.4) [Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-9.5.3...argo-cd-9.5.4) A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes. #### What's Changed - chore(argo-cd): Change order of source URL by [@&#8203;nebula-it](https://github.com/nebula-it) in [#&#8203;3837](https://github.com/argoproj/argo-helm/pull/3837) #### New Contributors - [@&#8203;nebula-it](https://github.com/nebula-it) made their first contribution in [#&#8203;3837](https://github.com/argoproj/argo-helm/pull/3837) **Full Changelog**: <https://github.com/argoproj/argo-helm/compare/argo-cd-9.5.3...argo-cd-9.5.4> ### [`v9.5.3`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-9.5.3) [Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-9.5.2...argo-cd-9.5.3) A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes. #### What's Changed - chore(deps): bump the dependencies group with 2 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3838](https://github.com/argoproj/argo-helm/pull/3838) - chore(deps): update renovatebot/github-action action to v46.1.10 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot] in [#&#8203;3839](https://github.com/argoproj/argo-helm/pull/3839) - chore(argo-cd): Update dependency argoproj/argo-cd to v3.3.8 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot] in [#&#8203;3841](https://github.com/argoproj/argo-helm/pull/3841) **Full Changelog**: <https://github.com/argoproj/argo-helm/compare/argo-cd-9.5.2...argo-cd-9.5.3> </details> <details> <summary>argoproj/argo-cd (argoproj/argo-cd)</summary> ### [`v3.3.8`](https://github.com/argoproj/argo-cd/releases/tag/v3.3.8) [Compare Source](https://github.com/argoproj/argo-cd/compare/v3.3.7...v3.3.8) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.3.8/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.3.8/manifests/ha/install.yaml ``` #### Release Signatures and Provenance All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the [documentation](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) on how to verify. #### Release Notes Blog Post For a detailed breakdown of the key changes and improvements in this release, check out the [official blog post](https://blog.argoproj.io/argo-cd-v3-0-release-candidate-a0b933f4e58f) #### Upgrading If upgrading from a different minor version, be sure to read the [upgrading](https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/overview/) documentation. #### Changelog ##### Bug fixes - [`fb727cf`](https://github.com/argoproj/argo-cd/commit/fb727cf7c1ea579854ff0f0323f291ab02174347): Revert "fix: prevent automatic refreshes from informer resync and status updates (cherry-pick [#&#8203;25290](https://github.com/argoproj/argo-cd/issues/25290) for 3.3)" ([#&#8203;27400](https://github.com/argoproj/argo-cd/issues/27400)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`26c8152`](https://github.com/argoproj/argo-cd/commit/26c81520167817209f717a5ea9b1ee0ce6e4c3dd): fix(appcontroller): application controller in core mode fails to sync when server.secretkey is missing ([#&#8203;26793](https://github.com/argoproj/argo-cd/issues/26793)) ([#&#8203;27462](https://github.com/argoproj/argo-cd/issues/27462)) ([@&#8203;anandf](https://github.com/anandf)) - [`82b6d45`](https://github.com/argoproj/argo-cd/commit/82b6d45701f16f093da8711ad40d212c4865ae29): fix(appset): change appset resource status count to 5000 by default (cherry-pick [#&#8203;26249](https://github.com/argoproj/argo-cd/issues/26249) for 3.3) ([#&#8203;26263](https://github.com/argoproj/argo-cd/issues/26263)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`9bff1c5`](https://github.com/argoproj/argo-cd/commit/9bff1c5b8dcf1e30c4cb85e56a35305dda6dac44): fix(cli): uses DrySource revision for app diff/manifests with sourceHydrator ([#&#8203;23817](https://github.com/argoproj/argo-cd/issues/23817)) (cherry-pick [#&#8203;24670](https://github.com/argoproj/argo-cd/issues/24670) for 3.3) ([#&#8203;27481](https://github.com/argoproj/argo-cd/issues/27481)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`6f3ef7d`](https://github.com/argoproj/argo-cd/commit/6f3ef7dc95cdb7a7e9f7daa402ef38199eb575c7): fix: avoid stale informer cache in RevisionMetadata handler (cherry-pick [#&#8203;27392](https://github.com/argoproj/argo-cd/issues/27392) for 3.3) ([#&#8203;27396](https://github.com/argoproj/argo-cd/issues/27396)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`b64eb4f`](https://github.com/argoproj/argo-cd/commit/b64eb4f07a5d01482cf7d9628250781056e3f91e): fix: revert autosync event message format change (cherry-pick [#&#8203;27387](https://github.com/argoproj/argo-cd/issues/27387) for 3.3) ([#&#8203;27389](https://github.com/argoproj/argo-cd/issues/27389)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) **Full Changelog**: <https://github.com/argoproj/argo-cd/compare/v3.3.7...v3.3.8> <a href="https://argoproj.github.io/cd/"><img src="https://raw.githubusercontent.com/argoproj/argo-site/master/content/pages/cd/gitops-cd.png" width="25%" ></a> </details> --- ### Configuration 📅 **Schedule**: (in timezone America/Chicago) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xNDEuNCIsInVwZGF0ZWRJblZlciI6IjQzLjE0MS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJoZWxtIiwiaGVsbSJdfQ==-->
renovate-bot added the automergehelm labels 2026-04-24 18:08:32 +00:00
renovate-bot added 1 commit 2026-04-24 18:08:36 +00:00
chore(deps): update argo-cd
Some checks are pending
renovate/stability-days Updates have not met minimum release age requirement
render-manifests / render-manifests (pull_request) Successful in 1m42s
lint-test-helm / lint-helm (pull_request) Successful in 3m57s
lint-test-helm / validate-kubeconform (pull_request) Successful in 44s
d448e75762
renovate-bot scheduled this pull request to auto merge when all checks succeed 2026-04-24 18:08:39 +00:00
renovate-bot merged commit 5ca33e4c4d into main 2026-04-24 18:08:43 +00:00
renovate-bot deleted branch renovate/unified-argo-cd 2026-04-24 18:08:45 +00:00
Sign in to join this conversation.