| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| argocd-sbom.intoto.jsonl | 2026-03-27 | 22.8 kB | |
| sbom.tar.gz | 2026-03-27 | 343.3 kB | |
| argocd-cli.intoto.jsonl | 2026-03-27 | 23.8 kB | |
| cli_checksums.txt | 2026-03-27 | 605 Bytes | |
| argocd-darwin-amd64 | 2026-03-27 | 220.4 MB | |
| argocd-darwin-arm64 | 2026-03-27 | 212.0 MB | |
| argocd-windows-amd64.exe | 2026-03-27 | 217.5 MB | |
| argocd-linux-amd64 | 2026-03-27 | 215.4 MB | |
| argocd-linux-arm64 | 2026-03-27 | 205.0 MB | |
| argocd-linux-ppc64le | 2026-03-27 | 213.3 MB | |
| argocd-linux-s390x | 2026-03-27 | 221.1 MB | |
| README.md | 2026-03-27 | 1.8 kB | |
| v3.3.6 source code.tar.gz | 2026-03-27 | 23.8 MB | |
| v3.3.6 source code.zip | 2026-03-27 | 26.7 MB | |
| Totals: 14 Items | 1.6 GB | 9 | |
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.6/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.6/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
- 4a823fecf0c2ddcc299629078318d9e705e5c2b6: fix: controller incorrectly detecting diff during app normalization (cherry-pick [#27002] for 3.3) (#27013) (@argo-cd-cherry-pick-bot[bot])
- c5d7748f2e8fc5ebd179f1d2c0708803c1c8780f: fix: wrong installation id returned from cache (cherry-pick [#26969] for 3.3) (#27027) (@argo-cd-cherry-pick-bot[bot])
Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.3.5...v3.3.6
