github argoproj/argo-cd v2.1.1

latest releases: v2.9.18, v2.11.4, v2.10.13...
2 years ago

Quick Start

Non-HA:

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

HA:

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

Bug Fixes

  • fix: password reset requirements (#7071)
  • fix: Custom Styles feature is broken (#7067)
  • fix(ui): Add State to props passed to Extensions (#7045)
  • fix: keep uid_entrypoint.sh for backward compatibility (#7047)

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.