From 4ee9207aac8f23129e8a9f42d2a96bced203e290 Mon Sep 17 00:00:00 2001 From: keptn-bot <86361500+keptn-bot@users.noreply.github.com> Date: Thu, 5 Sep 2024 08:02:35 +0200 Subject: [PATCH] chore: release cert-manager 2.2.2 --- .release-please-manifest.json | 2 +- keptn-cert-manager/CHANGELOG.md | 16 ++++++++++++++++ keptn-cert-manager/Makefile | 4 ++-- keptn-cert-manager/chart/Chart.yaml | 4 ++-- keptn-cert-manager/chart/values.yaml | 2 +- 5 files changed, 22 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 498f9333dd..c9e2b5a4e1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { ".": "2.2.0", - "keptn-cert-manager": "2.2.1", + "keptn-cert-manager": "2.2.2", "runtimes/python-runtime": "1.0.6", "runtimes/deno-runtime": "2.0.5", "lifecycle-operator": "1.1.1", diff --git a/keptn-cert-manager/CHANGELOG.md b/keptn-cert-manager/CHANGELOG.md index 40181417ba..2e97c1994c 100644 --- a/keptn-cert-manager/CHANGELOG.md +++ b/keptn-cert-manager/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [2.2.2](https://github.com/keptn/lifecycle-toolkit/compare/cert-manager-v2.2.1...cert-manager-v2.2.2) (2024-09-05) + + +### Other + +* bump keptn-cert-manager chart version ([#3657](https://github.com/keptn/lifecycle-toolkit/issues/3657)) ([9bcc0d1](https://github.com/keptn/lifecycle-toolkit/commit/9bcc0d1633a6e0a731d8fd831b8e8c5e7ab1995f)) + + +### 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 dependency kubernetes-sigs/controller-tools to v0.16.2 ([#3700](https://github.com/keptn/lifecycle-toolkit/issues/3700)) ([a0ff0ed](https://github.com/keptn/lifecycle-toolkit/commit/a0ff0ed8eccb9ef0da275f5a1bcce010d058ad7c)) +* 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 kubernetes packages to v0.29.8 (patch) ([#3693](https://github.com/keptn/lifecycle-toolkit/issues/3693)) ([7ca1250](https://github.com/keptn/lifecycle-toolkit/commit/7ca12502889b1b74431a3210039299b620d37c3f)) + ## [2.2.1](https://github.com/keptn/lifecycle-toolkit/compare/cert-manager-v2.2.0...cert-manager-v2.2.1) (2024-08-06) diff --git a/keptn-cert-manager/Makefile b/keptn-cert-manager/Makefile index 6095ba7633..6f14e43d08 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?="v2.2.1" # x-release-please-version +TAG?="v2.2.2" # x-release-please-version RELEASE_IMAGE:=certificate-operator:$(TAG) CHART_APPVERSION?="" @@ -122,7 +122,7 @@ ENVTEST ?= $(LOCALBIN)/setup-envtest # renovate: datasource=github-tags depName=kubernetes-sigs/kustomize KUSTOMIZE_VERSION?=v5.4.3 # renovate: datasource=github-releases depName=kubernetes-sigs/controller-tools -CONTROLLER_TOOLS_VERSION?=v0.16.2 +CONTROLLER_TOOLS_VERSION?=v0.15.0 KUSTOMIZE_INSTALL_SCRIPT ?= "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" .PHONY: kustomize diff --git a/keptn-cert-manager/chart/Chart.yaml b/keptn-cert-manager/chart/Chart.yaml index 6042415f86..2ca7aad8a7 100644 --- a/keptn-cert-manager/chart/Chart.yaml +++ b/keptn-cert-manager/chart/Chart.yaml @@ -19,8 +19,8 @@ annotations: artifacthub.io/operator: 'true' kubeVersion: '>= 1.24.0-0' type: application -version: 0.2.5 -appVersion: v2.2.1 # x-release-please-version +version: 2.2.2 +appVersion: v2.2.1 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 0de385bd76..1aa0fc2762 100644 --- a/keptn-cert-manager/chart/values.yaml +++ b/keptn-cert-manager/chart/values.yaml @@ -72,7 +72,7 @@ image: ## @param image.repository specify repo for manager image repository: keptn/certificate-operator ## @param image.tag select tag for manager container - tag: v2.2.1 # x-release-please-version + tag: v2.2.2 # x-release-please-version ## @param image.imagePullPolicy specify pull policy for the manager image. This overrides global values imagePullPolicy: "" ## @extra livenessProbe custom RBAC proxy liveness probe