From f31c117374cdf7ff147dc51de6f10c72267b3986 Mon Sep 17 00:00:00 2001 From: Eytan Avisror Date: Tue, 8 Dec 2020 15:29:04 -0800 Subject: [PATCH] release 0.16 (#157) Signed-off-by: Eytan Avisror --- .github/CHANGELOG.md | 10 ++++++++++ Makefile | 2 +- config/default/manager_image_patch.yaml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 928ac79f..4cd4ebda 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,6 +1,16 @@ # Change Log All notable changes to this project will be documented in this file. +## [v0.16] - 2020-12-8 + +* Caching improvements to DescribeAutoScalinGroups (#142) +* Various code refactoring (#138, #145, #148, #149) +* Propagate existing environment variables (#144) +* Documentation Fixes (#147) +* CI Improvements (#146) +* Fix standby node cleanup (#150) +* Fix template version change detection (#153) + ## [v0.15] - 2020-11-12 * Extract script runner to a separate type; fix work with env. variables (#132) diff --git a/Makefile b/Makefile index 580dafce..09f4031d 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.16-dev +VERSION=0.16 # 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 def9f435..3700cfe1 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.16-dev + - image: keikoproj/rolling-upgrade-controller:0.16 name: manager