Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.0/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.0/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
Features
Bug fixes
- 1adbebf: fix(ui): use name instead of title for CMP parameters (#13250) (#13337) (@gcp-cherry-pick-bot[bot])
- d6e5768: fix: Disable scrollbars on pod logs viewer. Fixes #13266 (#13294) (#13397) (@gcp-cherry-pick-bot[bot])
- daa9d4e: fix: Update .goreleaser.yaml (#13260) (#13263) (@gcp-cherry-pick-bot[bot])
- 6ec093d: fix: remove false positive for no-discovery cmp; log string, not bytes (#13251) (#13336) (@gcp-cherry-pick-bot[bot])
Documentation
- a707ab6: docs: Application Info field documentation (#10814) (#13351) (#13377) (@gcp-cherry-pick-bot[bot])
- a29a2b1: docs: Fix wrong link to non existing page for applicationset reference (#13207) (#13247) (@gcp-cherry-pick-bot[bot])
- bd9ef3f: docs: s/No supported/Not supported (#13189) (#13253) (@gcp-cherry-pick-bot[bot])
Other work
- 29c4857: chore: upgrade haproxy to 2.6.12 to avoid CVE-2023-0464 (#13388) (#13401) (@gcp-cherry-pick-bot[bot])
- 155b6a9: chore: upgrade redis to 7.0.11 to avoid CVE-2023-0464 (#13389) (#13402) (@gcp-cherry-pick-bot[bot])
Full Changelog: v2.7.0-rc2...v2.7.0