github argoproj/argo-cd v1.8.7

latest releases: v2.10.17, v2.11.9, v2.12.4...
3 years ago

Quick Start

Non-HA:

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

HA:

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

Important note

This release fixed a regression regarding which cluster resources are permitted on the AppProject level. Previous to this fix, after #3960 has been merged, all cluster resources were allowed on project level when neither of the allow or deny lists was defined. However, the correct behavior is to block all resources in this case.

If you have Projects with empty allow and deny lists, but want the associated applications be able to sync cluster resources, you will have to adapt your cluster resources allow lists to explicitly allow the resources.

Bug Fixes

  • fix: redact sensitive data in logs (#5662)
  • fix: Properly escape HTML for error message from CLI SSO (#5563)
  • fix: Empty resource whitelist allowed all resources (#5540) (#5551)

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.