- 6.6.0 as default Elasticsearch version
- #521 - @Crazybus - Allow switching between oss and standard packages
- #528 - @Fra-nk - Use systemd's RequiresMountsFor
- #530 - @lde - Use dpkg_selections to lock elasticsearch version
- #513 - @kakoni - Fix typo in elasticsearch-parameters.yml
- #522 - @SlothOfAnarchy - Fix package download URL
- #526 - @Fra-nk - Allow not installing Elasticsearch deb repository key
- #527 - @katsukamaru - Execute java version check in check mode
- #516 - @Crazybus - Only attempt to copy the old users file if it actually exists
- 6.5.1 as default Elasticsearch version
- #487 - @lazouz - Disable check mode to make install plugins idempotent
- #501 - @kaxil - Make the order of configs consistent for comparing
- #497 - @Crazybus - Document es_use_repository and es_custom_package_url
- #504 - @victorgs - Using tests as filters is deprecated
- #493 - @Crazybus - Only use the first found java version if there are multiple installed
- 6.4.0 as default Elasticsearch version
- #484 - @kimoto - Fix downgrading Elasticsearch on RedHat hosts
- #476 - @Crazybus - Fix version locking for the elasticsearch-oss package
- 6.3.1 as default Elasticsearch version
- #460 - @toadjaune - Make sure ansible doesn't fail if the default systemd service file doesn't exist
- #461 - @bilsch - Add missing become root in tasks that require root access
Elasticsearch 6.3 includes several big changes that are reflected in this role. When upgrading from module versions prior to 6.3, there are a number of upgrade considerations to take into account:
- This role defaults to the upstream package repositories, which now include X-Pack bundled by default. To preserve previous behavior which does not include X-Pack be sure to explicitly set
es_enable_xpack: false
which will install theelasticsearch-oss
package. - Great care has been taken in making sure that all upgrade paths work, however as always please take extra caution when upgrading and test in a non-production environment. New automated tests have been added to make sure that the following upgrade paths work:
- oss to oss
- oss to xpack
- xpack to xpack
- X-Pack configuration files which used to be in
${ES_PATH_CONF}/x-pack
are now in${ES_PATH_CONF}/
. If you have any configuration files in this directory not managed by ansible you will need to move them manually.
- Integration testing has been refactored in #457. This removed a lot of duplicate tests and added new tests to make sure all upgrade paths work.
- It is now possible to test elasticsearch snapshot builds by setting
es_use_snapshot_release
totrue
- Installing
es_plugins
from custom urls is now idempotent. Previously the plugin name was being compared to the url which meant it would be reinstalled every time ansible was run because they didn't match
- #452 - @Crazybus - Add initial 6.3 support
- #454 - @Crazybus - Move jenkins matrix file into the repo so test suites are controlled via the pull request workflow
- #455 - @Crazybus - Add automated test for upgrading from oss to oss
- #457 - @Crazybus - Refactor integration tests to remove duplication and add extra suites to make sure all upgrade paths are covered
Patch release requested by @average-joe in #453
- #445 - @gekkeharry13 - Added configuration options for configuring x-pack notifications via email with some other nice fixes.
- #450 - @Crazybus - improving some flakey tests which were randomly failing.
- #447 - @chaintng - Fix to make sure sudo is used when running
update-alternatives
for java. - #423 - @eRadical - Fixing the until condition being used when installing rpms from a custom repository.
6.2.4
and5.6.9
as the default versions.
- Thanks to @cl0udf0x for adding proper names to all tasks which were unnamed #417
- Thanks @cyrilleverrier for having a keen eye and spotting this typo. #432
6.2.2
and5.6.8
as the default versions- Thanks to @pemontto for fixing up all of the ansible conditional logic elastic#429
- Thanks @cyrilleverrier for elastic#427 which makes sure x-pack settings are not in the config file when x-pack isn't enabled
6.x
is now the defaultes_major_version
with6.1.3
as the defaultes_version
- Special thanks to @shribigb, @toddlers and @remil1000 for their efforts in getting
6.x
support working! .kitchen.yml
has been updated to allow testing both6.x
and5.x
versions- A new Jenkins job has been added for pull requests to automatically test all combinations of
6.x
and5.x
on ubuntu-1404, ubuntu-1604, debian-8 and centos-7 with the various test suites.
- Fixes with respect to issues on restart.
- 5.5.1 update with supporting package scripts.
- Documentation clarification.
- Fixes for loading of templates
- Support for ML
- Ability to install x-pack from remote.