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

Merged
renovatebot merged 1 commit from renovate/argocd into main 2026-07-16 13:20:08 -04:00
Collaborator

This PR contains the following updates:

Package Update Change
argoproj/argo-cd patch v3.4.4 -> v3.4.5

Release Notes

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

v3.4.5

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.5/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.5/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
Dependency updates

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


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.4.4` -> `v3.4.5` | --- ### Release Notes <details> <summary>argoproj/argo-cd (argoproj/argo-cd)</summary> ### [`v3.4.5`](https://github.com/argoproj/argo-cd/releases/tag/v3.4.5) [Compare Source](https://github.com/argoproj/argo-cd/compare/v3.4.4...v3.4.5) #### 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.5/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.5/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 - [`e77e4b6`](https://github.com/argoproj/argo-cd/commit/e77e4b645cc1ad28b1af74931d8810c514fa75e7): fix(reposerver): honor depth of referenced source instead of primary source (cherry-pick [#&#8203;28339](https://github.com/argoproj/argo-cd/issues/28339) for 3.4) ([#&#8203;28341](https://github.com/argoproj/argo-cd/issues/28341)) ([@&#8203;alexandresavicki](https://github.com/alexandresavicki)) - [`63e67d5`](https://github.com/argoproj/argo-cd/commit/63e67d5e7f502f85b69cd52d6d56e1123b087992): fix(ssa): do not run auth reconcile with SSA (cherry pick of [#&#8203;27624](https://github.com/argoproj/argo-cd/issues/27624) and [#&#8203;27601](https://github.com/argoproj/argo-cd/issues/27601) to 3.4) ([#&#8203;28265](https://github.com/argoproj/argo-cd/issues/28265)) ([@&#8203;Mangaal](https://github.com/Mangaal)) - [`2403907`](https://github.com/argoproj/argo-cd/commit/240390732e7b593a53a237c4f149426e7268f295): fix: auto-sync skipped when newer commit arrives during sync with manifest-generate-paths ([#&#8203;27875](https://github.com/argoproj/argo-cd/issues/27875)) (cherry-pick [#&#8203;28227](https://github.com/argoproj/argo-cd/issues/28227) for 3.4) ([#&#8203;28331](https://github.com/argoproj/argo-cd/issues/28331)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`2d18587`](https://github.com/argoproj/argo-cd/commit/2d18587a4c36d4676dd0514bc4a3c5e0cc8b2ed4): fix: deleted resource are incorrectly shown in UI (cherry-pick [#&#8203;28322](https://github.com/argoproj/argo-cd/issues/28322) for 3.4) ([#&#8203;28337](https://github.com/argoproj/argo-cd/issues/28337)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`a82e158`](https://github.com/argoproj/argo-cd/commit/a82e158db8a56037d8e8b5085d188abd9fba12f0): fix: don't clobber non-ignored fields on "replace" (cherry-pick [#&#8203;27136](https://github.com/argoproj/argo-cd/issues/27136) for 3.4) ([#&#8203;28507](https://github.com/argoproj/argo-cd/issues/28507)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`d4c8f1c`](https://github.com/argoproj/argo-cd/commit/d4c8f1c3c724d4d71c1f4ddb6b255ab36d3bef4a): fix: fixes a regression of dex config env vars substituion - Cherry pick of [#&#8203;28369](https://github.com/argoproj/argo-cd/issues/28369) in 3.4 ([#&#8203;28411](https://github.com/argoproj/argo-cd/issues/28411)) ([@&#8203;ppapapetrou76](https://github.com/ppapapetrou76)) ##### Dependency updates - [`8c7ece5`](https://github.com/argoproj/argo-cd/commit/8c7ece50a4dfd731d5e10bedf3a3e692808b3d23): chore(deps): bump golang.org/x/crypto to 0.53.0 (release-3.4) ([#&#8203;28375](https://github.com/argoproj/argo-cd/issues/28375)) ([@&#8203;nmirasch](https://github.com/nmirasch)) - [`a8f245b`](https://github.com/argoproj/argo-cd/commit/a8f245b7a0a9b4b9ca8538038b521da29b5932f6): chore(deps): update Ubuntu base image to 26.04 LTS (3.4) ([#&#8203;28430](https://github.com/argoproj/argo-cd/issues/28430)) ([@&#8203;suii2210](https://github.com/suii2210)) **Full Changelog**: https://github.com/argoproj/argo-cd/compare/v3.4.4...v3.4.5 <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.4.5
All checks were successful
Notify Mattermost on Renovate PR Merge / notify (pull_request) Successful in 1s
806016c36d
renovatebot scheduled this pull request to auto merge when all checks succeed 2026-07-10 00:04:11 -04:00
renovatebot deleted branch renovate/argocd 2026-07-16 13:20:08 -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!58
No description provided.