Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bitnami/cert-manager] Release 1.3.20 #29766

Merged
merged 2 commits into from
Oct 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions bitnami/cert-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 1.3.19 (2024-10-01)
## 1.3.20 (2024-10-03)

* [bitnami/cert-manager] Release 1.3.19 ([#29684](https://github.com/bitnami/charts/pull/29684))
* [bitnami/cert-manager] Release 1.3.20 ([#29766](https://github.com/bitnami/charts/pull/29766))

## <small>1.3.19 (2024-10-01)</small>

* [bitnami/cert-manager] Release 1.3.19 (#29684) ([b813a20](https://github.com/bitnami/charts/commit/b813a20baf8e1eaeda1f8b7419fc4e21b7c4cc5a)), closes [#29684](https://github.com/bitnami/charts/issues/29684)

## <small>1.3.18 (2024-09-05)</small>

Expand Down
6 changes: 3 additions & 3 deletions bitnami/cert-manager/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.23.0
digest: sha256:fbd6439f12ded949c04553b9c52a4c8153a8f2790147d972b314ddcd46921a14
generated: "2024-10-01T22:58:52.767115471Z"
version: 2.24.0
digest: sha256:46b36e150d694a13f14e342c1f73c1609d8e7d2adae517b0ace596d0b27c1c77
generated: "2024-10-03T16:19:25.885869587Z"
12 changes: 6 additions & 6 deletions bitnami/cert-manager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ annotations:
licenses: Apache-2.0
images: |
- name: acmesolver
image: docker.io/bitnami/acmesolver:1.15.3-debian-12-r3
image: docker.io/bitnami/acmesolver:1.16.0-debian-12-r0
- name: cainjector
image: docker.io/bitnami/cainjector:1.15.3-debian-12-r3
image: docker.io/bitnami/cainjector:1.16.0-debian-12-r0
- name: cert-manager
image: docker.io/bitnami/cert-manager:1.15.3-debian-12-r4
image: docker.io/bitnami/cert-manager:1.16.0-debian-12-r0
- name: cert-manager-webhook
image: docker.io/bitnami/cert-manager-webhook:1.15.3-debian-12-r3
image: docker.io/bitnami/cert-manager-webhook:1.16.0-debian-12-r0
apiVersion: v2
appVersion: 1.15.3
appVersion: 1.16.0
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
Expand All @@ -35,4 +35,4 @@ maintainers:
name: cert-manager
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/cert-manager
version: 1.3.19
version: 1.3.20
8 changes: 4 additions & 4 deletions bitnami/cert-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ controller:
image:
registry: docker.io
repository: bitnami/cert-manager
tag: 1.15.3-debian-12-r4
tag: 1.16.0-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -112,7 +112,7 @@ controller:
image:
registry: docker.io
repository: bitnami/acmesolver
tag: 1.15.3-debian-12-r3
tag: 1.16.0-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -494,7 +494,7 @@ webhook:
image:
registry: docker.io
repository: bitnami/cert-manager-webhook
tag: 1.15.3-debian-12-r3
tag: 1.16.0-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -862,7 +862,7 @@ cainjector:
image:
registry: docker.io
repository: bitnami/cainjector
tag: 1.15.3-debian-12-r3
tag: 1.16.0-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down
Loading