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

Commit

Permalink
Drop support for 5.x
Browse files Browse the repository at this point in the history
This actually should have been removed during the 7.0 release.

It totally still works but won't be actively tested anymore. Since 5.x
uses the same zen discovery configuration as 6.x it will likely stay
working for the whole lifecycle of 6.x too.
  • Loading branch information
Crazybus committed Jun 19, 2019
1 parent de1fef3 commit ceb34f9
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 112 deletions.
6 changes: 3 additions & 3 deletions elasticsearch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ If you currently have a cluster deployed with the [helm/charts stable](https://g

This chart is tested with the latest supported versions. The currently tested versions are:

| 5.x | 6.x | 7.x |
| ------ | ----- | ----- |
| 5.6.16 | 6.8.0 | 7.1.1 |
| 6.x | 7.x |
| ----- | ----- |
| 6.8.0 | 7.1.1 |

Examples of installing older major versions can be found in the [examples](./examples) directory.

Expand Down
20 changes: 0 additions & 20 deletions elasticsearch/examples/5.x/Makefile

This file was deleted.

21 changes: 0 additions & 21 deletions elasticsearch/examples/5.x/test/goss.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions elasticsearch/examples/5.x/values.yaml

This file was deleted.

6 changes: 3 additions & 3 deletions filebeat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ This helm chart is a lightweight way to configure and run our official [Filebeat

This chart is tested with the latest supported versions. The currently tested versions are:

| 5.x | 6.x | 7.x |
| ------ | ----- | ----- |
| 5.6.16 | 6.8.0 | 7.1.1 |
| 6.x | 7.x |
| ----- | ----- |
| 6.8.0 | 7.1.1 |

Examples of installing older major versions can be found in the [examples](./examples) directory.

Expand Down
1 change: 0 additions & 1 deletion helpers/bumper.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
os.chdir(os.path.join(os.path.dirname(__file__), '..'))

versions = {
5: '5.6.16',
6: '6.8.0',
7: '7.1.1',
}
Expand Down
2 changes: 0 additions & 2 deletions helpers/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@ ES_SUITE:
- oss
- security
- upgrade
- 5.x
- 6.x
KIBANA_SUITE:
- default
- oss
- security
- 5.x
- 6.x
FILEBEAT_SUITE:
- default
Expand Down
6 changes: 3 additions & 3 deletions kibana/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ This helm chart is a lightweight way to configure and run our official [Kibana d

This chart is tested with the latest supported versions. The currently tested versions are:

| 5.x | 6.x | 7.x |
| ------ | ----- | ----- |
| 5.6.16 | 6.8.0 | 7.1.1 |
| 6.x | 7.x |
| ----- | ----- |
| 6.8.0 | 7.1.1 |

Examples of installing older major versions can be found in the [examples](./examples) directory.

Expand Down
12 changes: 0 additions & 12 deletions kibana/examples/5.x/Makefile

This file was deleted.

14 changes: 0 additions & 14 deletions kibana/examples/5.x/test/goss.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions kibana/examples/5.x/values.yml

This file was deleted.

0 comments on commit ceb34f9

Please sign in to comment.