Commit ab14d7b 1 parent b3c6957 commit ab14d7b Copy full SHA for ab14d7b
File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
4
4
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
+
5
15
## [ v0.1] - 2019-08-28
6
16
7
17
### Added
Original file line number Diff line number Diff line change 1
- VERSION =0.2-dev
1
+ VERSION =0.2
2
2
# Image URL to use all building/pushing image targets
3
3
IMG ?= keikoproj/rolling-upgrade-controller:${VERSION}
4
4
# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
You can’t perform that action at this time.
0 commit comments