X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=3rdparty%2Fmodules%2Felasticsearch%2FCHANGELOG.md;h=6b491bf0298edc0c2ce83b0a65c3af822baf4707;hb=56e59e695d67665c4983de22b8a3864a192817d9;hp=07afa59f3d4d8f76053a53133bdd48aec77942f0;hpb=47e66c55978a019774cdbfa777be7bbcec325863;p=mirror%2Fdsa-puppet.git diff --git a/3rdparty/modules/elasticsearch/CHANGELOG.md b/3rdparty/modules/elasticsearch/CHANGELOG.md index 07afa59f3..6b491bf02 100644 --- a/3rdparty/modules/elasticsearch/CHANGELOG.md +++ b/3rdparty/modules/elasticsearch/CHANGELOG.md @@ -1,3 +1,48 @@ +##0.9.5( Apr 16, 2015 ) + +###Summary +Bugfix release 0.9.5 + +We reverted the change that implemented the full 40 character for the apt repo key. +This caused issues with some older versions of the puppetlabs-apt module + +####Features + +####Bugfixes +* Revert using the full 40 character for the apt repo key. + +####Changes + +####Testing changes + +####Known bugs +* Possible package conflicts when using ruby/python defines with main package name + + +##0.9.4( Apr 14, 2015 ) + +###Summary +Bugfix release 0.9.4 + +####Features +* Add the ability to create and populate scripts + +####Bugfixes +* add support for init_defaults_file to elasticsearch::instance +* Update apt key to full 40characters + +####Changes +* Fix readme regarding module_dir with plugins + +####Testing changes +* Adding staged removal test +* Convert git urls to https +* Add centos7 node config + +####Known bugs +* Possible package conflicts when using ruby/python defines with main package name + + ##0.9.3( Mar 24, 2015 ) ###Summary