Skip to content

Commit

Permalink
Set version to v0.5 and update CHANGELOG. (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrinandj authored Jan 17, 2020
1 parent 1288de3 commit ac09fc1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file.


## [v0.5] - 2020-01-16

* RollingUpgrade idempotency fix (#41)
* Migrate deprecated code (#44)
* Add support for LaunchTemplates (#43)
* Use go 1.13 for building (#46)

## [v0.4] - 2020-01-06

* Parallel Reconcile Limit (#38)
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.5-dev
VERSION=0.5
# 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

0 comments on commit ac09fc1

Please sign in to comment.