| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| argocd-sbom.intoto.jsonl | 2026-03-25 | 22.7 kB | |
| sbom.tar.gz | 2026-03-25 | 339.9 kB | |
| argocd-cli.intoto.jsonl | 2026-03-25 | 23.6 kB | |
| argocd-linux-amd64 | 2026-03-25 | 211.2 MB | |
| argocd-linux-arm64 | 2026-03-25 | 201.0 MB | |
| argocd-linux-ppc64le | 2026-03-25 | 209.1 MB | |
| cli_checksums.txt | 2026-03-25 | 605 Bytes | |
| argocd-darwin-amd64 | 2026-03-25 | 216.2 MB | |
| argocd-darwin-arm64 | 2026-03-25 | 207.9 MB | |
| argocd-linux-s390x | 2026-03-25 | 216.7 MB | |
| argocd-windows-amd64.exe | 2026-03-25 | 213.4 MB | |
| README.md | 2026-03-25 | 2.0 kB | |
| v3.1.13 source code.tar.gz | 2026-03-25 | 22.7 MB | |
| v3.1.13 source code.zip | 2026-03-25 | 25.3 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.1.13/manifests/install.yaml
HA:
:::shell
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.1.13/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
- 7a7dd4e5a56cd33c51bf2b4b84f5e7ee205d2eeb: fix(UI): show RollingSync step clearly when labels match no step (cherry-pick [#26877] for 3.1) (#26885) (@argo-cd-cherry-pick-bot[bot])
- beb9860db59bf56409f057c206786352435d3d81: fix: mitigation of grpc-go CVE-2026-33186 for release-3.1 (#26982) (@dudinea)
Dependency updates
- c19d63446deb1aca568687acad5e7cfff8711809: chore(deps): bump lodash from 4.17.21 to 4.17.23 (Cherry-pick 3.1) (#26210) (@nmirasch)
Other work
- 12c8d42f4f4ede97a3da1dabacbf312ad0b0efd3: chore: use base ref for cherry-pick prs (cherry-pick [#26551] for 3.1) (#26555) (@argo-cd-cherry-pick-bot[bot])
Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.1.12...v3.1.13
