File tree Expand file tree Collapse file tree 5 files changed +19
-6
lines changed
Expand file tree Collapse file tree 5 files changed +19
-6
lines changed Original file line number Diff line number Diff line change 33 "keptn-cert-manager" : " 2.2.1" ,
44 "runtimes/python-runtime" : " 1.0.6" ,
55 "runtimes/deno-runtime" : " 2.0.5" ,
6- "lifecycle-operator" : " 1.1.1 " ,
6+ "lifecycle-operator" : " 1.1.2 " ,
77 "scheduler" : " 1.0.1" ,
88 "metrics-operator" : " 1.1.0"
99}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.1.2] ( https://github.com/keptn/lifecycle-toolkit/compare/lifecycle-operator-v1.1.1...lifecycle-operator-v1.1.2 ) (2024-09-05)
4+
5+
6+ ### Other
7+
8+ * update helm chart versions ([ #3713 ] ( https://github.com/keptn/lifecycle-toolkit/issues/3713 ) ) ([ e052c92] ( https://github.com/keptn/lifecycle-toolkit/commit/e052c927cdb83215dfc2724e259f8fd72988a0a2 ) )
9+
10+
11+ ### Dependency Updates
12+
13+ * 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 ) )
14+ * 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 ) )
15+
316## [ 1.1.1] ( https://github.com/keptn/lifecycle-toolkit/compare/lifecycle-operator-v1.1.0...lifecycle-operator-v1.1.1 ) (2024-08-27)
417
518
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.1.1 " # x-release-please-version
10+ TAG?="v1.1.2 " # x-release-please-version
1111RELEASE_IMAGE:=lifecycle-operator:$(TAG )
1212CHART_APPVERSION? =""
1313
@@ -27,7 +27,7 @@ ENVTEST_K8S_VERSION=1.27.1
2727# renovate: datasource=github-tags depName=kubernetes-sigs/kustomize
2828KUSTOMIZE_VERSION? =v5.4.3
2929# renovate: datasource=github-releases depName=kubernetes-sigs/controller-tools
30- CONTROLLER_TOOLS_VERSION? =v0.16.2
30+ CONTROLLER_TOOLS_VERSION? =v0.15.0
3131
3232# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
3333ifeq (,$(shell go env GOBIN) )
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.4.1
32- appVersion : v1.1.1 # x-release-please-version
31+ version : 1.1.2
32+ appVersion : v1.1.1
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.1.1 # x-release-please-version
112+ tag : v1.1.2 # 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