Skip to content

Commit

Permalink
release 0.16 (#157)
Browse files Browse the repository at this point in the history
Signed-off-by: Eytan Avisror <[email protected]>
  • Loading branch information
eytan-avisror authored Dec 8, 2020
1 parent 3155e2a commit f31c117
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion config/default/manager_image_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f31c117

Please sign in to comment.