Skip to content

Commit d368313

Browse files
committed
chore: release lifecycle-operator 1.1.2
1 parent 736a4ac commit d368313

File tree

5 files changed

+25
-5
lines changed

5 files changed

+25
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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
}

lifecycle-operator/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
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-10-16)
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 all golang.org/x packages ([#3729](https://github.com/keptn/lifecycle-toolkit/issues/3729)) ([d0a22de](https://github.com/keptn/lifecycle-toolkit/commit/d0a22deacb3af85c95e07c9b4d2d91120b7c07ca))
14+
* update all golang.org/x packages ([#3754](https://github.com/keptn/lifecycle-toolkit/issues/3754)) ([736a4ac](https://github.com/keptn/lifecycle-toolkit/commit/736a4ac129b8f81a17e609090efadc6b1bc10939))
15+
* 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))
16+
* update dependency kubernetes-sigs/controller-tools to v0.16.4 ([#3733](https://github.com/keptn/lifecycle-toolkit/issues/3733)) ([a3dca53](https://github.com/keptn/lifecycle-toolkit/commit/a3dca534108788fb47c73e21a48f791070fddb31))
17+
* 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))
18+
* update golang docker tag to v1.23.1 ([#3732](https://github.com/keptn/lifecycle-toolkit/issues/3732)) ([8eb878f](https://github.com/keptn/lifecycle-toolkit/commit/8eb878f908467ab9a7140694d263de0fc352f2dd))
19+
* update golang docker tag to v1.23.2 ([#3758](https://github.com/keptn/lifecycle-toolkit/issues/3758)) ([37a3f51](https://github.com/keptn/lifecycle-toolkit/commit/37a3f512da9ecd8eb8cf1dcb339647e9872e0b7e))
20+
* update kubernetes packages to v0.29.9 (patch) ([#3735](https://github.com/keptn/lifecycle-toolkit/issues/3735)) ([fcb3242](https://github.com/keptn/lifecycle-toolkit/commit/fcb3242218302ee406cdb10407e020b4ee516588))
21+
* update module github.com/onsi/ginkgo/v2 to v2.20.2 ([#3724](https://github.com/keptn/lifecycle-toolkit/issues/3724)) ([7d62fad](https://github.com/keptn/lifecycle-toolkit/commit/7d62fadadbd251debe2b2c0c46a9042538a70c71))
22+
323
## [1.1.1](https://github.com/keptn/lifecycle-toolkit/compare/lifecycle-operator-v1.1.0...lifecycle-operator-v1.1.1) (2024-08-27)
424

525

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.1.1" # x-release-please-version
10+
TAG?="v1.1.2" # 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.24.0-0'
3030
type: 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
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.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

0 commit comments

Comments
 (0)