Skip to content

v2.2.2

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jan 06:38
· 0 commits to 7d0d6657470f1869ceb12c1751d84458cf96eedd since this release

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)