From 0736ca1514676f73d7feda82244aefc0bdd4ddf6 Mon Sep 17 00:00:00 2001 From: Shri Javadekar Date: Wed, 17 Jun 2020 16:48:28 -0700 Subject: [PATCH] Set version and update CHANGELOG for verion 0.11 (#102) --- .github/CHANGELOG.md | 9 +++++++++ Makefile | 2 +- config/default/manager_image_patch.yaml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index dbd91fbf..972f521e 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,6 +1,15 @@ # Change Log All notable changes to this project will be documented in this file. +## [v0.11] - 2020-06-17 + +* Add missing RBAC docs (#89) +* Enable forceRefresh of nodes. (#92) +* set firsttimestamp and count (#93) +* add retry for TerminateInstanceInAutoScalingGroup (#94) +* Check for CR before updating each instance. (#97) +* upgrade aws sdk to latest & reduce retries (#101) + ## [v0.10] - 2020-03-30 * support for v1.Event (#87) diff --git a/Makefile b/Makefile index 5f076fd4..4de3593f 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.11-dev +VERSION=0.11 # 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 046a64de..6c8a0e50 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.11-dev + - image: keikoproj/rolling-upgrade-controller:0.11 name: manager