Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.7/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.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
Features
- 0a368c2: feat: upgrade dexIDP from 2.36.0 -> 2.37.0 (#14305) (#14310) (#14322) (@venkatamutyala)
Bug fixes
- 3424fa4: fix(appset): handles a race condition where RollingSync does not properly detect a successful sync (#13926) (#14200) (@gcp-cherry-pick-bot[bot])
- 26a40aa: fix(ui): Add newlines to copy and paste of logs (#14019) (#14103) (#14144) (@gcp-cherry-pick-bot[bot])
- 93b2228: fix(ui): Polish pod logs viewer (#14050) (#14107) (#14193) (@gcp-cherry-pick-bot[bot])
- dd70d97: fix: Correctly verify signatures when targetRevision is a branch name (cherry-pick #14214) (#14236) (@jannfis)
Documentation
- e48496c: docs: Add documentation on background cascading deletion (#12229) (#14149) (@gcp-cherry-pick-bot[bot])
- 6bd5bd0: docs: Adding explanation for CMP yaml/json generation (must be K8S object) (#9471) (#14295) (#14302) (@gcp-cherry-pick-bot[bot])
- 5868627: docs: Clarify "SSH known host public keys" text (#13537) (#14298) (@gcp-cherry-pick-bot[bot])
- ba2982e: docs: explicit that ArgoCD hooks replaces the Helm ones (#14283) (#14288) (@gcp-cherry-pick-bot[bot])
- 1611ca5: docs: howto configure clusters with iam (#14187) (#14190) (@gcp-cherry-pick-bot[bot])
Full Changelog: v2.7.6...v2.7.7