From 29f430a9540e4a17e43c69eaaca0147125b19b11 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 --- elasticsearch/README.md | 8 ++++---- filebeat/README.md | 2 +- kibana/README.md | 2 +- logstash/README.md | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/elasticsearch/README.md b/elasticsearch/README.md index 3bbf42a0..3340f60b 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 6d891182..1624113f 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 5ad8ee16..c581c21b 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 78b5d050..4e112cce 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