Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.0-rc2/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.0-rc2/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.
Upgrading
If upgrading from a different minor version, be sure to read the upgrading documentation.
Changelog
Bug fixes
- 425b408: fix: Add redis password to
forwardCacheClient
struct (#19599) (#19977) (@gcp-cherry-pick-bot[bot]) - 243ecc2: fix: notification controller crash loop in 2.13 RC1 (#19984) (#19986) (@gcp-cherry-pick-bot[bot])
Dependency updates
- 5392ca7: chore(deps): bump dompurify from 2.3.6 to 2.5.6 in /ui (#19955) (#20015) (@gcp-cherry-pick-bot[bot])
Full Changelog: v2.13.0-rc1...v2.13.0-rc2