github argoproj/argo-cd v1.7.13

latest releases: v2.9.10, v2.10.5, v2.8.14...
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.13/manifests/install.yaml

HA:

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

Bug Fixes

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

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.