From 8bf4406c5ad236558781773ad7ebafcc2cc937ed Mon Sep 17 00:00:00 2001 From: keptn-bot <86361500+keptn-bot@users.noreply.github.com> Date: Thu, 31 Oct 2024 13:41:43 +0100 Subject: [PATCH] chore: release scheduler 1.0.2 (#3709) Co-authored-by: Moritz Wiesinger --- .../scripts/.helm-tests/Openshift/result.yaml | 2 +- .../local-global-precedence/result.yaml | 2 +- .release-please-manifest.json | 2 +- lifecycle-operator/chart/README.md | 2 +- lifecycle-operator/chart/values.yaml | 2 +- scheduler/CHANGELOG.md | 17 +++++++++++++++++ scheduler/Makefile | 2 +- 7 files changed, 23 insertions(+), 6 deletions(-) diff --git a/.github/scripts/.helm-tests/Openshift/result.yaml b/.github/scripts/.helm-tests/Openshift/result.yaml index 77f4d1b6c4..c1ea4644b3 100644 --- a/.github/scripts/.helm-tests/Openshift/result.yaml +++ b/.github/scripts/.helm-tests/Openshift/result.yaml @@ -15549,7 +15549,7 @@ spec: value: "otel-collector:4317" - name: KUBERNETES_CLUSTER_DOMAIN value: cluster.local - image: ghcr.io/keptn/scheduler:v1.0.1 + image: ghcr.io/keptn/scheduler:v1.0.2 imagePullPolicy: IfNotPresent name: scheduler resources: diff --git a/.github/scripts/.helm-tests/local-global-precedence/result.yaml b/.github/scripts/.helm-tests/local-global-precedence/result.yaml index 9857fa2244..31fb06a0ac 100644 --- a/.github/scripts/.helm-tests/local-global-precedence/result.yaml +++ b/.github/scripts/.helm-tests/local-global-precedence/result.yaml @@ -15886,7 +15886,7 @@ spec: value: "otel-collector:4317" - name: KUBERNETES_CLUSTER_DOMAIN value: cluster.local - image: local-registry.io/keptn/scheduler:v1.0.1 + image: local-registry.io/keptn/scheduler:v1.0.2 imagePullPolicy: Never name: scheduler resources: diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 48c3ddcc3a..ba1acfc4f3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -4,6 +4,6 @@ "runtimes/python-runtime": "1.0.7", "runtimes/deno-runtime": "3.0.0", "lifecycle-operator": "1.1.1", - "scheduler": "1.0.1", + "scheduler": "1.0.2", "metrics-operator": "1.1.1" } diff --git a/lifecycle-operator/chart/README.md b/lifecycle-operator/chart/README.md index d86d83f450..ce373e3cbd 100644 --- a/lifecycle-operator/chart/README.md +++ b/lifecycle-operator/chart/README.md @@ -92,7 +92,7 @@ and application health checks | `scheduler.env.otelCollectorUrl` | sets url for open telemetry collector | `otel-collector:4317` | | `scheduler.image.registry` | specify the container registry for the scheduler image | `""` | | `scheduler.image.repository` | set image repository for scheduler | `keptn/scheduler` | -| `scheduler.image.tag` | set image tag for scheduler | `v1.0.1` | +| `scheduler.image.tag` | set image tag for scheduler | `v1.0.2` | | `scheduler.image.imagePullPolicy` | specify pull policy for the manager image. This overrides global values | `""` | | `scheduler.livenessProbe` | customizable liveness probe for the scheduler | | | `scheduler.readinessProbe` | customizable readiness probe for the scheduler | | diff --git a/lifecycle-operator/chart/values.yaml b/lifecycle-operator/chart/values.yaml index cc3eda9dc2..3efbd2f560 100644 --- a/lifecycle-operator/chart/values.yaml +++ b/lifecycle-operator/chart/values.yaml @@ -226,7 +226,7 @@ scheduler: ## @param scheduler.image.repository set image repository for scheduler repository: keptn/scheduler ## @param scheduler.image.tag set image tag for scheduler - tag: v1.0.1 + tag: v1.0.2 ## @param scheduler.image.imagePullPolicy specify pull policy for the manager image. This overrides global values imagePullPolicy: "" ## @extra scheduler.livenessProbe customizable liveness probe for the scheduler diff --git a/scheduler/CHANGELOG.md b/scheduler/CHANGELOG.md index d4beb33225..f1399ea433 100644 --- a/scheduler/CHANGELOG.md +++ b/scheduler/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.0.2](https://github.com/keptn/lifecycle-toolkit/compare/scheduler-v1.0.1...scheduler-v1.0.2) (2024-10-31) + + +### Dependency Updates + +* update all golang.org/x packages ([#3708](https://github.com/keptn/lifecycle-toolkit/issues/3708)) ([1014268](https://github.com/keptn/lifecycle-toolkit/commit/1014268f72066049bd707373feea367f680d0132)) +* update all golang.org/x packages ([#3729](https://github.com/keptn/lifecycle-toolkit/issues/3729)) ([d0a22de](https://github.com/keptn/lifecycle-toolkit/commit/d0a22deacb3af85c95e07c9b4d2d91120b7c07ca)) +* update all golang.org/x packages ([#3754](https://github.com/keptn/lifecycle-toolkit/issues/3754)) ([736a4ac](https://github.com/keptn/lifecycle-toolkit/commit/736a4ac129b8f81a17e609090efadc6b1bc10939)) +* update dependency kubernetes-sigs/kustomize to v5.5.0 ([#3793](https://github.com/keptn/lifecycle-toolkit/issues/3793)) ([62ff5ac](https://github.com/keptn/lifecycle-toolkit/commit/62ff5ac84966ab3dcbf1a640133a47e7301479bd)) +* update golang docker tag to v1.22.6 ([#3692](https://github.com/keptn/lifecycle-toolkit/issues/3692)) ([73b30ee](https://github.com/keptn/lifecycle-toolkit/commit/73b30ee6a0748535d8af1160a7c0b8e2f2c04ec2)) +* update golang docker tag to v1.23.0 ([#3702](https://github.com/keptn/lifecycle-toolkit/issues/3702)) ([a4d7328](https://github.com/keptn/lifecycle-toolkit/commit/a4d73287d793bdd4681d5e8ba9fe56d185705b80)) +* update golang docker tag to v1.23.1 ([#3732](https://github.com/keptn/lifecycle-toolkit/issues/3732)) ([8eb878f](https://github.com/keptn/lifecycle-toolkit/commit/8eb878f908467ab9a7140694d263de0fc352f2dd)) +* update golang docker tag to v1.23.2 ([#3758](https://github.com/keptn/lifecycle-toolkit/issues/3758)) ([37a3f51](https://github.com/keptn/lifecycle-toolkit/commit/37a3f512da9ecd8eb8cf1dcb339647e9872e0b7e)) +* update module github.com/onsi/ginkgo/v2 to v2.20.1 ([#3704](https://github.com/keptn/lifecycle-toolkit/issues/3704)) ([df11440](https://github.com/keptn/lifecycle-toolkit/commit/df1144084e337c8eda64e2635b8ee534fd10252f)) +* update module github.com/onsi/ginkgo/v2 to v2.20.2 ([#3724](https://github.com/keptn/lifecycle-toolkit/issues/3724)) ([7d62fad](https://github.com/keptn/lifecycle-toolkit/commit/7d62fadadbd251debe2b2c0c46a9042538a70c71)) +* update module google.golang.org/protobuf to v1.35.1 ([#3797](https://github.com/keptn/lifecycle-toolkit/issues/3797)) ([2c5f1b3](https://github.com/keptn/lifecycle-toolkit/commit/2c5f1b310f34609dddb602059cbcca35c672ca6f)) + ## [1.0.1](https://github.com/keptn/lifecycle-toolkit/compare/scheduler-v1.0.0...scheduler-v1.0.1) (2024-08-06) diff --git a/scheduler/Makefile b/scheduler/Makefile index 7e82019804..9c41b05bf5 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?="v1.0.1" # x-release-please-version +TAG?="v1.0.2" # x-release-please-version CHART_APPVERSION?="" LOCAL_REGISTRY=localhost:5000/scheduler-plugins