From bc1fd400dee8a2d596f46585cd48c45a0288de0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Bono?= Date: Wed, 7 Apr 2021 11:42:23 +0200 Subject: [PATCH] [bitnami/elasticsearch] Bump major version (#6022) * [bitnami/elasticsearch] Bump major version - Elasticsearch container includes X-Pack. - Elasticsearch component is now licensed under the Elastic License that is not currently accepted as an Open Source license by the Open Source Initiative (OSI). * Update README.md * Update README.md * [bitnami/elasticsearch] Update components versions Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/elasticsearch/Chart.lock | 8 ++++---- bitnami/elasticsearch/Chart.yaml | 6 +++--- bitnami/elasticsearch/README.md | 8 ++++++++ bitnami/elasticsearch/values.yaml | 6 +++--- 4 files changed, 18 insertions(+), 10 deletions(-) diff --git a/bitnami/elasticsearch/Chart.lock b/bitnami/elasticsearch/Chart.lock index d63e9db831..0fa5170b3c 100644 --- a/bitnami/elasticsearch/Chart.lock +++ b/bitnami/elasticsearch/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: common repository: https://charts.bitnami.com/bitnami - version: 1.4.1 + version: 1.4.2 - name: kibana repository: https://charts.bitnami.com/bitnami - version: 7.2.4 -digest: sha256:f517a3c7a26bde235283c84fcd5471d975efd0b99d3726eb770efb803c46fe5d -generated: "2021-03-18T10:14:50.80464015+01:00" + version: 8.0.0 +digest: sha256:dde5c1a73e02bd3f03d933c2d6a34703affc15caac0ec97c41f3165037fcbb09 +generated: "2021-04-07T07:51:00.80975257Z" diff --git a/bitnami/elasticsearch/Chart.yaml b/bitnami/elasticsearch/Chart.yaml index 89282b1b0c..ce4e3dd665 100644 --- a/bitnami/elasticsearch/Chart.yaml +++ b/bitnami/elasticsearch/Chart.yaml @@ -1,7 +1,7 @@ annotations: category: Analytics apiVersion: v2 -appVersion: 7.10.2 +appVersion: 7.12.0 dependencies: - name: common repository: https://charts.bitnami.com/bitnami @@ -11,7 +11,7 @@ dependencies: - condition: global.kibanaEnabled name: kibana repository: https://charts.bitnami.com/bitnami - version: 7.x.x + version: 8.x.x description: A highly scalable open-source full-text search and analytics engine engine: gotpl home: https://github.com/bitnami/charts/tree/master/bitnami/elasticsearch @@ -25,4 +25,4 @@ name: elasticsearch sources: - https://github.com/bitnami/bitnami-docker-elasticsearch - https://www.elastic.co/products/elasticsearch -version: 14.5.3 +version: 15.0.0 diff --git a/bitnami/elasticsearch/README.md b/bitnami/elasticsearch/README.md index 01cd28c1aa..1d5d5b6add 100644 --- a/bitnami/elasticsearch/README.md +++ b/bitnami/elasticsearch/README.md @@ -436,6 +436,14 @@ Find more information about how to deal with common errors related to Bitnami’ ## Upgrading +### To 15.0.0 + +From this version onwards, Elasticsearch container components are now licensed under the [Elastic License](https://www.elastic.co/licensing/elastic-license) that is not currently accepted as an Open Source license by the Open Source Initiative (OSI). + +Also, from now on, the Helm Chart will include the X-Pack plugin installed by default. + +Regular upgrade is compatible from previous versions. + ### To 14.0.0 This version standardizes the way of defining Ingress rules in the Kibana subchart. When configuring a single hostname for the Ingress rule, set the `kibana.ingress.hostname` value. When defining more than one, set the `kibana.ingress.extraHosts` array. Apart from this case, no issues are expected to appear when upgrading. diff --git a/bitnami/elasticsearch/values.yaml b/bitnami/elasticsearch/values.yaml index 430c28f9c4..d6854c90d0 100644 --- a/bitnami/elasticsearch/values.yaml +++ b/bitnami/elasticsearch/values.yaml @@ -19,7 +19,7 @@ global: image: registry: docker.io repository: bitnami/elasticsearch - tag: 7.10.2-debian-10-r59 + tag: 7.12.0-debian-10-r1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -847,7 +847,7 @@ curator: image: registry: docker.io repository: bitnami/elasticsearch-curator - tag: 5.8.3-debian-10-r91 + tag: 5.8.3-debian-10-r110 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. @@ -1073,7 +1073,7 @@ metrics: image: registry: docker.io repository: bitnami/elasticsearch-exporter - tag: 1.1.0-debian-10-r387 + tag: 1.1.0-debian-10-r405 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.