mirror of
https://github.com/bitnami/charts.git
synced 2026-03-15 14:57:16 +08:00
[bitnami/etcd] Release 11.0.8 (#31993)
* [bitnami/etcd] Release 11.0.8 updating components versions Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -1,8 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## 11.0.7 (2025-02-12)
|
||||
## 11.0.8 (2025-02-19)
|
||||
|
||||
* [bitnami/etcd] Release 11.0.7 ([#31886](https://github.com/bitnami/charts/pull/31886))
|
||||
* [bitnami/etcd] Release 11.0.8 ([#31993](https://github.com/bitnami/charts/pull/31993))
|
||||
|
||||
## <small>11.0.7 (2025-02-12)</small>
|
||||
|
||||
* [bitnami/*] Use CDN url for the Bitnami Application Icons (#31881) ([d9bb11a](https://github.com/bitnami/charts/commit/d9bb11a9076b9bfdcc70ea022c25ef50e9713657)), closes [#31881](https://github.com/bitnami/charts/issues/31881)
|
||||
* [bitnami/etcd] Release 11.0.7 (#31886) ([04e29ce](https://github.com/bitnami/charts/commit/04e29ce87c72cb596b1e504e3ee89ebf2a786f98)), closes [#31886](https://github.com/bitnami/charts/issues/31886)
|
||||
|
||||
## <small>11.0.6 (2025-02-04)</small>
|
||||
|
||||
@@ -1258,7 +1263,7 @@
|
||||
|
||||
## <small>4.8.4 (2020-06-16)</small>
|
||||
|
||||
* [bitnami/etcd] make cluster state variable configurable to fix https://github.com/bitnami/charts/iss ([bd7f575](https://github.com/bitnami/charts/commit/bd7f575ebad9c200cd8e90f9fb3e17451ce607f5)), closes [#2837](https://github.com/bitnami/charts/issues/2837)
|
||||
* [bitnami/etcd] make cluster state variable configurable to fix https://github.com/bitnami/charts/iss ([bd7f575](https://github.com/bitnami/charts/commit/bd7f575ebad9c200cd8e90f9fb3e17451ce607f5))
|
||||
|
||||
## <small>4.8.3 (2020-06-15)</small>
|
||||
|
||||
@@ -1540,7 +1545,7 @@
|
||||
## <small>2.2.5 (2019-05-29)</small>
|
||||
|
||||
* Change syntax because of linter failing ([adfc357](https://github.com/bitnami/charts/commit/adfc35728c2a8a9def9e1897b3772d64df621354))
|
||||
* Fix https://github.com/helm/charts/pull/14199\#issuecomment-496883321 and support _sha256_ as an imm ([95957ea](https://github.com/bitnami/charts/commit/95957ea6430f28ec3593053afb0bfccb75703c79)), closes [#issuecomment-496883321](https://github.com/bitnami/charts/issues/issuecomment-496883321)
|
||||
* Fix https://github.com/helm/charts/pull/14199\#issuecomment-496883321 and support _sha256_ as an imm ([95957ea](https://github.com/bitnami/charts/commit/95957ea6430f28ec3593053afb0bfccb75703c79))
|
||||
* Use immutable tags in the main images ([17ca4f5](https://github.com/bitnami/charts/commit/17ca4f5c91da33da03f9e2d411fe5e004e825c4d))
|
||||
|
||||
## <small>2.2.4 (2019-05-28)</small>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.29.1
|
||||
digest: sha256:0d3abbd4a9bdc95c1a5f504d253e347f723d9565222939020973dd3c4e1dd1f4
|
||||
generated: "2025-01-24T12:07:01.676701754Z"
|
||||
version: 2.30.0
|
||||
digest: sha256:46afdf79eae69065904d430f03f7e5b79a148afed20aa45ee83ba88adc036169
|
||||
generated: "2025-02-19T16:44:23.414955583Z"
|
||||
|
||||
@@ -6,9 +6,9 @@ annotations:
|
||||
licenses: Apache-2.0
|
||||
images: |
|
||||
- name: etcd
|
||||
image: docker.io/bitnami/etcd:3.5.18-debian-12-r3
|
||||
image: docker.io/bitnami/etcd:3.5.18-debian-12-r5
|
||||
- name: os-shell
|
||||
image: docker.io/bitnami/os-shell:12-debian-12-r37
|
||||
image: docker.io/bitnami/os-shell:12-debian-12-r38
|
||||
apiVersion: v2
|
||||
appVersion: 3.5.18
|
||||
dependencies:
|
||||
@@ -32,4 +32,4 @@ maintainers:
|
||||
name: etcd
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/etcd
|
||||
version: 11.0.7
|
||||
version: 11.0.8
|
||||
|
||||
@@ -86,7 +86,7 @@ diagnosticMode:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/etcd
|
||||
tag: 3.5.18-debian-12-r3
|
||||
tag: 3.5.18-debian-12-r5
|
||||
digest: ""
|
||||
## @param image.pullPolicy etcd image pull policy
|
||||
## Specify a imagePullPolicy
|
||||
@@ -670,7 +670,7 @@ volumePermissions:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/os-shell
|
||||
tag: 12-debian-12-r37
|
||||
tag: 12-debian-12-r38
|
||||
digest: ""
|
||||
## @param volumePermissions.image.pullPolicy Init container volume-permissions image pull policy
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user