Skip to content

v2.2.4

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Feb 20:50
· 0 commits to 02e61797b3ce407e3d4baa772a0863bba8cd2899 since this release

Quick Start

Non-HA

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

HA:

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

Special notes

This release contains the fix for a security issue with high severity. We recommend users on the 2.2 release branch to update to this release as soon as possible.

More information can be found in the related
security advisory

Changes

Bug Fixes

  • fix: Prevent value files outside repository root

Other changes

  • chore: upgrade dex to v2.30.2 (backport of #8237) (#8257)