github argoproj/argo-cd v1.7.7

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

HA:

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

Changes

  • fix: Support transition from a git managed namespace to auto create (#4401)
  • fix: reduce memory spikes during cluster cache refresh (#4298)
  • fix: No error/warning condition if application destination namespace not monitored by Argo CD (#4329)
  • fix: Fix local diff/sync of apps using cluster name (#4201)

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.