Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.1.15/manifests/install.yamlHA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.1.15/manifests/ha/install.yamlRelease 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
- bf5f210: Revert "fix: prevent automatic refreshes from informer resync and status updates (cherry-pick #25290 for 3.1)" (#27398) (@crenshaw-dev)
- 9ed4f21: fix(appcontroller): application controller in core mode fails to sync when server.secretkey is missing (#26793) (#27464) (@anandf)
Full Changelog: v3.1.14...v3.1.15
