Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.12/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.12/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.
Security (1)
- MODERATE: Web terminal session doesn't expire (GHSA-c8xw-vjgf-94hr)
Changelog
Bug fixes
- fcdaf9b: fix(ui): COPY JSON for ArgoCD version should include trailing newline (#5117) (#14917) (#14939) (@gcp-cherry-pick-bot[bot])
- 2d483a4: fix(cmp): send sigterm to cmp commands before sigkill to allow for potential cleanup (#9180) (#14955) (#14959) (@gcp-cherry-pick-bot[bot])
- 2333b04: fix(ui): code lint (#15150) (#15161) (@gcp-cherry-pick-bot[bot])
- 849b5a6: fix: bump ubuntu base image (#15020) (#15021) (#15024) (@gcp-cherry-pick-bot[bot])
- 685040c: fix: upgrade slsa-github-generator (#15173) (@34fathombelow)
- 7a353a5: fix: windows build (#15154) (#15157) (@gcp-cherry-pick-bot[bot])
Documentation
- 990ab0e: docs: Update Generators-Git.md (#14921) (#14935) (@gcp-cherry-pick-bot[bot])
- 693ea66: docs: add docs for various annotations and labels (#14020) (#15113) (@gcp-cherry-pick-bot[bot])
- af202bc: docs: document permitOnlyProjectScopedClusters field (#15076) (#15081) (@gcp-cherry-pick-bot[bot])
- 6e6d6e0: docs: fix typo (#15083) (#15089) (@gcp-cherry-pick-bot[bot])
- 2ff6e51: docs: kubectl to synchronize argocd apps (#14881) (#15086) (@gcp-cherry-pick-bot[bot])
- 580966c: docs: ✏️ fix typo on configmap name for private certs (#9596) (#15132) (@gcp-cherry-pick-bot[bot])
Other work
- 003d6d1: Merge pull request from GHSA-c8xw-vjgf-94hr (@pasha-codefresh)
- 7e3572f: docs(progressive syncs): specify which ConfigMap to use (#15119) (#15134) (@gcp-cherry-pick-bot[bot])
Full Changelog: v2.7.11...v2.7.12