File tree Expand file tree Collapse file tree 5 files changed +18
-5
lines changed
Expand file tree Collapse file tree 5 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "." : " 2.5.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" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 3.0.1] ( https://github.com/keptn/lifecycle-toolkit/compare/cert-manager-v3.0.0...cert-manager-v3.0.1 ) (2025-05-19)
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+
11+
12+ ### Dependency Updates
13+
14+ * update all golang.org/x packages (minor) ([ #3860 ] ( https://github.com/keptn/lifecycle-toolkit/issues/3860 ) ) ([ 80e5650] ( https://github.com/keptn/lifecycle-toolkit/commit/80e56500d4ed6a90ecf1e2ca411c4b98b294e24f ) )
15+
316## [ 3.0.0] ( https://github.com/keptn/lifecycle-toolkit/compare/cert-manager-v2.2.2...cert-manager-v3.0.0 ) (2024-11-11)
417
518
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ RELEASE_REGISTRY?=ghcr.io/keptn
66RELEASE_TIME =$(shell date +% Y% m% d% s)
77BUILD_TIME =$(shell date -u "+% F_% T")
88RELEASE_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
1010RELEASE_IMAGE:=certificate-operator:$(TAG )
1111CHART_APPVERSION? =""
1212
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ annotations:
1919 artifacthub.io/operator : ' true'
2020kubeVersion : ' >= 1.27.0-0'
2121type : 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
2424dependencies :
2525 - name : common
2626 repository : https://charts.lifecycle.keptn.sh
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments