Skip to content

v1.3.0-rc3

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Sep 16:00
· 839 commits to master since this release

Quickstart

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

Changes since v1.3.0-rc2

Bug Fixes

  • fix: notification not sent when the conditions are not set by @RaviHari in #2231