From 2bf0f3f136f5905e10aedc781d430c1eec5d3074 Mon Sep 17 00:00:00 2001 From: Juan Ariza Toledano Date: Tue, 6 Aug 2024 17:01:06 +0200 Subject: [PATCH] [bitnami/prestashop] Add deprecation note (#28695) --- bitnami/prestashop/CHANGELOG.md | 8 ++++++-- bitnami/prestashop/Chart.yaml | 9 ++++----- bitnami/prestashop/README.md | 6 +++++- bitnami/prestashop/templates/NOTES.txt | 4 +++- 4 files changed, 18 insertions(+), 9 deletions(-) diff --git a/bitnami/prestashop/CHANGELOG.md b/bitnami/prestashop/CHANGELOG.md index 651b942f18..b51456469c 100644 --- a/bitnami/prestashop/CHANGELOG.md +++ b/bitnami/prestashop/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 22.0.3 (2024-07-25) +## 22.0.5 (2024-08-06) -* [bitnami/prestashop] Release 22.0.3 ([#28470](https://github.com/bitnami/charts/pull/28470)) +* [bitnami/prestashop] Add deprecation note ([#28695](https://github.com/bitnami/charts/pull/28695)) + +## 22.0.3 (2024-07-25) + +* [bitnami/prestashop] Release 22.0.3 (#28470) ([9d37e72](https://github.com/bitnami/charts/commit/9d37e7279907e8f271ec5ee19fa8b3874beb1de1)), closes [#28470](https://github.com/bitnami/charts/issues/28470) ## 22.0.2 (2024-07-24) diff --git a/bitnami/prestashop/Chart.yaml b/bitnami/prestashop/Chart.yaml index c5740d50db..2da4d43089 100644 --- a/bitnami/prestashop/Chart.yaml +++ b/bitnami/prestashop/Chart.yaml @@ -23,7 +23,8 @@ dependencies: tags: - bitnami-common version: 2.x.x -description: PrestaShop is a powerful open source eCommerce platform used by over 250,000 online storefronts worldwide. It is easily customizable, responsive, and includes powerful tools to drive online sales. +deprecated: true +description: DEPRECATED PrestaShop is a powerful open source eCommerce platform used by over 250,000 online storefronts worldwide. It is easily customizable, responsive, and includes powerful tools to drive online sales. home: https://bitnami.com icon: https://bitnami.com/assets/stacks/prestashop/img/prestashop-stack-220x234.png keywords: @@ -32,10 +33,8 @@ keywords: - http - web - php -maintainers: -- name: Broadcom, Inc. All Rights Reserved. - url: https://github.com/bitnami/charts +maintainers: [] name: prestashop sources: - https://github.com/bitnami/charts/tree/main/bitnami/prestashop -version: 22.0.3 +version: 22.0.5 diff --git a/bitnami/prestashop/README.md b/bitnami/prestashop/README.md index f0db8f79eb..4a3215f9ce 100644 --- a/bitnami/prestashop/README.md +++ b/bitnami/prestashop/README.md @@ -8,6 +8,10 @@ PrestaShop is a powerful open source eCommerce platform used by over 250,000 onl 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 @@ -594,4 +598,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. \ No newline at end of file +limitations under the License. diff --git a/bitnami/prestashop/templates/NOTES.txt b/bitnami/prestashop/templates/NOTES.txt index 6d0d5ed587..f20befedfc 100644 --- a/bitnami/prestashop/templates/NOTES.txt +++ b/bitnami/prestashop/templates/NOTES.txt @@ -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 PrestaShop 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.volumePermissions.image .Values.metrics.image .Values.certificates.image) "context" $) }} \ No newline at end of file +{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.image .Values.volumePermissions.image .Values.metrics.image .Values.certificates.image) "context" $) }}