github argoproj/argo-cd v1.7.14

latest releases: v2.9.18, v2.11.4, v2.10.13...
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.7/manifests/install.yaml

HA:

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

Bug Fixes

  • fix: redact sensitive data in logs (#5662)
  • fix: Properly escape HTML for error message from CLI SSO (#5563)
  • fix: Empty resource whitelist allowed all resources (#5540) (#5551)

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.