github argoproj/argo-rollouts v0.9.1

latest releases: v1.7.0-rc1, v1.6.6, stable...
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.1/manifests/install.yaml

Changes since v0.9.0

General

  • feat: writeback rollout updates to informer to prevent stale data (#726)
  • fix: unavailable stable RS was not scaled down to make room for canary (#739)
  • fix: make controllers tolerant to spec marshalling errors (#666)
  • perf: Create IstioVirtualServiceLister (#656)
  • fix: add missing log message when a controller's syncHandler returns error (#658)
  • fix: support azure auth (#664)

Analysis

  • feat: web metrics preserve data types, allow insecure tls, and make jsonPath optional (#731)
  • fix: analysis controller could get into a hotloop with terminated run (#724)
  • fix: do not create analysisruns with initial deploy (#722)
  • fix: add Failed AnalysisRun phase status to analysis_run_metric_phase and analysis_run_phase metrics. (#618)

Don't miss a new argo-rollouts release

NewReleases is sending notifications on new releases.