Skip to content

Commit

Permalink
Release v1.0.10 (#442)
Browse files Browse the repository at this point in the history
Signed-off-by: sbadiger <[email protected]>
  • Loading branch information
shreyas-badiger authored Apr 1, 2024
1 parent b48d119 commit fee7571
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log
All notable changes to this project will be documented in this file.

## [v1.0.10] - 2024-04-01
b48d119 consider in-progress instances for UniformAcrossAZ update strategy (#438)
7511a22 Bump github.com/aws/aws-sdk-go from 1.48.4 to 1.48.16 (#419)

## [v1.0.9] - 2023-12-06
c2fdb37 Early cordon (#405)
1201813 Bump sigs.k8s.io/controller-runtime from 0.12.1 to 0.12.3 (#416)
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.9
VERSION=1.0.10
# Image URL to use all building/pushing image targets
IMG ?= controller:latest

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.9
- image: keikoproj/rolling-upgrade-controller:1.0.10
name: manager

0 comments on commit fee7571

Please sign in to comment.