Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.7/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.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.
Upgrading
If upgrading from a different minor version, be sure to read the upgrading documentation.
Changelog
Bug fixes
- 0f65a3f: fix(cli): wrong variable to store --no-proxy value (cherry-pick #21226) (#22591) (@gcp-cherry-pick-bot[bot])
- bb70a1f: fix: Check placement exists before length check (#22060) (#22057) (#22505) (@aali309)
Dependency updates
- 4b11800: chore(deps): update github.com/expr-lang/expr to v1.17.0 (#22610) (@aali309)
- fb5624c: chore(deps): update go-jose library from 4.0.2 to 4.0.5 (#22560) (@aali309)
Full Changelog: v2.13.6...v2.13.7