Skip to content

v2.1.4

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Oct 00:47
· 0 commits to e1eec8a9dcf015369715755962792fb71978c5c9 since this release

Quick Start

Non-HA:

kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.1.4/manifests/install.yaml

HA:

kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.1.4/manifests/ha/install.yaml

Bug Fixes

  • fix: Operation has completed with phase: Running (#7482)
  • fix: Application status panel shows Syncing instead of Deleting (#7486)
  • fix(ui): Add Error Boundary around Extensions and comply with new Extensions API (#7215)

Other

  • docs: update v2.3+ roadmap (#7353)
  • docs: Kustomize load_restrictor -> load-restrictor (#7358)