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/etcd] Release 10.1.2 #26555

Merged
merged 2 commits into from
May 29, 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/etcd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 10.1.1 (2024-05-24)
## 10.1.2 (2024-05-29)

* [bitnami/etcd] Fix livenessProbe for ETCD with TLS ([#26407](https://github.com/bitnami/charts/pull/26407))
* [bitnami/etcd] Release 10.1.2 ([#26555](https://github.com/bitnami/charts/pull/26555))

## <small>10.1.1 (2024-05-24)</small>

* [bitnami/etcd] Fix livenessProbe for ETCD with TLS (#26407) ([4dbf742](https://github.com/bitnami/charts/commit/4dbf74264d1e718328757a07dc4dd4b86ab5f6da)), closes [#26407](https://github.com/bitnami/charts/issues/26407)

## 10.1.0 (2024-05-21)

Expand Down
8 changes: 4 additions & 4 deletions bitnami/etcd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ annotations:
licenses: Apache-2.0
images: |
- name: etcd
image: docker.io/bitnami/etcd:3.5.13-debian-12-r10
image: docker.io/bitnami/etcd:3.5.14-debian-12-r0
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r21
image: docker.io/bitnami/os-shell:12-debian-12-r22
apiVersion: v2
appVersion: 3.5.13
appVersion: 3.5.14
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
Expand All @@ -32,4 +32,4 @@ maintainers:
name: etcd
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/etcd
version: 10.1.1
version: 10.1.2
4 changes: 2 additions & 2 deletions bitnami/etcd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/etcd
tag: 3.5.13-debian-12-r10
tag: 3.5.14-debian-12-r0
digest: ""
## @param image.pullPolicy etcd image pull policy
## Specify a imagePullPolicy
Expand Down Expand Up @@ -671,7 +671,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r21
tag: 12-debian-12-r22
digest: ""
## @param volumePermissions.image.pullPolicy Init container volume-permissions image pull policy
##
Expand Down
Loading