Skip to content

Commit d3d174b

Browse files
committed
Release 9.0.0
1 parent b0c7b4e commit d3d174b

File tree

2 files changed

+41
-2
lines changed

2 files changed

+41
-2
lines changed

CHANGELOG.md

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,45 @@ 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+
## [v9.0.0](https://github.com/voxpupuli/puppet-elasticsearch/tree/v9.0.0) (2024-02-21)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-elasticsearch/compare/v8.1.0...v9.0.0)
10+
11+
**Breaking changes:**
12+
13+
- Drop Debian 10 support [\#1214](https://github.com/voxpupuli/puppet-elasticsearch/pull/1214) ([h-haaks](https://github.com/h-haaks))
14+
- Drop Ubuntu 18.04 support [\#1213](https://github.com/voxpupuli/puppet-elasticsearch/pull/1213) ([zilchms](https://github.com/zilchms))
15+
- Drop Puppet 6 support [\#1191](https://github.com/voxpupuli/puppet-elasticsearch/pull/1191) ([bastelfreak](https://github.com/bastelfreak))
16+
17+
**Implemented enhancements:**
18+
19+
- Add Ubuntu 22.04 support [\#1212](https://github.com/voxpupuli/puppet-elasticsearch/pull/1212) ([zilchms](https://github.com/zilchms))
20+
- bump elastic\_stack \<10.0.0 [\#1207](https://github.com/voxpupuli/puppet-elasticsearch/pull/1207) ([sandwitch](https://github.com/sandwitch))
21+
- Add Puppet 8 support [\#1196](https://github.com/voxpupuli/puppet-elasticsearch/pull/1196) ([bastelfreak](https://github.com/bastelfreak))
22+
- modulesync 7.3.0; allow stdlib 9.x [\#1192](https://github.com/voxpupuli/puppet-elasticsearch/pull/1192) ([bastelfreak](https://github.com/bastelfreak))
23+
- Add support for SLM policies [\#1164](https://github.com/voxpupuli/puppet-elasticsearch/pull/1164) ([NITEMAN](https://github.com/NITEMAN))
24+
- Add support for ILM policies [\#1163](https://github.com/voxpupuli/puppet-elasticsearch/pull/1163) ([NITEMAN](https://github.com/NITEMAN))
25+
- Add support for composable index templates [\#1146](https://github.com/voxpupuli/puppet-elasticsearch/pull/1146) ([NITEMAN](https://github.com/NITEMAN))
26+
27+
**Closed issues:**
28+
29+
- Use Elasticsearch 7+ as default for configuration [\#1210](https://github.com/voxpupuli/puppet-elasticsearch/issues/1210)
30+
- fix lib directory permissions without changing the mode of files in the directory [\#1203](https://github.com/voxpupuli/puppet-elasticsearch/issues/1203)
31+
- warnings when used with stlib 9. [\#1201](https://github.com/voxpupuli/puppet-elasticsearch/issues/1201)
32+
- File jvm.options in root is unmanaged/may be missing [\#1197](https://github.com/voxpupuli/puppet-elasticsearch/issues/1197)
33+
- Setting an Elastic Version should be optional [\#1174](https://github.com/voxpupuli/puppet-elasticsearch/issues/1174)
34+
- 'jvm.options' \(prerequisite, required file\) is unmanaged by module [\#1093](https://github.com/voxpupuli/puppet-elasticsearch/issues/1093)
35+
- Support for index lifecycle management \(ILM\) [\#1038](https://github.com/voxpupuli/puppet-elasticsearch/issues/1038)
36+
- Puppet for elastic stack 7.1 [\#1037](https://github.com/voxpupuli/puppet-elasticsearch/issues/1037)
37+
38+
**Merged pull requests:**
39+
40+
- Use Elasticsearch 7+ as default for configuration [\#1211](https://github.com/voxpupuli/puppet-elasticsearch/pull/1211) ([asusk7m550](https://github.com/asusk7m550))
41+
- Remove legacy top-scope syntax [\#1205](https://github.com/voxpupuli/puppet-elasticsearch/pull/1205) ([smortex](https://github.com/smortex))
42+
- \(\#1203\) Fix lib directory and file permissions [\#1204](https://github.com/voxpupuli/puppet-elasticsearch/pull/1204) ([ttousai](https://github.com/ttousai))
43+
- Add owner/group to jvm.options file and Use jvm.options.d/jvm.options file by default [\#1202](https://github.com/voxpupuli/puppet-elasticsearch/pull/1202) ([phaedriel](https://github.com/phaedriel))
44+
- Allow newer java and java\_ks versions [\#1193](https://github.com/voxpupuli/puppet-elasticsearch/pull/1193) ([saz](https://github.com/saz))
45+
746
## [v8.1.0](https://github.com/voxpupuli/puppet-elasticsearch/tree/v8.1.0) (2023-01-05)
847

948
[Full Changelog](https://github.com/voxpupuli/puppet-elasticsearch/compare/v8.0.2...v8.1.0)
@@ -88,7 +127,7 @@ These should not affect the functionality of the module.
88127
- update metadata.json for Vox Pupuli namespace [\#1136](https://github.com/voxpupuli/puppet-elasticsearch/pull/1136) ([bastelfreak](https://github.com/bastelfreak))
89128
- Stop using Travis CI [\#1124](https://github.com/voxpupuli/puppet-elasticsearch/pull/1124) ([jmlrt](https://github.com/jmlrt))
90129
- Increase of the role-name length to 40 [\#1115](https://github.com/voxpupuli/puppet-elasticsearch/pull/1115) ([Kuermel](https://github.com/Kuermel))
91-
- 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))
130+
- 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))
92131
- make sure plugins installed before service is started [\#1106](https://github.com/voxpupuli/puppet-elasticsearch/pull/1106) ([shamil](https://github.com/shamil))
93132
- Bump module version to `7.0.0` and update docs [\#1105](https://github.com/voxpupuli/puppet-elasticsearch/pull/1105) ([fatmcgav](https://github.com/fatmcgav))
94133
- 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.1.1-rc0",
3+
"version": "9.0.0",
44
"source": "https://github.com/voxpupuli/puppet-elasticsearch",
55
"author": "[email protected]",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)