Remove OSS support for version >= 7.11.0 (#770)
This commit is removing the option to install Elasticsearch OSS distribution for version >= 7.11.0. This is due to Elasticsearch recent license change. See https://www.elastic.co/blog/licensing-change for more details. - Add notice to breaking changes and update documentation - Fail the deployment if trying to install OSS >= 7.11.0 - Remove OSS tests for 7.x except the upgrade test from last OSS version to default distribution
This commit is contained in:
parent
d3e394b071
commit
e2caeb84b3
3 changed files with 21 additions and 5 deletions
|
|
@ -12,9 +12,7 @@ TEST_TYPE:
|
|||
- custom-config
|
||||
- default
|
||||
- license
|
||||
- oss
|
||||
- oss-to-default-upgrade
|
||||
- oss-upgrade
|
||||
- security
|
||||
- trial
|
||||
- upgrade
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue