Upgrade default Elasticsearch version to 6.4.0

This commit is contained in:
Michael Russell 2018-08-24 16:03:32 +02:00
parent 56ebb5a599
commit 3569a3b018
No known key found for this signature in database
GPG key ID: A90C1696496085FE
2 changed files with 14 additions and 3 deletions

View file

@ -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

View file

@ -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"