Skip to content

Commit be09a87

Browse files
authored
Merge pull request #465 from puppetlabs/release-prep
Release prep v5.1.0
2 parents 2fbfadb + e88ee46 commit be09a87

File tree

3 files changed

+25
-16
lines changed

3 files changed

+25
-16
lines changed

CHANGELOG.md

+22-13
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,22 @@ All notable changes to this project will be documented in this file.
55

66
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).
77

8+
## [v5.1.0](https://github.com/puppetlabs/puppetlabs-java_ks/tree/v5.1.0) - 2024-11-26
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-java_ks/compare/v5.0.0...v5.1.0)
11+
812
## [v5.0.0](https://github.com/puppetlabs/puppetlabs-java_ks/tree/v5.0.0) - 2023-05-22
913

1014
[Full Changelog](https://github.com/puppetlabs/puppetlabs-java_ks/compare/v4.4.2...v5.0.0)
1115

16+
### Changed
17+
18+
- (CONT-785) Add Support for Puppet 8 / Drop Support for Puppet 6 [#430](https://github.com/puppetlabs/puppetlabs-java_ks/pull/430) ([david22swan](https://github.com/david22swan))
19+
1220
### Added
1321

1422
- (CONT-1008) Add missing Windows 2022 Support [#435](https://github.com/puppetlabs/puppetlabs-java_ks/pull/435) ([david22swan](https://github.com/david22swan))
1523

16-
### Changed
17-
- (CONT-785) Add Support for Puppet 8 / Drop Support for Puppet 6 [#430](https://github.com/puppetlabs/puppetlabs-java_ks/pull/430) ([david22swan](https://github.com/david22swan))
18-
1924
## [v4.4.2](https://github.com/puppetlabs/puppetlabs-java_ks/tree/v4.4.2) - 2023-04-18
2025

2126
[Full Changelog](https://github.com/puppetlabs/puppetlabs-java_ks/compare/v4.4.1...v4.4.2)
@@ -99,6 +104,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
99104
[Full Changelog](https://github.com/puppetlabs/puppetlabs-java_ks/compare/v3.4.0...v4.0.0)
100105

101106
### Changed
107+
102108
- pdksync - (MAINT) Remove SLES 11 support [#354](https://github.com/puppetlabs/puppetlabs-java_ks/pull/354) ([sanfrancrisko](https://github.com/sanfrancrisko))
103109
- pdksync - (MAINT) Remove RHEL 5 family support [#353](https://github.com/puppetlabs/puppetlabs-java_ks/pull/353) ([sanfrancrisko](https://github.com/sanfrancrisko))
104110
- pdksync - Remove Puppet 5 from testing and bump minimal version to 6.0.0 [#351](https://github.com/puppetlabs/puppetlabs-java_ks/pull/351) ([carabasdaniel](https://github.com/carabasdaniel))
@@ -149,15 +155,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
149155

150156
[Full Changelog](https://github.com/puppetlabs/puppetlabs-java_ks/compare/2.4.0...v3.0.0)
151157

158+
### Changed
159+
160+
- pdksync - (MODULES-8444) - Raise lower Puppet bound [#276](https://github.com/puppetlabs/puppetlabs-java_ks/pull/276) ([david22swan](https://github.com/david22swan))
161+
152162
### Added
153163

154164
- (FM-8155) Add Window Server 2019 support [#281](https://github.com/puppetlabs/puppetlabs-java_ks/pull/281) ([eimlav](https://github.com/eimlav))
155165
- (FM-8042) Add RedHat 8 support [#280](https://github.com/puppetlabs/puppetlabs-java_ks/pull/280) ([eimlav](https://github.com/eimlav))
156166
- Add initial support for DSA private keys. [#273](https://github.com/puppetlabs/puppetlabs-java_ks/pull/273) ([surcouf](https://github.com/surcouf))
157167

158-
### Changed
159-
- pdksync - (MODULES-8444) - Raise lower Puppet bound [#276](https://github.com/puppetlabs/puppetlabs-java_ks/pull/276) ([david22swan](https://github.com/david22swan))
160-
161168
### Fixed
162169

163170
- FM-7945 stringify java_ks [#279](https://github.com/puppetlabs/puppetlabs-java_ks/pull/279) ([lionce](https://github.com/lionce))
@@ -183,14 +190,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
183190

184191
[Full Changelog](https://github.com/puppetlabs/puppetlabs-java_ks/compare/2.2.0...2.3.0)
185192

193+
### Changed
194+
195+
- [FM-6966] Removal of unsupported OS from java_ks [#230](https://github.com/puppetlabs/puppetlabs-java_ks/pull/230) ([david22swan](https://github.com/david22swan))
196+
186197
### Added
187198

188199
- pdksync - (MODULES-6805) metadata.json shows support for puppet 6 [#246](https://github.com/puppetlabs/puppetlabs-java_ks/pull/246) ([tphoney](https://github.com/tphoney))
189200
- (FM-7238) - Addition of support for Ubuntu 18.04 [#237](https://github.com/puppetlabs/puppetlabs-java_ks/pull/237) ([david22swan](https://github.com/david22swan))
190201

191-
### Changed
192-
- [FM-6966] Removal of unsupported OS from java_ks [#230](https://github.com/puppetlabs/puppetlabs-java_ks/pull/230) ([david22swan](https://github.com/david22swan))
193-
194202
### Fixed
195203

196204
- (MODULES-7632) - Update README Limitations section [#239](https://github.com/puppetlabs/puppetlabs-java_ks/pull/239) ([eimlav](https://github.com/eimlav))
@@ -227,14 +235,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
227235

228236
[Full Changelog](https://github.com/puppetlabs/puppetlabs-java_ks/compare/1.6.0...2.0.0)
229237

238+
### Changed
239+
240+
- (MODULES-5814) - Removing Windows 8 [#197](https://github.com/puppetlabs/puppetlabs-java_ks/pull/197) ([pmcmaw](https://github.com/pmcmaw))
241+
230242
### Added
231243

232-
- Add Java 9 support [#195](https://github.com/puppetlabs/puppetlabs-java_ks/pull/195) ([sanderc85](https://github.com/sanderc85))
244+
- Add Java 9 support [#195](https://github.com/puppetlabs/puppetlabs-java_ks/pull/195) ([scornelissen85](https://github.com/scornelissen85))
233245
- support removal of keystore file if password incorrect [#151](https://github.com/puppetlabs/puppetlabs-java_ks/pull/151) ([jessereynolds](https://github.com/jessereynolds))
234246

235-
### Changed
236-
- (MODULES-5814) - Removing Windows 8 [#197](https://github.com/puppetlabs/puppetlabs-java_ks/pull/197) ([pmcmaw](https://github.com/pmcmaw))
237-
238247
### Fixed
239248

240249
- (FM-6457) Fix Windows CI [#200](https://github.com/puppetlabs/puppetlabs-java_ks/pull/200) ([michaeltlombardi](https://github.com/michaeltlombardi))

REFERENCE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ The following parameters are available in the `java_ks::config` class:
2626

2727
##### <a name="-java_ks--config--params"></a>`params`
2828

29-
Data type: `Any`
30-
29+
Data type: `Hash`
3130

31+
A hash containing the parameters required for the java config.
3232

3333
Default value: `{}`
3434

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-java_ks",
3-
"version": "5.0.0",
3+
"version": "5.1.0",
44
"author": "puppetlabs",
55
"summary": "Manage arbitrary Java keystore files",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)