github argoproj/argo-cd v2.2.2

latest releases: v2.11.0, stable, v2.8.18...
2 years ago

Quick Start

Non-HA:

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

HA:

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

Bug Fixes

  • fix: issue with project scoped resources (#8048)
  • fix: escape proj in regex (#7985)
  • fix: Default value for retry validation #8055 (#8064)
  • fix: sync window panel is crashed if resource name not contain letters (#8053)
  • fix: upgrade github.com/argoproj/gitops-engine to v0.5.2
  • fix: retry disabled text (#8004)
  • fix: Opening app details shows UI error on some apps (#8016) (#8019)
  • fix: correctly handle project field during partial cluster update (#7994)
  • fix: Cluster API does not support updating labels and annotations (#7901)

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.