Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.1.5/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.1.5/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
Documentation
Other work
- 9a3235e: fix(3.1): change the appset namespace to server namespace when generating appset (#24478) (@nitishfy)
- c21141a: fix(cherry pick 3.1): RunResourceAction: error getting Lua resource action: built-in script does not exist #24491 (#24500) (@FourFifthsCode)
- 3320f1e: fix(cherry-pick-3.1): Do not block project update when a cluster referenced in an App doesn't exist (#24450) (@OpenGuidou)
Full Changelog: v3.1.4...v3.1.5