Update quay.io/argoproj/argocd Docker tag to v3.5.0 #22

Merged
lilly merged 1 commit from renovate/quay.io-argoproj-argocd-3.x into main 2026-08-04 13:33:14 +02:00
Collaborator

This PR contains the following updates:

Package Type Update Change
quay.io/argoproj/argocd final minor v3.4.5v3.5.0

Release Notes

argoproj/argo-cd (quay.io/argoproj/argocd)

v3.5.0

Compare Source

v3.4.6

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.4.6/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.4.6/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
Other work

Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.4.5...v3.4.6


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

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [quay.io/argoproj/argocd](https://github.com/argoproj/argo-cd) | final | minor | `v3.4.5` → `v3.5.0` | --- ### Release Notes <details> <summary>argoproj/argo-cd (quay.io/argoproj/argocd)</summary> ### [`v3.5.0`](https://github.com/argoproj/argo-cd/compare/v3.4.6...v3.5.0) [Compare Source](https://github.com/argoproj/argo-cd/compare/v3.4.6...v3.5.0) ### [`v3.4.6`](https://github.com/argoproj/argo-cd/releases/tag/v3.4.6) [Compare Source](https://github.com/argoproj/argo-cd/compare/v3.4.5...v3.4.6) #### 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.4.6/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.4.6/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 - [`aa9970b`](https://github.com/argoproj/argo-cd/commit/aa9970b380b8c2e9e7cb9bc93be08b52fc9164a1): fix(appset): fall back to create when patch returns NotFound ([#&#8203;17312](https://github.com/argoproj/argo-cd/issues/17312)) (cherry-pick [#&#8203;28645](https://github.com/argoproj/argo-cd/issues/28645) for 3.4) ([#&#8203;28718](https://github.com/argoproj/argo-cd/issues/28718)) ([@&#8203;rickbrouwer](https://github.com/rickbrouwer)) - [`9a91802`](https://github.com/argoproj/argo-cd/commit/9a91802c48b074fec01e1b07949c4e55caf146f8): fix(diff): don't drop manager-owned descendant fields when filtering webhook mutations (cherry-pick [#&#8203;28819](https://github.com/argoproj/argo-cd/issues/28819) for 3.4) ([#&#8203;28894](https://github.com/argoproj/argo-cd/issues/28894)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`4907a99`](https://github.com/argoproj/argo-cd/commit/4907a99fd2948bc0db78b0a9347cd3077dbba9f7): fix(helm): pass registry passwords through stdin ([#&#8203;17821](https://github.com/argoproj/argo-cd/issues/17821)) ([#&#8203;28835](https://github.com/argoproj/argo-cd/issues/28835)) ([@&#8203;nitishfy](https://github.com/nitishfy)) - [`b6d7c82`](https://github.com/argoproj/argo-cd/commit/b6d7c82be121ce650749bf07c8ece119313781dc): fix: mount argocd-cmd-params-cm in repo-server so pprof can be enabled (cherry-pick [#&#8203;28863](https://github.com/argoproj/argo-cd/issues/28863) for 3.4) ([#&#8203;28864](https://github.com/argoproj/argo-cd/issues/28864)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`cf7c4a7`](https://github.com/argoproj/argo-cd/commit/cf7c4a73ffd6a9c41e245295cec30a1da21e17db): fix: only do annotation backfill if live unset (cherry-pick [#&#8203;28770](https://github.com/argoproj/argo-cd/issues/28770) for 3.4) ([#&#8203;28776](https://github.com/argoproj/argo-cd/issues/28776)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`a3d8e28`](https://github.com/argoproj/argo-cd/commit/a3d8e280627905ff58d47e1dc84ea2965bfad7b8): fix: progressive sync fixes (3.4 cherry-picks) ([#&#8203;29000](https://github.com/argoproj/argo-cd/issues/29000)) ([@&#8203;blakepettersson](https://github.com/blakepettersson)) - [`2aa646b`](https://github.com/argoproj/argo-cd/commit/2aa646b934fb5b48f9c03d8dee134a8870f08b10): fix: use Entra ID uti claim as token id when jti is absent ([#&#8203;28625](https://github.com/argoproj/argo-cd/issues/28625)) (cherry-pick [#&#8203;28656](https://github.com/argoproj/argo-cd/issues/28656) for 3.4) ([#&#8203;28676](https://github.com/argoproj/argo-cd/issues/28676)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`275d11e`](https://github.com/argoproj/argo-cd/commit/275d11ec49199ea83d6532d18a6ed6d2790150c7): fix: use OIDC refresh tokens to renew expired sessions ([#&#8203;27041](https://github.com/argoproj/argo-cd/issues/27041), [#&#8203;12189](https://github.com/argoproj/argo-cd/issues/12189)) (cherry-pick [#&#8203;27777](https://github.com/argoproj/argo-cd/issues/27777) for 3.4) ([#&#8203;28688](https://github.com/argoproj/argo-cd/issues/28688)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) ##### Other work - [`e1becb7`](https://github.com/argoproj/argo-cd/commit/e1becb74c728a992804d39c3ceb2e9e6ae58f0ae): chore: bump version to 3.4.6 on release-3.4 branch ([#&#8203;28959](https://github.com/argoproj/argo-cd/issues/28959)) ([@&#8203;github-actions](https://github.com/github-actions)\[bot]) **Full Changelog**: <https://github.com/argoproj/argo-cd/compare/v3.4.5...v3.4.6> <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**: (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 CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC40LjYiLCJ1cGRhdGVkSW5WZXIiOiI0NC4xMS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovatebot changed title from Update quay.io/argoproj/argocd Docker tag to v3.4.6 to Update quay.io/argoproj/argocd Docker tag to v3.5.0 2026-08-04 10:15:35 +02:00
renovatebot force-pushed renovate/quay.io-argoproj-argocd-3.x from b8ef5453cf to 01302729ec 2026-08-04 10:15:35 +02:00 Compare
lilly merged commit 01302729ec into main 2026-08-04 13:33:14 +02:00
lilly deleted branch renovate/quay.io-argoproj-argocd-3.x 2026-08-04 13:33:15 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
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
lilly/argocd-kustomize-pass!22
No description provided.