github argoproj/argo-cd v1.7.6

latest releases: v2.8.18, v2.9.14, v2.10.9...
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.6/manifests/install.yaml

HA:

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

Changes

  • fix: Added cluster authentication to AKS clusters (#4265)
  • fix: swagger UI stuck loading (#4377)
  • fix: prevent 'argocd app sync' hangs if sync is completed too quickly (#4373)
  • fix: argocd app wait/sync might stuck (#4350)
  • fix: failed syncs are not retried soon enough (#4353)

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.