| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| argocd-sbom.intoto.jsonl | 2026-03-16 | 22.6 kB | |
| sbom.tar.gz | 2026-03-16 | 343.3 kB | |
| argocd-cli.intoto.jsonl | 2026-03-16 | 23.8 kB | |
| cli_checksums.txt | 2026-03-16 | 605 Bytes | |
| argocd-linux-arm64 | 2026-03-16 | 204.9 MB | |
| argocd-linux-amd64 | 2026-03-16 | 215.3 MB | |
| argocd-darwin-amd64 | 2026-03-16 | 220.3 MB | |
| argocd-darwin-arm64 | 2026-03-16 | 211.9 MB | |
| argocd-linux-ppc64le | 2026-03-16 | 213.2 MB | |
| argocd-linux-s390x | 2026-03-16 | 221.0 MB | |
| argocd-windows-amd64.exe | 2026-03-16 | 217.4 MB | |
| README.md | 2026-03-16 | 2.0 kB | |
| v3.3.4 source code.tar.gz | 2026-03-16 | 23.8 MB | |
| v3.3.4 source code.zip | 2026-03-16 | 26.6 MB | |
| Totals: 14 Items | 1.6 GB | 3 | |
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.3.4/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.3.4/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
- 182e4c62b2e2b41212e7c6d2eae0ac206c96fc99: fix(ci): Add missing git-lfs installer checksum for ppc64le (cherry-pick [#26835] for 3.3) (#26836) (@argo-cd-cherry-pick-bot[bot])
- 2fcc40a0fce851063970eaff1d3c59d3b1ab87b1: fix: skip token refresh threshold parsing in unrelated components (cherry-pick 3.3) (#26806) (@gdsoumya)
Documentation
- 01b86e79007678d6cbf7a04f00da35afd3db77c8: docs: clarify cluster version change impact for ClusterGenerator, CMP Plugins and migration (#26851) (@reggie-k)
Other work
- e164f8c50bf3d363c96c6ac31b50355fc76edf2f: chore: bump otel-sdk (release-3.3) (#26808) (@blakepettersson)
Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.3.3...v3.3.4
