File tree Expand file tree Collapse file tree 5 files changed +23
-5
lines changed
Expand file tree Collapse file tree 5 files changed +23
-5
lines changed Original file line number Diff line number Diff line change 33 "keptn-cert-manager" : " 2.2.2" ,
44 "runtimes/python-runtime" : " 1.0.7" ,
55 "runtimes/deno-runtime" : " 3.0.0" ,
6- "lifecycle-operator" : " 1.2 .0" ,
6+ "lifecycle-operator" : " 2.0 .0" ,
77 "metrics-operator" : " 1.1.1"
88}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 2.0.0] ( https://github.com/keptn/lifecycle-toolkit/compare/lifecycle-operator-v1.2.0...lifecycle-operator-v2.0.0 ) (2024-11-04)
4+
5+
6+ ### ⚠ BREAKING CHANGES
7+
8+ * remove Keptn scheduler ([ #3821 ] ( https://github.com/keptn/lifecycle-toolkit/issues/3821 ) )
9+
10+ ### Other
11+
12+ * remove Keptn scheduler ([ #3821 ] ( https://github.com/keptn/lifecycle-toolkit/issues/3821 ) ) ([ de3a0e7] ( https://github.com/keptn/lifecycle-toolkit/commit/de3a0e7a17c8c16ab350188d5235ca6b435c6ba5 ) )
13+
14+
15+ ### Dependency Updates
16+
17+ * bump umbrella chart dependencies ([ #3816 ] ( https://github.com/keptn/lifecycle-toolkit/issues/3816 ) ) ([ 302150a] ( https://github.com/keptn/lifecycle-toolkit/commit/302150a60b07c88d9d1fe6412dfb91f89fb36c7f ) )
18+ * update module github.com/onsi/gomega to v1.35.1 ([ #3810 ] ( https://github.com/keptn/lifecycle-toolkit/issues/3810 ) ) ([ cada033] ( https://github.com/keptn/lifecycle-toolkit/commit/cada033a016569688be95a29269ecfa1688504cc ) )
19+ * update module github.com/prometheus/client_golang to v1.20.5 ([ #3809 ] ( https://github.com/keptn/lifecycle-toolkit/issues/3809 ) ) ([ 3d72aa0] ( https://github.com/keptn/lifecycle-toolkit/commit/3d72aa0589ca76251109110390d91dd9f44f3343 ) )
20+
321## [ 1.2.0] ( https://github.com/keptn/lifecycle-toolkit/compare/lifecycle-operator-v1.1.1...lifecycle-operator-v1.2.0 ) (2024-10-31)
422
523
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?="v1.2 .0" # x-release-please-version
10+ TAG?="v2.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.24.0-0'
3030type : application
31- version : 0.5 .0
32- appVersion : v1.2.0 # x-release-please-version
31+ version : 2.0 .0
32+ appVersion : v1.2.0
3333dependencies :
3434 - name : common
3535 repository : https://charts.lifecycle.keptn.sh
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ lifecycleOperator:
109109# # @param lifecycleOperator.image.repository specify registry for manager image
110110 repository : keptn/lifecycle-operator
111111# # @param lifecycleOperator.image.tag select tag for manager image
112- tag : v1.2 .0 # x-release-please-version
112+ tag : v2.0 .0 # x-release-please-version
113113# # @param lifecycleOperator.image.imagePullPolicy specify pull policy for the manager image. This overrides global values
114114 imagePullPolicy : " "
115115# # @extra lifecycleOperator.livenessProbe custom liveness probe for manager container
You can’t perform that action at this time.
0 commit comments