github argoproj/argo-cd v2.4.9

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.9/manifests/install.yaml

HA:

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

Bug fixes

  • fix: Drop all references to exec unless the feature is enabled (#9920) (#10187)
  • fix: UI part for logs RBAC - do not display the logs tab when no RBAC in place (#7211) (#9828)
  • fix: Ignore non-self-referencing resources while pruning (#10198)

Other changes

  • docs: correct the api field description for the GitLab example (#10081)
  • docs: Use ConfigMap to disable TLS (#10106)
  • docs: improve Installation.md (#10173)
  • docs: fix kustomize namePrefix misconception in application.yaml (#10162
  • docs: Fixed indentation Error (#10123)
  • docs: fix version reference for logs UI fix (#10245)
  • docs: Document ignoreAggregatedRoles setting (#10206)
  • docs: fix microsoft user management mapping role (#10251)
  • docs(applicationset): fix layout matrix/merge generator restrictions (#10246)

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.