Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.10/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.10/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
- ad00644: fix(controller): cache deadlock on delete and re-add cluster (#14780) (#14794) (@gcp-cherry-pick-bot[bot])
- 316be4e: fix(controller): log failed attempts to update operation state (#14273) (#14729) (@gcp-cherry-pick-bot[bot])
- 84e2f77: fix(server): handle PATCH in http/s server (#2677) (#14530) (#14732) (@gcp-cherry-pick-bot[bot])
- 3e65ad2: fix(sso): Set redirectURI for gitea, google, oauth Dex connectors (#11237) (#14737) (@gcp-cherry-pick-bot[bot])
- fbe7f8f: fix: ApplicationSet Controller crashes when tag is not closed; panic: Cannot find end tag="}}"(#14227) ( #14227) (#14689) (@schakrad)
- 284c16f: fix: OCI dependency url can't contain part of repository (#14699) (#14757) (@gcp-cherry-pick-bot[bot])
Documentation
- 1960da7: docs: Add missing value (#14538) (#14775) (@gcp-cherry-pick-bot[bot])
- 057a39d: docs: Clarify that security policy covers last 3 versions (#14786) (#14792) (@gcp-cherry-pick-bot[bot])
Other work
- 0157f41: chore: Print in-cluster svr addr disabled warning when server starts (#14685) (@terrytangyuan)
Full Changelog: v2.7.9...v2.7.10