Skip to content

v1.1.0-rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@alexec alexec released this 21 Jun 23:41
· 7288 commits to master since this release

Quick Start

Non-HA:

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

HA:

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

Changes since rc1.

  • Use correct healthcheck for Rollout with empty steps list (#1776)
  • Move remarshaling to happen only during comparison, instead of manifest generation (#1788)
  • Server side rotation of cluster bearer tokens (#1744)
  • Add health check to the controller deployment (#1785)
  • Make status fields as optional fields (#1779)
  • Sync status button should be hidden if there is no sync operation (#1770)
  • UI should allow editing repo URL (#1763)
  • Fixes a bug where cluster objs could leave app is running op state. C… (#1796)