v2.4.11
github-actions
released this
22 Aug 09:52
·
3665 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.4.11/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.4.11/manifests/ha/install.yaml
Bug fixes
fix: Pin gitops-engine to v0.7.3 to include argoproj/gitops-engine#449
fix: Correctly assume cluster-scoped resources to be self-referenced (#10390)
Other changes
docs: fix typo in upgrade notes (#10377)