Skip to content

v1.8.0-rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Dec 05:15
· 0 commits to 1d55439f7f6c777ffab996d08d9bb91ccf80cf68 since this release

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)