Skip to content

Commit

Permalink
Release v1.0.2 (#297)
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 Aug 6, 2021
1 parent 95afa1b commit 15007b3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Change Log
All notable changes to this project will be documented in this file.

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

## [v1.0.1] - 2021-08-05
52d80d9 check for ASG's launch template version instead latest. (#293)
c35445d Controller v2: fix BDD template and update Dockerfile with bash (#292)
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.1
VERSION=1.0.2
# 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.1
- image: keikoproj/rolling-upgrade-controller:1.0.2
name: manager

0 comments on commit 15007b3

Please sign in to comment.