Skip to content

Commit a609c0c

Browse files
committed
release 8.0.0
1 parent aa98389 commit a609c0c

File tree

4 files changed

+3564
-5
lines changed

4 files changed

+3564
-5
lines changed

CHANGELOG.md

Lines changed: 54 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,57 @@
1-
## x.x.x (Month Day, Year)
1+
# Changelog
22

3-
#### Features
3+
All notable changes to this project will be documented in this file.
4+
Each new release typically also includes the latest modulesync defaults.
5+
These should not affect the functionality of the module.
46

5-
#### Fixes
7+
## [v8.0.0](https://github.com/voxpupuli/puppet-elasticsearch/tree/v8.0.0) (2022-01-07)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-elasticsearch/compare/7.0.0...v8.0.0)
10+
11+
**Breaking changes:**
12+
13+
- Unlist Operating Systems which have reached EOL [\#1127](https://github.com/voxpupuli/puppet-elasticsearch/pull/1127) ([smortex](https://github.com/smortex))
14+
- Drop support of Puppet 4 and 5 \(EOL\) [\#1126](https://github.com/voxpupuli/puppet-elasticsearch/pull/1126) ([smortex](https://github.com/smortex))
15+
16+
**Implemented enhancements:**
17+
18+
- Add support for Debian 11 [\#1132](https://github.com/voxpupuli/puppet-elasticsearch/pull/1132) ([smortex](https://github.com/smortex))
19+
- Add support for Puppet 7 [\#1128](https://github.com/voxpupuli/puppet-elasticsearch/pull/1128) ([smortex](https://github.com/smortex))
20+
21+
**Fixed bugs:**
622

7-
## 7.0.0 (December 23, 2020)
23+
- typo in config.pp [\#1130](https://github.com/voxpupuli/puppet-elasticsearch/issues/1130)
24+
- fix error in custom fact resolution when conf file is empty [\#1140](https://github.com/voxpupuli/puppet-elasticsearch/pull/1140) ([fe80](https://github.com/fe80))
25+
- regression: Fix rubocop cleanup [\#1139](https://github.com/voxpupuli/puppet-elasticsearch/pull/1139) ([bastelfreak](https://github.com/bastelfreak))
26+
- config.pp: fix typo [\#1131](https://github.com/voxpupuli/puppet-elasticsearch/pull/1131) ([Aseiide](https://github.com/Aseiide))
27+
- Fix more failing master tests [\#1077](https://github.com/voxpupuli/puppet-elasticsearch/pull/1077) ([fatmcgav](https://github.com/fatmcgav))
28+
29+
**Closed issues:**
30+
31+
- elasticsearch::init does not respect service\_name other than 'elasticsearch' [\#1110](https://github.com/voxpupuli/puppet-elasticsearch/issues/1110)
32+
- Centos/RHEL 8 support [\#1100](https://github.com/voxpupuli/puppet-elasticsearch/issues/1100)
33+
- RFC: Remove support for instances [\#1025](https://github.com/voxpupuli/puppet-elasticsearch/issues/1025)
34+
- Add support for other OS's / distro's [\#94](https://github.com/voxpupuli/puppet-elasticsearch/issues/94)
35+
36+
**Merged pull requests:**
37+
38+
- puppetlabs/stdlib: Allow 8.x & elastic\_stack: Migrate from elastic to puppet namespace [\#1141](https://github.com/voxpupuli/puppet-elasticsearch/pull/1141) ([bastelfreak](https://github.com/bastelfreak))
39+
- update metadata.json for Vox Pupuli namespace [\#1136](https://github.com/voxpupuli/puppet-elasticsearch/pull/1136) ([bastelfreak](https://github.com/bastelfreak))
40+
- Stop using Travis CI [\#1124](https://github.com/voxpupuli/puppet-elasticsearch/pull/1124) ([jmlrt](https://github.com/jmlrt))
41+
- 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))
43+
- make sure plugins installed before service is started [\#1106](https://github.com/voxpupuli/puppet-elasticsearch/pull/1106) ([shamil](https://github.com/shamil))
44+
- Bump module version to `7.0.0` and update docs [\#1105](https://github.com/voxpupuli/puppet-elasticsearch/pull/1105) ([fatmcgav](https://github.com/fatmcgav))
45+
- Bump Elasticsearch version and some cleanup [\#1104](https://github.com/voxpupuli/puppet-elasticsearch/pull/1104) ([fatmcgav](https://github.com/fatmcgav))
46+
- Add Elasticsearch 7 to test matrix [\#1088](https://github.com/voxpupuli/puppet-elasticsearch/pull/1088) ([fatmcgav](https://github.com/fatmcgav))
47+
- Remove multi instance support [\#1085](https://github.com/voxpupuli/puppet-elasticsearch/pull/1085) ([fatmcgav](https://github.com/fatmcgav))
48+
- Add some more badges [\#1076](https://github.com/voxpupuli/puppet-elasticsearch/pull/1076) ([fatmcgav](https://github.com/fatmcgav))
49+
- Bump Beaker versions to support latest OS' [\#1075](https://github.com/voxpupuli/puppet-elasticsearch/pull/1075) ([fatmcgav](https://github.com/fatmcgav))
50+
- Fix failing tests on master [\#1074](https://github.com/voxpupuli/puppet-elasticsearch/pull/1074) ([fatmcgav](https://github.com/fatmcgav))
51+
- Fix misspelling of openSUSE [\#1073](https://github.com/voxpupuli/puppet-elasticsearch/pull/1073) ([m-rey](https://github.com/m-rey))
52+
- Fix intake failure for variable\_scope [\#1066](https://github.com/voxpupuli/puppet-elasticsearch/pull/1066) ([fatmcgav](https://github.com/fatmcgav))
53+
54+
## [7.0.0](https://github.com/voxpupuli/puppet-elasticsearch/tree/7.0.0) (2020-12-23)
855

956
This is a new major version release of the Elasticsearch module that contains a number of breaking changes and adds support for deploying
1057
and managing Elasticsearch 7.x.
@@ -1024,3 +1071,6 @@ This release introduces instances to facilitate the option to have more then a s
10241071

10251072
##0.0.1 ( Jan 13, 2013 )
10261073
* Initial release of the module
1074+
1075+
1076+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

0 commit comments

Comments
 (0)