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

Merged
renovate-bot merged 1 commits from renovate/unified-argo-cd into main 2026-05-13 00:40:43 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
argoproj/argo-cd patch 3.4.13.4.2

Release Notes

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

v3.4.2

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.2/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.2/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
  • b15e9e3 fix: Revert "fix: avoid calling UpdateRevisionForPaths unnecessary (#​25151)" (cherry-pick #​27241 for 3.4) (#​27251) (argo-cd-cherry-pick-bot[bot], Alexander Matyushentsev)
  • 570ccbc fix: prevent panic on nil APIResource in permission validator (cherry-pick #​26610 for 3.4) (#​27752) (argo-cd-cherry-pick-bot[bot], Andy Lo-A-Foe)
Dependency updates
  • 6eb6215 chore(deps): bump github.com/moby/spdystream from 0.5.0 to 0.5.1 (cherry-pick #​27401 for 3.4) (#​27734) (argo-cd-cherry-pick-bot[bot], dependabot[bot])
Other work
  • 35ea43c Merge commit from fork (Blake Pettersson)
  • bcb4298 Merge commit from fork (Peter Jiang)
  • 4e71577 chore: bump otel/sdk to 1.43.0 (release-3.4) (#​27806) (Nitish Kumar)
  • 6e227ba ci: pin images of setup-qemu-action, setup-buildx-action and goreleaser CLI version (cherry-pick #​27060 for 3.4) (#​27731) (argo-cd-cherry-pick-bot[bot], Regina Voloshin)
  • 87e9148 fix(gitops-engine): apply HideSecretData to server-side diff results for Secrets (cherry-pick #​27598 for 3.4) (#​27754) (argo-cd-cherry-pick-bot[bot], Peter Jiang, downfa11)

Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.4.1...v3.4.2


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.

🔕 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-cd](https://github.com/argoproj/argo-cd) | patch | `3.4.1` → `3.4.2` | --- ### Release Notes <details> <summary>argoproj/argo-cd (argoproj/argo-cd)</summary> ### [`v3.4.2`](https://github.com/argoproj/argo-cd/releases/tag/v3.4.2) [Compare Source](https://github.com/argoproj/argo-cd/compare/v3.4.1...v3.4.2) #### 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.2/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.2/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 - [`b15e9e3`](https://github.com/argoproj/argo-cd/commit/b15e9e3cc5a89f0024974243f1dc90cc75194702) fix: Revert "fix: avoid calling UpdateRevisionForPaths unnecessary ([#&#8203;25151](https://github.com/argoproj/argo-cd/issues/25151))" (cherry-pick [#&#8203;27241](https://github.com/argoproj/argo-cd/issues/27241) for 3.4) ([#&#8203;27251](https://github.com/argoproj/argo-cd/issues/27251)) (argo-cd-cherry-pick-bot\[bot], Alexander Matyushentsev) - [`570ccbc`](https://github.com/argoproj/argo-cd/commit/570ccbc5217f5231d0a843b1099667591432a605) fix: prevent panic on nil APIResource in permission validator (cherry-pick [#&#8203;26610](https://github.com/argoproj/argo-cd/issues/26610) for 3.4) ([#&#8203;27752](https://github.com/argoproj/argo-cd/issues/27752)) (argo-cd-cherry-pick-bot\[bot], Andy Lo-A-Foe) ##### Dependency updates - [`6eb6215`](https://github.com/argoproj/argo-cd/commit/6eb621513ec513ab0a59b3b21e38e3874260707a) chore(deps): bump github.com/moby/spdystream from 0.5.0 to 0.5.1 (cherry-pick [#&#8203;27401](https://github.com/argoproj/argo-cd/issues/27401) for 3.4) ([#&#8203;27734](https://github.com/argoproj/argo-cd/issues/27734)) (argo-cd-cherry-pick-bot\[bot], dependabot\[bot]) ##### Other work - [`35ea43c`](https://github.com/argoproj/argo-cd/commit/35ea43c537d6e8948e67f347317fc4f88b325122) Merge commit from fork (Blake Pettersson) - [`bcb4298`](https://github.com/argoproj/argo-cd/commit/bcb4298afc9fcff5f5d69f4e1db2d0a75983f42c) Merge commit from fork (Peter Jiang) - [`4e71577`](https://github.com/argoproj/argo-cd/commit/4e715779c0d9ef5a0042843460062276ff72e53b) chore: bump otel/sdk to 1.43.0 (release-3.4) ([#&#8203;27806](https://github.com/argoproj/argo-cd/issues/27806)) (Nitish Kumar) - [`6e227ba`](https://github.com/argoproj/argo-cd/commit/6e227bad2b48620cfb1943828f973af8671139cf) ci: pin images of setup-qemu-action, setup-buildx-action and goreleaser CLI version (cherry-pick [#&#8203;27060](https://github.com/argoproj/argo-cd/issues/27060) for 3.4) ([#&#8203;27731](https://github.com/argoproj/argo-cd/issues/27731)) (argo-cd-cherry-pick-bot\[bot], Regina Voloshin) - [`87e9148`](https://github.com/argoproj/argo-cd/commit/87e9148320749693624d08e3d6fa2cc217c672a0) fix(gitops-engine): apply HideSecretData to server-side diff results for Secrets (cherry-pick [#&#8203;27598](https://github.com/argoproj/argo-cd/issues/27598) for 3.4) ([#&#8203;27754](https://github.com/argoproj/argo-cd/issues/27754)) (argo-cd-cherry-pick-bot\[bot], Peter Jiang, downfa11) **Full Changelog**: <https://github.com/argoproj/argo-cd/compare/v3.4.1...v3.4.2> <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. 🔕 **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:eyJjcmVhdGVkSW5WZXIiOiI0My4xNzYuNCIsInVwZGF0ZWRJblZlciI6IjQzLjE3Ni40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJnaXRodWItcmVsZWFzZXMiXX0=-->
renovate-bot added the github-releasesautomerge labels 2026-05-13 00:40:37 +00:00
renovate-bot added 1 commit 2026-05-13 00:40:38 +00:00
chore(deps): update dependency argoproj/argo-cd to v3.4.2
Some checks are pending
renovate/stability-days Updates have not met minimum release age requirement
lint-test-helm / lint-helm (pull_request) Successful in 21s
lint-test-helm / validate-kubeconform (pull_request) Has been skipped
render-manifests / render-manifests (pull_request) Successful in 38s
ba236da7ec
renovate-bot scheduled this pull request to auto merge when all checks succeed 2026-05-13 00:40:39 +00:00
renovate-bot merged commit 502a220c27 into main 2026-05-13 00:40:43 +00:00
renovate-bot deleted branch renovate/unified-argo-cd 2026-05-13 00:40:45 +00:00
Sign in to join this conversation.