Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions BREAKING_CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->


- [7.8.1 - 2020/07/28](#781---20200728)
- [Add headless Service for StatefulSet](#add-headless-service-for-statefulset)
- [6.8.11 - 2020/07/28](#6811---20200728)
- [7.8.0 - 2020/06/18](#780---20200618)
- [Stable Elasticsearch deprecated](#stable-elasticsearch-deprecated)
- [APM Server memory limit](#apm-server-memory-limit)
Expand All @@ -29,6 +32,26 @@
<!-- docker run --rm -it -v $(pwd):/usr/src jorgeandrada/doctoc --github -->


# 7.8.1 - 2020/07/28

### Add headless Service for StatefulSet

A headless `Service` has been added to Logstash chart in [#695][].

The headless `Service` is required for `Statefulsets`. Helm 2 allowed
deploying a `Statefulset` without a `serviceName`, however Helm 3 enforces this
requirement and fails if `serviceName` is missing.

`Statefulset` does not accept the `serviceName` field update during release upgrades.
Upgrading the Logstash chart from a previous version will require using
`helm upgrade --force`.

Comment thread
jmlrt marked this conversation as resolved.

# 6.8.11 - 2020/07/28

See [7.8.1 Breaking changes](#781---20200728)


# 7.8.0 - 2020/06/18

### Stable Elasticsearch deprecated
Expand Down Expand Up @@ -226,6 +249,7 @@ volumeClaimTemplate:
[#621]: https://github.com/elastic/helm-charts/pull/621
[#623]: https://github.com/elastic/helm-charts/pull/623
[#664]: https://github.com/elastic/helm-charts/pull/664
[#695]: https://github.com/elastic/helm-charts/pull/695
[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 elasticsearch chart]: https://github.com/elastic/helm-charts/tree/master/elasticsearch
Expand Down
136 changes: 103 additions & 33 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,100 +3,170 @@
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->


- [7.8.0 - 2020/06/18](#780---20200618)
- [7.8.1 - 2020/07/28](#781---20200728)
- [APM Server](#apm-server)
- [Elasticsearch](#elasticsearch)
- [Logstash](#logstash)
- [7.7.1 - 2020/06/03](#771---20200603)
- [Elasticsearch](#elasticsearch-1)
- [Filebeat](#filebeat)
- [Kibana](#kibana)
- [Logstash](#logstash)
- [Metricbeat](#metricbeat)
- [6.8.10 - 2020/06/03](#6810---20200603)
- [7.7.0 - 2020/05/13](#770---20200513)
- [6.8.11 - 2020/07/28](#6811---20200728)
- [7.8.0 - 2020/06/18](#780---20200618)
- [APM Server](#apm-server-1)
- [Elasticsearch](#elasticsearch-1)
- [Logstash](#logstash-1)
- [7.7.1 - 2020/06/03](#771---20200603)
- [Elasticsearch](#elasticsearch-2)
- [Filebeat](#filebeat)
- [Kibana](#kibana-1)
- [Logstash](#logstash-1)
- [Metricbeat](#metricbeat-1)
- [6.8.9 - 2020/05/13](#689---20200513)
- [7.6.2 - 2020/03/31](#762---20200331)
- [6.8.10 - 2020/06/03](#6810---20200603)
- [7.7.0 - 2020/05/13](#770---20200513)
- [APM Server](#apm-server-2)
- [Elasticsearch](#elasticsearch-3)
- [Filebeat](#filebeat-1)
- [Kibana](#kibana-2)
- [Logstash](#logstash-2)
- [7.6.1 - 2020/03/04](#761---20200304)
- [Metricbeat](#metricbeat-2)
- [6.8.9 - 2020/05/13](#689---20200513)
- [7.6.2 - 2020/03/31](#762---20200331)
- [APM Server](#apm-server-3)
- [Elasticsearch](#elasticsearch-4)
- [7.6.0 - 2020/02/11](#760---20200211)
- [APM Server](#apm-server-4)
- [Elasticsearch](#elasticsearch-5)
- [Filebeat](#filebeat-2)
- [Kibana](#kibana-3)
- [Logstash](#logstash-3)
- [Metricbeat](#metricbeat-2)
- [7.5.2 - 2020/01/21](#752---20200121)
- [7.6.1 - 2020/03/04](#761---20200304)
- [APM Server](#apm-server-4)
- [Elasticsearch](#elasticsearch-5)
- [7.6.0 - 2020/02/11](#760---20200211)
- [APM Server](#apm-server-5)
- [Elasticsearch](#elasticsearch-6)
- [Filebeat](#filebeat-3)
- [Kibana](#kibana-4)
- [Logstash](#logstash-4)
- [Metricbeat](#metricbeat-3)
- [7.5.1 - 2019/12/18](#751---20191218)
- [7.5.2 - 2020/01/21](#752---20200121)
- [Elasticsearch](#elasticsearch-7)
- [Filebeat](#filebeat-4)
- [Kibana](#kibana-5)
- [Logstash](#logstash-5)
- [Metricbeat](#metricbeat-4)
- [7.5.0 - 2019/12/02](#750---20191202)
- [Elasticsearch](#elasticsearch-7)
- [7.5.1 - 2019/12/18](#751---20191218)
- [Filebeat](#filebeat-5)
- [Kibana](#kibana-6)
- [Logstash](#logstash-5)
- [Metricbeat](#metricbeat-5)
- [7.4.1 - 2019/10/23](#741---20191023)
- [7.5.0 - 2019/12/02](#750---20191202)
- [Elasticsearch](#elasticsearch-8)
- [Filebeat](#filebeat-6)
- [Kibana](#kibana-7)
- [Logstash](#logstash-6)
- [Metricbeat](#metricbeat-6)
- [7.4.0 - 2019/10/01](#740---20191001)
- [7.4.1 - 2019/10/23](#741---20191023)
- [Elasticsearch](#elasticsearch-9)
- [Kibana](#kibana-8)
- [Filebeat](#filebeat-6)
- [Metricbeat](#metricbeat-7)
- [7.3.2 - 2019/09/19](#732---20190919)
- [7.4.0 - 2019/10/01](#740---20191001)
- [Elasticsearch](#elasticsearch-10)
- [Kibana](#kibana-9)
- [Filebeat](#filebeat-7)
- [Metricbeat](#metricbeat-8)
- [7.3.0 - 2019/07/31](#730---20190731)
- [7.3.2 - 2019/09/19](#732---20190919)
- [Elasticsearch](#elasticsearch-11)
- [Kibana](#kibana-10)
- [7.2.1-0 - 2019/07/18](#721-0---20190718)
- [Elasticsearch](#elasticsearch-12)
- [Kibana](#kibana-11)
- [Filebeat](#filebeat-8)
- [Metricbeat](#metricbeat-9)
- [7.2.0 - 2019/07/01](#720---20190701)
- [7.3.0 - 2019/07/31](#730---20190731)
- [Elasticsearch](#elasticsearch-12)
- [Kibana](#kibana-11)
- [7.2.1-0 - 2019/07/18](#721-0---20190718)
- [Elasticsearch](#elasticsearch-13)
- [Kibana](#kibana-12)
- [Filebeat](#filebeat-9)
- [7.1.1 - 2019/06/07](#711---20190607)
- [Metricbeat](#metricbeat-10)
- [7.2.0 - 2019/07/01](#720---20190701)
- [Elasticsearch](#elasticsearch-14)
- [Kibana](#kibana-13)
- [Filebeat](#filebeat-10)
- [7.1.0 - 2019/05/21](#710---20190521)
- [7.1.1 - 2019/06/07](#711---20190607)
- [Elasticsearch](#elasticsearch-15)
- [Kibana](#kibana-14)
- [Filebeat](#filebeat-11)
- [7.0.1-alpha1 - 2019/05/01](#701-alpha1---20190501)
- [7.1.0 - 2019/05/21](#710---20190521)
- [Elasticsearch](#elasticsearch-16)
- [Kibana](#kibana-15)
- [7.0.0-alpha1 - 2019/04/17](#700-alpha1---20190417)
- [Filebeat](#filebeat-12)
- [7.0.1-alpha1 - 2019/05/01](#701-alpha1---20190501)
- [Elasticsearch](#elasticsearch-17)
- [Kibana](#kibana-16)
- [7.0.0-alpha1 - 2019/04/17](#700-alpha1---20190417)
- [Elasticsearch](#elasticsearch-18)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->
<!-- Use this to update TOC: -->
<!-- docker run --rm -it -v $(pwd):/usr/src jorgeandrada/doctoc --github -->


## 7.8.1 - 2020/07/28

* 7.8.1 as the default stack version
* Some documentation fixes and improvements ([@ArthurFritz](https://github.com/ArthurFritz), [@fatmcgav](https://github.com/fatmcgav) and [AhmedSamirAhmed](https://github.com/AhmedSamirAhmed))
* Some improvements in CI tests jobs in ([@jmlrt](https://github.com/jmlrt)) and [@fatmcgav](https://github.com/fatmcgav))

### APM Server

| PR | Author | Title |
|---------------------------------------------------------|----------------------------------------------------|--------------------------------|
| [#686](https://github.com/elastic/helm-charts/pull/686) | [@jim-barber-he](https://github.com/jim-barber-he) | Add ServiceAccount annotations |

### Elasticsearch

| PR | Author | Title |
|---------------------------------------------------------|----------------------------------------------------|----------------------------------------------------------------------------------|
| [#655](https://github.com/elastic/helm-charts/pull/655) | [@mephinet](https://github.com/mephinet) | `podSecurityContext.runAsUser` needs to be nulled as well for Openshift |
| [#686](https://github.com/elastic/helm-charts/pull/686) | [@jim-barber-he](https://github.com/jim-barber-he) | Add ServiceAccount annotations |
| [#665](https://github.com/elastic/helm-charts/pull/665) | [@desaintmartin](https://github.com/desaintmartin) | Set PVC labels through setting all StatefulSet labels to its volumeClaimTemplate |
| [#670](https://github.com/elastic/helm-charts/pull/670) | [@xario](https://github.com/xario) | Update `elasticsearch.endpoints` to use `elasticsearch.uname` |
| [#727](https://github.com/elastic/helm-charts/pull/727) | [@fhaase2](https://github.com/fhaase2) | Update test image pull policy |

### Filebeat

| PR | Author | Title |
|---------------------------------------------------------|----------------------------------------------------|--------------------------------------------|
| [#686](https://github.com/elastic/helm-charts/pull/686) | [@jim-barber-he](https://github.com/jim-barber-he) | Add ServiceAccount annotations |
| [#704](https://github.com/elastic/helm-charts/pull/704) | [@bmilescu](https://github.com/bmilescu) | Add permission to list nodes |
| [#699](https://github.com/elastic/helm-charts/pull/699) | [@jmlrt](https://github.com/jmlrt) | Document probe workaround for Kafka output |

### Kibana

| PR | Author | Title |
|---------------------------------------------------------|----------------------------------------------------|--------------------------------------------|
| [#726](https://github.com/elastic/helm-charts/pull/726) | [@debojitkakoti ](https://github.com/debojitkakoti ) | Add loadbalancerIP to Service spec |


### Logstash

| PR | Author | Title |
|---------------------------------------------------------|----------------------------------------------------|-------------------------------------------|
| [#686](https://github.com/elastic/helm-charts/pull/686) | [@jim-barber-he](https://github.com/jim-barber-he) | Add ServiceAccount annotations |
| [#695](https://github.com/elastic/helm-charts/pull/695) | [@jmlrt](https://github.com/jmlrt) | Add headless service for StatefulSet |
| [#712](https://github.com/elastic/helm-charts/pull/712) | [@kksudo](https://github.com/kksudo) | Support creating secrets |
| [#723](https://github.com/elastic/helm-charts/pull/723) | [@kksudo](https://github.com/kksudo) | Restart pod when the secrets have changed |

### Metricbeat

| PR | Author | Title |
|---------------------------------------------------------|------------------------------------------------------|-------------------------------------------------|
| [#686](https://github.com/elastic/helm-charts/pull/686) | [@jim-barber-he](https://github.com/jim-barber-he) | Add ServiceAccount annotations support |
| [#713](https://github.com/elastic/helm-charts/pull/713) | [@kernkonzentrat](https://github.com/kernkonzentrat) | Add DaemonSet and Deployment annotation support |
| [#716](https://github.com/elastic/helm-charts/pull/716) | [@erihanse](https://github.com/erihanse) | Make DaemonSet and Deployment optional |
| [#387](https://github.com/elastic/helm-charts/pull/387) | [@SergK](https://github.com/SergK) | Make kube-state-metrics optional |


## 6.8.11 - 2020/07/28

* 6.8.11 as the default stack version
* See [7.8.1 CHANGELOG](#781---20200728) for other changes


## 7.8.0 - 2020/06/18

* 7.8.0 as the default stack version
Expand Down
40 changes: 20 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ added below.

We recommend that the Helm chart version is aligned to the version of the product
you want to deploy. This will ensure that you using a chart version that has been
tested against the corresponding production version.
This will also ensure that the documentation and examples for the chart will work
tested against the corresponding production version.
This will also ensure that the documentation and examples for the chart will work
with the version of the product you are installing.

For example if you want to deploy an Elasticsearch `7.7.1` cluster, use the
Expand All @@ -37,12 +37,12 @@ versions.

| Chart | Docker documentation |Latest 7 Version|Latest 6 Version|
|--------------------------------------------|---------------------------------------------------------------------------------|-----------|-----------|
| [APM-Server](./apm-server/README.md) | https://www.elastic.co/guide/en/apm/server/current/running-on-docker.html |[`7.8.0`][apm-7] |[`6.8.10`][apm-6] |
| [Elasticsearch](./elasticsearch/README.md) | https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html |[`7.8.0`][elasticsearch-7] |[`6.8.10`][elasticsearch-6] |
| [Filebeat](./filebeat/README.md) | https://www.elastic.co/guide/en/beats/filebeat/current/running-on-docker.html |[`7.8.0`][filebeat-7] |[`6.8.10`][filebeat-6] |
| [Kibana](./kibana/README.md) | https://www.elastic.co/guide/en/kibana/current/docker.html |[`7.8.0`][kibana-7] |[`6.8.10`][kibana-6] |
| [Logstash](./logstash/README.md) | https://www.elastic.co/guide/en/logstash/current/docker.html |[`7.8.0`][logstash-7] |[`6.8.10`][logstash-6] |
| [Metricbeat](./metricbeat/README.md) | https://www.elastic.co/guide/en/beats/metricbeat/current/running-on-docker.html |[`7.8.0`][metricbeat-7] |[`6.8.10`][metricbeat-6] |
| [APM-Server](./apm-server/README.md) | https://www.elastic.co/guide/en/apm/server/current/running-on-docker.html |[`7.8.1`][apm-7] |[`6.8.11`][apm-6] |
| [Elasticsearch](./elasticsearch/README.md) | https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html |[`7.8.1`][elasticsearch-7] |[`6.8.11`][elasticsearch-6] |
| [Filebeat](./filebeat/README.md) | https://www.elastic.co/guide/en/beats/filebeat/current/running-on-docker.html |[`7.8.1`][filebeat-7] |[`6.8.11`][filebeat-6] |
| [Kibana](./kibana/README.md) | https://www.elastic.co/guide/en/kibana/current/docker.html |[`7.8.1`][kibana-7] |[`6.8.11`][kibana-6] |
| [Logstash](./logstash/README.md) | https://www.elastic.co/guide/en/logstash/current/docker.html |[`7.8.1`][logstash-7] |[`6.8.11`][logstash-6] |
| [Metricbeat](./metricbeat/README.md) | https://www.elastic.co/guide/en/beats/metricbeat/current/running-on-docker.html |[`7.8.1`][metricbeat-7] |[`6.8.11`][metricbeat-6] |

## Supported Configurations

Expand Down Expand Up @@ -96,15 +96,15 @@ Kubernetes.
[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.8.0/apm-server/README.md
[apm-6]: https://github.com/elastic/helm-charts/tree/6.8.10/apm-server/README.md
[elasticsearch-7]: https://github.com/elastic/helm-charts/tree/7.8.0/elasticsearch/README.md
[elasticsearch-6]: https://github.com/elastic/helm-charts/tree/6.8.10/elasticsearch/README.md
[filebeat-7]: https://github.com/elastic/helm-charts/tree/7.8.0/filebeat/README.md
[filebeat-6]: https://github.com/elastic/helm-charts/tree/6.8.10/filebeat/README.md
[kibana-7]: https://github.com/elastic/helm-charts/tree/7.8.0/kibana/README.md
[kibana-6]: https://github.com/elastic/helm-charts/tree/6.8.10/kibana/README.md
[logstash-7]: https://github.com/elastic/helm-charts/tree/7.8.0/logstash/README.md
[logstash-6]: https://github.com/elastic/helm-charts/tree/6.8.10/logstash/README.md
[metricbeat-7]: https://github.com/elastic/helm-charts/tree/7.8.0/metricbeat/README.md
[metricbeat-6]: https://github.com/elastic/helm-charts/tree/6.8.10/metricbeat/README.md
[apm-7]: https://github.com/elastic/helm-charts/tree/7.8.1/apm-server/README.md
[apm-6]: https://github.com/elastic/helm-charts/tree/6.8.11/apm-server/README.md
[elasticsearch-7]: https://github.com/elastic/helm-charts/tree/7.8.1/elasticsearch/README.md
[elasticsearch-6]: https://github.com/elastic/helm-charts/tree/6.8.11/elasticsearch/README.md
[filebeat-7]: https://github.com/elastic/helm-charts/tree/7.8.1/filebeat/README.md
[filebeat-6]: https://github.com/elastic/helm-charts/tree/6.8.11/filebeat/README.md
[kibana-7]: https://github.com/elastic/helm-charts/tree/7.8.1/kibana/README.md
[kibana-6]: https://github.com/elastic/helm-charts/tree/6.8.11/kibana/README.md
[logstash-7]: https://github.com/elastic/helm-charts/tree/7.8.1/logstash/README.md
[logstash-6]: https://github.com/elastic/helm-charts/tree/6.8.11/logstash/README.md
[metricbeat-7]: https://github.com/elastic/helm-charts/tree/7.8.1/metricbeat/README.md
[metricbeat-6]: https://github.com/elastic/helm-charts/tree/6.8.11/metricbeat/README.md
4 changes: 2 additions & 2 deletions apm-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The design and code is less mature than official GA features and is being
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 [7.8.0][] release
**Warning**: This branch is used for development, please use [7.8.1][] release
for released version.

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
Expand Down Expand Up @@ -140,7 +140,7 @@ Please check [CONTRIBUTING.md][] before any contribution or for any questions
about our development and testing process.


[7.8.0]: https://github.com/elastic/helm-charts/blob/7.8.0/apm-server/README.md
[7.8.1]: https://github.com/elastic/helm-charts/blob/7.8.1/apm-server/README.md
[BREAKING_CHANGES.md]: https://github.com/elastic/helm-charts/blob/master/BREAKING_CHANGES.md
[CHANGELOG.md]: https://github.com/elastic/helm-charts/blob/master/CHANGELOG.md
[CONTRIBUTING.md]: https://github.com/elastic/helm-charts/blob/master/CONTRIBUTING.md
Expand Down
4 changes: 2 additions & 2 deletions elasticsearch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This Helm chart is a lightweight way to configure and run our official
[Elasticsearch Docker image][].

**Warning**: This branch is used for development, please use [7.8.0][] release
**Warning**: This branch is used for development, please use [7.8.1][] release
for supported version.

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
Expand Down Expand Up @@ -382,7 +382,7 @@ about our development and testing process.


[#63]: https://github.com/elastic/helm-charts/issues/63
[7.8.0]: https://github.com/elastic/helm-charts/blob/7.8.0/elasticsearch/README.md
[7.8.1]: https://github.com/elastic/helm-charts/blob/7.8.1/elasticsearch/README.md
[BREAKING_CHANGES.md]: https://github.com/elastic/helm-charts/blob/master/BREAKING_CHANGES.md
[CHANGELOG.md]: https://github.com/elastic/helm-charts/blob/master/CHANGELOG.md
[CONTRIBUTING.md]: https://github.com/elastic/helm-charts/blob/master/CONTRIBUTING.md
Expand Down
Loading