From 5ec85a8a2b56980c1bd1dd2b0fc41aca90082b9b Mon Sep 17 00:00:00 2001 From: keptn-bot <86361500+keptn-bot@users.noreply.github.com> Date: Tue, 16 Apr 2024 08:27:03 +0200 Subject: [PATCH] chore: release lifecycle-operator 0.9.3 --- .release-please-manifest.json | 2 +- lifecycle-operator/CHANGELOG.md | 32 ++++++++++++++++++++++++ lifecycle-operator/Makefile | 2 +- lifecycle-operator/chart/Chart.yaml | 37 ++++++++-------------------- lifecycle-operator/chart/values.yaml | 2 +- 5 files changed, 45 insertions(+), 30 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 48c381d92ad..eaf9b55c73b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -3,7 +3,7 @@ "keptn-cert-manager": "2.1.1", "runtimes/python-runtime": "1.0.4", "runtimes/deno-runtime": "2.0.3", - "lifecycle-operator": "0.9.2", + "lifecycle-operator": "0.9.3", "scheduler": "0.9.2", "metrics-operator": "0.9.3" } diff --git a/lifecycle-operator/CHANGELOG.md b/lifecycle-operator/CHANGELOG.md index aabfca1dc91..a98e56a70f7 100644 --- a/lifecycle-operator/CHANGELOG.md +++ b/lifecycle-operator/CHANGELOG.md @@ -1,5 +1,37 @@ # Changelog +## [0.9.3](https://github.com/keptn/lifecycle-toolkit/compare/lifecycle-operator-v0.9.2...lifecycle-operator-v0.9.3) (2024-04-16) + + +### Features + +* **lifecycle-operator:** introduce v1 API version ([#3344](https://github.com/keptn/lifecycle-toolkit/issues/3344)) ([1d851c5](https://github.com/keptn/lifecycle-toolkit/commit/1d851c5d72d6a1cf4678b838bd5176c2de89ece7)) +* **lifecycle-operator:** move API HUB version to v1 ([#3350](https://github.com/keptn/lifecycle-toolkit/issues/3350)) ([eed393b](https://github.com/keptn/lifecycle-toolkit/commit/eed393b859000866ecc271d117b9971c3693cfda)) +* **metrics-operator:** use v1 API in operator logic ([#3269](https://github.com/keptn/lifecycle-toolkit/issues/3269)) ([e9a584b](https://github.com/keptn/lifecycle-toolkit/commit/e9a584bc28ce6306362c722fed8849f5d5be0bda)) + + +### Other + +* bump helm charts versions ([#3303](https://github.com/keptn/lifecycle-toolkit/issues/3303)) ([19cbe9f](https://github.com/keptn/lifecycle-toolkit/commit/19cbe9fda082015d4a61d23c1276d599f6370cec)) +* **lifecycle-operator:** clean up unused API logic ([#3351](https://github.com/keptn/lifecycle-toolkit/issues/3351)) ([016dc07](https://github.com/keptn/lifecycle-toolkit/commit/016dc07236785d7bcfbccfe2a806b70e1ec44421)) +* **lifecycle-operator:** remove deprecated fields in KeptnTaskDefinition ([#3345](https://github.com/keptn/lifecycle-toolkit/issues/3345)) ([15a8ae3](https://github.com/keptn/lifecycle-toolkit/commit/15a8ae3394fe1347434dda87764b86c8cefc1637)) + + +### Dependency Updates + +* bump golang.org/x/net to v0.23.0 ([#3388](https://github.com/keptn/lifecycle-toolkit/issues/3388)) ([e9c1dda](https://github.com/keptn/lifecycle-toolkit/commit/e9c1dda3489117422160d53467d2155b1ca2bad3)) +* update dependency kubernetes-sigs/kustomize to v5.4.1 ([#3394](https://github.com/keptn/lifecycle-toolkit/issues/3394)) ([2dda172](https://github.com/keptn/lifecycle-toolkit/commit/2dda17232aab5542929a5fa73378cd2399a2f5e5)) +* update golang docker tag to v1.21.9 ([#3384](https://github.com/keptn/lifecycle-toolkit/issues/3384)) ([e4f1a6a](https://github.com/keptn/lifecycle-toolkit/commit/e4f1a6adefc2670a6c18efbaf416aee80eb2584a)) +* update golang.org/x/exp digest to 93d18d7 ([#3400](https://github.com/keptn/lifecycle-toolkit/issues/3400)) ([5a9e73b](https://github.com/keptn/lifecycle-toolkit/commit/5a9e73b6296b4aea435979aa2f2a2b70e1241628)) +* update golang.org/x/exp digest to a685a6e ([#3346](https://github.com/keptn/lifecycle-toolkit/issues/3346)) ([f0e7571](https://github.com/keptn/lifecycle-toolkit/commit/f0e7571054f9bf5ecb9d5c01f471da76d75ea488)) +* update golang.org/x/exp digest to c0f41cb ([#3389](https://github.com/keptn/lifecycle-toolkit/issues/3389)) ([4407d07](https://github.com/keptn/lifecycle-toolkit/commit/4407d077084e968184d9c1b3d96746019bb6db4c)) +* update kubernetes packages to v0.28.8 (patch) ([#3300](https://github.com/keptn/lifecycle-toolkit/issues/3300)) ([435e722](https://github.com/keptn/lifecycle-toolkit/commit/435e722776b69c6e7acbf3631d81cdeafc9815ec)) +* 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 google.golang.org/grpc to v1.62.2 ([#3391](https://github.com/keptn/lifecycle-toolkit/issues/3391)) ([213204b](https://github.com/keptn/lifecycle-toolkit/commit/213204b9685ac355f42701ece024c7df18bf4308)) +* update opentelemetry-go monorepo (minor) ([#3408](https://github.com/keptn/lifecycle-toolkit/issues/3408)) ([15ebf45](https://github.com/keptn/lifecycle-toolkit/commit/15ebf45f382f8661abc15d7ae71feeea57126431)) + ## [0.9.2](https://github.com/keptn/lifecycle-toolkit/compare/lifecycle-operator-v0.9.1...lifecycle-operator-v0.9.2) (2024-03-20) diff --git a/lifecycle-operator/Makefile b/lifecycle-operator/Makefile index 370091b3489..0de1a4a4868 100644 --- a/lifecycle-operator/Makefile +++ b/lifecycle-operator/Makefile @@ -7,7 +7,7 @@ RELEASE_REGISTRY?=ghcr.io/keptn RELEASE_TIME=$(shell date +%Y%m%d%s) BUILD_TIME=$(shell date -u "+%F_%T") RELEASE_VERSION?=$(RELEASE_TIME)-v0.24.3#$(shell git describe --tags --match "v*") -TAG?="v0.9.2" # x-release-please-version +TAG?="v0.9.3" # x-release-please-version RELEASE_IMAGE:=lifecycle-operator:$(TAG) CHART_APPVERSION?="" diff --git a/lifecycle-operator/chart/Chart.yaml b/lifecycle-operator/chart/Chart.yaml index b62c98560a3..042ec418e19 100644 --- a/lifecycle-operator/chart/Chart.yaml +++ b/lifecycle-operator/chart/Chart.yaml @@ -1,10 +1,11 @@ apiVersion: v2 name: keptn-lifecycle-operator description: A Helm chart for Keptn Lifecycle Operator, a subproject of Keptn -icon: "https://raw.githubusercontent.com/cncf/artwork/master/projects/keptn/icon/color/keptn-icon-color.svg" +icon: >- + https://raw.githubusercontent.com/cncf/artwork/master/projects/keptn/icon/color/keptn-icon-color.svg home: https://keptn.sh sources: - - "https://github.com/keptn/lifecycle-toolkit" + - https://github.com/keptn/lifecycle-toolkit keywords: - cloud-native - lifecycle @@ -22,32 +23,14 @@ annotations: url: https://github.com/keptn/lifecycle-toolkit/issues/new - name: community url: https://slack.keptn.sh/ - artifacthub.io/license: "Apache-2.0" - artifacthub.io/operator: "true" - artifacthub.io/operatorCapabilities: "Full Lifecycle" - -kubeVersion: ">= 1.24.0-0" -# A chart can be either an 'application' or a 'library' chart. -# -# Application charts are a collection of templates that can be packaged into versioned archives -# to be deployed. -# -# Library charts provide useful utilities or functions for the chart developer. They're included as -# a dependency of application charts to inject those utilities and functions into the rendering -# pipeline. Library charts do not define any templates and therefore cannot be deployed. + artifacthub.io/license: Apache-2.0 + artifacthub.io/operator: 'true' + artifacthub.io/operatorCapabilities: Full Lifecycle +kubeVersion: '>= 1.24.0-0' type: application - -# This is the chart version. This version number should be incremented each time you make changes -# to the chart and its templates, including the app version. -# Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.3 - -# This is the version number of the application being deployed. This version number should be -# incremented each time you make changes to the application. Versions are not expected to -# follow Semantic Versioning. They should reflect the version the application is using. -# It is recommended to use it with quotes. -appVersion: "v0.9.2" # x-release-please-version +version: 0.9.3 +appVersion: v0.9.2 dependencies: - name: common - repository: "https://charts.lifecycle.keptn.sh" + repository: https://charts.lifecycle.keptn.sh version: 0.2.1 diff --git a/lifecycle-operator/chart/values.yaml b/lifecycle-operator/chart/values.yaml index 55bb708517c..c5d7ed4a6df 100644 --- a/lifecycle-operator/chart/values.yaml +++ b/lifecycle-operator/chart/values.yaml @@ -106,7 +106,7 @@ lifecycleOperator: ## @param lifecycleOperator.image.repository specify registry for manager image repository: keptn/lifecycle-operator ## @param lifecycleOperator.image.tag select tag for manager image - tag: v0.9.2 # x-release-please-version + tag: v0.9.3 # x-release-please-version ## @param lifecycleOperator.image.imagePullPolicy specify pull policy for the manager image. This overrides global values imagePullPolicy: "" ## @extra lifecycleOperator.livenessProbe custom liveness probe for manager container