Skip to content

Commit 7443553

Browse files
authored
Merge pull request #93 from voxpupuli/release-prep
Release 10.0.0
2 parents 8e1200b + bdaf637 commit 7443553

2 files changed

Lines changed: 24 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ 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+
## [v10.0.0](https://github.com/voxpupuli/puppet-elastic_stack/tree/v10.0.0) (2025-06-17)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-elastic_stack/compare/v9.0.0...v10.0.0)
10+
11+
**Breaking changes:**
12+
13+
- Remove EOL OSes [\#87](https://github.com/voxpupuli/puppet-elastic_stack/pull/87) ([h-haaks](https://github.com/h-haaks))
14+
- Move to apt keyrings because apt-key is deprecated since Debian11 [\#84](https://github.com/voxpupuli/puppet-elastic_stack/pull/84) ([philipp-h298](https://github.com/philipp-h298))
15+
16+
**Implemented enhancements:**
17+
18+
- Make gpg key configurable [\#27](https://github.com/voxpupuli/puppet-elastic_stack/issues/27)
19+
- Add RedHat/Rocky/AlmaLinux/CentOS 9 support [\#90](https://github.com/voxpupuli/puppet-elastic_stack/pull/90) ([h-haaks](https://github.com/h-haaks))
20+
- Add Debian 12 support [\#89](https://github.com/voxpupuli/puppet-elastic_stack/pull/89) ([h-haaks](https://github.com/h-haaks))
21+
- Add Ubuntu 22.04 and 24.04 support [\#88](https://github.com/voxpupuli/puppet-elastic_stack/pull/88) ([h-haaks](https://github.com/h-haaks))
22+
- Allow puppetlabs/apt 10.x [\#85](https://github.com/voxpupuli/puppet-elastic_stack/pull/85) ([smortex](https://github.com/smortex))
23+
- metadata.json: Add OpenVox [\#83](https://github.com/voxpupuli/puppet-elastic_stack/pull/83) ([jstraw](https://github.com/jstraw))
24+
725
## [v9.0.0](https://github.com/voxpupuli/puppet-elastic_stack/tree/v9.0.0) (2023-08-04)
826

927
[Full Changelog](https://github.com/voxpupuli/puppet-elastic_stack/compare/v8.0.2...v9.0.0)
@@ -70,7 +88,7 @@ These should not affect the functionality of the module.
7088

7189
**Merged pull requests:**
7290

73-
- Default to Elastic Stack version 7 [\#26](https://github.com/voxpupuli/puppet-elastic_stack/pull/26) ([jarpy](https://github.com/jarpy))
91+
- Default to Elastic Stack version 7 [\#26](https://github.com/voxpupuli/puppet-elastic_stack/pull/26) ([ghost](https://github.com/ghost))
7492

7593
## [6.3.2](https://github.com/voxpupuli/puppet-elastic_stack/tree/6.3.2) (2019-08-13)
7694

@@ -82,8 +100,8 @@ These should not affect the functionality of the module.
82100

83101
**Merged pull requests:**
84102

85-
- Release 6.3.2 [\#31](https://github.com/voxpupuli/puppet-elastic_stack/pull/31) ([jarpy](https://github.com/jarpy))
86-
- Do not pass facterversion to on\_supported\_os [\#30](https://github.com/voxpupuli/puppet-elastic_stack/pull/30) ([jarpy](https://github.com/jarpy))
103+
- Release 6.3.2 [\#31](https://github.com/voxpupuli/puppet-elastic_stack/pull/31) ([ghost](https://github.com/ghost))
104+
- Do not pass facterversion to on\_supported\_os [\#30](https://github.com/voxpupuli/puppet-elastic_stack/pull/30) ([ghost](https://github.com/ghost))
87105
- Update metadata versions [\#28](https://github.com/voxpupuli/puppet-elastic_stack/pull/28) ([pillarsdotnet](https://github.com/pillarsdotnet))
88106

89107
## [6.3.1](https://github.com/voxpupuli/puppet-elastic_stack/tree/6.3.1) (2019-04-17)
@@ -96,7 +114,7 @@ These should not affect the functionality of the module.
96114

97115
**Merged pull requests:**
98116

99-
- Support Puppet 6 [\#25](https://github.com/voxpupuli/puppet-elastic_stack/pull/25) ([jarpy](https://github.com/jarpy))
117+
- Support Puppet 6 [\#25](https://github.com/voxpupuli/puppet-elastic_stack/pull/25) ([ghost](https://github.com/ghost))
100118

101119
## [6.2.4](https://github.com/voxpupuli/puppet-elastic_stack/tree/6.2.4) (2018-09-16)
102120

@@ -120,7 +138,7 @@ These should not affect the functionality of the module.
120138

121139
**Merged pull requests:**
122140

123-
- Allow the use of stdlib version 5 [\#16](https://github.com/voxpupuli/puppet-elastic_stack/pull/16) ([jarpy](https://github.com/jarpy))
141+
- Allow the use of stdlib version 5 [\#16](https://github.com/voxpupuli/puppet-elastic_stack/pull/16) ([ghost](https://github.com/ghost))
124142

125143
## [6.2.1](https://github.com/voxpupuli/puppet-elastic_stack/tree/6.2.1) (2018-08-14)
126144

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppet-elastic_stack",
3-
"version": "9.0.1-rc0",
3+
"version": "10.0.0",
44
"author": "Vox Pupuli",
55
"summary": "Helpers for installing and configuring components of the Elastic Stack.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)