github argoproj/argo-cd v1.5.8

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.5.8/manifests/install.yaml

HA:

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

Bug Fixes

  • fix: upgrade awscli version (#3774)
  • fix: html encode login error/description before rendering it (#3773)
  • fix: oidc should set samesite cookie (#3632)
  • fix: avoid panic in badge handler (#3741)

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.