github argoproj/argo-cd v2.2.3

latest releases: v2.13.0-rc1, v2.13.0, stable...
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.3/manifests/install.yaml

HA:

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

Bug Fixes

  • fix: application exist panic when execute api call (#8188)
  • fix: route health check stuck in 'Progressing' (#8170)

Other

  • refactor: introduce 'byClusterName' secret index to speedup cluster server URL lookup (#8133)
  • chore: Update to Redis 6.2.4 (#8157) (#8158)

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.