From 6edb90d60f4a6c1503ef41d125ffdb426bbf48d7 Mon Sep 17 00:00:00 2001 From: keptn-bot <86361500+keptn-bot@users.noreply.github.com> Date: Wed, 3 Apr 2024 08:41:03 +0200 Subject: [PATCH] chore: release scheduler 0.9.3 --- .release-please-manifest.json | 2 +- scheduler/CHANGELOG.md | 10 ++++++++++ scheduler/Makefile | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 48c381d92ad..ab8b75c341c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -4,6 +4,6 @@ "runtimes/python-runtime": "1.0.4", "runtimes/deno-runtime": "2.0.3", "lifecycle-operator": "0.9.2", - "scheduler": "0.9.2", + "scheduler": "0.9.3", "metrics-operator": "0.9.3" } diff --git a/scheduler/CHANGELOG.md b/scheduler/CHANGELOG.md index 14b9761f24f..5c60c2eedff 100644 --- a/scheduler/CHANGELOG.md +++ b/scheduler/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.9.3](https://github.com/keptn/lifecycle-toolkit/compare/scheduler-v0.9.2...scheduler-v0.9.3) (2024-04-03) + + +### Dependency Updates + +* update module github.com/onsi/ginkgo/v2 to v2.16.0 ([#3319](https://github.com/keptn/lifecycle-toolkit/issues/3319)) ([10bc1c0](https://github.com/keptn/lifecycle-toolkit/commit/10bc1c02759f6eebe4f30812f868a9e6465c5e3d)) +* update module github.com/onsi/ginkgo/v2 to v2.17.0 ([#3339](https://github.com/keptn/lifecycle-toolkit/issues/3339)) ([997a63c](https://github.com/keptn/lifecycle-toolkit/commit/997a63cbeb8e7707a9c7c6fb21a1f6feabb75e1d)) +* update module github.com/onsi/ginkgo/v2 to v2.17.1 ([#3363](https://github.com/keptn/lifecycle-toolkit/issues/3363)) ([a34b8e5](https://github.com/keptn/lifecycle-toolkit/commit/a34b8e5959f775fe632cad1b7c74f6de46ff9aa0)) +* update module golang.org/x/net to v0.22.0 ([#3341](https://github.com/keptn/lifecycle-toolkit/issues/3341)) ([d58df5c](https://github.com/keptn/lifecycle-toolkit/commit/d58df5cac90241f625e05e68ec157827c2d85bbd)) + ## [0.9.2](https://github.com/keptn/lifecycle-toolkit/compare/scheduler-v0.9.1...scheduler-v0.9.2) (2024-03-19) diff --git a/scheduler/Makefile b/scheduler/Makefile index 7f4df7a45da..5773c69f552 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.2" # x-release-please-version +TAG?="v0.9.3" # x-release-please-version CHART_APPVERSION?="" LOCAL_REGISTRY=localhost:5000/scheduler-plugins