github argoproj/argo-cd v2.1.0-rc3

latest releases: v2.8.18, v2.9.14, v2.10.9...
pre-release2 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-rc3/manifests/install.yaml

HA:

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

Features

  • feat: Improve Replace sync option description in UI (#6899)
  • feat: rollback should work without id passed #6825. (#6877)

Bug Fixes

  • fix: make sure repo server discard cached empty response (#6948)
  • fix: applications/resources filter improvement and bug fixes (#6931)
  • fix: use secure way to generate initial password (#6938)
  • fix: Set header to OIDC requests (#6869)
  • docs: Update contributor docs (#6615)
  • docs: Update security considerations (#6930)
  • fix: application sync panel crashes if app has no sync options (#6914)
  • fix: Reword Generate new token dialog (#6913)
  • fix: assume ARGOCD_APPLICATION_CONTROLLER_REPO_SERVER_TIMEOUT_SECONDS, ARGOCD_SERVER_REPO_SERVER_TIMEOUT_SECONDS env vars have seconds (#6912)
  • fix: UI 6337 cluster filter improvement for issue #6337 (#6856)
  • fixed max to use MaxInt64 value (#6911)
  • fix: unset command should remove env vars when there's no error (#6908)
  • fix: Add https prefix to ingress URLs if hosts field is present (#6901)
  • fix: client input arguments with equal sign (#6885)
  • docs: Add replace description on individual resource level (#6905)
  • fix: logout redirect URL (#6903)
  • fix: controller should not create orphaned resources warning by default (#6898)
  • chore(deps): bump tar from 6.1.0 to 6.1.3 in /ui (#6900)
  • fix: menu for application loses text when title area buttons collapse #6474 (#6887)

Other

  • refactor: update resources install order according to helm implementation (#6902)

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.