Skip to content

Commit

Permalink
chore: release cert-manager 1.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: keptn-bot <[email protected]>
  • Loading branch information
keptn-bot committed Nov 13, 2023
1 parent 398b949 commit 389745f
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
".": "0.9.0",
"klt-cert-manager": "1.2.0",
"klt-cert-manager": "1.2.1",
"runtimes/python-runtime": "1.0.1",
"runtimes/deno-runtime": "1.0.2",
"lifecycle-operator": "0.8.3",
Expand Down
20 changes: 20 additions & 0 deletions klt-cert-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [1.2.1](https://github.com/keptn/lifecycle-toolkit/compare/cert-manager-v1.2.0...cert-manager-v1.2.1) (2023-11-13)


### Bug Fixes

* helm charts image registry, image pull policy and install action ([#2361](https://github.com/keptn/lifecycle-toolkit/issues/2361)) ([76ed884](https://github.com/keptn/lifecycle-toolkit/commit/76ed884498971c87c48cdab6fea822dfcf3e6e2f))


### Other

* add config for spell checker action, fix typos ([#2443](https://github.com/keptn/lifecycle-toolkit/issues/2443)) ([eac178f](https://github.com/keptn/lifecycle-toolkit/commit/eac178f650962208449553086d54d26d27fa4da3))
* **helm-chart:** generate umbrella chart lock ([#2391](https://github.com/keptn/lifecycle-toolkit/issues/2391)) ([55e12d4](https://github.com/keptn/lifecycle-toolkit/commit/55e12d4a6c3b5cd0fbb2cd6b8b8d29f2b7c8c500))
* update cert-manager chart versions ([#2359](https://github.com/keptn/lifecycle-toolkit/issues/2359)) ([a9da96a](https://github.com/keptn/lifecycle-toolkit/commit/a9da96ad3cb62024fff9e408392018a75307d723))
* update release please config to work with umbrella chart ([#2357](https://github.com/keptn/lifecycle-toolkit/issues/2357)) ([6ff3a5f](https://github.com/keptn/lifecycle-toolkit/commit/6ff3a5f64e394504fd5e7b67f0ac0a608428c1be))


### Dependency Updates

* update module golang.org/x/net to v0.18.0 ([#2479](https://github.com/keptn/lifecycle-toolkit/issues/2479)) ([6ddd8ee](https://github.com/keptn/lifecycle-toolkit/commit/6ddd8eeec5eabb0c67b5a7b9965a34368f62c8d5))

## [1.2.0](https://github.com/keptn/lifecycle-toolkit/compare/cert-manager-v1.1.0...cert-manager-v1.2.0) (2023-10-30)


Expand Down
2 changes: 1 addition & 1 deletion klt-cert-manager/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RELEASE_REGISTRY?=ghcr.io/keptn
RELEASE_TIME=$(shell date +%Y%m%d%s)
BUILD_TIME=$(shell date -u "+%F_%T")
RELEASE_VERSION?=$(RELEASE_TIME)-v0.24.3#$(shell git describe --tags --match "v*")
TAG?="v1.2.0" # x-release-please-version
TAG?="v1.2.1" # x-release-please-version
RELEASE_IMAGE:=certificate-operator:$(TAG)
CHART_APPVERSION?=""

Expand Down
2 changes: 1 addition & 1 deletion klt-cert-manager/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ version: 0.2.0
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v1.2.0" # x-release-please-version
appVersion: "v1.2.1" # x-release-please-version
dependencies:
- name: common
repository: "https://charts.lifecycle.keptn.sh"
Expand Down
2 changes: 1 addition & 1 deletion klt-cert-manager/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ image:
## @param image.repository specify repo for manager image
repository: keptn/certificate-operator
## @param image.tag select tag for manager container
tag: v1.2.0 # x-release-please-version
tag: v1.2.1 # x-release-please-version
## @param imagePullPolicy select image pull policy for manager container
imagePullPolicy: Always

Expand Down

0 comments on commit 389745f

Please sign in to comment.