Skip to content

Commit 3c55909

Browse files
committed
chore: release cert-manager 3.0.1
1 parent 1873178 commit 3c55909

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
".": "2.3.0",
3-
"keptn-cert-manager": "3.0.0",
3+
"keptn-cert-manager": "3.0.1",
44
"runtimes/python-runtime": "1.0.8",
55
"runtimes/deno-runtime": "3.0.1",
66
"lifecycle-operator": "2.0.0",

keptn-cert-manager/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [3.0.1](https://github.com/keptn/lifecycle-toolkit/compare/cert-manager-v3.0.0...cert-manager-v3.0.1) (2024-11-11)
4+
5+
6+
### Other
7+
8+
* bump helm chart versions ([#3857](https://github.com/keptn/lifecycle-toolkit/issues/3857)) ([1873178](https://github.com/keptn/lifecycle-toolkit/commit/1873178a28878c0a12ce00e20a8e62d105068fe5))
9+
* polish helm charts ([#3853](https://github.com/keptn/lifecycle-toolkit/issues/3853)) ([17fa47b](https://github.com/keptn/lifecycle-toolkit/commit/17fa47b16fb43bb627a466e999851bc1f225e878))
10+
311
## [3.0.0](https://github.com/keptn/lifecycle-toolkit/compare/cert-manager-v2.2.2...cert-manager-v3.0.0) (2024-11-11)
412

513

keptn-cert-manager/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RELEASE_REGISTRY?=ghcr.io/keptn
66
RELEASE_TIME=$(shell date +%Y%m%d%s)
77
BUILD_TIME=$(shell date -u "+%F_%T")
88
RELEASE_VERSION?=$(RELEASE_TIME)-v0.24.3#$(shell git describe --tags --match "v*")
9-
TAG?="v3.0.0" # x-release-please-version
9+
TAG?="v3.0.1" # x-release-please-version
1010
RELEASE_IMAGE:=certificate-operator:$(TAG)
1111
CHART_APPVERSION?=""
1212

keptn-cert-manager/chart/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ annotations:
1919
artifacthub.io/operator: 'true'
2020
kubeVersion: '>= 1.27.0-0'
2121
type: application
22-
version: 0.3.0 # Helm Chart version
23-
appVersion: v3.0.0 # x-release-please-version
22+
version: 3.0.1
23+
appVersion: v3.0.0
2424
dependencies:
2525
- name: common
2626
repository: https://charts.lifecycle.keptn.sh

keptn-cert-manager/chart/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ image:
7272
## @param image.repository specify repo for manager image
7373
repository: keptn/certificate-operator
7474
## @param image.tag select tag for manager container
75-
tag: v3.0.0 # x-release-please-version
75+
tag: v3.0.1 # x-release-please-version
7676
## @param image.imagePullPolicy specify pull policy for the manager image. This overrides global values
7777
imagePullPolicy: ""
7878
## @extra livenessProbe custom RBAC proxy liveness probe

0 commit comments

Comments
 (0)