| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| argocd-sbom.intoto.jsonl | 2026-03-26 | 23.0 kB | |
| sbom.tar.gz | 2026-03-26 | 340.4 kB | |
| argocd-cli.intoto.jsonl | 2026-03-26 | 23.8 kB | |
| cli_checksums.txt | 2026-03-26 | 605 Bytes | |
| argocd-darwin-amd64 | 2026-03-26 | 218.7 MB | |
| argocd-darwin-arm64 | 2026-03-26 | 210.4 MB | |
| argocd-windows-amd64.exe | 2026-03-26 | 215.8 MB | |
| argocd-linux-amd64 | 2026-03-26 | 213.6 MB | |
| argocd-linux-arm64 | 2026-03-26 | 203.4 MB | |
| argocd-linux-ppc64le | 2026-03-26 | 211.5 MB | |
| argocd-linux-s390x | 2026-03-26 | 219.3 MB | |
| README.md | 2026-03-25 | 2.0 kB | |
| v3.2.8 source code.tar.gz | 2026-03-25 | 22.8 MB | |
| v3.2.8 source code.zip | 2026-03-25 | 25.5 MB | |
| Totals: 14 Items | 1.5 GB | 1 | |
Quick Start
Non-HA:
:::shell
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.8/manifests/install.yaml
HA:
:::shell
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.8/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
- 65378e6d14dd94e2920ca5874eee8cef15dd3140: fix(UI): show RollingSync step clearly when labels match no step (cherry-pick [#26877] for 3.2) (#26883) (@argo-cd-cherry-pick-bot[bot])
- 1515e91ce8d5f3b3cf38b179cb29fd878ef47726: fix: controller incorrectly detecting diff during app normalization (cherry-pick [#27002] for 3.2) (#27012) (@argo-cd-cherry-pick-bot[bot])
- 5fca1ce7d8c42e5cf44053bf7eb3aea8ead73c79: fix: mitigation of grpc-go CVE-2026-33186 for release-3.2 (#26983) (@dudinea)
Other work
- e7d33de05cb1f09f307dadc44fdc3295a1d05a1a: chore: use base ref for cherry-pick prs (cherry-pick [#26551] for 3.2) (#26554) (@argo-cd-cherry-pick-bot[bot])
Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.2.7...v3.2.8
