From d82aac2d97f7aec4134bd39542cfd363a13c540f Mon Sep 17 00:00:00 2001 From: keptn-bot <86361500+keptn-bot@users.noreply.github.com> Date: Mon, 5 Feb 2024 08:09:37 +0100 Subject: [PATCH] chore: release cert-manager 2.0.0 Signed-off-by: keptn-bot <86361500+keptn-bot@users.noreply.github.com> --- .release-please-manifest.json | 2 +- keptn-cert-manager/CHANGELOG.md | 40 ++++++++++++++++++++++++++++ keptn-cert-manager/Makefile | 2 +- keptn-cert-manager/chart/Chart.yaml | 2 +- keptn-cert-manager/chart/values.yaml | 2 +- 5 files changed, 44 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3a4e7f4841c..736a20b4e3e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { ".": "0.9.0", - "keptn-cert-manager": "1.2.0", + "keptn-cert-manager": "2.0.0", "runtimes/python-runtime": "1.0.1", "runtimes/deno-runtime": "1.0.2", "lifecycle-operator": "0.8.3", diff --git a/keptn-cert-manager/CHANGELOG.md b/keptn-cert-manager/CHANGELOG.md index 0940e75da7e..af7b681f301 100644 --- a/keptn-cert-manager/CHANGELOG.md +++ b/keptn-cert-manager/CHANGELOG.md @@ -1,5 +1,45 @@ # Changelog +## [2.0.0](https://github.com/keptn/lifecycle-toolkit/compare/cert-manager-v1.2.0...cert-manager-v2.0.0) (2024-02-05) + + +### ⚠ BREAKING CHANGES + +* rename KLT to Keptn ([#2554](https://github.com/keptn/lifecycle-toolkit/issues/2554)) + +### Features + +* **cert-manager:** introduce a no-op implementation of ICertificateWatcher ([#2708](https://github.com/keptn/lifecycle-toolkit/issues/2708)) ([6b5f424](https://github.com/keptn/lifecycle-toolkit/commit/6b5f424f8cf11ca276c73217b1dc837ec40b4102)) +* introduce configurable support of cert-manager.io CA injection ([#2811](https://github.com/keptn/lifecycle-toolkit/issues/2811)) ([d6d83c7](https://github.com/keptn/lifecycle-toolkit/commit/d6d83c7f67a18a4b30aabe774a8fa2c93399f301)) + + +### Bug Fixes + +* **helm-chart:** remove double templating of annotations ([#2770](https://github.com/keptn/lifecycle-toolkit/issues/2770)) ([b7a1d29](https://github.com/keptn/lifecycle-toolkit/commit/b7a1d291223eddd9ac83425c71c8c1a515f25f58)) + + +### Other + +* adapt helm charts to the new Keptn naming ([#2564](https://github.com/keptn/lifecycle-toolkit/issues/2564)) ([9ee4583](https://github.com/keptn/lifecycle-toolkit/commit/9ee45834bfa4dcedcbe99362d5d58b9febe3caae)) +* bump keptn-cert-manager version in helm charts ([#2802](https://github.com/keptn/lifecycle-toolkit/issues/2802)) ([681a050](https://github.com/keptn/lifecycle-toolkit/commit/681a0507020aedcd86a0321ab7230f8072f62f0b)) +* rename Keptn default namespace to 'keptn-system' ([#2565](https://github.com/keptn/lifecycle-toolkit/issues/2565)) ([aec1148](https://github.com/keptn/lifecycle-toolkit/commit/aec11489451ab1b0bcd69a6b90b0d45f69c5df7c)) +* rename KLT to Keptn ([#2554](https://github.com/keptn/lifecycle-toolkit/issues/2554)) ([15b0ac0](https://github.com/keptn/lifecycle-toolkit/commit/15b0ac0b36b8081b85b63f36e94b00065bcc8b22)) +* revert helm charts bump ([#2806](https://github.com/keptn/lifecycle-toolkit/issues/2806)) ([2e85214](https://github.com/keptn/lifecycle-toolkit/commit/2e85214ecd6112e9f9af750d9bde2d491dc8ae73)) +* upgrade helm chart versions ([#2801](https://github.com/keptn/lifecycle-toolkit/issues/2801)) ([ad26093](https://github.com/keptn/lifecycle-toolkit/commit/ad2609373c4819fc560766e64bc032fcfd801889)) + + +### Dependency Updates + +* update dependency kubernetes-sigs/controller-tools to v0.14.0 ([#2797](https://github.com/keptn/lifecycle-toolkit/issues/2797)) ([71f20a6](https://github.com/keptn/lifecycle-toolkit/commit/71f20a63f8e307d6e94c9c2df79a1258ab147ede)) +* update dependency kubernetes-sigs/kustomize to v5.3.0 ([#2659](https://github.com/keptn/lifecycle-toolkit/issues/2659)) ([8877921](https://github.com/keptn/lifecycle-toolkit/commit/8877921b8be3052ce61a4f8decd96537c93df27a)) +* update keptn/common helm chart to 0.1.3 ([#2831](https://github.com/keptn/lifecycle-toolkit/issues/2831)) ([29187fa](https://github.com/keptn/lifecycle-toolkit/commit/29187fa7eeab148b7188b4c3f05317cc291c15e4)) +* update kubernetes packages to v0.28.5 (patch) ([#2714](https://github.com/keptn/lifecycle-toolkit/issues/2714)) ([192c0b1](https://github.com/keptn/lifecycle-toolkit/commit/192c0b16fc0852dca572448d8caeb113b0e21d40)) +* update kubernetes packages to v0.28.6 (patch) ([#2827](https://github.com/keptn/lifecycle-toolkit/issues/2827)) ([da080fa](https://github.com/keptn/lifecycle-toolkit/commit/da080fafadef25028f9e4b1a78d8a862e58b47e7)) +* update module github.com/go-logr/logr to v1.4.1 ([#2726](https://github.com/keptn/lifecycle-toolkit/issues/2726)) ([3598999](https://github.com/keptn/lifecycle-toolkit/commit/3598999e1cfce6ee528fb5fb777c0b7b7c21678a)) +* update module github.com/spf13/afero to v1.11.0 ([#2622](https://github.com/keptn/lifecycle-toolkit/issues/2622)) ([f4d705d](https://github.com/keptn/lifecycle-toolkit/commit/f4d705dbed6d5a602c5707cbe62024092384693e)) +* update module golang.org/x/net to v0.19.0 ([#2619](https://github.com/keptn/lifecycle-toolkit/issues/2619)) ([af2d0a5](https://github.com/keptn/lifecycle-toolkit/commit/af2d0a509b670792e06e2d05ab4be261d3bb54f4)) +* update module golang.org/x/net to v0.20.0 ([#2786](https://github.com/keptn/lifecycle-toolkit/issues/2786)) ([8294c7b](https://github.com/keptn/lifecycle-toolkit/commit/8294c7b471d7f4d33961513e056c36ba14c940c7)) + ## [1.2.0](https://github.com/keptn/lifecycle-toolkit/compare/cert-manager-v1.1.0...cert-manager-v1.2.0) (2023-10-30) diff --git a/keptn-cert-manager/Makefile b/keptn-cert-manager/Makefile index 56c0908e3cd..2edbc3fe976 100644 --- a/keptn-cert-manager/Makefile +++ b/keptn-cert-manager/Makefile @@ -6,7 +6,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?="v1.2.0" # x-release-please-version +TAG?="v2.0.0" # x-release-please-version RELEASE_IMAGE:=certificate-operator:$(TAG) CHART_APPVERSION?="" diff --git a/keptn-cert-manager/chart/Chart.yaml b/keptn-cert-manager/chart/Chart.yaml index e4ee400c603..df2308017f4 100644 --- a/keptn-cert-manager/chart/Chart.yaml +++ b/keptn-cert-manager/chart/Chart.yaml @@ -37,7 +37,7 @@ version: 0.2.0 # 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: "v1.2.0" # x-release-please-version +appVersion: "v2.0.0" # x-release-please-version dependencies: - name: common repository: "https://charts.lifecycle.keptn.sh" diff --git a/keptn-cert-manager/chart/values.yaml b/keptn-cert-manager/chart/values.yaml index a6202853c58..4be84f2855a 100644 --- a/keptn-cert-manager/chart/values.yaml +++ b/keptn-cert-manager/chart/values.yaml @@ -68,7 +68,7 @@ image: ## @param image.repository specify repo for manager image repository: keptn/certificate-operator ## @param image.tag select tag for manager container - tag: v1.2.0 # x-release-please-version + tag: v2.0.0 # x-release-please-version ## @param imagePullPolicy select image pull policy for manager container imagePullPolicy: Always