Skip to content

Commit

Permalink
chore: release cert-manager 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
keptn-bot committed Nov 11, 2024
1 parent a200b38 commit e59e156
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 5 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 @@
{
".": "2.3.0",
"keptn-cert-manager": "2.2.2",
"keptn-cert-manager": "3.0.0",
"runtimes/python-runtime": "1.0.7",
"runtimes/deno-runtime": "3.0.0",
"lifecycle-operator": "1.2.0",
Expand Down
17 changes: 17 additions & 0 deletions keptn-cert-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [3.0.0](https://github.com/keptn/lifecycle-toolkit/compare/cert-manager-v2.2.2...cert-manager-v3.0.0) (2024-11-11)


### ⚠ BREAKING CHANGES

* The Keptn Scheduler was removed and therefore support for Kubernetes 1.26 and lower was dropped.

### Docs

* remove Keptn scheduler ([#3826](https://github.com/keptn/lifecycle-toolkit/issues/3826)) ([cb01b09](https://github.com/keptn/lifecycle-toolkit/commit/cb01b09ec5ec079595e5d64de70c541b432f4de0))


### Dependency Updates

* bump umbrella chart dependencies ([#3816](https://github.com/keptn/lifecycle-toolkit/issues/3816)) ([302150a](https://github.com/keptn/lifecycle-toolkit/commit/302150a60b07c88d9d1fe6412dfb91f89fb36c7f))
* 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))

## [2.2.2](https://github.com/keptn/lifecycle-toolkit/compare/cert-manager-v2.2.1...cert-manager-v2.2.2) (2024-10-30)


Expand Down
2 changes: 1 addition & 1 deletion keptn-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?="v2.2.2" # x-release-please-version
TAG?="v3.0.0" # x-release-please-version
RELEASE_IMAGE:=certificate-operator:$(TAG)
CHART_APPVERSION?=""

Expand Down
4 changes: 2 additions & 2 deletions keptn-cert-manager/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ annotations:
artifacthub.io/operator: 'true'
kubeVersion: '>= 1.27.0-0'
type: application
version: 0.2.6
appVersion: v2.2.2 # x-release-please-version
version: 3.0.0
appVersion: v2.2.2
dependencies:
- name: common
repository: https://charts.lifecycle.keptn.sh
Expand Down
2 changes: 1 addition & 1 deletion keptn-cert-manager/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ image:
## @param image.repository specify repo for manager image
repository: keptn/certificate-operator
## @param image.tag select tag for manager container
tag: v2.2.2 # x-release-please-version
tag: v3.0.0 # x-release-please-version
## @param image.imagePullPolicy specify pull policy for the manager image. This overrides global values
imagePullPolicy: ""
## @extra livenessProbe custom RBAC proxy liveness probe
Expand Down

0 comments on commit e59e156

Please sign in to comment.