github argoproj/argo-cd v1.7.8

latest releases: v2.10.8, v2.9.13, v2.8.17...
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.8/manifests/install.yaml

HA:

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

Changes

  • fix(logging.go): changing marshaler for JSON logging to use gogo (#4319)
  • fix: login with apiKey capability (#4557)
  • fix: api-server should not try creating default project it is exists already (#4517)
  • fix: JS error on application list page if app has no namespace (#4499)

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.