github argoproj/argo-cd v2.1.4

latest releases: v2.12.0-rc2, v2.12.0-rc1, v2.9.17...
2 years ago

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)

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.