v2.12.0-rc5
Pre-release
Pre-release
github-actions
released this
02 Aug 00:02
·
781 commits
to master
since this release
Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.12.0-rc5/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.12.0-rc5/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
- d926310: chore: revert "feat: removed legacy app tracking label (#13203)" (cherry-pick #19196) (@gcp-cherry-pick-bot[bot])
- dee59f3: feat(rbac): allow validation of fine-grained policy in project (#19338) (#19339) (@gcp-cherry-pick-bot[bot])
- eaa1972: feat: webhook ddos -2.12 (#19329) (@pasha-codefresh)
Bug fixes
- 004cabb: fix(applicationset): ensure that older applicationStatus is updated with new required values (#19165) (#19216) (@gcp-cherry-pick-bot[bot])
- 3e31ce9: fix: ArgoCD 2.11 - Loop of PATCH calls to Application objects (#19340) (#19343) (@gcp-cherry-pick-bot[bot])
- cec8504: fix: cherry-pick #18761 (v2.12) (#19109) (@blakepettersson)
Other work
- d6c37aa: Merge commit from fork (#19330) (@pasha-codefresh)
Full Changelog: v2.12.0-rc4...v2.12.0-rc5