Upgrade default Elasticsearch version to 6.4.0
This commit is contained in:
parent
56ebb5a599
commit
3569a3b018
2 changed files with 14 additions and 3 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
|
@ -1,9 +1,20 @@
|
|||
## 6.4.0 - 2018/08/24
|
||||
|
||||
### Features
|
||||
|
||||
* 6.4.0 as default Elasticsearch version
|
||||
|
||||
### Fixes
|
||||
|
||||
* [#484](https://github.com/elastic/ansible-elasticsearch/pull/484) - @kimoto - Fix downgrading Elasticsearch on RedHat hosts
|
||||
* [#476](https://github.com/elastic/ansible-elasticsearch/pull/476) - @Crazybus - Fix version locking for the elasticsearch-oss package
|
||||
|
||||
|
||||
## 6.3.1 - 2018/07/05
|
||||
|
||||
## Features
|
||||
### Features
|
||||
|
||||
* 6.3.1 as default elasticsearch version
|
||||
* 6.3.1 as default Elasticsearch version
|
||||
|
||||
## 6.3.0.1 - 2018/06/28
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
es_major_version: "6.x"
|
||||
es_version: "6.3.1"
|
||||
es_version: "6.4.0"
|
||||
es_use_snapshot_release: false
|
||||
es_enable_xpack: true
|
||||
es_package_name: "elasticsearch"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue