github argoproj/argo-cd v2.1.0-rc2

latest releases: v2.11.12, v2.12.7, v2.13.0...
pre-release3 years ago

Quick Start

Non-HA:

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

HA:

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

Features

  • feat: Rollback command support omit history id (#6863)

Bug Fixes

  • fix(ui): Bump argo-ui to hide filter suggestions on enter and show on typing (#6891)
  • fix(ui): Add View Details option to resource actions menu (#6893)
  • fix: add documentation for using argocd repocreds with --enable-coi and --type helm (#6890)
  • fix(ui): Incorrect path for non-namespaced resources (#6895)
  • fix(ui): Page navigation no longer visible with status bar (#6888)
  • fix: make sure orphaned filter checkbox is clickable (#6886)
  • fix: docs about custom image user #6851 (#6872)
  • fix: docs: installation.md (#6860)
  • fix: Project filter selector does not get unset upon clear filters #6750 (#6866)
  • fix(ui): Prevent UI crash if app status or resources is empty (#6858)
  • fix: util.cli.SetLogLevel should update global log level (#6852)
  • fix: include cluster level RBAC into argocd-core manifests (#6854)
  • fix: #6844 multiple global projects can be configured (#6845)
  • fix: core installation must include CRD definitions (#6841)

Other

  • refactor: upgrade to kustomize 4.2.0 (#6861)

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.