Skip to content

Commit

Permalink
Release v1.0.1 (#294)
Browse files Browse the repository at this point in the history
Signed-off-by: sbadiger <[email protected]>
  • Loading branch information
shreyas-badiger authored Aug 5, 2021
1 parent 0b22e3a commit 3427b37
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# Change Log
All notable changes to this project will be documented in this file.

## [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)
db54e0b Controller v2: fix BDD template (#291)
b698dd6 Controller v2: remove cleaning up ruObject as BDD already does. (#290)
86412d5 Controller v2: increase memory/CPU limit and update args (#289)
2d8651c Controller v2: update args (#288)
835fd0d V2 bdd (#286)
998de0d V2 bdd (#285)
3841cc7 #2122: bdd changes for v2 (#284)
93626b4 Controller v2: BDD cron update (#283)
1be8190 Controller v2: BDD cron update (#282)
62c2255 Controller v2: BDD cron update (#280)
42abe52 Controller v2: BDD cron update (#279)
5bdc134 Controller v2 bdd changes (#278)

## [v1.0.0] - 2021-07-21
7a4766d (HEAD -> controller-v2, origin/controller-v2) upgrade-manager-v2: Add CI github action, fix lint errors. (#276)
00f7e89 upgrade-manager-v2: Fix unit tests (#275)
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.0
VERSION=1.0.1
# 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:controller-v2
- image: keikoproj/rolling-upgrade-controller:1.0.1
name: manager

0 comments on commit 3427b37

Please sign in to comment.