github argoproj/argo-rollouts v0.9.2

latest releases: v1.7.2, stable, v1.7.1...
3 years ago

Quick Start

kubectl create namespace argo-rollouts
kubectl apply -n argo-rollouts -f https://raw.githubusercontent.com/argoproj/argo-rollouts/v0.9.2/manifests/install.yaml

Changes since v0.9.1

Controller

  • fix(controller): controller did not honor maxUnavailable during rollback (#786)
  • fix(controller): blue-green with analysis was broken (#780)
  • fix(controller): blue-green fast-tracked rollbacks would still start analysis templates
  • fix(controller): prePromotionAnalysis with previewReplicaCount would pause indefinitely w/o running analysis
  • fix(controller): calculate available replicas from active ReplicaSet (#757)

Plugin

  • feat(plugin): indicate the stable ReplicaSet for blue-green rollouts in plugin
  • feat(plugin): plugin now surfaces InvalidSpec errors and failed analysisrun messages (#729)
  • fix(plugin): bluegreen scaleDownDelay was delaying Healthy status. Present errors in message field (#768)

Don't miss a new argo-rollouts release

NewReleases is sending notifications on new releases.