Skip to content

Commit a7361bd

Browse files
committed
chore: release lifecycle-operator 3.0.0
1 parent 1a7e6fa commit a7361bd

File tree

5 files changed

+21
-5
lines changed

5 files changed

+21
-5
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
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.0.0"
88
}

lifecycle-operator/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [3.0.0](https://github.com/keptn/lifecycle-toolkit/compare/lifecycle-operator-v2.0.0...lifecycle-operator-v3.0.0) (2024-11-25)
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+
319
## [2.0.0](https://github.com/keptn/lifecycle-toolkit/compare/lifecycle-operator-v1.2.0...lifecycle-operator-v2.0.0) (2024-11-11)
420

521

lifecycle-operator/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RELEASE_REGISTRY?=ghcr.io/keptn
77
RELEASE_TIME=$(shell date +%Y%m%d%s)
88
BUILD_TIME=$(shell date -u "+%F_%T")
99
RELEASE_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
1111
RELEASE_IMAGE:=lifecycle-operator:$(TAG)
1212
CHART_APPVERSION?=""
1313

lifecycle-operator/chart/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ annotations:
2828
artifacthub.io/operatorCapabilities: Full Lifecycle
2929
kubeVersion: '>= 1.27.0-0'
3030
type: 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
3333
dependencies:
3434
- name: common
3535
repository: https://charts.lifecycle.keptn.sh

lifecycle-operator/chart/values.yaml

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)