| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| argocd-sbom.intoto.jsonl | 2026-02-18 | 22.6 kB | |
| sbom.tar.gz | 2026-02-18 | 340.4 kB | |
| argocd-cli.intoto.jsonl | 2026-02-18 | 23.5 kB | |
| cli_checksums.txt | 2026-02-18 | 605 Bytes | |
| argocd-darwin-arm64 | 2026-02-18 | 210.4 MB | |
| argocd-linux-arm64 | 2026-02-18 | 203.4 MB | |
| argocd-linux-s390x | 2026-02-18 | 219.2 MB | |
| argocd-darwin-amd64 | 2026-02-18 | 218.7 MB | |
| argocd-linux-amd64 | 2026-02-18 | 213.6 MB | |
| argocd-linux-ppc64le | 2026-02-18 | 211.5 MB | |
| argocd-windows-amd64.exe | 2026-02-18 | 215.8 MB | |
| README.md | 2026-02-18 | 2.2 kB | |
| v3.2.7 source code.tar.gz | 2026-02-18 | 22.8 MB | |
| v3.2.7 source code.zip | 2026-02-18 | 25.5 MB | |
| Totals: 14 Items | 1.5 GB | 0 | |
Quick Start
Non-HA:
:::shell
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.7/manifests/install.yaml
HA:
:::shell
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.7/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
- ca08f90e9616f41422d00fa3aaa3eea93f69144a: fix(server): OIDC config via secrets fails (#18269) (cherry-pick [#26214] for 3.2) (#26389) (@argo-cd-cherry-pick-bot[bot])
- 10c3fd02f46c382700d1e1b0e29bda72b4ee7779: fix: Fix excessive ls-remote requests on monorepos with Auto Sync enabled apps (26277) (cherry-pick [#26278] for 3.2) (#26502) (@dudinea)
- 9c128e2d4cda18159aabc3b8fa9494b0a11442aa: fix: compressedLayerExtracterStore+isCompressedLayer - allow tar.gzip suffixes (cherry-pick [#26355] for 3.2) (#26375) (@argo-cd-cherry-pick-bot[bot])
Dependency updates
- 75eddbd910a5463b98bc7a7d026e8cb177eae61b: chore(deps): update group golang to v1.25.6 (cherry-pick release-3.2) (#26291) (@nitishfy)
Other work
- 1f03b27fd548ef36be4b7e08146a9928b64efb7b: ci: exclude testdata from sonar.exclusions (cherry-pick [#26398] and [#26371] for 3.2) (#26424) (@argo-cd-cherry-pick-bot[bot])
Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.2.6...v3.2.7
