github argoproj/argo-cd v1.8.6

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

Quick Start

Non-HA:

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

HA:

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

Bug Fixes

  • fix: Properly escape HTML for error message from CLI SSO (#5563)
  • fix: API server should not print resource body when resource update fails (#5617)
  • fix: fix memory leak in application controller (#5604)

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.