From 4d1afe87fa5f78b6d7ed2c8c9dbefe3daf2fcaa3 Mon Sep 17 00:00:00 2001 From: Shreyas Badiger <7680410+shreyas-badiger@users.noreply.github.com> Date: Fri, 3 Sep 2021 12:55:17 -0700 Subject: [PATCH] Release v1.0.3 (#306) Signed-off-by: sbadiger --- .github/CHANGELOG.md | 7 +++++++ Makefile | 2 +- config/default/manager_image_patch.yaml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index e6a302fd..20d849d2 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log All notable changes to this project will be documented in this file. +## [v1.0.3] - 2021-09-03 +6252725 revert #300 (#305) +df08ab0 Set Instances to StandBy in batches (#303) +e77431c fix: fix panic when using MixedInstancesPolicy (#298) +1e6d29d Add ignoreDrainFailure and DrainTimeout as controller arguements (#300) + + ## [v1.0.2] - 2021-08-05 d73da1b replace launchTemplate latest string with version number (#296) diff --git a/Makefile b/Makefile index c9ebde73..843a23ed 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=1.0.2 +VERSION=1.0.3 # Image URL to use all building/pushing image targets IMG ?= controller:latest # Produce CRDs that work back to Kubernetes 1.11 (no version conversion) diff --git a/config/default/manager_image_patch.yaml b/config/default/manager_image_patch.yaml index 96f37bc2..7dc33693 100644 --- a/config/default/manager_image_patch.yaml +++ b/config/default/manager_image_patch.yaml @@ -8,5 +8,5 @@ spec: spec: containers: # Change the value of image field below to your controller image URL - - image: keikoproj/rolling-upgrade-controller:1.0.2 + - image: keikoproj/rolling-upgrade-controller:1.0.3 name: manager