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/apisix] Release 3.5.2 #30014

Merged
merged 3 commits into from
Oct 21, 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/apisix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 3.5.1 (2024-09-29)
## 3.5.2 (2024-10-21)

* [bitnami/apisix] Release 3.5.1 ([#29652](https://github.com/bitnami/charts/pull/29652))
* [bitnami/apisix] Release 3.5.2 ([#30014](https://github.com/bitnami/charts/pull/30014))

## <small>3.5.1 (2024-09-29)</small>

* [bitnami/apisix] Release 3.5.1 (#29652) ([d4851f4](https://github.com/bitnami/charts/commit/d4851f402eae31a590ec6275226b3cfb449a47c7)), closes [#29652](https://github.com/bitnami/charts/issues/29652)

## 3.5.0 (2024-09-23)

Expand Down
8 changes: 4 additions & 4 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.2.18
version: 10.3.1
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.23.0
digest: sha256:4dc99196591fe35309cc276d908d86823cd6bbf1c25293bc3eb636a35b278f1d
generated: "2024-09-29T18:44:06.605539914Z"
version: 2.26.0
digest: sha256:43dba4370c9ce7f90f8bf54a0ca3be27d992a7d588101502d4653c513e612d6e
generated: "2024-10-21T10:46:19.294623023Z"
12 changes: 6 additions & 6 deletions bitnami/apisix/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: apisix
image: docker.io/bitnami/apisix:3.10.0-debian-12-r2
image: docker.io/bitnami/apisix:3.11.0-debian-12-r0
- name: apisix-dashboard
image: docker.io/bitnami/apisix-dashboard:3.0.1-debian-12-r45
image: docker.io/bitnami/apisix-dashboard:3.0.1-debian-12-r46
- name: apisix-ingress-controller
image: docker.io/bitnami/apisix-ingress-controller:1.8.2-debian-12-r16
image: docker.io/bitnami/apisix-ingress-controller:1.8.3-debian-12-r0
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r30
image: docker.io/bitnami/os-shell:12-debian-12-r31
apiVersion: v2
appVersion: 3.10.0
appVersion: 3.11.0
dependencies:
- name: etcd
repository: oci://registry-1.docker.io/bitnamicharts
Expand Down Expand Up @@ -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.5.1
version: 3.5.2
2 changes: 1 addition & 1 deletion bitnami/apisix/crds/crds.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Source: https://github.com/apache/apisix-ingress-controller/samples/deploy/crd?ref=v{version}
# Version: 1.8.2
# Version: 1.8.3
# VersionOf: apisix-ingress-controller
# UseKustomize: true
apiVersion: apiextensions.k8s.io/v1
Expand Down
8 changes: 4 additions & 4 deletions bitnami/apisix/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/apisix
tag: 3.10.0-debian-12-r2
tag: 3.11.0-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -1685,7 +1685,7 @@ dashboard:
image:
registry: docker.io
repository: bitnami/apisix-dashboard
tag: 3.0.1-debian-12-r45
tag: 3.0.1-debian-12-r46
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -2432,7 +2432,7 @@ ingressController:
image:
registry: docker.io
repository: bitnami/apisix-ingress-controller
tag: 1.8.2-debian-12-r16
tag: 1.8.3-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -3152,7 +3152,7 @@ waitContainer:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r30
tag: 12-debian-12-r31
digest: ""
## @param waitContainer.image.pullPolicy Init container wait-container image pull policy
##
Expand Down
Loading