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/magento] Release 28.0.4 #28960

Closed
wants to merge 3 commits into from
Closed
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/magento/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 28.0.3 (2024-07-25)
## 28.0.4 (2024-08-22)

* [bitnami/magento] Release 28.0.3 ([#28442](https://github.com/bitnami/charts/pull/28442))
* [bitnami/magento] Release 28.0.4 ([#28960](https://github.com/bitnami/charts/pull/28960))

## <small>28.0.3 (2024-07-25)</small>

* [bitnami/magento] Release 28.0.3 (#28442) ([2cfdbe4](https://github.com/bitnami/charts/commit/2cfdbe420a1cdc209ca865675e75bce9164c4ab1)), closes [#28442](https://github.com/bitnami/charts/issues/28442)

## <small>28.0.2 (2024-07-24)</small>

Expand Down
10 changes: 5 additions & 5 deletions bitnami/magento/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: mariadb
repository: oci://registry-1.docker.io/bitnamicharts
version: 19.0.2
version: 19.0.4
- name: elasticsearch
repository: oci://registry-1.docker.io/bitnamicharts
version: 21.3.6
version: 21.3.8
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.20.5
digest: sha256:a43352f4e2dc8cfa923fe400ecdf677c74e4660c04039ef5c970196a8fe68abf
generated: "2024-07-25T06:31:41.109507106Z"
version: 2.22.0
digest: sha256:20689e91bbd4dce2a0237ae9c9650f6e2a6f4a573f85f688b9e3353bf7434ccb
generated: "2024-08-21T21:36:41.726897862Z"
12 changes: 6 additions & 6 deletions bitnami/magento/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: apache-exporter
image: docker.io/bitnami/apache-exporter:1.0.8-debian-12-r6
image: docker.io/bitnami/apache-exporter:1.0.8-debian-12-r7
- name: elasticsearch
image: docker.io/bitnami/elasticsearch:7.17.22-debian-12-r6
image: docker.io/bitnami/elasticsearch:7.17.23-debian-12-r0
- name: magento
image: docker.io/bitnami/magento:2.4.7-debian-12-r11
image: docker.io/bitnami/magento:2.4.7-debian-12-r13
- name: mariadb
image: docker.io/bitnami/mariadb:10.6.18-debian-12-r5
image: docker.io/bitnami/mariadb:10.6.19-debian-12-r0
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r26
image: docker.io/bitnami/os-shell:12-debian-12-r27
apiVersion: v2
appVersion: 2.4.7
dependencies:
Expand Down Expand Up @@ -48,4 +48,4 @@ maintainers:
name: magento
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/magento
version: 28.0.3
version: 28.0.4
12 changes: 6 additions & 6 deletions bitnami/magento/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/magento
tag: 2.4.7-debian-12-r11
tag: 2.4.7-debian-12-r13
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -497,7 +497,7 @@ mariadb:
image:
registry: docker.io
repository: bitnami/mariadb
tag: 10.6.18-debian-12-r5
tag: 10.6.19-debian-12-r0
digest: ""
## @param mariadb.architecture MariaDB architecture. Allowed values: `standalone` or `replication`
##
Expand Down Expand Up @@ -611,7 +611,7 @@ elasticsearch:
image:
registry: docker.io
repository: bitnami/elasticsearch
tag: 7.17.22-debian-12-r6
tag: 7.17.23-debian-12-r0
digest: ""
## @param elasticsearch.sysctlImage.enabled Enable kernel settings modifier image for Elasticsearch
##
Expand Down Expand Up @@ -791,7 +791,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r26
tag: 12-debian-12-r27
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets (secrets must be manually created in the namespace)
Expand Down Expand Up @@ -1009,7 +1009,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/apache-exporter
tag: 1.0.8-debian-12-r6
tag: 1.0.8-debian-12-r7
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -1109,7 +1109,7 @@ certificates:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r26
tag: 12-debian-12-r27
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down
Loading