github argoproj/argo-cd v1.7.4

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

HA:

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

Changes

  • fix: automatically stop watch API requests when page is hidden (#4269)
  • fix: upgrade gitops-engine dependency (issues #4242, #1881) (#4268)
  • fix: application stream API should not return 'ADDED' events if resource version is provided (#4260)
  • fix: return parsing error (#3942)
  • fix: JS error when using cluster filter in the /application view (#4247)
  • fix: improve applications list page client side performance (#4244)

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.