From 31818e4d72157ac51bb01796c0979194db4322ce Mon Sep 17 00:00:00 2001 From: Shri Javadekar Date: Fri, 11 Dec 2020 10:36:24 -0800 Subject: [PATCH] Set version and update CHANGELOG for version v0.17 (#161) Signed-off-by: Shri Javadekar --- .github/CHANGELOG.md | 6 ++++++ Makefile | 2 +- config/default/manager_image_patch.yaml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 4cd4ebda..e1ec48df 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,6 +1,12 @@ # Change Log All notable changes to this project will be documented in this file. +## [v0.17] - 2020-12-11 + +* aa2b73b - use NamespacedName (#160) +* 6f57dcf - Abort on strategy failure instead of continuing (#152) +* f84c3a2 - Don't uncordon node on failure to run postDrain script when IgnoreDrainFailures set (#151) + ## [v0.16] - 2020-12-8 * Caching improvements to DescribeAutoScalinGroups (#142) diff --git a/Makefile b/Makefile index adb670e5..051ce703 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.17-dev +VERSION=0.17 # Image URL to use all building/pushing image targets IMG ?= keikoproj/rolling-upgrade-controller:${VERSION} # 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 5c0c95be..c4056210 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:0.17-dev + - image: keikoproj/rolling-upgrade-controller:0.17 name: manager