File tree Expand file tree Collapse file tree 5 files changed +26
-5
lines changed
Expand file tree Collapse file tree 5 files changed +26
-5
lines changed Original file line number Diff line number Diff line change 33 "keptn-cert-manager" : " 3.0.0" ,
44 "runtimes/python-runtime" : " 1.0.8" ,
55 "runtimes/deno-runtime" : " 3.0.1" ,
6- "lifecycle-operator" : " 2 .0.0" ,
6+ "lifecycle-operator" : " 3 .0.0" ,
77 "metrics-operator" : " 2.1.0"
88}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 3.0.0] ( https://github.com/keptn/lifecycle-toolkit/compare/lifecycle-operator-v2.0.0...lifecycle-operator-v3.0.0 ) (2025-05-19)
4+
5+
6+ ### ⚠ BREAKING CHANGES
7+
8+ * ** lifecycle-operator:** The Lifecycle Operator helm chart was adapted after removal of the Keptn Scheduler and many Helm values were simplified, please double check your values files and adapt them accordingly.
9+
10+ ### Bug Fixes
11+
12+ * ** lifecycle-operator:** remove scheduler from helm charts ([ #3855 ] ( https://github.com/keptn/lifecycle-toolkit/issues/3855 ) ) ([ fd78a53] ( https://github.com/keptn/lifecycle-toolkit/commit/fd78a536c1131ca57b0e8e7929a6c382b34e47b8 ) )
13+
14+
15+ ### Other
16+
17+ * bump helm chart versions ([ #3857 ] ( https://github.com/keptn/lifecycle-toolkit/issues/3857 ) ) ([ 1873178] ( https://github.com/keptn/lifecycle-toolkit/commit/1873178a28878c0a12ce00e20a8e62d105068fe5 ) )
18+
19+
20+ ### Dependency Updates
21+
22+ * 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 ) )
23+
324## [ 2.0.0] ( https://github.com/keptn/lifecycle-toolkit/compare/lifecycle-operator-v1.2.0...lifecycle-operator-v2.0.0 ) (2024-11-11)
425
526
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ RELEASE_REGISTRY?=ghcr.io/keptn
77RELEASE_TIME =$(shell date +% Y% m% d% s)
88BUILD_TIME =$(shell date -u "+% F_% T")
99RELEASE_VERSION? =$(RELEASE_TIME ) -v0.24.3# $(shell git describe --tags --match "v*")
10- TAG?="v2 .0.0" # x-release-please-version
10+ TAG?="v3 .0.0" # x-release-please-version
1111RELEASE_IMAGE:=lifecycle-operator:$(TAG )
1212CHART_APPVERSION? =""
1313
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ annotations:
2828 artifacthub.io/operatorCapabilities : Full Lifecycle
2929kubeVersion : ' >= 1.27.0-0'
3030type : application
31- version : 0.6.0 # Helm Chart version
32- appVersion : v2.0.0 # x-release-please-version
31+ version : 3.0.0
32+ appVersion : v2.0.0
3333dependencies :
3434 - name : common
3535 repository : https://charts.lifecycle.keptn.sh
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ image:
107107# # @param image.repository specify registry for manager image
108108 repository : keptn/lifecycle-operator
109109# # @param image.tag select tag for manager image
110- tag : v2 .0.0 # x-release-please-version
110+ tag : v3 .0.0 # x-release-please-version
111111# # @param image.imagePullPolicy specify pull policy for the manager image. This overrides global values
112112 imagePullPolicy : " "
113113# # @extra livenessProbe custom liveness probe for manager container
You can’t perform that action at this time.
0 commit comments