diff --git a/README.md b/README.md index a7cd75923..237b53c55 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ Helm charts are designed to be a lightweight way to configure our official Docker images. Links to the relevant Docker image documentation has also been added below. -| Chart | Docker documentation | -|--------------------------------------------|---------------------------------------------------------------------------------| +| Chart | Docker documentation | +|--------------------------------------------|-----------------------------------------------------------------------------| | [APM-Server](./apm-server/README.md) | https://www.elastic.co/guide/en/apm/server/6.8/running-on-docker.html | | [Elasticsearch](./elasticsearch/README.md) | https://www.elastic.co/guide/en/elasticsearch/reference/6.8/docker.html | | [Filebeat](./filebeat/README.md) | https://www.elastic.co/guide/en/beats/filebeat/6.8/running-on-docker.html | @@ -43,6 +43,7 @@ Note that only the released charts coming from [Elastic Helm repo][] or | | Elasticsearch | Kibana | Logstash | Filebeat | Metricbeat | APM Server | |-----|---------------|--------|----------|----------|------------|------------| +| 6.8 | Beta | Beta | Beta | Beta | Beta | Alpha | | 7.0 | Alpha | Alpha | / | / | / | / | | 7.1 | Beta | Beta | / | Beta | / | / | | 7.2 | Beta | Beta | / | Beta | Beta | / | @@ -50,7 +51,8 @@ Note that only the released charts coming from [Elastic Helm repo][] or | 7.4 | Beta | Beta | / | Beta | Beta | / | | 7.5 | Beta | Beta | Beta | Beta | Beta | Alpha | | 7.6 | Beta | Beta | Beta | Beta | Beta | Alpha | -| 7.7 | GA | GA | Beta | GA | GA | Beta | +| 7.7 | GA | GA | Beta | GA | GA | Alpha | +| 7.8 | GA | GA | Beta | GA | GA | Alpha | ### Kubernetes Versions diff --git a/elasticsearch/README.md b/elasticsearch/README.md index 15ed406ee..1f0a76733 100644 --- a/elasticsearch/README.md +++ b/elasticsearch/README.md @@ -3,6 +3,11 @@ This Helm chart is a lightweight way to configure and run our official [Elasticsearch Docker image][]. +**Warning**: This functionality is in beta. +The design and code is less mature than official GA features and is being +provided as-is with no warranties. Beta 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 [6.8.10][] release for released version. diff --git a/filebeat/README.md b/filebeat/README.md index f9e45b190..15eef3875 100644 --- a/filebeat/README.md +++ b/filebeat/README.md @@ -3,6 +3,11 @@ This Helm chart is a lightweight way to configure and run our official [Filebeat Docker image][]. +**Warning**: This functionality is in beta. +The design and code is less mature than official GA features and is being +provided as-is with no warranties. Beta 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 [6.8.10][] release for released version. diff --git a/kibana/README.md b/kibana/README.md index 4bfa8c5b3..4c2af729a 100644 --- a/kibana/README.md +++ b/kibana/README.md @@ -3,6 +3,11 @@ This Helm chart is a lightweight way to configure and run our official [Kibana Docker image][]. +**Warning**: This functionality is in beta. +The design and code is less mature than official GA features and is being +provided as-is with no warranties. Beta 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 [6.8.10][] release for released version. diff --git a/metricbeat/README.md b/metricbeat/README.md index 274fb00e0..759674cb6 100644 --- a/metricbeat/README.md +++ b/metricbeat/README.md @@ -3,6 +3,11 @@ This Helm chart is a lightweight way to configure and run our official [Metricbeat Docker image][]. +**Warning**: This functionality is in beta. +The design and code is less mature than official GA features and is being +provided as-is with no warranties. Beta 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 [6.8.10][] release for released version.