Skip to content

Commit

Permalink
7.12.0 release changelog (elastic#1124)
Browse files Browse the repository at this point in the history
* 7.12.0 changelog

* Update CHANGELOG.md

Co-authored-by: Julien Mailleret <8582351+jmlrt@users.noreply.github.com>

Co-authored-by: Maxime Gréau <maxime.greau@elastic.co>
Co-authored-by: Julien Mailleret <8582351+jmlrt@users.noreply.github.com>
  • Loading branch information
3 people committed Jul 6, 2021
1 parent 50b1216 commit d85942a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 12 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 7.12.0

* 7.12.0 as default version.


| PR | Author | Title |
| --- | --- | --- |
| [#1093](https://github.com/elastic/helm-charts/pull/1093) | [@jmlrt](https://github.com/jmlrt) | [7.x] [apm-server] Add option loadBalancerIP to service (#1075) |


## 6.8.15

* 6.8.15 as default version.
Expand Down
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.11.2`][apm-7] | [`6.8.15`][apm-6] |
| [Elasticsearch](./elasticsearch/README.md) | https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html | [`7.11.2`][elasticsearch-7] | [`6.8.15`][elasticsearch-6] |
| [Filebeat](./filebeat/README.md) | https://www.elastic.co/guide/en/beats/filebeat/current/running-on-docker.html | [`7.11.2`][filebeat-7] | [`6.8.15`][filebeat-6] |
| [Kibana](./kibana/README.md) | https://www.elastic.co/guide/en/kibana/current/docker.html | [`7.11.2`][kibana-7] | [`6.8.15`][kibana-6] |
| [Logstash](./logstash/README.md) | https://www.elastic.co/guide/en/logstash/current/docker.html | [`7.11.2`][logstash-7] | [`6.8.15`][logstash-6] |
| [Metricbeat](./metricbeat/README.md) | https://www.elastic.co/guide/en/beats/metricbeat/current/running-on-docker.html | [`7.11.2`][metricbeat-7] | [`6.8.15`][metricbeat-6] |
| [APM-Server](./apm-server/README.md) | https://www.elastic.co/guide/en/apm/server/current/running-on-docker.html | [`7.12.0`][apm-7] | [`6.8.15`][apm-6] |
| [Elasticsearch](./elasticsearch/README.md) | https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html | [`7.12.0`][elasticsearch-7] | [`6.8.15`][elasticsearch-6] |
| [Filebeat](./filebeat/README.md) | https://www.elastic.co/guide/en/beats/filebeat/current/running-on-docker.html | [`7.12.0`][filebeat-7] | [`6.8.15`][filebeat-6] |
| [Kibana](./kibana/README.md) | https://www.elastic.co/guide/en/kibana/current/docker.html | [`7.12.0`][kibana-7] | [`6.8.15`][kibana-6] |
| [Logstash](./logstash/README.md) | https://www.elastic.co/guide/en/logstash/current/docker.html | [`7.12.0`][logstash-7] | [`6.8.15`][logstash-6] |
| [Metricbeat](./metricbeat/README.md) | https://www.elastic.co/guide/en/beats/metricbeat/current/running-on-docker.html | [`7.12.0`][metricbeat-7] | [`6.8.15`][metricbeat-6] |

## Supported Configurations

Expand Down Expand Up @@ -100,15 +100,15 @@ Kubernetes. There is a dedicated Helm chart for ECK which can be found
[helpers/matrix.yml]: https://github.com/elastic/helm-charts/blob/master/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.11.2/apm-server/README.md
[apm-7]: https://github.com/elastic/helm-charts/tree/7.12.0/apm-server/README.md
[apm-6]: https://github.com/elastic/helm-charts/tree/6.8.15/apm-server/README.md
[elasticsearch-7]: https://github.com/elastic/helm-charts/tree/7.11.2/elasticsearch/README.md
[elasticsearch-7]: https://github.com/elastic/helm-charts/tree/7.12.0/elasticsearch/README.md
[elasticsearch-6]: https://github.com/elastic/helm-charts/tree/6.8.15/elasticsearch/README.md
[filebeat-7]: https://github.com/elastic/helm-charts/tree/7.11.2/filebeat/README.md
[filebeat-7]: https://github.com/elastic/helm-charts/tree/7.12.0/filebeat/README.md
[filebeat-6]: https://github.com/elastic/helm-charts/tree/6.8.15/filebeat/README.md
[kibana-7]: https://github.com/elastic/helm-charts/tree/7.11.2/kibana/README.md
[kibana-7]: https://github.com/elastic/helm-charts/tree/7.12.0/kibana/README.md
[kibana-6]: https://github.com/elastic/helm-charts/tree/6.8.15/kibana/README.md
[logstash-7]: https://github.com/elastic/helm-charts/tree/7.11.2/logstash/README.md
[logstash-7]: https://github.com/elastic/helm-charts/tree/7.12.0/logstash/README.md
[logstash-6]: https://github.com/elastic/helm-charts/tree/6.8.15/logstash/README.md
[metricbeat-7]: https://github.com/elastic/helm-charts/tree/7.11.2/metricbeat/README.md
[metricbeat-7]: https://github.com/elastic/helm-charts/tree/7.12.0/metricbeat/README.md
[metricbeat-6]: https://github.com/elastic/helm-charts/tree/6.8.15/metricbeat/README.md

0 comments on commit d85942a

Please sign in to comment.