Skip to content

Commit

Permalink
release 0.13 (#115)
Browse files Browse the repository at this point in the history
* release 0.13

* Update CHANGELOG.md
  • Loading branch information
eytan-avisror authored Aug 25, 2020
1 parent 329e60f commit be44c90
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.

+## [v0.12] - 2020-07-01
## [v0.13] - 2020-08-25

* Post upgrade validation step (#112)

## [v0.12] - 2020-07-01

* Fix log arguments for 0 node ASGs (#105)

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.13-dev
VERSION=0.13
# 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.13-dev
- image: keikoproj/rolling-upgrade-controller:0.13
name: manager

0 comments on commit be44c90

Please sign in to comment.