From 2618547bca7768241f4f6aeacca619c6eafd5adc Mon Sep 17 00:00:00 2001 From: keptn-bot <86361500+keptn-bot@users.noreply.github.com> Date: Mon, 28 Aug 2023 05:08:08 +0200 Subject: [PATCH] chore: release cert-manager 1.0.0 Signed-off-by: keptn-bot <86361500+keptn-bot@users.noreply.github.com> --- .release-please-manifest.json | 2 +- klt-cert-manager/CHANGELOG.md | 12 ++++++++++++ klt-cert-manager/Makefile | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 klt-cert-manager/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 03b3cb2ed5..1fb4b4b1ab 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.8.1"} +{".":"0.8.1","klt-cert-manager":"1.0.0"} diff --git a/klt-cert-manager/CHANGELOG.md b/klt-cert-manager/CHANGELOG.md new file mode 100644 index 0000000000..6f38472ca2 --- /dev/null +++ b/klt-cert-manager/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 1.0.0 (2023-08-28) + + +### Dependency Updates + +* update dependency kubernetes-sigs/controller-tools to v0.12.1 ([#1765](https://github.com/keptn/lifecycle-toolkit/issues/1765)) ([ba79a32](https://github.com/keptn/lifecycle-toolkit/commit/ba79a32ef6acc9de8fb5d618b9ede7d6f96ce15e)) +* update dependency kubernetes-sigs/kustomize to v5.1.1 ([#1853](https://github.com/keptn/lifecycle-toolkit/issues/1853)) ([354ab3f](https://github.com/keptn/lifecycle-toolkit/commit/354ab3f980c2569e17a0354ece417df40317d120)) +* update kubernetes packages (patch) ([#1786](https://github.com/keptn/lifecycle-toolkit/issues/1786)) ([cba2de5](https://github.com/keptn/lifecycle-toolkit/commit/cba2de5a5cd04c094131552aaf92c2b85ac23d21)) +* update module golang.org/x/net to v0.12.0 ([#1662](https://github.com/keptn/lifecycle-toolkit/issues/1662)) ([49318bf](https://github.com/keptn/lifecycle-toolkit/commit/49318bfc40497a120304de9d831dfe033259220f)) +* update module golang.org/x/net to v0.14.0 ([#1855](https://github.com/keptn/lifecycle-toolkit/issues/1855)) ([3186188](https://github.com/keptn/lifecycle-toolkit/commit/31861889bf7b227f489b941ac4a52db86551fcc2)) diff --git a/klt-cert-manager/Makefile b/klt-cert-manager/Makefile index 1633a0b853..8dab68ee18 100644 --- a/klt-cert-manager/Makefile +++ b/klt-cert-manager/Makefile @@ -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?="v0.8.0" # x-release-please-version +TAG?="v1.0.0" # x-release-please-version RELEASE_IMAGE:=certificate-operator:$(TAG) CHART_APPVERSION?=""