Skip to content

Commit cd4e008

Browse files
committed
chore: release lifecycle-operator 2.0.0
1 parent 17fa47b commit cd4e008

File tree

5 files changed

+34
-5
lines changed

5 files changed

+34
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
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": "1.2.0",
6+
"lifecycle-operator": "2.0.0",
77
"metrics-operator": "1.1.1"
88
}

lifecycle-operator/CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
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-11)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* The Keptn Scheduler was removed and therefore support for Kubernetes 1.26 and lower was dropped.
9+
* remove Keptn scheduler ([#3821](https://github.com/keptn/lifecycle-toolkit/issues/3821))
10+
11+
### Other
12+
13+
* polish helm charts ([#3853](https://github.com/keptn/lifecycle-toolkit/issues/3853)) ([17fa47b](https://github.com/keptn/lifecycle-toolkit/commit/17fa47b16fb43bb627a466e999851bc1f225e878))
14+
* remove Keptn scheduler ([#3821](https://github.com/keptn/lifecycle-toolkit/issues/3821)) ([de3a0e7](https://github.com/keptn/lifecycle-toolkit/commit/de3a0e7a17c8c16ab350188d5235ca6b435c6ba5))
15+
16+
17+
### Docs
18+
19+
* remove Keptn scheduler ([#3826](https://github.com/keptn/lifecycle-toolkit/issues/3826)) ([cb01b09](https://github.com/keptn/lifecycle-toolkit/commit/cb01b09ec5ec079595e5d64de70c541b432f4de0))
20+
21+
22+
### Dependency Updates
23+
24+
* bump umbrella chart dependencies ([#3816](https://github.com/keptn/lifecycle-toolkit/issues/3816)) ([302150a](https://github.com/keptn/lifecycle-toolkit/commit/302150a60b07c88d9d1fe6412dfb91f89fb36c7f))
25+
* **lifecycle-operator:** bump python and deno runtime images ([#3852](https://github.com/keptn/lifecycle-toolkit/issues/3852)) ([140498b](https://github.com/keptn/lifecycle-toolkit/commit/140498ba922640ee76d8a8a7330056e721eb8193))
26+
* update golang docker tag to v1.23.3 ([#3847](https://github.com/keptn/lifecycle-toolkit/issues/3847)) ([a200b38](https://github.com/keptn/lifecycle-toolkit/commit/a200b38e5c4f1b4d024e50585d68410f8ceba446))
27+
* update module github.com/onsi/ginkgo/v2 to v2.21.0 ([#3834](https://github.com/keptn/lifecycle-toolkit/issues/3834)) ([cbd00cb](https://github.com/keptn/lifecycle-toolkit/commit/cbd00cb6a02c00dffc6961663910d27b717d16d8))
28+
* 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))
29+
* 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))
30+
* update module google.golang.org/grpc to v1.68.0 ([#3850](https://github.com/keptn/lifecycle-toolkit/issues/3850)) ([776ec29](https://github.com/keptn/lifecycle-toolkit/commit/776ec298d1e882d2efd9bcf0aedef340299300d8))
31+
332
## [1.2.0](https://github.com/keptn/lifecycle-toolkit/compare/lifecycle-operator-v1.1.1...lifecycle-operator-v1.2.0) (2024-10-31)
433

534

lifecycle-operator/Makefile

Lines changed: 1 addition & 1 deletion
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?="v1.2.0" # x-release-please-version
10+
TAG?="v2.0.0" # x-release-please-version
1111
RELEASE_IMAGE:=lifecycle-operator:$(TAG)
1212
CHART_APPVERSION?=""
1313

lifecycle-operator/chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
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.5.0 # Helm Chart version
32-
appVersion: v1.2.0 # x-release-please-version
31+
version: 2.0.0
32+
appVersion: v1.2.0
3333
dependencies:
3434
- name: common
3535
repository: https://charts.lifecycle.keptn.sh

lifecycle-operator/chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)