github argoproj/argo-rollouts v1.3.0

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

Quickstart

kubectl create namespace argo-rollouts
kubectl apply -n argo-rollouts -f https://github.com/argoproj/argo-rollouts/releases/download/v1.3.0/install.yaml

Changes since v1.2.2

New Features

Bug Fixes

  • fix(RBAC): Add watch verb to clusterRole for pods. Fixes #1960 by @ansilh in #1961
  • fix(analysis): Fix Analysis Terminal Decision For Dry-Run Metrics by @agrawroh in #2131
  • fix(dashboard): Add list and watch verbs to clusterrole. Fixes #2141 by @EagleIJoe in #2145
  • fix(docs) Graphite metrics provider linked in docs sidebar. Fixes #2102. by @mdb in #2094
  • fix: Add pagination to FindLoadBalancerByDNSName by @zachaller in #1971
  • fix: Change behavior of rollout to not check for availability during rollout and fix flakey e2e tests by @zachaller in #1957
  • fix: Failed to process: Object 'Kind' is missing in Errors with rollouts notification by @RaviHari in #2150
  • fix: High reconciliation activity and CPU load for invalid rollout by @perenesenko in #2091
  • fix: UI codegen by @zachaller in #2072
  • fix: Update ro.Status.ALB when first creating rollout object by @zachaller in #1986
  • fix: Use actual weight from status field on rollout object by @zachaller in #1937
  • fix: argo-rollouts occasionally crashes in argoproj/pkg by @perenesenko in #2111
  • fix: build/lint is broken due to dependencies changes by @zachaller in #1958
  • fix: missing lb event by @zachaller in #2021
  • fix: notifications when condition by @RaviHari in #2066
  • fix: remove metrics when objects are removed from cluster to prevent build up by @zachaller in #2115
  • fix: notification not sent when the conditions are not set by @RaviHari in #2231
  • fix: rootPath support so that it uses the embedded files system by @zachaller in #2198
  • fix: change completed condition so it only triggers on pod hash changes by @zachaller in #2203

Doc updates and Chore

New Contributors

Full Changelog: v1.2.2...v1.3.0

Don't miss a new argo-rollouts release

NewReleases is sending notifications on new releases.