github argoproj/argo-cd v1.7.3

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

HA:

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

Changes

  • fix: application details page crash when app is deleted (#4229)
  • fix: api-server unnecessary normalize projects on every start (#4219)
  • fix: load only project names in UI (#4217)
  • fix: Re-create already initialized ARGOCD_GNUPGHOME on startup (#4214) (#4223)
  • fix: Add openshift as a dex connector type which requires a redirectURI (#4222)
  • fix: Replace status.observedAt with redis pub/sub channels for resource tree updates (#1340) (#4208)
  • fix: cache inconsistency of child resources (#4053) (#4202)
  • fix: do not include kube-api check in application liveness flow (#4163)

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.