github argoproj/argo-cd v2.4.2

latest releases: v2.13.0-rc2, v2.13.0-rc1, v2.13.0...
2 years ago

Quick Start

Non-HA:

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

HA:

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

Bug fixes

  • fix: project filter (#9651) (#9709)
  • fix: broken symlink in Dockerfile (#9674)
  • fix: updated baseHRefRegex to perform lazy match (#9724)
  • fix: updated config file permission requirements for windows (#9666)

Other

  • docs: Update sync-options.md (#9687)
  • test/remote: Allow override of base image (#9734)

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.