Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

[doc] add back beta notices for 6.8 #692

Merged
merged 1 commit into from
Jun 25, 2020
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
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand All @@ -43,14 +43,16 @@ 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 | / |
| 7.3 | Beta | Beta | / | Beta | Beta | / |
| 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

Expand Down
5 changes: 5 additions & 0 deletions elasticsearch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
5 changes: 5 additions & 0 deletions filebeat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
5 changes: 5 additions & 0 deletions kibana/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
5 changes: 5 additions & 0 deletions metricbeat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down