[bitnami/magento] Add deprecation note (#29439)

* [bitnami/magento] Add deprecation notice

Signed-off-by: Gonzalo Gomez Gracia <gonzalog@vmware.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: Gonzalo Gomez Gracia <gonzalog@vmware.com>
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Gonzalo Gómez Gracia
2024-09-16 08:59:13 +00:00
committed by GitHub
co-authored by Bitnami Containers
parent a248647ee9
commit 798cb2500f
4 changed files with 18 additions and 9 deletions
+6 -2
View File
@@ -1,8 +1,12 @@
# Changelog
## 28.0.4 (2024-08-23)
## 28.0.5 (2024-09-16)
* [bitnami/magento] Release 28.0.4 ([#28988](https://github.com/bitnami/charts/pull/28988))
* [bitnami/magento] Add deprecation note ([#29439](https://github.com/bitnami/charts/pull/29439))
## <small>28.0.4 (2024-08-23)</small>
* [bitnami/magento] Release 28.0.4 (#28988) ([3c580d5](https://github.com/bitnami/charts/commit/3c580d540d4159f86d4352fd17d5dd09b066a0e4)), closes [#28988](https://github.com/bitnami/charts/issues/28988)
## <small>28.0.3 (2024-07-25)</small>
+4 -5
View File
@@ -33,7 +33,8 @@ dependencies:
tags:
- bitnami-common
version: 2.x.x
description: Magento is a powerful open source e-commerce platform. With easy customizations and rich features, it allows retailers to grow their online businesses in a cost-effective way.
deprecated: true
description: DEPRECATED Magento is a powerful open source e-commerce platform. With easy customizations and rich features, it allows retailers to grow their online businesses in a cost-effective way.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/magento/img/magento-stack-220x234.png
keywords:
@@ -42,10 +43,8 @@ keywords:
- http
- web
- php
maintainers:
- name: Broadcom, Inc. All Rights Reserved.
url: https://github.com/bitnami/charts
maintainers: []
name: magento
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/magento
version: 28.0.4
version: 28.0.5
+5 -1
View File
@@ -8,6 +8,10 @@ Magento is a powerful open source e-commerce platform. With easy customizations
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
## This Helm chart is deprecated
This Helm chart is deprecated on our side and will not receive new updates.
## TL;DR
```console
@@ -872,4 +876,4 @@ Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.
+3 -1
View File
@@ -1,3 +1,5 @@
This Helm chart is deprecated on our side and will not receive new updates.
CHART NAME: {{ .Chart.Name }}
CHART VERSION: {{ .Chart.Version }}
APP VERSION: {{ .Chart.AppVersion }}
@@ -120,4 +122,4 @@ host. To configure Magento to use and external database host:
{{- include "common.errors.upgrade.passwords.empty" (dict "validationErrors" $passwordValidationErrors "context" $) -}}
{{- include "common.warnings.resources" (dict "sections" (list "metrics" "" "volumePermissions") "context" $) }}
{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.image .Values.mariadb.image .Values.elasticsearch.image .Values.volumePermissions.image .Values.metrics.image .Values.certificates.image) "context" $) }}
{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.image .Values.mariadb.image .Values.elasticsearch.image .Values.volumePermissions.image .Values.metrics.image .Values.certificates.image) "context" $) }}