Skip to content

Commit

Permalink
Release v1.0.3 (#306)
Browse files Browse the repository at this point in the history
Signed-off-by: sbadiger <shreyas_badiger@intuit.com>
  • Loading branch information
shreyas-badiger authored Sep 3, 2021
1 parent 6252725 commit 4d1afe8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log
All notable changes to this project will be documented in this file.

## [v1.0.3] - 2021-09-03
6252725 revert #300 (#305)
df08ab0 Set Instances to StandBy in batches (#303)
e77431c fix: fix panic when using MixedInstancesPolicy (#298)
1e6d29d Add ignoreDrainFailure and DrainTimeout as controller arguements (#300)


## [v1.0.2] - 2021-08-05
d73da1b replace launchTemplate latest string with version number (#296)

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=1.0.2
VERSION=1.0.3
# Image URL to use all building/pushing image targets
IMG ?= controller:latest
# 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:1.0.2
- image: keikoproj/rolling-upgrade-controller:1.0.3
name: manager

0 comments on commit 4d1afe8

Please sign in to comment.