chore(deps): update dependency argoproj/argo-cd to v3.5.1 #70

Merged
renovatebot merged 1 commit from renovate/argocd into main 2026-08-23 18:11:47 -04:00
Collaborator

This PR contains the following updates:

Package Update Change
argoproj/argo-cd patch v3.5.0 -> v3.5.1

Release Notes

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

v3.5.1

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.5.1/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.5.1/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.5.0...v3.5.1


Configuration

📅 Schedule: 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.

🔕 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 Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [argoproj/argo-cd](https://github.com/argoproj/argo-cd) | patch | `v3.5.0` -> `v3.5.1` | --- ### Release Notes <details> <summary>argoproj/argo-cd (argoproj/argo-cd)</summary> ### [`v3.5.1`](https://github.com/argoproj/argo-cd/releases/tag/v3.5.1) [Compare Source](https://github.com/argoproj/argo-cd/compare/v3.5.0...v3.5.1) #### 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.5.1/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.5.1/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 - [`33f3bc5`](https://github.com/argoproj/argo-cd/commit/33f3bc59faeec96204cda3a5ae211be17d15f1ac): fix(appset): stop progressive sync reconciling in a tight loop ([#&#8203;27577](https://github.com/argoproj/argo-cd/issues/27577)) ([#&#8203;29139](https://github.com/argoproj/argo-cd/issues/29139)) ([@&#8203;himeshp](https://github.com/himeshp)) - [`d358e75`](https://github.com/argoproj/argo-cd/commit/d358e75b3539c3fc43eb2372317bde7a0d01c55f): fix(appset): verify terminating Applications against the API server ([#&#8203;29042](https://github.com/argoproj/argo-cd/issues/29042)) ([#&#8203;29138](https://github.com/argoproj/argo-cd/issues/29138)) ([@&#8203;himeshp](https://github.com/himeshp)) - [`ecf3737`](https://github.com/argoproj/argo-cd/commit/ecf37373a9d3a72b259a73abfee7ce27226b960a): fix(controller): cherry-pick treat `timeout.reconciliation=0` as disabled soft expiry ([#&#8203;27683](https://github.com/argoproj/argo-cd/issues/27683)) ([#&#8203;29007](https://github.com/argoproj/argo-cd/issues/29007)) ([@&#8203;aali309](https://github.com/aali309)) - [`978fa65`](https://github.com/argoproj/argo-cd/commit/978fa65006565baaaf35894918fd661d610f5953): fix(controller): reuse server-side diff result when masking Secret data ([#&#8203;27858](https://github.com/argoproj/argo-cd/issues/27858)) ([#&#8203;29074](https://github.com/argoproj/argo-cd/issues/29074)) ([@&#8203;1ovsss](https://github.com/1ovsss)) - [`f399c84`](https://github.com/argoproj/argo-cd/commit/f399c84f85fc4e3a19ac1e8314ff111493d26fee): fix(controller): use diff cache when timeout.reconciliation is disabled (cherry-pick [#&#8203;29073](https://github.com/argoproj/argo-cd/issues/29073) for 3.5) ([#&#8203;29158](https://github.com/argoproj/argo-cd/issues/29158)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`960bed7`](https://github.com/argoproj/argo-cd/commit/960bed7f2efcdc8b43fe392dd6d17cf95507c9f2): fix(server): prevent SSD CLI secret mask spoofing (cherry-pick [#&#8203;29089](https://github.com/argoproj/argo-cd/issues/29089) for 3.5) ([#&#8203;29130](https://github.com/argoproj/argo-cd/issues/29130)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`9f360f4`](https://github.com/argoproj/argo-cd/commit/9f360f4953a1dc0f3474aa9c482d72366863ea33): fix(ssd): hide secret in last-applied-configuration annotation ([#&#8203;28989](https://github.com/argoproj/argo-cd/issues/28989)) ([#&#8203;29052](https://github.com/argoproj/argo-cd/issues/29052)) ([@&#8203;pjiang-dev](https://github.com/pjiang-dev)) ##### Other work - [`109ca7c`](https://github.com/argoproj/argo-cd/commit/109ca7ca71139e514114499d294a492e7910a965): chore: bump version to 3.5.1 on release-3.5 branch ([#&#8203;29165](https://github.com/argoproj/argo-cd/issues/29165)) ([@&#8203;github-actions](https://github.com/github-actions)\[bot]) - [`b44fbbc`](https://github.com/argoproj/argo-cd/commit/b44fbbc2e040e303c18a69182fd5dbe2c36cfdf9): fix(manifest-generate-paths): Consistent gen manifest cache key ([#&#8203;28074](https://github.com/argoproj/argo-cd/issues/28074) and [#&#8203;29037](https://github.com/argoproj/argo-cd/issues/29037)) ([#&#8203;29049](https://github.com/argoproj/argo-cd/issues/29049)) ([@&#8203;agaudreault](https://github.com/agaudreault)) **Full Changelog**: https://github.com/argoproj/argo-cd/compare/v3.5.0...v3.5.1 <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**: 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. 🔕 **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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43My4wIiwidXBkYXRlZEluVmVyIjoiNDEuNzMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
chore(deps): update dependency argoproj/argo-cd to v3.5.1
All checks were successful
Notify Mattermost on Renovate PR Merge / notify (pull_request) Successful in 1s
9ca2f3ac6c
renovatebot scheduled this pull request to auto merge when all checks succeed 2026-08-23 13:10:33 -04:00
renovatebot deleted branch renovate/argocd 2026-08-23 18:11:47 -04:00
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
smig/nuc-talos!70
No description provided.