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

Commit

Permalink
[meta] add back beta notices for 6.8 (#692)
Browse files Browse the repository at this point in the history
This commit add back the Beta notices for 6.8 branch. Only releases >= 7.7.0 are GA and eligible to support.
  • Loading branch information
jmlrt authored Jun 25, 2020
1 parent 6394890 commit aad79be
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 3 deletions.
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

0 comments on commit aad79be

Please sign in to comment.