Skip to content

Commit

Permalink
[bitnami/apisix] Update ETCD to major 11 (#31508)
Browse files Browse the repository at this point in the history
* [bitnami/apisix] Update ETCD to major 11

Signed-off-by: David Gomez <[email protected]>

* [bitnami/apisix] Fix typo in README.md

Signed-off-by: David Gomez <[email protected]>

---------

Signed-off-by: David Gomez <[email protected]>
  • Loading branch information
dgomezleon authored Jan 22, 2025
1 parent 1c02f27 commit 9561660
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 10 deletions.
3 changes: 0 additions & 3 deletions .vib/apisix/goss/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ http:
status: 404
http://127.0.0.1:{{ .Vars.dataPlane.containerPorts.control }}/v1/healthcheck:
status: 200
https://apisix-control-plane:{{ .Vars.controlPlane.service.ports.adminAPI }}/apisix/admin/routes:
status: 401
allow-insecure: true
https://apisix-control-plane:{{ .Vars.controlPlane.service.ports.adminAPI }}/apisix/admin/routes:
status: 200
request-headers:
Expand Down
8 changes: 6 additions & 2 deletions bitnami/apisix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 3.7.2 (2025-01-17)
## 4.0.0 (2025-01-22)

* [bitnami/apisix] feat: :recycle: Use os-shell for config generation ([#31455](https://github.com/bitnami/charts/pull/31455))
* [bitnami/apisix] Update ETCD to major 11 ([#31508](https://github.com/bitnami/charts/pull/31508))

## <small>3.7.2 (2025-01-17)</small>

* [bitnami/apisix] feat: :recycle: Use os-shell for config generation (#31455) ([e808ba0](https://github.com/bitnami/charts/commit/e808ba010c008023c7dfc1c1ee5bafb2f9acf38c)), closes [#31455](https://github.com/bitnami/charts/issues/31455)

## <small>3.7.1 (2025-01-09)</small>

Expand Down
6 changes: 3 additions & 3 deletions bitnami/apisix/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: etcd
repository: oci://registry-1.docker.io/bitnamicharts
version: 10.7.1
version: 11.0.1
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.29.0
digest: sha256:6fc5fa97897717b27e985da35f8235f195e4f9d143c066914d5846803cc7ad27
generated: "2025-01-09T11:02:59.202874125Z"
digest: sha256:b209124fc614df1ddc91d60a0881c5ffe03ef1a6f264a51479d224d79e3d751c
generated: "2025-01-22T11:24:08.352507+01:00"
4 changes: 2 additions & 2 deletions bitnami/apisix/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
- name: etcd
repository: oci://registry-1.docker.io/bitnamicharts
condition: etcd.enabled
version: 10.x.x
version: 11.x.x
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
Expand All @@ -45,4 +45,4 @@ sources:
- https://github.com/bitnami/charts/tree/main/bitnami/apisix
- https://github.com/bitnami/charts/tree/main/bitnami/apisix-dashboard
- https://github.com/bitnami/charts/tree/main/bitnami/apisix-ingress-controller
version: 3.7.2
version: 4.0.0
4 changes: 4 additions & 0 deletions bitnami/apisix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1097,6 +1097,10 @@ Find more information about how to deal with common errors related to Bitnami's

## Upgrading

### To 4.0.0

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).

### To 3.7.0

This version introduces image verification for security purposes. To disable it, set `global.security.allowInsecureImages` to `true`. More details at [GitHub issue](https://github.com/bitnami/charts/issues/30850).
Expand Down

0 comments on commit 9561660

Please sign in to comment.