diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bd3706cc22f..8e8d0ccf8c1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -4,6 +4,6 @@ "runtimes/python-runtime": "1.0.1", "runtimes/deno-runtime": "1.0.2", "lifecycle-operator": "0.8.3", - "scheduler": "0.8.3", + "scheduler": "0.8.4", "metrics-operator": "0.8.3" } diff --git a/scheduler/CHANGELOG.md b/scheduler/CHANGELOG.md index 46606019553..6b49488d47c 100644 --- a/scheduler/CHANGELOG.md +++ b/scheduler/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [0.8.4](https://github.com/keptn/lifecycle-toolkit/compare/scheduler-v0.8.3...scheduler-v0.8.4) (2023-11-16) + + +### Features + +* add annotation to select container for version extraction ([#2471](https://github.com/keptn/lifecycle-toolkit/issues/2471)) ([d093860](https://github.com/keptn/lifecycle-toolkit/commit/d093860732798b0edb58abedf567558a2c07ad21)) + + +### Other + +* add config for spell checker action, fix typos ([#2443](https://github.com/keptn/lifecycle-toolkit/issues/2443)) ([eac178f](https://github.com/keptn/lifecycle-toolkit/commit/eac178f650962208449553086d54d26d27fa4da3)) + + +### Dependency Updates + +* update module github.com/onsi/ginkgo/v2 to v2.13.1 ([#2486](https://github.com/keptn/lifecycle-toolkit/issues/2486)) ([14dcd27](https://github.com/keptn/lifecycle-toolkit/commit/14dcd27f4b1e67803332a8dc53b42b67c7bb2030)) +* update module github.com/onsi/gomega to v1.29.0 ([#2379](https://github.com/keptn/lifecycle-toolkit/issues/2379)) ([98e420a](https://github.com/keptn/lifecycle-toolkit/commit/98e420a4b2138e90e2f87c399139bd8e5a90cef5)) +* update module github.com/onsi/gomega to v1.30.0 ([#2478](https://github.com/keptn/lifecycle-toolkit/issues/2478)) ([398b949](https://github.com/keptn/lifecycle-toolkit/commit/398b9493414ab5d70bd76d94b038456e58813e70)) +* update module golang.org/x/net to v0.18.0 ([#2479](https://github.com/keptn/lifecycle-toolkit/issues/2479)) ([6ddd8ee](https://github.com/keptn/lifecycle-toolkit/commit/6ddd8eeec5eabb0c67b5a7b9965a34368f62c8d5)) +* update module k8s.io/klog/v2 to v2.110.1 ([#2409](https://github.com/keptn/lifecycle-toolkit/issues/2409)) ([d2c3e14](https://github.com/keptn/lifecycle-toolkit/commit/d2c3e148cd1181e50f679ca859a016f762eaca84)) +* update module sigs.k8s.io/controller-runtime to v0.13.2 ([#2378](https://github.com/keptn/lifecycle-toolkit/issues/2378)) ([59a9a4c](https://github.com/keptn/lifecycle-toolkit/commit/59a9a4c4ddb51b94fda0db4dc216df480b0c59a8)) + ## [0.8.3](https://github.com/keptn/lifecycle-toolkit/compare/scheduler-v0.8.2...scheduler-v0.8.3) (2023-10-30) diff --git a/scheduler/Makefile b/scheduler/Makefile index bed500aba1c..5d34b2283f8 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.8.3" # x-release-please-version +TAG?="v0.8.4" # x-release-please-version CHART_APPVERSION?="" LOCAL_REGISTRY=localhost:5000/scheduler-plugins