github argoproj/argo-cd v1.7.9

latest releases: v2.11.0-rc2, v2.8.16, v2.9.12...
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.9/manifests/install.yaml

HA:

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

Changes

  • fix: improve commit verification tolerance (#4825)
  • fix: argocd diff --local should not print data of local secrets (#4850)
  • fix(ui): stack overflow crash of resource tree view for large applications (#4685)
  • chore: Update golang to v1.14.12 [backport to release-1.7] (#4834)
  • chore: Update redis to 5.0.10 (#4767)
  • chore: Replace deprecated GH actions directives for integration tests (#4589)

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.