Skip to content

Commit 6984ff6

Browse files
authored
Merge pull request #1151 from voxpupuli/release
Release 8.0.1
2 parents 80282a5 + 560fddd commit 6984ff6

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
44
Each new release typically also includes the latest modulesync defaults.
55
These should not affect the functionality of the module.
66

7+
## [v8.0.1](https://github.com/voxpupuli/puppet-elasticsearch/tree/v8.0.1) (2022-03-18)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-elasticsearch/compare/v8.0.0...v8.0.1)
10+
11+
**Fixed bugs:**
12+
13+
- Define default\_target for parsed file providers [\#1150](https://github.com/voxpupuli/puppet-elasticsearch/pull/1150) ([towo](https://github.com/towo))
14+
15+
**Merged pull requests:**
16+
17+
- Cleanup README.md [\#1143](https://github.com/voxpupuli/puppet-elasticsearch/pull/1143) ([bastelfreak](https://github.com/bastelfreak))
18+
719
## [v8.0.0](https://github.com/voxpupuli/puppet-elasticsearch/tree/v8.0.0) (2022-01-07)
820

921
[Full Changelog](https://github.com/voxpupuli/puppet-elasticsearch/compare/7.0.0...v8.0.0)
@@ -39,7 +51,7 @@ These should not affect the functionality of the module.
3951
- update metadata.json for Vox Pupuli namespace [\#1136](https://github.com/voxpupuli/puppet-elasticsearch/pull/1136) ([bastelfreak](https://github.com/bastelfreak))
4052
- Stop using Travis CI [\#1124](https://github.com/voxpupuli/puppet-elasticsearch/pull/1124) ([jmlrt](https://github.com/jmlrt))
4153
- Increase of the role-name length to 40 [\#1115](https://github.com/voxpupuli/puppet-elasticsearch/pull/1115) ([Kuermel](https://github.com/Kuermel))
42-
- Do not restart Elasticsearch on config change when restart\_config\_change is set to false [\#1114](https://github.com/voxpupuli/puppet-elasticsearch/pull/1114) ([scornelissen85](https://github.com/scornelissen85))
54+
- Do not restart Elasticsearch on config change when restart\_config\_change is set to false [\#1114](https://github.com/voxpupuli/puppet-elasticsearch/pull/1114) ([sanderc85](https://github.com/sanderc85))
4355
- make sure plugins installed before service is started [\#1106](https://github.com/voxpupuli/puppet-elasticsearch/pull/1106) ([shamil](https://github.com/shamil))
4456
- Bump module version to `7.0.0` and update docs [\#1105](https://github.com/voxpupuli/puppet-elasticsearch/pull/1105) ([fatmcgav](https://github.com/fatmcgav))
4557
- Bump Elasticsearch version and some cleanup [\#1104](https://github.com/voxpupuli/puppet-elasticsearch/pull/1104) ([fatmcgav](https://github.com/fatmcgav))

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppet-elasticsearch",
3-
"version": "8.0.1-rc0",
3+
"version": "8.0.1",
44
"source": "https://github.com/voxpupuli/puppet-elasticsearch",
55
"author": "[email protected]",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)