Skip to content

v2.4.2

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Jun 21:19
· 2333 commits to master since this release

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)