Skip to content

Commit

Permalink
Released 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mvisonneau committed Mar 12, 2019
1 parent 96cf9f7 commit 37523bc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [v1.0.7] - 2019-03-12
### FEATURES
- Added support for Debian Stretch [GH-17]

### BUGFIXES
- Fixed Travis CI pipeline [GH-17]

## [v1.0.6] - 2018-08-13
### ENHANCEMENTS
- Added the possibility to configure the path of the curator command [GH-5]
Expand All @@ -18,11 +25,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Fixed support for alias and added support for cluster_routing, index_settings, reindex, rollover and shrink actions [GH-7]

## [v1.0.5] - 2018-07-13
### IMPROVEMENTS
### ENHANCEMENTS
- Support of unquoted booleans within curator config [GH-6]

## [v1.0.4] - 2018-01-30
### IMPROVEMENTS
### ENHANCEMENTS
- Added CHANGELOG.md
- Reverted String to Integer as Hash keys for the config

Expand All @@ -34,14 +41,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Update action.pp [GH-1]

## [v1.0.2] - 2017-01-24
### IMPROVEMENTS
### ENHANCEMENTS
- Updated actions and jobs definitions

## [v1.0.1] - 2017-01-20
### FEATURES
- Init

[Unreleased]: https://github.com/mvisonneau/puppet-curator/compare/v1.0.6...HEAD
[Unreleased]: https://github.com/mvisonneau/puppet-curator/compare/v1.0.7...HEAD
[v1.0.7]: https://github.com/mvisonneau/puppet-curator/compare/v1.0.6...v1.0.7
[v1.0.6]: https://github.com/mvisonneau/puppet-curator/compare/v1.0.5...v1.0.6
[v1.0.5]: https://github.com/mvisonneau/puppet-curator/compare/v1.0.4...v1.0.5
[v1.0.4]: https://github.com/mvisonneau/puppet-curator/compare/v1.0.3...v1.0.4
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ This module has been built on and tested against Puppet 4.3 and higher.

The module has been tested on:

- Debian 7/8
- Debian 7/8/9
- CentOS 6/7
- Ubuntu 14.04, 16.04
- Ubuntu 14.04, 16.04, 18.04

Testing on other platforms has been light and cannot be guaranteed.

Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mvisonneau-curator",
"version": "1.0.5",
"version": "1.0.7",
"author": "Maxime VISONNEAU",
"summary": "Installs, configures, and manages Elasticsearch Curator.",
"license": "Apache-2.0",
Expand Down

0 comments on commit 37523bc

Please sign in to comment.