github argoproj/argo-cd v1.7.12

latest releases: v2.11.0, stable, v2.8.18...
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.12/manifests/install.yaml

HA:

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

Bug Fixes

  • fix: version info should be avaialble if anonymous access is enabled (#5422)
  • fix: /api/version should not return tools version for unauthenticated requests (#5415)
  • fix: account tokens should be rejected if required capability is disabled (#5414)
  • feat: set X-XSS-Protection while serving static content (#5412)
  • fix: tokens keep working after account is deactivated (#5402)
  • fix: a request which was using a revoked project token, would still be allowed to perform requests allowed by default policy (#5378)

Other

  • chore: helm2 verison bump (#4724)

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.