github argoproj/argo-cd v1.8.0-rc2

latest releases: v2.10.8, v2.9.13, v2.8.17...
pre-release3 years ago

Quick Start

Non-HA:

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

HA:

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

Bug Fixes

  • chore: Upgrade go-jsonnet to v0.17.0 (#4891)
  • fix: rollout health could incorrectly report v0.9 rollouts as Progressing (#4949)
  • fix: reset cached manifest generation errors after 1hr instead of 12 requests (#4953)
  • fix: cache missing app path and commit verification errors (#4947)
  • fix: upgrades github.com/vmihailenco/msgpack/v5 to fix #4933 (#4952)
  • fix: correctly compare application destinations with inferred cluster URL (#4937)
  • refactor: upgrade helm to v3.4.1 (#4938)

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.