From 736348e6fc3c5f2fd8e511885a70b14edbc71f4b Mon Sep 17 00:00:00 2001
From: keptn-bot <86361500+keptn-bot@users.noreply.github.com>
Date: Mon, 4 Mar 2024 08:22:06 +0100
Subject: [PATCH] chore: release scheduler 0.9.1

Signed-off-by: keptn-bot <86361500+keptn-bot@users.noreply.github.com>
---
 .release-please-manifest.json |  2 +-
 scheduler/CHANGELOG.md        | 15 +++++++++++++++
 scheduler/Makefile            |  2 +-
 3 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index cec172fe75..c9b2304e22 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -4,6 +4,6 @@
   "runtimes/python-runtime": "1.0.3",
   "runtimes/deno-runtime": "2.0.2",
   "lifecycle-operator": "0.9.0",
-  "scheduler": "0.9.0",
+  "scheduler": "0.9.1",
   "metrics-operator": "0.9.1"
 }
diff --git a/scheduler/CHANGELOG.md b/scheduler/CHANGELOG.md
index 30c9499d07..2c0ddb416a 100644
--- a/scheduler/CHANGELOG.md
+++ b/scheduler/CHANGELOG.md
@@ -1,5 +1,20 @@
 # Changelog
 
+## [0.9.1](https://github.com/keptn/lifecycle-toolkit/compare/scheduler-v0.9.0...scheduler-v0.9.1) (2024-03-04)
+
+
+### Other
+
+* bump go version to 1.21 ([#3006](https://github.com/keptn/lifecycle-toolkit/issues/3006)) ([8236c25](https://github.com/keptn/lifecycle-toolkit/commit/8236c25da7ec3768e76d12eb2e8f5765a005ecfa))
+
+
+### Dependency Updates
+
+* update module github.com/stretchr/testify to v1.9.0 ([#3171](https://github.com/keptn/lifecycle-toolkit/issues/3171)) ([d334790](https://github.com/keptn/lifecycle-toolkit/commit/d3347903ad91c33ba4bf664277c53024eb02825a))
+* update module golang.org/x/net to v0.21.0 ([#3091](https://github.com/keptn/lifecycle-toolkit/issues/3091)) ([44489ea](https://github.com/keptn/lifecycle-toolkit/commit/44489ea8909c5c81a2115b952bba9e3416ddd85e))
+* update module google.golang.org/grpc to v1.61.1 ([#3072](https://github.com/keptn/lifecycle-toolkit/issues/3072)) ([3c9d1f3](https://github.com/keptn/lifecycle-toolkit/commit/3c9d1f3bb7dd7ebfda56563a235ff8c8ce6c61f6))
+* update module google.golang.org/grpc to v1.62.0 ([#3119](https://github.com/keptn/lifecycle-toolkit/issues/3119)) ([ea061db](https://github.com/keptn/lifecycle-toolkit/commit/ea061dbb272f3fa3bf0ce99bd33617bc1dc98a18))
+
 ## [0.9.0](https://github.com/keptn/lifecycle-toolkit/compare/scheduler-v0.8.3...scheduler-v0.9.0) (2024-02-08)
 
 
diff --git a/scheduler/Makefile b/scheduler/Makefile
index 5c3a44452a..0656ea5953 100644
--- a/scheduler/Makefile
+++ b/scheduler/Makefile
@@ -15,7 +15,7 @@
 ARCHS = amd64 arm64
 COMMONENVVAR=GOOS=$(shell uname -s | tr A-Z a-z)
 BUILDENVVAR=CGO_ENABLED=0
-TAG?="v0.9.0" # x-release-please-version
+TAG?="v0.9.1" # x-release-please-version
 CHART_APPVERSION?=""
 
 LOCAL_REGISTRY=localhost:5000/scheduler-plugins