Skip to content

Commit ab13b86

Browse files
dgomezleonBitnami Containers
and
Bitnami Containers
authored
[bitnami/cilium] Update ETCD to major 11 (#31510)
* [bitnami/cilium] Update ETCD to major 11 Signed-off-by: David Gomez <[email protected]> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <[email protected]> --------- Signed-off-by: David Gomez <[email protected]> Signed-off-by: Bitnami Containers <[email protected]> Co-authored-by: Bitnami Containers <[email protected]>
1 parent 8a46f54 commit ab13b86

File tree

4 files changed

+17
-7
lines changed

4 files changed

+17
-7
lines changed

bitnami/cilium/CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Changelog
22

3-
## 1.3.4 (2025-01-21)
3+
## 2.0.0 (2025-01-22)
44

5-
* [bitnami/cilium] Release 1.3.4 ([#31502](https://github.com/bitnami/charts/pull/31502))
5+
* [bitnami/cilium] Update ETCD to major 11 ([#31510](https://github.com/bitnami/charts/pull/31510))
6+
7+
## <small>1.3.4 (2025-01-21)</small>
8+
9+
* [bitnami/cilium] Release 1.3.4 (#31502) ([c00512c](https://github.com/bitnami/charts/commit/c00512cf690cf67604d1c654231bb398d65f97bd)), closes [#31502](https://github.com/bitnami/charts/issues/31502)
610

711
## <small>1.3.3 (2025-01-17)</small>
812

bitnami/cilium/Chart.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
dependencies:
22
- name: etcd
33
repository: oci://registry-1.docker.io/bitnamicharts
4-
version: 10.7.3
4+
version: 11.0.1
55
- name: common
66
repository: oci://registry-1.docker.io/bitnamicharts
77
version: 2.29.0
8-
digest: sha256:2f7019638b9c5faa79322b4e166dae5daf29e597aaa720e6fc1e95c331c78e2c
9-
generated: "2025-01-21T23:33:04.329058434Z"
8+
digest: sha256:6c995ddc95840364d42013d0532e0770551d56d0707760ec46c87bb8426572be
9+
generated: "2025-01-22T11:38:46.06963+01:00"

bitnami/cilium/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies:
2525
repository: oci://registry-1.docker.io/bitnamicharts
2626
tags:
2727
- cilium-database
28-
version: 10.x.x
28+
version: 11.x.x
2929
- name: common
3030
repository: oci://registry-1.docker.io/bitnamicharts
3131
tags:
@@ -52,4 +52,4 @@ sources:
5252
- https://github.com/bitnami/containers/tree/main/bitnami/hubble-relay
5353
- https://github.com/bitnami/containers/tree/main/bitnami/hubble-ui
5454
- https://github.com/bitnami/containers/tree/main/bitnami/hubble-ui-backend
55-
version: 1.3.4
55+
version: 2.0.0

bitnami/cilium/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -1183,6 +1183,12 @@ helm install my-release -f values.yaml oci://REGISTRY_NAME/REPOSITORY_NAME/ciliu
11831183

11841184
Find more information about how to deal with common errors related to Bitnami's Helm charts in [this troubleshooting guide](https://docs.bitnami.com/general/how-to/troubleshoot-helm-chart-issues).
11851185

1186+
## Upgrading
1187+
1188+
### To 2.0.0
1189+
1190+
This major updates the `etcd` subchart to it newest major, 11.0.0. For more information on this subchart's major, please refer to [etcd upgrade notes](https://github.com/bitnami/charts/tree/main/bitnami/etcd#to-1100).
1191+
11861192
## License
11871193

11881194
Copyright &copy; 2024 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.

0 commit comments

Comments
 (0)