| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| argocd-sbom.intoto.jsonl | 2026-05-12 | 22.8 kB | |
| sbom.tar.gz | 2026-05-12 | 340.9 kB | |
| argocd-cli.intoto.jsonl | 2026-05-12 | 23.6 kB | |
| argocd-darwin-amd64 | 2026-05-12 | 225.1 MB | |
| argocd-linux-arm64 | 2026-05-12 | 207.4 MB | |
| argocd-windows-amd64.exe | 2026-05-12 | 221.6 MB | |
| cli_checksums.txt | 2026-05-12 | 605 Bytes | |
| argocd-darwin-arm64 | 2026-05-12 | 215.0 MB | |
| argocd-linux-amd64 | 2026-05-12 | 219.5 MB | |
| argocd-linux-ppc64le | 2026-05-12 | 215.9 MB | |
| argocd-linux-s390x | 2026-05-12 | 223.5 MB | |
| README.md | 2026-05-12 | 2.5 kB | |
| v3.4.2 source code.tar.gz | 2026-05-12 | 24.0 MB | |
| v3.4.2 source code.zip | 2026-05-12 | 26.9 MB | |
| Totals: 14 Items | 1.6 GB | 0 | |
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 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
- [b15e9e] fix: Revert "fix: avoid calling UpdateRevisionForPaths unnecessary (#25151)" (cherry-pick [#27241] for 3.4) (#27251) (argo-cd-cherry-pick-bot[bot], Alexander Matyushentsev)
- [570ccb] 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
- [6eb621] 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
- [35ea43] Merge commit from fork (Blake Pettersson)
- [bcb429] Merge commit from fork (Peter Jiang)
- [4e7157] chore: bump otel/sdk to 1.43.0 (release-3.4) (#27806) (Nitish Kumar)
- [6e227b] 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)
- [87e914] 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
