Skip to content

Commit

Permalink
Set version and update CHANGELOG for verion 0.11 (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrinandj authored Jun 17, 2020
1 parent e58e8a6 commit 0736ca1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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.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)
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.11-dev
- image: keikoproj/rolling-upgrade-controller:0.11
name: manager

0 comments on commit 0736ca1

Please sign in to comment.