From e3ce4515238e294cde5a8cc9c4111877cc245046 Mon Sep 17 00:00:00 2001 From: Shreyas Badiger <7680410+shreyas-badiger@users.noreply.github.com> Date: Wed, 6 Dec 2023 11:17:28 -0800 Subject: [PATCH] Release v1.0.9 (#418) Signed-off-by: sbadiger --- .github/CHANGELOG.md | 14 ++++++++++++++ Makefile | 2 +- config/default/manager_image_patch.yaml | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 2c0a6112..adfa8b5f 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,6 +1,20 @@ # Change Log All notable changes to this project will be documented in this file. +## [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) +239f1d6 Bump github.com/aws/aws-sdk-go from 1.48.2 to 1.48.4 (#415) +fe3a5dc Bump github.com/aws/aws-sdk-go from 1.47.9 to 1.48.2 (#414) +1e87eea Bump k8s.io/kubectl from 0.25.15 to 0.25.16 (#412) +1ee2d1e Bump github.com/go-logr/logr from 1.2.4 to 1.3.0 (#411) +c7c300d Bump k8s.io/client-go from 0.25.15 to 0.25.16 (#409) +151bd33 Update BDD dependencies (#408) +48def40 Bump github.com/onsi/gomega from 1.20.1 to 1.30.0 (#407) +d6cfbdc Bump go.uber.org/zap from 1.15.0 to 1.26.0 (#386) +aa0a3db Bump github.com/prometheus/client_golang from 1.16.0 to 1.17.0 (#401) +26075c8 Bump github.com/aws/aws-sdk-go from 1.46.2 to 1.47.9 (#406) + ## [v1.0.8] - 2023-10-30 * e4a79bf Process drain-failure nodes at the end (#394) * 7c245ca Update aws-sdk-go-cache to v0.0.2 (#399) diff --git a/Makefile b/Makefile index 228f9a4c..ebfc47c3 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=1.0.8 +VERSION=1.0.9 # 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 b549036b..8f502296 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.8 + - image: keikoproj/rolling-upgrade-controller:1.0.9 name: manager