From fc894fcf43ff44f6e60ea0cd5315cf5e6cf3d5fc Mon Sep 17 00:00:00 2001 From: Miguel Ruiz Date: Fri, 8 Jul 2022 14:41:54 +0200 Subject: [PATCH] [bitnami/magento] Major version: Update Elasticsearch subchart (#11073) * [bitnami/magento] Major version: Update Elasticsearch subchart Signed-off-by: Miguel Ruiz * Update link Signed-off-by: Miguel Ruiz * Run helm dep update Signed-off-by: Miguel Ruiz --- bitnami/magento/Chart.lock | 6 +++--- bitnami/magento/Chart.yaml | 4 ++-- bitnami/magento/README.md | 8 ++++++-- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/bitnami/magento/Chart.lock b/bitnami/magento/Chart.lock index 75cf423d4..cb29f0b27 100644 --- a/bitnami/magento/Chart.lock +++ b/bitnami/magento/Chart.lock @@ -4,9 +4,9 @@ dependencies: version: 11.0.14 - name: elasticsearch repository: https://charts.bitnami.com/bitnami - version: 18.2.16 + version: 19.0.1 - name: common repository: https://charts.bitnami.com/bitnami version: 1.16.0 -digest: sha256:2da7289bb6b63e28ce5a484b3b8500cada1d889f81e5fb3c1099a3c806f13556 -generated: "2022-07-03T16:18:41.576620808Z" +digest: sha256:44390608770b0d9befbd6c0d233341779536549acde8803071637f998a7b8511 +generated: "2022-07-08T14:10:33.559079+02:00" diff --git a/bitnami/magento/Chart.yaml b/bitnami/magento/Chart.yaml index 139434739..1a0f78717 100644 --- a/bitnami/magento/Chart.yaml +++ b/bitnami/magento/Chart.yaml @@ -12,7 +12,7 @@ dependencies: - condition: elasticsearch.enabled name: elasticsearch repository: https://charts.bitnami.com/bitnami - version: 18.x.x + version: 19.x.x - name: common repository: https://charts.bitnami.com/bitnami tags: @@ -35,4 +35,4 @@ name: magento sources: - https://github.com/bitnami/bitnami-docker-magento - https://magento.com/ -version: 20.1.15 +version: 21.0.0 diff --git a/bitnami/magento/README.md b/bitnami/magento/README.md index 20a955776..01076d382 100644 --- a/bitnami/magento/README.md +++ b/bitnami/magento/README.md @@ -7,7 +7,7 @@ Magento is a powerful open source e-commerce platform. With easy customizations [Overview of Magento](http://www.magento.com) 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. - + ## TL;DR ```console @@ -593,6 +593,10 @@ Find more information about how to deal with common errors related to Bitnami's ## Notable changes +### 21.0.0 + +This major updates the Elasticsearch subchart to its newest major, 19.0.0, which removes support for elasticsearch-curator. Check [Elasticsearch Upgrading Notes](https://github.com/bitnami/charts/tree/master/bitnami/elasticsearch#to-1900) for more information. + ### 19.0.0 This major updates the Elasticsearch subchart to its newest major, 17.0.0, which adds support for X-pack security features such as SSL/TLS encryption and password protection. Check [Elasticsearch Upgrading Notes](https://github.com/bitnami/charts/tree/master/bitnami/elasticsearch#to-1700) for more information. @@ -826,4 +830,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.