Skip to content

Commit 233a212

Browse files
committed
chore: release cert-manager 2.2.2
1 parent 86fb627 commit 233a212

File tree

5 files changed

+27
-5
lines changed

5 files changed

+27
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
".": "2.2.0",
3-
"keptn-cert-manager": "2.2.1",
3+
"keptn-cert-manager": "2.2.2",
44
"runtimes/python-runtime": "1.0.6",
55
"runtimes/deno-runtime": "2.0.5",
66
"lifecycle-operator": "1.1.1",

keptn-cert-manager/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [2.2.2](https://github.com/keptn/lifecycle-toolkit/compare/cert-manager-v2.2.1...cert-manager-v2.2.2) (2024-10-25)
4+
5+
6+
### Other
7+
8+
* bump keptn-cert-manager chart version ([#3657](https://github.com/keptn/lifecycle-toolkit/issues/3657)) ([9bcc0d1](https://github.com/keptn/lifecycle-toolkit/commit/9bcc0d1633a6e0a731d8fd831b8e8c5e7ab1995f))
9+
10+
11+
### Dependency Updates
12+
13+
* update all golang.org/x packages ([#3708](https://github.com/keptn/lifecycle-toolkit/issues/3708)) ([1014268](https://github.com/keptn/lifecycle-toolkit/commit/1014268f72066049bd707373feea367f680d0132))
14+
* update all golang.org/x packages ([#3729](https://github.com/keptn/lifecycle-toolkit/issues/3729)) ([d0a22de](https://github.com/keptn/lifecycle-toolkit/commit/d0a22deacb3af85c95e07c9b4d2d91120b7c07ca))
15+
* update all golang.org/x packages ([#3754](https://github.com/keptn/lifecycle-toolkit/issues/3754)) ([736a4ac](https://github.com/keptn/lifecycle-toolkit/commit/736a4ac129b8f81a17e609090efadc6b1bc10939))
16+
* 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))
17+
* 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))
18+
* update golang docker tag to v1.22.6 ([#3692](https://github.com/keptn/lifecycle-toolkit/issues/3692)) ([73b30ee](https://github.com/keptn/lifecycle-toolkit/commit/73b30ee6a0748535d8af1160a7c0b8e2f2c04ec2))
19+
* 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))
20+
* 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))
21+
* 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))
22+
* update kubernetes packages to v0.29.8 (patch) ([#3693](https://github.com/keptn/lifecycle-toolkit/issues/3693)) ([7ca1250](https://github.com/keptn/lifecycle-toolkit/commit/7ca12502889b1b74431a3210039299b620d37c3f))
23+
* 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))
24+
325
## [2.2.1](https://github.com/keptn/lifecycle-toolkit/compare/cert-manager-v2.2.0...cert-manager-v2.2.1) (2024-08-06)
426

527

keptn-cert-manager/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RELEASE_REGISTRY?=ghcr.io/keptn
66
RELEASE_TIME=$(shell date +%Y%m%d%s)
77
BUILD_TIME=$(shell date -u "+%F_%T")
88
RELEASE_VERSION?=$(RELEASE_TIME)-v0.24.3#$(shell git describe --tags --match "v*")
9-
TAG?="v2.2.1" # x-release-please-version
9+
TAG?="v2.2.2" # x-release-please-version
1010
RELEASE_IMAGE:=certificate-operator:$(TAG)
1111
CHART_APPVERSION?=""
1212

keptn-cert-manager/chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ annotations:
1919
artifacthub.io/operator: 'true'
2020
kubeVersion: '>= 1.24.0-0'
2121
type: application
22-
version: 0.2.5
23-
appVersion: v2.2.1 # x-release-please-version
22+
version: 2.2.2
23+
appVersion: v2.2.1
2424
dependencies:
2525
- name: common
2626
repository: https://charts.lifecycle.keptn.sh

keptn-cert-manager/chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ image:
7272
## @param image.repository specify repo for manager image
7373
repository: keptn/certificate-operator
7474
## @param image.tag select tag for manager container
75-
tag: v2.2.1 # x-release-please-version
75+
tag: v2.2.2 # x-release-please-version
7676
## @param image.imagePullPolicy specify pull policy for the manager image. This overrides global values
7777
imagePullPolicy: ""
7878
## @extra livenessProbe custom RBAC proxy liveness probe

0 commit comments

Comments
 (0)