Skip to content

Commit ab14d7b

Browse files
authored
Release v0.2 (#28)
1 parent b3c6957 commit ab14d7b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
All notable changes to this project will be documented in this file.
33

44

5+
## [v0.1] - 2019-12-02
6+
7+
* Add semaphore ci (#10)
8+
* Added sample CRD and spec field definitions for random update strategy (#9)
9+
* Mark maxUnavailable and drainTimeout as optional. (#12)
10+
* Fix instances not available error (#21)
11+
* using autoscaling:TerminateInstanceInAutoScalingGroup (#20)
12+
* update Go modules & mirate to Go 1.13.1 (#23)
13+
* Fixes for autoscaling API changes (#26)
14+
515
## [v0.1] - 2019-08-28
616

717
### Added

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=0.2-dev
1+
VERSION=0.2
22
# Image URL to use all building/pushing image targets
33
IMG ?= keikoproj/rolling-upgrade-controller:${VERSION}
44
# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)

0 commit comments

Comments
 (0)