From ca160c8143a63729712e70430f402137d179b175 Mon Sep 17 00:00:00 2001 From: Shri Javadekar Date: Wed, 11 Mar 2020 13:16:01 -0700 Subject: [PATCH] Set version to v0.9 and update CHANGELOG. (#76) --- .github/CHANGELOG.md | 4 ++++ Makefile | 2 +- config/default/manager_image_patch.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index de3c8a5b..b60a8965 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,6 +1,10 @@ # Change Log All notable changes to this project will be documented in this file. +## [v0.9] - 2020-03-11 + +* Add SDK caching & Refactor (#75) + ## [v0.8] - 2020-03-10 * Refactor & Improvements (#63) diff --git a/Makefile b/Makefile index 9362dfa2..e57832d8 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.9-dev +VERSION=0.9 # 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 63f846e1..c02da856 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.9-dev + - image: keikoproj/rolling-upgrade-controller:0.9 name: manager