github argoproj/argo-cd v1.7.5

latest releases: v2.11.0-rc2, v2.8.16, v2.9.12...
3 years ago

Quick Start

Non-HA:

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

HA:

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

Changes

  • fix: app create with -f should not ignore other options (#4322)
  • fix: limit concurrent list requests accross all clusters (#4328)
  • fix: fix possible deadlock in /v1/api/stream/applications and /v1/api/application APIs (#4315)
  • fix: WatchResourceTree does not enforce RBAC (#4311)
  • fix: app refresh API should use app resource version (#4303)
  • fix: use informer instead of k8s watch to ensure app is refreshed (#4290)

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.