From 33a2829a181889a740e5afde46d1cba10124f89a Mon Sep 17 00:00:00 2001 From: Julien Mailleret <8582351+jmlrt@users.noreply.github.com> Date: Tue, 8 Mar 2022 16:42:03 +0100 Subject: [PATCH] 7.17.1 release changelog (#1610) * 7.17.1 release changelog * 7.17.1 as default version. | PR | Author | Title | |-----------------------------------------------------------|----------------------------------------------|-------------------------------------------------------------------------| | [#1604](https://github.com/elastic/helm-charts/pull/1604) | [@jmlrt](https://github.com/jmlrt) | [meta] update docker images | | [#1603](https://github.com/elastic/helm-charts/pull/1603) | [@jmlrt](https://github.com/jmlrt) | [metricbeat] add missing rolebinding and cluster role rules | | [#1602](https://github.com/elastic/helm-charts/pull/1602) | [@jmlrt](https://github.com/jmlrt) | [filebeat] add missing rolebinding and cluster role rules | | [#1593](https://github.com/elastic/helm-charts/pull/1593) | [@jmlrt](https://github.com/jmlrt) | [meta] add support for k8s 1.22 | | [#1582](https://github.com/elastic/helm-charts/pull/1582) | [@jmlrt](https://github.com/jmlrt) | [kibana] fix extra values default values | | [#1581](https://github.com/elastic/helm-charts/pull/1581) | [@jmlrt](https://github.com/jmlrt) | [logstash] fix ServiceAccount inconsistencies | | [#1580](https://github.com/elastic/helm-charts/pull/1580) | [@jmlrt](https://github.com/jmlrt) | [elasticsearch] fix ServiceAccount inconsistencies | | [#1570](https://github.com/elastic/helm-charts/pull/1570) | [@jmlrt](https://github.com/jmlrt) | [logstash] add externalTrafficPolicy support | | [#1569](https://github.com/elastic/helm-charts/pull/1569) | [@jmlrt](https://github.com/jmlrt) | [logstash] add flexible ingress | | [#1563](https://github.com/elastic/helm-charts/pull/1563) | [@jmlrt](https://github.com/jmlrt) | [meta] bump Helm version to 3.8.0 | | [#1538](https://github.com/elastic/helm-charts/pull/1538) | [@chetanv-oi](https://github.com/chetanv-oi) | [elasticsearch] move the yaml separator inside the condition | | [#1530](https://github.com/elastic/helm-charts/pull/1530) | [@jmlrt](https://github.com/jmlrt) | [kibana] use bash for readiness script | | [#1527](https://github.com/elastic/helm-charts/pull/1527) | [@ebuildy](https://github.com/ebuildy) | [apm-server] add pod labels | | [#1524](https://github.com/elastic/helm-charts/pull/1524) | [@beatkind](https://github.com/beatkind) | [metricbeat] bump kube-state-metrics to version 4.7.0 | | [#1521](https://github.com/elastic/helm-charts/pull/1521) | [@ebuildy](https://github.com/ebuildy) | [apm-server] fix podLabels | | [#1494](https://github.com/elastic/helm-charts/pull/1494) | [@ebuildy](https://github.com/ebuildy) | [elasticsearch] add keystore container securityContext | | [#1450](https://github.com/elastic/helm-charts/pull/1450) | [@dmarcs](https://github.com/dmarcs) | [logstash] allow array values for extra | | [#1422](https://github.com/elastic/helm-charts/pull/1422) | [@framsouza](https://github.com/framsouza) | [metricbeat] adding custerRole permissions for leader election | | [#1420](https://github.com/elastic/helm-charts/pull/1420) | [@framsouza](https://github.com/framsouza) | [elasticsearch] [logstash] add support to PodDisruptionBudget policy/v1 | | [#1417](https://github.com/elastic/helm-charts/pull/1417) | [@framsouza](https://github.com/framsouza) | [kibana] add annotations at deployment level | * add breaking changes + update all toc instructions * fix breaking change error --- BREAKING_CHANGES.md | 22 ++- CHANGELOG.md | 347 ++++++++++++++++++++++------------------ README.md | 40 ++--- apm-server/README.md | 5 +- elasticsearch/README.md | 8 +- filebeat/README.md | 2 +- kibana/README.md | 2 +- logstash/README.md | 2 +- metricbeat/README.md | 2 +- 9 files changed, 240 insertions(+), 190 deletions(-) diff --git a/BREAKING_CHANGES.md b/BREAKING_CHANGES.md index d00715063..f6a48f230 100644 --- a/BREAKING_CHANGES.md +++ b/BREAKING_CHANGES.md @@ -3,6 +3,8 @@ + - [7.17.1](#7171) + - [Metricbeat kube-state-metrics upgrade](#metricbeat-kube-state-metrics-upgrade) - [7.11.1](#7111) - [License update for Elasticsearch & Kibana](#license-update-for-elasticsearch--kibana) - [6.8.14](#6814) @@ -40,13 +42,28 @@ - [7.6.0 - 2020/02/11](#760---20200211) - [Elasticsearch default resources](#elasticsearch-default-resources) - [7.5.0 - 2019/12/02](#750---20191202) - - [Metricbeat kube-state-metrics upgrade](#metricbeat-kube-state-metrics-upgrade) + - [Metricbeat kube-state-metrics upgrade](#metricbeat-kube-state-metrics-upgrade-1) - [7.0.0-alpha1 - 2019/04/17](#700-alpha1---20190417) - [Elasticsearch upgrade from 6.x](#elasticsearch-upgrade-from-6x) - + + +## 7.17.1 + +### Metricbeat kube-state-metrics upgrade + +[kube-state-metrics][] chart dependency is upgraded from 2.4.1 to 4.7.0 in +[#1524][]. This is causing Metricbeat chart upgrade from versions < 7.17.1 failing +with the following error: + +``` +UPGRADE FAILED +Error: UPGRADE FAILED: cannot patch "helm-metricbeat-default-kube-state-metrics" with kind Deployment: Deployment.apps "helm-metricbeat-default-kube-state-metrics" is invalid: spec.selector: Invalid value: v1.LabelSelector{MatchLabels:map[string]string{"app.kubernetes.io/instance":"helm-metricbeat-default", "app.kubernetes.io/name":"kube-state-metrics"}, MatchExpressions:[]v1.LabelSelectorRequirement(nil)}: field is immutable +``` + +Unfortunately `helm upgrade --force` is also failing. The workaround is to uninstall the previous chart version and reinstall it. ## 7.11.1 @@ -414,6 +431,7 @@ volumeClaimTemplate: [#807]: https://github.com/elastic/helm-charts/issues/807 [#839]: https://github.com/elastic/helm-charts/issues/839 [#916]: https://github.com/elastic/helm-charts/pull/916 +[#1524]: https://github.com/elastic/helm-charts/pull/1524 [container input]: https://www.elastic.co/guide/en/beats/filebeat/7.7/filebeat-input-container.html [docker input]: https://www.elastic.co/guide/en/beats/filebeat/7.7/filebeat-input-docker.html [elastic blog post]: https://www.elastic.co/blog/licensing-change diff --git a/CHANGELOG.md b/CHANGELOG.md index 62d26a860..0a9930131 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,77 +1,106 @@ # Changelog +## 7.17.1 + +* 7.17.1 as default version. + + +| PR | Author | Title | +|-----------------------------------------------------------|----------------------------------------------|-------------------------------------------------------------------------| +| [#1604](https://github.com/elastic/helm-charts/pull/1604) | [@jmlrt](https://github.com/jmlrt) | [meta] update docker images | +| [#1603](https://github.com/elastic/helm-charts/pull/1603) | [@jmlrt](https://github.com/jmlrt) | [metricbeat] add missing rolebinding and cluster role rules | +| [#1602](https://github.com/elastic/helm-charts/pull/1602) | [@jmlrt](https://github.com/jmlrt) | [filebeat] add missing rolebinding and cluster role rules | +| [#1593](https://github.com/elastic/helm-charts/pull/1593) | [@jmlrt](https://github.com/jmlrt) | [meta] add support for k8s 1.22 | +| [#1582](https://github.com/elastic/helm-charts/pull/1582) | [@jmlrt](https://github.com/jmlrt) | [kibana] fix extra values default values | +| [#1581](https://github.com/elastic/helm-charts/pull/1581) | [@jmlrt](https://github.com/jmlrt) | [logstash] fix ServiceAccount inconsistencies | +| [#1580](https://github.com/elastic/helm-charts/pull/1580) | [@jmlrt](https://github.com/jmlrt) | [elasticsearch] fix ServiceAccount inconsistencies | +| [#1570](https://github.com/elastic/helm-charts/pull/1570) | [@jmlrt](https://github.com/jmlrt) | [logstash] add externalTrafficPolicy support | +| [#1569](https://github.com/elastic/helm-charts/pull/1569) | [@jmlrt](https://github.com/jmlrt) | [logstash] add flexible ingress | +| [#1563](https://github.com/elastic/helm-charts/pull/1563) | [@jmlrt](https://github.com/jmlrt) | [meta] bump Helm version to 3.8.0 | +| [#1538](https://github.com/elastic/helm-charts/pull/1538) | [@chetanv-oi](https://github.com/chetanv-oi) | [elasticsearch] move the yaml separator inside the condition | +| [#1530](https://github.com/elastic/helm-charts/pull/1530) | [@jmlrt](https://github.com/jmlrt) | [kibana] use bash for readiness script | +| [#1527](https://github.com/elastic/helm-charts/pull/1527) | [@ebuildy](https://github.com/ebuildy) | [apm-server] add pod labels | +| [#1524](https://github.com/elastic/helm-charts/pull/1524) | [@beatkind](https://github.com/beatkind) | [metricbeat] bump kube-state-metrics to version 4.7.0 | +| [#1521](https://github.com/elastic/helm-charts/pull/1521) | [@ebuildy](https://github.com/ebuildy) | [apm-server] fix podLabels | +| [#1494](https://github.com/elastic/helm-charts/pull/1494) | [@ebuildy](https://github.com/ebuildy) | [elasticsearch] add keystore container securityContext | +| [#1450](https://github.com/elastic/helm-charts/pull/1450) | [@dmarcs](https://github.com/dmarcs) | [logstash] allow array values for extra | +| [#1422](https://github.com/elastic/helm-charts/pull/1422) | [@framsouza](https://github.com/framsouza) | [metricbeat] adding custerRole permissions for leader election | +| [#1420](https://github.com/elastic/helm-charts/pull/1420) | [@framsouza](https://github.com/framsouza) | [elasticsearch] [logstash] add support to PodDisruptionBudget policy/v1 | +| [#1417](https://github.com/elastic/helm-charts/pull/1417) | [@framsouza](https://github.com/framsouza) | [kibana] add annotations at deployment level | + + ## 7.16.3 * 7.16.3 as default version. -| PR | Author | Title | -| --- | --- | --- | -| [#1533](https://github.com/elastic/helm-charts/pull/1533) | [@ebuildy](https://github.com/ebuildy) | [tests] fix yaml load warning (#1522) | -| [#1517](https://github.com/elastic/helm-charts/pull/1517) | [@elasticmachine](https://github.com/elasticmachine) | Bump version to 7.16.3-SNAPSHOT | -| [#1502](https://github.com/elastic/helm-charts/pull/1502) | [@ebuildy](https://github.com/ebuildy) | [elasticsearch] #1495 Configure JVM options files (#1496) | +| PR | Author | Title | +|-----------------------------------------------------------|------------------------------------------------------|-----------------------------------------------------------| +| [#1533](https://github.com/elastic/helm-charts/pull/1533) | [@ebuildy](https://github.com/ebuildy) | [tests] fix yaml load warning (#1522) | +| [#1517](https://github.com/elastic/helm-charts/pull/1517) | [@elasticmachine](https://github.com/elasticmachine) | Bump version to 7.16.3-SNAPSHOT | +| [#1502](https://github.com/elastic/helm-charts/pull/1502) | [@ebuildy](https://github.com/ebuildy) | [elasticsearch] #1495 Configure JVM options files (#1496) | ## 7.16.2 * 7.16.2 as default version. -| PR | Author | Title | -| --- | --- | --- | -| [#1507](https://github.com/elastic/helm-charts/pull/1507) | [@jmlrt](https://github.com/jmlrt) | [elasticsearch] remove usage of ELASTIC_USERNAME (#1506) | -| [#1499](https://github.com/elastic/helm-charts/pull/1499) | [@elasticmachine](https://github.com/elasticmachine) | Bump version to 7.16.2-SNAPSHOT | +| PR | Author | Title | +|-----------------------------------------------------------|------------------------------------------------------|----------------------------------------------------------| +| [#1507](https://github.com/elastic/helm-charts/pull/1507) | [@jmlrt](https://github.com/jmlrt) | [elasticsearch] remove usage of ELASTIC_USERNAME (#1506) | +| [#1499](https://github.com/elastic/helm-charts/pull/1499) | [@elasticmachine](https://github.com/elasticmachine) | Bump version to 7.16.2-SNAPSHOT | ## 6.8.22 * 6.8.22 as default version. -| PR | Author | Title | -| --- | --- | --- | -| [#1508](https://github.com/elastic/helm-charts/pull/1508) | [@jmlrt](https://github.com/jmlrt) | [elasticsearch] remove usage of ELASTIC_USERNAME (#1506) | -| [#1498](https://github.com/elastic/helm-charts/pull/1498) | [@elasticmachine](https://github.com/elasticmachine) | Bump version to 6.8.22-SNAPSHOT | +| PR | Author | Title | +|-----------------------------------------------------------|------------------------------------------------------|----------------------------------------------------------| +| [#1508](https://github.com/elastic/helm-charts/pull/1508) | [@jmlrt](https://github.com/jmlrt) | [elasticsearch] remove usage of ELASTIC_USERNAME (#1506) | +| [#1498](https://github.com/elastic/helm-charts/pull/1498) | [@elasticmachine](https://github.com/elasticmachine) | Bump version to 6.8.22-SNAPSHOT | ## 7.16.1 * 7.16.1 as default version. -| PR | Author | Title | -| --- | --- | --- | -| [#1382](https://github.com/elastic/helm-charts/pull/1382) | [@piglovesyou](https://github.com/piglovesyou) | [elasticsearch] fix typo | -| [#1386](https://github.com/elastic/helm-charts/pull/1386) | [@jmlrt](https://github.com/jmlrt) | [meta] fail make test on error | -| [#1409](https://github.com/elastic/helm-charts/pull/1409) | [@framsouza](https://github.com/framsouza) | [all] add support to ingress networking.k8s.io/v1 & ingressClassName | -| [#1410](https://github.com/elastic/helm-charts/pull/1410) | [@jmlrt](https://github.com/jmlrt) | [meta] add support for K8S 1.21 and remove 1.18 | -| [#1458](https://github.com/elastic/helm-charts/pull/1458) | [@jmlrt](https://github.com/jmlrt) | [elasticsearch] use bash for readiness script | -| [#1460](https://github.com/elastic/helm-charts/pull/1460) | [@jmlrt](https://github.com/jmlrt) | [meta] download goss outside of pods | -| [#1464](https://github.com/elastic/helm-charts/pull/1464) | [@jmlrt](https://github.com/jmlrt) | [elasticsearch] use bash for keystore init container | -| [#1466](https://github.com/elastic/helm-charts/pull/1466) | [@jmlrt](https://github.com/jmlrt) | [elasticsearch] fix a typo in 4e31e0cf3d025f9ce877ac52d218f49d72e26447 | -| [#1469](https://github.com/elastic/helm-charts/pull/1469) | [@jmlrt](https://github.com/jmlrt) | [metricbeat] remove es metricset search query for oss example | -| [#1474](https://github.com/elastic/helm-charts/pull/1474) | [@framsouza](https://github.com/framsouza) | [elasticsearch] disabling deprecation logs to be indexed | -| [#1475](https://github.com/elastic/helm-charts/pull/1475) | [@jmlrt](https://github.com/jmlrt) | [meta] initiate 7.16 branch | -| [#1476](https://github.com/elastic/helm-charts/pull/1476) | [@jmlrt](https://github.com/jmlrt) | [meta] update backport config for 7.16 branch | -| [#1480](https://github.com/elastic/helm-charts/pull/1480) | [@jmlrt](https://github.com/jmlrt) | [elasticsearch] fix a lines order in example values | +| PR | Author | Title | +|-----------------------------------------------------------|------------------------------------------------|------------------------------------------------------------------------| +| [#1382](https://github.com/elastic/helm-charts/pull/1382) | [@piglovesyou](https://github.com/piglovesyou) | [elasticsearch] fix typo | +| [#1386](https://github.com/elastic/helm-charts/pull/1386) | [@jmlrt](https://github.com/jmlrt) | [meta] fail make test on error | +| [#1409](https://github.com/elastic/helm-charts/pull/1409) | [@framsouza](https://github.com/framsouza) | [all] add support to ingress networking.k8s.io/v1 & ingressClassName | +| [#1410](https://github.com/elastic/helm-charts/pull/1410) | [@jmlrt](https://github.com/jmlrt) | [meta] add support for K8S 1.21 and remove 1.18 | +| [#1458](https://github.com/elastic/helm-charts/pull/1458) | [@jmlrt](https://github.com/jmlrt) | [elasticsearch] use bash for readiness script | +| [#1460](https://github.com/elastic/helm-charts/pull/1460) | [@jmlrt](https://github.com/jmlrt) | [meta] download goss outside of pods | +| [#1464](https://github.com/elastic/helm-charts/pull/1464) | [@jmlrt](https://github.com/jmlrt) | [elasticsearch] use bash for keystore init container | +| [#1466](https://github.com/elastic/helm-charts/pull/1466) | [@jmlrt](https://github.com/jmlrt) | [elasticsearch] fix a typo in 4e31e0cf3d025f9ce877ac52d218f49d72e26447 | +| [#1469](https://github.com/elastic/helm-charts/pull/1469) | [@jmlrt](https://github.com/jmlrt) | [metricbeat] remove es metricset search query for oss example | +| [#1474](https://github.com/elastic/helm-charts/pull/1474) | [@framsouza](https://github.com/framsouza) | [elasticsearch] disabling deprecation logs to be indexed | +| [#1475](https://github.com/elastic/helm-charts/pull/1475) | [@jmlrt](https://github.com/jmlrt) | [meta] initiate 7.16 branch | +| [#1476](https://github.com/elastic/helm-charts/pull/1476) | [@jmlrt](https://github.com/jmlrt) | [meta] update backport config for 7.16 branch | +| [#1480](https://github.com/elastic/helm-charts/pull/1480) | [@jmlrt](https://github.com/jmlrt) | [elasticsearch] fix a lines order in example values | ## 6.8.21 * 6.8.21 as default version. -| PR | Author | Title | -| --- | --- | --- | -| [#1410](https://github.com/elastic/helm-charts/pull/1410) | [@jmlrt](https://github.com/jmlrt) | [meta] add support for K8S 1.21 and remove 1.18 | -| [#1300](https://github.com/elastic/helm-charts/pull/1300) | [@jonkerj](https://github.com/jonkerj) | [elasticsearch]: optionally disable SA token automount | -| [#1382](https://github.com/elastic/helm-charts/pull/1382) | [@piglovesyou](https://github.com/piglovesyou) | Fix typo | -| [#1386](https://github.com/elastic/helm-charts/pull/1386) | [@jmlrt](https://github.com/jmlrt) | [meta] fail make test on error | -| [#1319](https://github.com/elastic/helm-charts/pull/1319) | [@cclausss](https://github.com/cclausss) | Fix typos discovered by codespell | -| [#1105](https://github.com/elastic/helm-charts/pull/1105) | [@moritazi](https://github.com/moritazi) | [elasticsearch] Add namespace to helm test command in NOTES.txt | -| [#1362](https://github.com/elastic/helm-charts/pull/1362) | [@jmlrt](https://github.com/jmlrt) | [meta] remove contributing file from 6.8 branch | -| [#1321](https://github.com/elastic/helm-charts/pull/1321) | [@elasticmachine](https://github.com/elasticmachine) | Bump version to 6.8.19-SNAPSHOT | -| [#1294](https://github.com/elastic/helm-charts/pull/1294) | [@jmlrt](https://github.com/jmlrt) | [meta] add tests for k8s 1.20 | -| [#1232](https://github.com/elastic/helm-charts/pull/1232) | [@jmlrt](https://github.com/jmlrt) | [meta] add helm 3.6.2 support | -| [#1116](https://github.com/elastic/helm-charts/pull/1116) | [@nflaig](https://github.com/nflaig) | [elasticsearch] add value to disable tests | -| [#1115](https://github.com/elastic/helm-charts/pull/1115) | [@nflaig](https://github.com/nflaig) | [elasticsearch] add value to disable service | -| [#1337](https://github.com/elastic/helm-charts/pull/1337) | [@jmlrt](https://github.com/jmlrt) | [meta] remove support matrix + nit doc changes | +| PR | Author | Title | +|-----------------------------------------------------------|------------------------------------------------------|-----------------------------------------------------------------| +| [#1410](https://github.com/elastic/helm-charts/pull/1410) | [@jmlrt](https://github.com/jmlrt) | [meta] add support for K8S 1.21 and remove 1.18 | +| [#1300](https://github.com/elastic/helm-charts/pull/1300) | [@jonkerj](https://github.com/jonkerj) | [elasticsearch]: optionally disable SA token automount | +| [#1382](https://github.com/elastic/helm-charts/pull/1382) | [@piglovesyou](https://github.com/piglovesyou) | Fix typo | +| [#1386](https://github.com/elastic/helm-charts/pull/1386) | [@jmlrt](https://github.com/jmlrt) | [meta] fail make test on error | +| [#1319](https://github.com/elastic/helm-charts/pull/1319) | [@cclausss](https://github.com/cclausss) | Fix typos discovered by codespell | +| [#1105](https://github.com/elastic/helm-charts/pull/1105) | [@moritazi](https://github.com/moritazi) | [elasticsearch] Add namespace to helm test command in NOTES.txt | +| [#1362](https://github.com/elastic/helm-charts/pull/1362) | [@jmlrt](https://github.com/jmlrt) | [meta] remove contributing file from 6.8 branch | +| [#1321](https://github.com/elastic/helm-charts/pull/1321) | [@elasticmachine](https://github.com/elasticmachine) | Bump version to 6.8.19-SNAPSHOT | +| [#1294](https://github.com/elastic/helm-charts/pull/1294) | [@jmlrt](https://github.com/jmlrt) | [meta] add tests for k8s 1.20 | +| [#1232](https://github.com/elastic/helm-charts/pull/1232) | [@jmlrt](https://github.com/jmlrt) | [meta] add helm 3.6.2 support | +| [#1116](https://github.com/elastic/helm-charts/pull/1116) | [@nflaig](https://github.com/nflaig) | [elasticsearch] add value to disable tests | +| [#1115](https://github.com/elastic/helm-charts/pull/1115) | [@nflaig](https://github.com/nflaig) | [elasticsearch] add value to disable service | +| [#1337](https://github.com/elastic/helm-charts/pull/1337) | [@jmlrt](https://github.com/jmlrt) | [meta] remove support matrix + nit doc changes | ## 7.15.0 @@ -79,17 +108,17 @@ * 7.15.0 as default version. -| PR | Author | Title | -| --- | --- | --- | -| [#1294](https://github.com/elastic/helm-charts/pull/1294) | [@jmlrt](https://github.com/jmlrt) | [meta] add tests for k8s 1.20 | -| [#1232](https://github.com/elastic/helm-charts/pull/1232) | [@jmlrt](https://github.com/jmlrt) | [meta] add helm 3.6.2 support | -| [#1116](https://github.com/elastic/helm-charts/pull/1116) | [@nflaig](https://github.com/nflaig) | [elasticsearch] add value to disable tests | -| [#1115](https://github.com/elastic/helm-charts/pull/1115) | [@nflaig](https://github.com/nflaig) | [elasticsearch] add value to disable service | +| PR | Author | Title | +|-----------------------------------------------------------|------------------------------------------|-----------------------------------------------------------------| +| [#1294](https://github.com/elastic/helm-charts/pull/1294) | [@jmlrt](https://github.com/jmlrt) | [meta] add tests for k8s 1.20 | +| [#1232](https://github.com/elastic/helm-charts/pull/1232) | [@jmlrt](https://github.com/jmlrt) | [meta] add helm 3.6.2 support | +| [#1116](https://github.com/elastic/helm-charts/pull/1116) | [@nflaig](https://github.com/nflaig) | [elasticsearch] add value to disable tests | +| [#1115](https://github.com/elastic/helm-charts/pull/1115) | [@nflaig](https://github.com/nflaig) | [elasticsearch] add value to disable service | | [#1105](https://github.com/elastic/helm-charts/pull/1105) | [@moritazy](https://github.com/moritazy) | [elasticsearch] Add namespace to helm test command in NOTES.txt | -| [#1361](https://github.com/elastic/helm-charts/pull/1361) | [@jmlrt](https://github.com/jmlrt) | [meta] remove contributing file from 7.15 branch | -| [#1357](https://github.com/elastic/helm-charts/pull/1357) | [@ygel](https://github.com/ygel) | [meta] Initiate 7.15 branch | -| [#1337](https://github.com/elastic/helm-charts/pull/1337) | [@jmlrt](https://github.com/jmlrt) | [meta] remove support matrix + nit doc changes | -| [#1316](https://github.com/elastic/helm-charts/pull/1316) | [@jmlrt](https://github.com/jmlrt) | [meta] bump 7.x branch to 7.15.0-SNAPSHOT | +| [#1361](https://github.com/elastic/helm-charts/pull/1361) | [@jmlrt](https://github.com/jmlrt) | [meta] remove contributing file from 7.15 branch | +| [#1357](https://github.com/elastic/helm-charts/pull/1357) | [@ygel](https://github.com/ygel) | [meta] Initiate 7.15 branch | +| [#1337](https://github.com/elastic/helm-charts/pull/1337) | [@jmlrt](https://github.com/jmlrt) | [meta] remove support matrix + nit doc changes | +| [#1316](https://github.com/elastic/helm-charts/pull/1316) | [@jmlrt](https://github.com/jmlrt) | [meta] bump 7.x branch to 7.15.0-SNAPSHOT | ## 7.14.0 @@ -102,11 +131,11 @@ * 6.8.18 as default version. -| PR | Author | Title | -| --- | --- | --- | -| [#1269](https://github.com/elastic/helm-charts/pull/1269) | [@jmlrt](https://github.com/jmlrt) | [6.8] [meta] add tests for k8s 1.19 (#1231) | -| [#1306](https://github.com/elastic/helm-charts/pull/1306) | [@jmlrt](https://github.com/jmlrt) | [meta] update support matrix (#1305) | -| [#1292](https://github.com/elastic/helm-charts/pull/1292) | [@elasticmachine](https://github.com/elasticmachine) | Bump version to 6.8.18-SNAPSHOT | +| PR | Author | Title | +|-----------------------------------------------------------|------------------------------------------------------|---------------------------------------------| +| [#1269](https://github.com/elastic/helm-charts/pull/1269) | [@jmlrt](https://github.com/jmlrt) | [6.8] [meta] add tests for k8s 1.19 (#1231) | +| [#1306](https://github.com/elastic/helm-charts/pull/1306) | [@jmlrt](https://github.com/jmlrt) | [meta] update support matrix (#1305) | +| [#1292](https://github.com/elastic/helm-charts/pull/1292) | [@elasticmachine](https://github.com/elasticmachine) | Bump version to 6.8.18-SNAPSHOT | ## 7.13.4 @@ -114,9 +143,9 @@ * 7.13.4 as default version. -| PR | Author | Title | -| --- | --- | --- | -| [#1293](https://github.com/elastic/helm-charts/pull/1293) | [@elasticmachine](https://github.com/elasticmachine) | Bump version to 7.13.4-SNAPSHOT | +| PR | Author | Title | +|-----------------------------------------------------------|------------------------------------------------------|---------------------------------| +| [#1293](https://github.com/elastic/helm-charts/pull/1293) | [@elasticmachine](https://github.com/elasticmachine) | Bump version to 7.13.4-SNAPSHOT | ## 7.13.3 @@ -124,14 +153,14 @@ * 7.13.3 as default version. -| PR | Author | Title | -| --- | --- | --- | -| [#1288](https://github.com/elastic/helm-charts/pull/1288) | [@jmlrt](https://github.com/jmlrt) | [meta] remove gke 1.17 tests (#1286) | -| [#1279](https://github.com/elastic/helm-charts/pull/1279) | [@DilasserT](https://github.com/DilasserT) | [kibana] adding extra volumes and extra volume mounts (#557) (#1264) | -| [#1276](https://github.com/elastic/helm-charts/pull/1276) | [@ebuildy](https://github.com/ebuildy) | [logstash] feat: add podAffinity settings (#1257) | -| [#1273](https://github.com/elastic/helm-charts/pull/1273) | [@tomhobson](https://github.com/tomhobson) | [elasticsearch] Added health pod name override for compatibility (#1058) | -| [#1270](https://github.com/elastic/helm-charts/pull/1270) | [@jmlrt](https://github.com/jmlrt) | [meta] add tests for k8s 1.19 (#1231) | -| [#1252](https://github.com/elastic/helm-charts/pull/1252) | [@elasticmachine](https://github.com/elasticmachine) | Bump version to 7.13.3-SNAPSHOT | +| PR | Author | Title | +|-----------------------------------------------------------|------------------------------------------------------|--------------------------------------------------------------------------| +| [#1288](https://github.com/elastic/helm-charts/pull/1288) | [@jmlrt](https://github.com/jmlrt) | [meta] remove gke 1.17 tests (#1286) | +| [#1279](https://github.com/elastic/helm-charts/pull/1279) | [@DilasserT](https://github.com/DilasserT) | [kibana] adding extra volumes and extra volume mounts (#557) (#1264) | +| [#1276](https://github.com/elastic/helm-charts/pull/1276) | [@ebuildy](https://github.com/ebuildy) | [logstash] feat: add podAffinity settings (#1257) | +| [#1273](https://github.com/elastic/helm-charts/pull/1273) | [@tomhobson](https://github.com/tomhobson) | [elasticsearch] Added health pod name override for compatibility (#1058) | +| [#1270](https://github.com/elastic/helm-charts/pull/1270) | [@jmlrt](https://github.com/jmlrt) | [meta] add tests for k8s 1.19 (#1231) | +| [#1252](https://github.com/elastic/helm-charts/pull/1252) | [@elasticmachine](https://github.com/elasticmachine) | Bump version to 7.13.3-SNAPSHOT | ## 6.8.17 @@ -139,15 +168,15 @@ * 6.8.17 as default version. -| PR | Author | Title | -| --- | --- | --- | -| [#1278](https://github.com/elastic/helm-charts/pull/1278) | [@DilasserT](https://github.com/DilasserT) | [kibana] adding extra volumes and extra volume mounts (#557) (#1264) | -| [#1275](https://github.com/elastic/helm-charts/pull/1275) | [@ebuildy](https://github.com/ebuildy) | [logstash] feat: add podAffinity settings (#1257) | -| [#1272](https://github.com/elastic/helm-charts/pull/1272) | [@tomhobson](https://github.com/tomhobson) | [elasticsearch] Added health pod name override for compatibility (#1058) | -| [#1216](https://github.com/elastic/helm-charts/pull/1216) | [@jmlrt](https://github.com/jmlrt) | [elasticsearch] fix statefulset to rollout in upgrade test (#1189) | -| [#1227](https://github.com/elastic/helm-charts/pull/1227) | [@elasticmachine](https://github.com/elasticmachine) | Bump version to 6.8.17-SNAPSHOT | -| [#1210](https://github.com/elastic/helm-charts/pull/1210) | [@jmlrt](https://github.com/jmlrt) | [elasticsearch] only configure ES_JAVA_OPTS when value is set (#1089) | -| [#1207](https://github.com/elastic/helm-charts/pull/1207) | [@jmlrt](https://github.com/jmlrt) | [elasticsearch] fix network policies http additional rules (#1111) | +| PR | Author | Title | +|-----------------------------------------------------------|------------------------------------------------------|--------------------------------------------------------------------------| +| [#1278](https://github.com/elastic/helm-charts/pull/1278) | [@DilasserT](https://github.com/DilasserT) | [kibana] adding extra volumes and extra volume mounts (#557) (#1264) | +| [#1275](https://github.com/elastic/helm-charts/pull/1275) | [@ebuildy](https://github.com/ebuildy) | [logstash] feat: add podAffinity settings (#1257) | +| [#1272](https://github.com/elastic/helm-charts/pull/1272) | [@tomhobson](https://github.com/tomhobson) | [elasticsearch] Added health pod name override for compatibility (#1058) | +| [#1216](https://github.com/elastic/helm-charts/pull/1216) | [@jmlrt](https://github.com/jmlrt) | [elasticsearch] fix statefulset to rollout in upgrade test (#1189) | +| [#1227](https://github.com/elastic/helm-charts/pull/1227) | [@elasticmachine](https://github.com/elasticmachine) | Bump version to 6.8.17-SNAPSHOT | +| [#1210](https://github.com/elastic/helm-charts/pull/1210) | [@jmlrt](https://github.com/jmlrt) | [elasticsearch] only configure ES_JAVA_OPTS when value is set (#1089) | +| [#1207](https://github.com/elastic/helm-charts/pull/1207) | [@jmlrt](https://github.com/jmlrt) | [elasticsearch] fix network policies http additional rules (#1111) | ## 7.13.2 @@ -155,12 +184,12 @@ * 7.13.2 as default version. -| PR | Author | Title | -| --- | --- | --- | -| [#1220](https://github.com/elastic/helm-charts/pull/1220) | [@jmlrt](https://github.com/jmlrt) | [elasticsearch] remove unused sidecarResources value (#1185) | -| [#1217](https://github.com/elastic/helm-charts/pull/1217) | [@jmlrt](https://github.com/jmlrt) | [elasticsearch] fix statefulset to rollout in upgrade test (#1189) | -| [#1214](https://github.com/elastic/helm-charts/pull/1214) | [@jmlrt](https://github.com/jmlrt) | [elasticsearch] remove masterTerminationFix (#1183) | -| [#1238](https://github.com/elastic/helm-charts/pull/1238) | [@elasticmachine](https://github.com/elasticmachine) | Bump version to 7.13.2-SNAPSHOT | +| PR | Author | Title | +|-----------------------------------------------------------|------------------------------------------------------|--------------------------------------------------------------------| +| [#1220](https://github.com/elastic/helm-charts/pull/1220) | [@jmlrt](https://github.com/jmlrt) | [elasticsearch] remove unused sidecarResources value (#1185) | +| [#1217](https://github.com/elastic/helm-charts/pull/1217) | [@jmlrt](https://github.com/jmlrt) | [elasticsearch] fix statefulset to rollout in upgrade test (#1189) | +| [#1214](https://github.com/elastic/helm-charts/pull/1214) | [@jmlrt](https://github.com/jmlrt) | [elasticsearch] remove masterTerminationFix (#1183) | +| [#1238](https://github.com/elastic/helm-charts/pull/1238) | [@elasticmachine](https://github.com/elasticmachine) | Bump version to 7.13.2-SNAPSHOT | ## 7.13.1 @@ -168,11 +197,11 @@ * 7.13.1 as default version. -| PR | Author | Title | -| --- | --- | --- | -| [#1211](https://github.com/elastic/helm-charts/pull/1211) | [@jmlrt](https://github.com/jmlrt) | [elasticsearch] only configure ES_JAVA_OPTS when value is set (#1089) | -| [#1208](https://github.com/elastic/helm-charts/pull/1208) | [@jmlrt](https://github.com/jmlrt) | [elasticsearch] fix network policies http additional rules (#1111) | -| [#1228](https://github.com/elastic/helm-charts/pull/1228) | [@elasticmachine](https://github.com/elasticmachine) | Bump version to 7.13.1-SNAPSHOT | +| PR | Author | Title | +|-----------------------------------------------------------|------------------------------------------------------|-----------------------------------------------------------------------| +| [#1211](https://github.com/elastic/helm-charts/pull/1211) | [@jmlrt](https://github.com/jmlrt) | [elasticsearch] only configure ES_JAVA_OPTS when value is set (#1089) | +| [#1208](https://github.com/elastic/helm-charts/pull/1208) | [@jmlrt](https://github.com/jmlrt) | [elasticsearch] fix network policies http additional rules (#1111) | +| [#1228](https://github.com/elastic/helm-charts/pull/1228) | [@elasticmachine](https://github.com/elasticmachine) | Bump version to 7.13.1-SNAPSHOT | ## 7.13.0 @@ -180,12 +209,12 @@ * 7.13.0 as default version. -| PR | Author | Title | -| --- | --- | --- | -| [#1205](https://github.com/elastic/helm-charts/pull/1205) | [@jmlrt](https://github.com/jmlrt) | [meta] update backport config for 7.13 branch (#1198) | -| [#1197](https://github.com/elastic/helm-charts/pull/1197) | [@jmlrt](https://github.com/jmlrt) | [meta] Initiate 7.13 branch | -| [#1194](https://github.com/elastic/helm-charts/pull/1194) | [@jmlrt](https://github.com/jmlrt) | [meta] remove gke 1.16 tests (#1184) | -| [#1175](https://github.com/elastic/helm-charts/pull/1175) | [@nittyy](https://github.com/nittyy) | [7.x][logstash] Add option loadBalancerIP to service (#1099) | +| PR | Author | Title | +|-----------------------------------------------------------|--------------------------------------|--------------------------------------------------------------| +| [#1205](https://github.com/elastic/helm-charts/pull/1205) | [@jmlrt](https://github.com/jmlrt) | [meta] update backport config for 7.13 branch (#1198) | +| [#1197](https://github.com/elastic/helm-charts/pull/1197) | [@jmlrt](https://github.com/jmlrt) | [meta] Initiate 7.13 branch | +| [#1194](https://github.com/elastic/helm-charts/pull/1194) | [@jmlrt](https://github.com/jmlrt) | [meta] remove gke 1.16 tests (#1184) | +| [#1175](https://github.com/elastic/helm-charts/pull/1175) | [@nittyy](https://github.com/nittyy) | [7.x][logstash] Add option loadBalancerIP to service (#1099) | ## 6.8.16 @@ -193,18 +222,18 @@ * 6.8.16 as default version. -| PR | Author | Title | -| --- | --- | --- | -| [#1192](https://github.com/elastic/helm-charts/pull/1192) | [@jmlrt](https://github.com/jmlrt) | [meta] remove gke 1.16 tests (#1184) | -| [#1176](https://github.com/elastic/helm-charts/pull/1176) | [@nittyy](https://github.com/nittyy) | [6.8][logstash] Add option loadBalancerIP to service (#1099) | -| [#1172](https://github.com/elastic/helm-charts/pull/1172) | [@dependabot](https://github.com/dependabot) | [6.8] Bump py from 1.8.0 to 1.10.0 (#1155) | -| [#1169](https://github.com/elastic/helm-charts/pull/1169) | [@dependabot](https://github.com/dependabot) | [6.8] Bump py from 1.8.0 to 1.10.0 in /helpers/helm-tester (#1154) | -| [#1160](https://github.com/elastic/helm-charts/pull/1160) | [@jmlrt](https://github.com/jmlrt) | [6.8] [meta] add helm 3.5.3 support (#1128) | -| [#1166](https://github.com/elastic/helm-charts/pull/1166) | [@karolinepauls](https://github.com/karolinepauls) | [6.8] [elasticsearch] Mark esMajorVersion as deprecated (#1109) | -| [#1163](https://github.com/elastic/helm-charts/pull/1163) | [@jmlrt](https://github.com/jmlrt) | [6.8] [meta] update backport config for 7.12 branch (#1112) | -| [#1157](https://github.com/elastic/helm-charts/pull/1157) | [@AndreasChristianson](https://github.com/AndreasChristianson) | [6.8] [elasticsearch] heap size is no longer defaulted to 1g (#1135) | -| [#1145](https://github.com/elastic/helm-charts/pull/1145) | [@jmlrt](https://github.com/jmlrt) | [6.8] [meta] update PyYAML dependencies (#1140) | -| [#1142](https://github.com/elastic/helm-charts/pull/1142) | [@jmlrt](https://github.com/jmlrt) | [6.8] [meta] add tests for k8s 1.18 and remove 1.15 (#1141) | +| PR | Author | Title | +|-----------------------------------------------------------|----------------------------------------------------------------|----------------------------------------------------------------------| +| [#1192](https://github.com/elastic/helm-charts/pull/1192) | [@jmlrt](https://github.com/jmlrt) | [meta] remove gke 1.16 tests (#1184) | +| [#1176](https://github.com/elastic/helm-charts/pull/1176) | [@nittyy](https://github.com/nittyy) | [6.8][logstash] Add option loadBalancerIP to service (#1099) | +| [#1172](https://github.com/elastic/helm-charts/pull/1172) | [@dependabot](https://github.com/dependabot) | [6.8] Bump py from 1.8.0 to 1.10.0 (#1155) | +| [#1169](https://github.com/elastic/helm-charts/pull/1169) | [@dependabot](https://github.com/dependabot) | [6.8] Bump py from 1.8.0 to 1.10.0 in /helpers/helm-tester (#1154) | +| [#1160](https://github.com/elastic/helm-charts/pull/1160) | [@jmlrt](https://github.com/jmlrt) | [6.8] [meta] add helm 3.5.3 support (#1128) | +| [#1166](https://github.com/elastic/helm-charts/pull/1166) | [@karolinepauls](https://github.com/karolinepauls) | [6.8] [elasticsearch] Mark esMajorVersion as deprecated (#1109) | +| [#1163](https://github.com/elastic/helm-charts/pull/1163) | [@jmlrt](https://github.com/jmlrt) | [6.8] [meta] update backport config for 7.12 branch (#1112) | +| [#1157](https://github.com/elastic/helm-charts/pull/1157) | [@AndreasChristianson](https://github.com/AndreasChristianson) | [6.8] [elasticsearch] heap size is no longer defaulted to 1g (#1135) | +| [#1145](https://github.com/elastic/helm-charts/pull/1145) | [@jmlrt](https://github.com/jmlrt) | [6.8] [meta] update PyYAML dependencies (#1140) | +| [#1142](https://github.com/elastic/helm-charts/pull/1142) | [@jmlrt](https://github.com/jmlrt) | [6.8] [meta] add tests for k8s 1.18 and remove 1.15 (#1141) | ## 7.12.1 @@ -212,17 +241,17 @@ * 7.12.1 as default version. -| PR | Author | Title | -| --- | --- | --- | -| [#1173](https://github.com/elastic/helm-charts/pull/1173) | [@dependabot](https://github.com/dependabot) | [7.12] Bump py from 1.8.0 to 1.10.0 (#1155) | -| [#1170](https://github.com/elastic/helm-charts/pull/1170) | [@dependabot](https://github.com/dependabot) | [7.12] Bump py from 1.8.0 to 1.10.0 in /helpers/helm-tester (#1154) | -| [#1161](https://github.com/elastic/helm-charts/pull/1161) | [@jmlrt](https://github.com/jmlrt) | [7.12] [meta] add helm 3.5.3 support (#1128) | -| [#1167](https://github.com/elastic/helm-charts/pull/1167) | [@karolinepauls](https://github.com/karolinepauls) | [7.12] [elasticsearch] Mark esMajorVersion as deprecated (#1109) | -| [#1164](https://github.com/elastic/helm-charts/pull/1164) | [@jmlrt](https://github.com/jmlrt) | [7.12] [meta] update backport config for 7.12 branch (#1112) | -| [#1158](https://github.com/elastic/helm-charts/pull/1158) | [@AndreasChristianson](https://github.com/AndreasChristianson) | [7.12] [elasticsearch] heap size is no longer defaulted to 1g (#1135) | -| [#1146](https://github.com/elastic/helm-charts/pull/1146) | [@jmlrt](https://github.com/jmlrt) | [7.12] [meta] update PyYAML dependencies (#1140) | -| [#1143](https://github.com/elastic/helm-charts/pull/1143) | [@jmlrt](https://github.com/jmlrt) | [7.12] [meta] add tests for k8s 1.18 and remove 1.15 (#1141) | -| [#1125](https://github.com/elastic/helm-charts/pull/1125) | [@elasticmachine](https://github.com/elasticmachine) | Bump 7.12 branch to 7.12.1-SNAPSHOT | +| PR | Author | Title | +|-----------------------------------------------------------|----------------------------------------------------------------|-----------------------------------------------------------------------| +| [#1173](https://github.com/elastic/helm-charts/pull/1173) | [@dependabot](https://github.com/dependabot) | [7.12] Bump py from 1.8.0 to 1.10.0 (#1155) | +| [#1170](https://github.com/elastic/helm-charts/pull/1170) | [@dependabot](https://github.com/dependabot) | [7.12] Bump py from 1.8.0 to 1.10.0 in /helpers/helm-tester (#1154) | +| [#1161](https://github.com/elastic/helm-charts/pull/1161) | [@jmlrt](https://github.com/jmlrt) | [7.12] [meta] add helm 3.5.3 support (#1128) | +| [#1167](https://github.com/elastic/helm-charts/pull/1167) | [@karolinepauls](https://github.com/karolinepauls) | [7.12] [elasticsearch] Mark esMajorVersion as deprecated (#1109) | +| [#1164](https://github.com/elastic/helm-charts/pull/1164) | [@jmlrt](https://github.com/jmlrt) | [7.12] [meta] update backport config for 7.12 branch (#1112) | +| [#1158](https://github.com/elastic/helm-charts/pull/1158) | [@AndreasChristianson](https://github.com/AndreasChristianson) | [7.12] [elasticsearch] heap size is no longer defaulted to 1g (#1135) | +| [#1146](https://github.com/elastic/helm-charts/pull/1146) | [@jmlrt](https://github.com/jmlrt) | [7.12] [meta] update PyYAML dependencies (#1140) | +| [#1143](https://github.com/elastic/helm-charts/pull/1143) | [@jmlrt](https://github.com/jmlrt) | [7.12] [meta] add tests for k8s 1.18 and remove 1.15 (#1141) | +| [#1125](https://github.com/elastic/helm-charts/pull/1125) | [@elasticmachine](https://github.com/elasticmachine) | Bump 7.12 branch to 7.12.1-SNAPSHOT | ## 7.12.0 @@ -230,9 +259,9 @@ * 7.12.0 as default version. -| PR | Author | Title | -| --- | --- | --- | -| [#1093](https://github.com/elastic/helm-charts/pull/1093) | [@ebuildy](https://github.com/ebuildy) | [7.x] [apm-server] Add option loadBalancerIP to service (#1075) | +| PR | Author | Title | +|-----------------------------------------------------------|----------------------------------------|------------------------------------------------------------------| +| [#1093](https://github.com/elastic/helm-charts/pull/1093) | [@ebuildy](https://github.com/ebuildy) | [7.x] [apm-server] Add option loadBalancerIP to service (#1075) | ## 6.8.15 @@ -240,13 +269,13 @@ * 6.8.15 as default version. -| PR | Author | Title | -| --- | --- | --- | -| [#1092](https://github.com/elastic/helm-charts/pull/1092) | [@ebuildy](https://github.com/ebuildy) | [6.8] [apm-server] Add option loadBalancerIP to service (#1075) | -| [#1080](https://github.com/elastic/helm-charts/pull/1080) | [@jmlrt](https://github.com/jmlrt) | [6.8] [meta] bump helm support to 3.5.2 (#1065) | -| [#952](https://github.com/elastic/helm-charts/pull/952) | [@jmlrt](https://github.com/jmlrt) | [6.8] [meta] enable filebeat and metricbeat upgrade test | -| [#1077](https://github.com/elastic/helm-charts/pull/1077) | [@tuananhnguyen-ct](https://github.com/tuananhnguyen-ct) | [6.8] [logstash] Add support to use pattern files (#883) | -| [#1068](https://github.com/elastic/helm-charts/pull/1068) | [@elasticmachine](https://github.com/elasticmachine) | Bump 6.8 branch to 6.8.15-SNAPSHOT | +| PR | Author | Title | +|-----------------------------------------------------------|----------------------------------------------------------|------------------------------------------------------------------| +| [#1092](https://github.com/elastic/helm-charts/pull/1092) | [@ebuildy](https://github.com/ebuildy) | [6.8] [apm-server] Add option loadBalancerIP to service (#1075) | +| [#1080](https://github.com/elastic/helm-charts/pull/1080) | [@jmlrt](https://github.com/jmlrt) | [6.8] [meta] bump helm support to 3.5.2 (#1065) | +| [#952](https://github.com/elastic/helm-charts/pull/952) | [@jmlrt](https://github.com/jmlrt) | [6.8] [meta] enable filebeat and metricbeat upgrade test | +| [#1077](https://github.com/elastic/helm-charts/pull/1077) | [@tuananhnguyen-ct](https://github.com/tuananhnguyen-ct) | [6.8] [logstash] Add support to use pattern files (#883) | +| [#1068](https://github.com/elastic/helm-charts/pull/1068) | [@elasticmachine](https://github.com/elasticmachine) | Bump 6.8 branch to 6.8.15-SNAPSHOT | ## 7.11.2 @@ -254,11 +283,11 @@ * 7.11.2 as default version. -| PR | Author | Title | -| --- | --- | --- | -| [#1081](https://github.com/elastic/helm-charts/pull/1081) | [@jmlrt](https://github.com/jmlrt) | [7.11] [meta] bump helm support to 3.5.2 (#1065) | -| [#1078](https://github.com/elastic/helm-charts/pull/1078) | [@tuananhnguyen-ct](https://github.com/tuananhnguyen-ct) | [7.11] [logstash] Add support to use pattern files (#883) | -| [#1072](https://github.com/elastic/helm-charts/pull/1072) | [@elasticmachine](https://github.com/elasticmachine) | Bump 7.11 branch to 7.11.2-SNAPSHOT | +| PR | Author | Title | +|-----------------------------------------------------------|----------------------------------------------------------|-----------------------------------------------------------| +| [#1081](https://github.com/elastic/helm-charts/pull/1081) | [@jmlrt](https://github.com/jmlrt) | [7.11] [meta] bump helm support to 3.5.2 (#1065) | +| [#1078](https://github.com/elastic/helm-charts/pull/1078) | [@tuananhnguyen-ct](https://github.com/tuananhnguyen-ct) | [7.11] [logstash] Add support to use pattern files (#883) | +| [#1072](https://github.com/elastic/helm-charts/pull/1072) | [@elasticmachine](https://github.com/elasticmachine) | Bump 7.11 branch to 7.11.2-SNAPSHOT | ## 7.11.1 @@ -283,17 +312,17 @@ | [#1000](https://github.com/elastic/helm-charts/pull/1000) | [@jmlrt](https://github.com/jmlrt) | [logstash] Disable privileged container in psp | | [#498](https://github.com/elastic/helm-charts/pull/498) | [@desaintmartin](https://github.com/desaintmartin) | [elasticsearch] Add support for NetworkPolicy. | | [#994](https://github.com/elastic/helm-charts/pull/994) | [@kevinsmithwrs](https://github.com/kevinsmithwrs) | [elasticsearch][kibana] Add flexible ingress | -| [#1011](https://github.com/elastic/helm-charts/pull/1011) | [@kwsorensen](https://github.com/kwsorensen) | [filebeat][metricbeat] Update documentation on port collisions for multiple beats agents with hostNetworking enabled. (#997) | -| [#1007](https://github.com/elastic/helm-charts/pull/1007) | [@njgibbon](https://github.com/njgibbon) | [filebeat] Configurable ClusterRole (#978) | -| [#1005](https://github.com/elastic/helm-charts/pull/1005) | [@operatorequals](https://github.com/operatorequals) | [filebeat] Deployment support feature (#964) | +| [#1011](https://github.com/elastic/helm-charts/pull/1011) | [@kwsorensen](https://github.com/kwsorensen) | [filebeat][metricbeat] Update documentation on port collisions for multiple beats agents with hostNetworking enabled. (#997) | +| [#1007](https://github.com/elastic/helm-charts/pull/1007) | [@njgibbon](https://github.com/njgibbon) | [filebeat] Configurable ClusterRole (#978) | +| [#1005](https://github.com/elastic/helm-charts/pull/1005) | [@operatorequals](https://github.com/operatorequals) | [filebeat] Deployment support feature (#964) | | [#985](https://github.com/elastic/helm-charts/pull/985) | [@jmlrt](https://github.com/jmlrt) | [all] Add hostaliases (#970) | -| [#982](https://github.com/elastic/helm-charts/pull/982) | [@unki](https://github.com/unki) | [elasticsearch] Add emptyDir to podSecurityPolicy as allowed volume-type (#975) | +| [#982](https://github.com/elastic/helm-charts/pull/982) | [@unki](https://github.com/unki) | [elasticsearch] Add emptyDir to podSecurityPolicy as allowed volume-type (#975) | | [#974](https://github.com/elastic/helm-charts/pull/974) | [@jmlrt](https://github.com/jmlrt) | [meta] Add config for backport (#971) | -| [#959](https://github.com/elastic/helm-charts/pull/959) | [@ebuildy](https://github.com/ebuildy) | [kibana] Add service.httpPortName config in chart (#843) | -| [#956](https://github.com/elastic/helm-charts/pull/956) | [@david92rl](https://github.com/david92rl) | [apm-server] Add missing fields to HPA (#782) | +| [#959](https://github.com/elastic/helm-charts/pull/959) | [@ebuildy](https://github.com/ebuildy) | [kibana] Add service.httpPortName config in chart (#843) | +| [#956](https://github.com/elastic/helm-charts/pull/956) | [@david92rl](https://github.com/david92rl) | [apm-server] Add missing fields to HPA (#782) | | [#951](https://github.com/elastic/helm-charts/pull/951) | [@jmlrt](https://github.com/jmlrt) | [meta] Enable metricbeat upgrade test (#940) | -| [#946](https://github.com/elastic/helm-charts/pull/946) | [@micborens](https://github.com/micborens) | [logstash] Add rbac custom annotations (#764) | -| [#943](https://github.com/elastic/helm-charts/pull/943) | [@cloudziu](https://github.com/cloudziu) | [elasticsearch] Statefulset empty initContainers fix (#795) | +| [#946](https://github.com/elastic/helm-charts/pull/946) | [@micborens](https://github.com/micborens) | [logstash] Add rbac custom annotations (#764) | +| [#943](https://github.com/elastic/helm-charts/pull/943) | [@cloudziu](https://github.com/cloudziu) | [elasticsearch] Statefulset empty initContainers fix (#795) | | [#938](https://github.com/elastic/helm-charts/pull/938) | [@jmlrt](https://github.com/jmlrt) | [meta] Stabilize CI tests (#935) | | [#928](https://github.com/elastic/helm-charts/pull/928) | [@jmlrt](https://github.com/jmlrt) | [meta] Remove version from dev install section title | | [#923](https://github.com/elastic/helm-charts/pull/923) | [@jmlrt](https://github.com/jmlrt) | [meta] Remove support for k8s <1.14 & helm <2.17.0 (#916) | @@ -320,16 +349,16 @@ | [#1000](https://github.com/elastic/helm-charts/pull/1000) | [@jmlrt](https://github.com/jmlrt) | [logstash] Disable privileged container in psp | | [#498](https://github.com/elastic/helm-charts/pull/498) | [@desaintmartin](https://github.com/desaintmartin) | [elasticsearch] Add support for NetworkPolicy. | | [#994](https://github.com/elastic/helm-charts/pull/994) | [@kevinsmithwrs](https://github.com/kevinsmithwrs) | [elasticsearch][kibana] Add flexible ingress | -| [#1009](https://github.com/elastic/helm-charts/pull/1009) | [@kwsorensen](https://github.com/kwsorensen) | [filebeat][metricbeat] Update documentation on port collisions for multiple beats agents with hostNetworking enabled. (#997) | -| [#1006](https://github.com/elastic/helm-charts/pull/1006) | [@njgibbon](https://github.com/njgibbon) | [filebeat] Configurable ClusterRole (#978) | -| [#1004](https://github.com/elastic/helm-charts/pull/1004) | [@operatorequals](https://github.com/operatorequals) | [filebeat] Deployment support feature (#964) | +| [#1009](https://github.com/elastic/helm-charts/pull/1009) | [@kwsorensen](https://github.com/kwsorensen) | [filebeat][metricbeat] Update documentation on port collisions for multiple beats agents with hostNetworking enabled. (#997) | +| [#1006](https://github.com/elastic/helm-charts/pull/1006) | [@njgibbon](https://github.com/njgibbon) | [filebeat] Configurable ClusterRole (#978) | +| [#1004](https://github.com/elastic/helm-charts/pull/1004) | [@operatorequals](https://github.com/operatorequals) | [filebeat] Deployment support feature (#964) | | [#983](https://github.com/elastic/helm-charts/pull/983) | [@jmlrt](https://github.com/jmlrt) | [all] Add hostaliases (#970) | -| [#980](https://github.com/elastic/helm-charts/pull/980) | [@unki](https://github.com/unki) | [elasticsearch] Add emptyDir to podSecurityPolicy as allowed volume-type (#975) | +| [#980](https://github.com/elastic/helm-charts/pull/980) | [@unki](https://github.com/unki) | [elasticsearch] Add emptyDir to podSecurityPolicy as allowed volume-type (#975) | | [#972](https://github.com/elastic/helm-charts/pull/972) | [@jmlrt](https://github.com/jmlrt) | [meta] Add config for backport (#971) | -| [#957](https://github.com/elastic/helm-charts/pull/957) | [@ebuildy](https://github.com/ebuildy) | [kibana] Add service.httpPortName config in chart (#843) | -| [#954](https://github.com/elastic/helm-charts/pull/954) | [@david92rl](https://github.com/david92rl) | [apm-server] Add missing fields to HPA (#782) | -| [#944](https://github.com/elastic/helm-charts/pull/944) | [@micborens](https://github.com/micborens) | [logstash] Add rbac custom annotations (#764) | -| [#941](https://github.com/elastic/helm-charts/pull/941) | [@cloudziu](https://github.com/cloudziu) | [elasticsearch] Statefulset empty initContainers fix (#795) | +| [#957](https://github.com/elastic/helm-charts/pull/957) | [@ebuildy](https://github.com/ebuildy) | [kibana] Add service.httpPortName config in chart (#843) | +| [#954](https://github.com/elastic/helm-charts/pull/954) | [@david92rl](https://github.com/david92rl) | [apm-server] Add missing fields to HPA (#782) | +| [#944](https://github.com/elastic/helm-charts/pull/944) | [@micborens](https://github.com/micborens) | [logstash] Add rbac custom annotations (#764) | +| [#941](https://github.com/elastic/helm-charts/pull/941) | [@cloudziu](https://github.com/cloudziu) | [elasticsearch] Statefulset empty initContainers fix (#795) | | [#936](https://github.com/elastic/helm-charts/pull/936) | [@jmlrt](https://github.com/jmlrt) | [meta] Stabilize CI tests (#935) | | [#921](https://github.com/elastic/helm-charts/pull/921) | [@jmlrt](https://github.com/jmlrt) | [meta] Remove support for k8s <1.14 & helm <2.17.0 (#916) | | [#918](https://github.com/elastic/helm-charts/pull/918) | [@jmlrt](https://github.com/jmlrt) | [meta] Upgrade test (#907) | @@ -354,9 +383,9 @@ | PR | Author | Title | |-----------------------------------------------------------|------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------| | [#1017](https://github.com/elastic/helm-charts/pull/1017) | [@jmlrt](https://github.com/jmlrt) | NIT Update backport config and small doc fixes | -| [#1010](https://github.com/elastic/helm-charts/pull/1010) | [@kwsorensen](https://github.com/kwsorensen) | [filebeat][metricbeat] Update documentation on port collisions for multiple beats agents with hostNetworking enabled. (#997) | +| [#1010](https://github.com/elastic/helm-charts/pull/1010) | [@kwsorensen](https://github.com/kwsorensen) | [filebeat][metricbeat] Update documentation on port collisions for multiple beats agents with hostNetworking enabled. (#997) | | [#984](https://github.com/elastic/helm-charts/pull/984) | [@jmlrt](https://github.com/jmlrt) | [7.10] [all] add hostaliases (#970) | -| [#981](https://github.com/elastic/helm-charts/pull/981) | [@unki](https://github.com/unki) | [7.10] elasticsearch: add emptyDir to podSecurityPolicy as allowed volume-type (#975) | +| [#981](https://github.com/elastic/helm-charts/pull/981) | [@unki](https://github.com/unki) | [7.10] elasticsearch: add emptyDir to podSecurityPolicy as allowed volume-type (#975) | | [#987](https://github.com/elastic/helm-charts/pull/987) | [@jmlrt](https://github.com/jmlrt) | [7.10] [meta] bump helm to 3.4.2 (#977) | | [#968](https://github.com/elastic/helm-charts/pull/968) | [@elasticmachine](https://github.com/elasticmachine) | Bump version to 7.10.2-SNAPSHOT | | [#973](https://github.com/elastic/helm-charts/pull/973) | [@jmlrt](https://github.com/jmlrt) | [7.10] [meta] add config for backport (#971) | @@ -369,11 +398,11 @@ | PR | Author | Title | |---------------------------------------------------------|------------------------------------------------------|-----------------------------------------------------------------| -| [#958](https://github.com/elastic/helm-charts/pull/958) | [@ebuildy](https://github.com/ebuildy) | [7.10] [kibana] add service.httpPortName config in chart (#843) | -| [#955](https://github.com/elastic/helm-charts/pull/955) | [@david92rl](https://github.com/david92rl) | [7.10] [apm-server] Add missing fields to HPA (#782) | +| [#958](https://github.com/elastic/helm-charts/pull/958) | [@ebuildy](https://github.com/ebuildy) | [7.10] [kibana] add service.httpPortName config in chart (#843) | +| [#955](https://github.com/elastic/helm-charts/pull/955) | [@david92rl](https://github.com/david92rl) | [7.10] [apm-server] Add missing fields to HPA (#782) | | [#950](https://github.com/elastic/helm-charts/pull/950) | [@jmlrt](https://github.com/jmlrt) | [7.10] [meta] enable metricbeat upgrade test (#940) | -| [#945](https://github.com/elastic/helm-charts/pull/945) | [@micborens](https://github.com/micborens) | [7.10] [logstash] add rbac custom annotations (#764) | -| [#942](https://github.com/elastic/helm-charts/pull/942) | [@cloudziu](https://github.com/cloudziu) | [7.10] ES Statefulset empty initContainers fix (#795) | +| [#945](https://github.com/elastic/helm-charts/pull/945) | [@micborens](https://github.com/micborens) | [7.10] [logstash] add rbac custom annotations (#764) | +| [#942](https://github.com/elastic/helm-charts/pull/942) | [@cloudziu](https://github.com/cloudziu) | [7.10] ES Statefulset empty initContainers fix (#795) | | [#932](https://github.com/elastic/helm-charts/pull/932) | [@elasticmachine](https://github.com/elasticmachine) | Bump 7.10 branch to 7.10.1-SNAPSHOT | | [#937](https://github.com/elastic/helm-charts/pull/937) | [@jmlrt](https://github.com/jmlrt) | [7.10] [meta] stabilize CI tests (#935) | @@ -454,9 +483,9 @@ ### Elasticsearch -| PR | Author | Title | -|---------------------------------------------------------|------------------------------------------|-------------------------------------------| -| [#729](https://github.com/elastic/helm-charts/pull/729) | [@floretan](https://github.com/floretan) | Include pre-releases in the semver range. | +| PR | Author | Title | +|---------------------------------------------------------|--------------------------------------------------------|-----------------------------------------------| +| [#729](https://github.com/elastic/helm-charts/pull/729) | [@floretan](https://github.com/floretan) | Include pre-releases in the semver range. | | [#810](https://github.com/elastic/helm-charts/pull/810) | [@luanguimaraesla](https://github.com/luanguimaraesla) | Add loadBalancer externalTrafficPolicy option | | [#778](https://github.com/elastic/helm-charts/pull/811) | [@jmlrt ](https://github.com/jmlrt) | Fix secrets names in examples | @@ -919,7 +948,7 @@ | PR | Author | Title | |---------------------------------------------------------|--------------------------------------------------|---------------------------------------------------------------------------| | [#330](https://github.com/elastic/helm-charts/pull/330) | [@tusciucalecs](https://github.com/tusciucalecs) | Support fullnameOverride | -| [#321](https://github.com/elastic/helm-charts/pull/321) | [@pbecotte](https://github.com/pbecotte) | Use host networking so that the stats have the correct node information | +| [#321](https://github.com/elastic/helm-charts/pull/321) | [@pbecotte](https://github.com/pbecotte) | Use host networking so that the stats have the correct node information | | [#322](https://github.com/elastic/helm-charts/pull/322) | [@pbecotte](https://github.com/pbecotte) | Use a list for extra volume mounts to match the comments and other values | ### Kibana diff --git a/README.md b/README.md index 92a809c8e..15deef1e5 100644 --- a/README.md +++ b/README.md @@ -5,15 +5,17 @@ -- [Elastic Stack Kubernetes Helm Charts](#elastic-stack-kubernetes-helm-charts) - - [Charts](#charts) - - [Supported Configurations](#supported-configurations) - - [Stack Versions](#stack-versions) - - [Kubernetes Versions](#kubernetes-versions) - - [Helm Versions](#helm-versions) - - [ECK](#eck) + +- [Charts](#charts) +- [Supported Configurations](#supported-configurations) + - [Stack Versions](#stack-versions) + - [Kubernetes Versions](#kubernetes-versions) + - [Helm Versions](#helm-versions) +- [ECK](#eck) + + ## Charts @@ -43,12 +45,12 @@ Note that only the released charts coming from [Elastic Helm repo][] or | Chart | Latest 7 Version | Latest 6 Version | |--------------------------------------------|----------------------------------------------|------------------------------------| -| [APM-Server](./apm-server/README.md) | [`7.16.3`][apm-7] (Beta since 7.7.0) | [`6.8.22`][apm-6] (Alpha) | -| [Elasticsearch](./elasticsearch/README.md) | [`7.16.3`][elasticsearch-7] (GA since 7.7.0) | [`6.8.22`][elasticsearch-6] (Beta) | -| [Filebeat](./filebeat/README.md) | [`7.16.3`][filebeat-7] (GA since 7.7.0) | [`6.8.22`][filebeat-6] (Beta) | -| [Kibana](./kibana/README.md) | [`7.16.3`][kibana-7] (GA since 7.7.0) | [`6.8.22`][kibana-6] (Beta) | -| [Logstash](./logstash/README.md) | [`7.16.3`][logstash-7] (Beta since 7.5.0) | [`6.8.22`][logstash-6] (Beta) | -| [Metricbeat](./metricbeat/README.md) | [`7.16.3`][metricbeat-7] (GA since 7.7.0) | [`6.8.22`][metricbeat-6] (Beta) | +| [APM-Server](./apm-server/README.md) | [`7.17.1`][apm-7] (Beta since 7.7.0) | [`6.8.22`][apm-6] (Alpha) | +| [Elasticsearch](./elasticsearch/README.md) | [`7.17.1`][elasticsearch-7] (GA since 7.7.0) | [`6.8.22`][elasticsearch-6] (Beta) | +| [Filebeat](./filebeat/README.md) | [`7.17.1`][filebeat-7] (GA since 7.7.0) | [`6.8.22`][filebeat-6] (Beta) | +| [Kibana](./kibana/README.md) | [`7.17.1`][kibana-7] (GA since 7.7.0) | [`6.8.22`][kibana-6] (Beta) | +| [Logstash](./logstash/README.md) | [`7.17.1`][logstash-7] (Beta since 7.5.0) | [`6.8.22`][logstash-6] (Beta) | +| [Metricbeat](./metricbeat/README.md) | [`7.17.1`][metricbeat-7] (GA since 7.7.0) | [`6.8.22`][metricbeat-6] (Beta) | ### Kubernetes Versions @@ -81,15 +83,15 @@ Kubernetes. There is a dedicated Helm chart for ECK which can be found [helpers/matrix.yml]: https://github.com/elastic/helm-charts/blob/main/helpers/matrix.yml [operator pattern]: https://kubernetes.io/docs/concepts/extend-kubernetes/operator/ [elasticsearch-771]: https://github.com/elastic/helm-charts/tree/7.7.1/elasticsearch/ -[apm-7]: https://github.com/elastic/helm-charts/tree/7.16/apm-server/README.md +[apm-7]: https://github.com/elastic/helm-charts/tree/7.17/apm-server/README.md [apm-6]: https://github.com/elastic/helm-charts/tree/6.8/apm-server/README.md -[elasticsearch-7]: https://github.com/elastic/helm-charts/tree/7.16/elasticsearch/README.md +[elasticsearch-7]: https://github.com/elastic/helm-charts/tree/7.17/elasticsearch/README.md [elasticsearch-6]: https://github.com/elastic/helm-charts/tree/6.8/elasticsearch/README.md -[filebeat-7]: https://github.com/elastic/helm-charts/tree/7.16/filebeat/README.md +[filebeat-7]: https://github.com/elastic/helm-charts/tree/7.17/filebeat/README.md [filebeat-6]: https://github.com/elastic/helm-charts/tree/6.8/filebeat/README.md -[kibana-7]: https://github.com/elastic/helm-charts/tree/7.16/kibana/README.md +[kibana-7]: https://github.com/elastic/helm-charts/tree/7.17/kibana/README.md [kibana-6]: https://github.com/elastic/helm-charts/tree/6.8/kibana/README.md -[logstash-7]: https://github.com/elastic/helm-charts/tree/7.16/logstash/README.md +[logstash-7]: https://github.com/elastic/helm-charts/tree/7.17/logstash/README.md [logstash-6]: https://github.com/elastic/helm-charts/tree/6.8/logstash/README.md -[metricbeat-7]: https://github.com/elastic/helm-charts/tree/7.16/metricbeat/README.md +[metricbeat-7]: https://github.com/elastic/helm-charts/tree/7.17/metricbeat/README.md [metricbeat-6]: https://github.com/elastic/helm-charts/tree/6.8/metricbeat/README.md diff --git a/apm-server/README.md b/apm-server/README.md index 0472fedd8..a3745cbab 100644 --- a/apm-server/README.md +++ b/apm-server/README.md @@ -11,11 +11,12 @@ provided as-is with no warranties. Alpha features are not subject to the support SLA of official GA features (see [supported configurations][] for more details). -**Warning**: This branch is used for development, please use the latest [7.x][] release for released version. +**Warning**: This branch is used for development, please use the latest [7.x][] release for released version. + - [Requirements](#requirements) - [Installing](#installing) - [Install released version using Helm repository](#install-released-version-using-helm-repository) @@ -29,7 +30,7 @@ SLA of official GA features (see [supported configurations][] for more details). - + ## Requirements diff --git a/elasticsearch/README.md b/elasticsearch/README.md index 3bbf42a06..3340f60b1 100644 --- a/elasticsearch/README.md +++ b/elasticsearch/README.md @@ -38,7 +38,7 @@ This Helm chart is a lightweight way to configure and run our official - + ## Requirements @@ -118,7 +118,7 @@ support multiple versions with minimal changes. | `envFrom` | Templatable string to be passed to the [environment from variables][] which will be appended to the `envFrom:` definition for the container | `[]` | | `esConfig` | Allows you to add any config files in `/usr/share/elasticsearch/config/` such as `elasticsearch.yml` and `log4j2.properties`. See [values.yaml][] for an example of the formatting | `{}` | | `esJavaOpts` | [Java options][] for Elasticsearch. This is where you could configure the [jvm heap size][] | `""` | -| `esJvmOptions` | [Java options][] for Elasticsearch. Override the default JVM options by adding custom options files . See [values.yaml][] for an example of the formatting | `{}` | +| `esJvmOptions` | [Java options][] for Elasticsearch. Override the default JVM options by adding custom options files . See [values.yaml][] for an example of the formatting | `{}` | | `esMajorVersion` | Deprecated. Instead, use the version of the chart corresponding to your ES minor version. Used to set major version specific configuration. If you are using a custom image and not running the default Elasticsearch version you will need to set this to the version you are running (e.g. `esMajorVersion: 6`) | `""` | | `extraContainers` | Templatable string of additional `containers` to be passed to the `tpl` function | `""` | | `extraEnvs` | Extra [environment variables][] which will be appended to the `env:` definition for the container | `[]` | @@ -161,7 +161,7 @@ support multiple versions with minimal changes. | `roles` | A list with the specific [roles][] for the `nodeGroup` | see [values.yaml][] | | `schedulerName` | Name of the [alternate scheduler][] | `""` | | `secret.enabled` | Enable Secret creation for Elasticsearch credentials | `true` | -| `secret.password` | Initial password for the elastic user | `""` (generated randomly) | +| `secret.password` | Initial password for the elastic user | `""` (generated randomly) | | `secretMounts` | Allows you easily mount a secret as a file inside the StatefulSet. Useful for mounting certificates and other secrets. See [values.yaml][] for an example | `[]` | | `securityContext` | Allows you to set the [securityContext][] for the container | see [values.yaml][] | | `service.annotations` | [LoadBalancer annotations][] that Kubernetes will use for the service. This will configure load balancer if `service.type` is `LoadBalancer` | `{}` | @@ -267,7 +267,7 @@ sufficient. ### How to deploy clusters with security (authentication and TLS) enabled? This Helm chart can generate a [Kubernetes Secret][] or use an existing one to -setup Elastic credentials. +setup Elastic credentials. This Helm chart can use existing [Kubernetes Secret][] to setup Elastic certificates for example. These secrets should be created outside of this chart diff --git a/filebeat/README.md b/filebeat/README.md index 6d8911820..1624113fc 100644 --- a/filebeat/README.md +++ b/filebeat/README.md @@ -30,7 +30,7 @@ This Helm chart is a lightweight way to configure and run our official - + ## Requirements diff --git a/kibana/README.md b/kibana/README.md index 5ad8ee162..c581c21ba 100644 --- a/kibana/README.md +++ b/kibana/README.md @@ -28,7 +28,7 @@ This Helm chart is a lightweight way to configure and run our official - + ## Requirements diff --git a/logstash/README.md b/logstash/README.md index 78b5d0501..4e112ccee 100644 --- a/logstash/README.md +++ b/logstash/README.md @@ -31,7 +31,7 @@ SLA of official GA features (see [supported configurations][] for more details). - + ## Requirements diff --git a/metricbeat/README.md b/metricbeat/README.md index a80cdf4e2..46ddab389 100644 --- a/metricbeat/README.md +++ b/metricbeat/README.md @@ -30,7 +30,7 @@ This Helm chart is a lightweight way to configure and run our official - + ## Requirements