From fee7571e314527bda58bf6cea6cf8e2c3defcc1d Mon Sep 17 00:00:00 2001 From: Shreyas Badiger <7680410+shreyas-badiger@users.noreply.github.com> Date: Mon, 1 Apr 2024 10:24:36 -0700 Subject: [PATCH] Release v1.0.10 (#442) Signed-off-by: sbadiger --- .github/CHANGELOG.md | 4 ++++ Makefile | 2 +- config/default/manager_image_patch.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index adfa8b5f..512d15a0 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -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) diff --git a/Makefile b/Makefile index 78d85526..4d012862 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=1.0.9 +VERSION=1.0.10 # Image URL to use all building/pushing image targets IMG ?= controller:latest diff --git a/config/default/manager_image_patch.yaml b/config/default/manager_image_patch.yaml index 8f502296..3a32f366 100644 --- a/config/default/manager_image_patch.yaml +++ b/config/default/manager_image_patch.yaml @@ -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