Skip to content

Commit 95373ec

Browse files
authored
Merge pull request #71 from voxpupuli/release-prep
Release 4.2.0
2 parents d82320d + 8801717 commit 95373ec

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +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+
## [v4.2.0](https://github.com/voxpupuli/puppet-vault/tree/v4.2.0) (2025-04-24)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-vault/compare/v4.1.1...v4.2.0)
10+
11+
**Implemented enhancements:**
12+
13+
- Add Ubuntu 22.04 & 24.04 support [\#70](https://github.com/voxpupuli/puppet-vault/pull/70) ([bastelfreak](https://github.com/bastelfreak))
14+
- Replace legacy merge\(\) with native puppet code [\#69](https://github.com/voxpupuli/puppet-vault/pull/69) ([bastelfreak](https://github.com/bastelfreak))
15+
- Add Systemd Parameter LimitCORE to template [\#67](https://github.com/voxpupuli/puppet-vault/pull/67) ([C24-AK](https://github.com/C24-AK))
16+
- metadata.json: Add OpenVox [\#66](https://github.com/voxpupuli/puppet-vault/pull/66) ([jstraw](https://github.com/jstraw))
17+
718
## [v4.1.1](https://github.com/voxpupuli/puppet-vault/tree/v4.1.1) (2025-01-20)
819

920
[Full Changelog](https://github.com/voxpupuli/puppet-vault/compare/v4.1.0...v4.1.1)
1021

1122
**Implemented enhancements:**
1223

24+
- Support Vault agent in service and config file [\#61](https://github.com/voxpupuli/puppet-vault/pull/61) ([sasudi90](https://github.com/sasudi90))
1325
- puppet/systemd: allow 8.x [\#59](https://github.com/voxpupuli/puppet-vault/pull/59) ([jay7x](https://github.com/jay7x))
1426
- update puppet-systemd upper bound to 8.0.0 [\#50](https://github.com/voxpupuli/puppet-vault/pull/50) ([TheMeier](https://github.com/TheMeier))
1527
- The package resource name was hardcoded instead of using the value in… [\#27](https://github.com/voxpupuli/puppet-vault/pull/27) ([sirinek](https://github.com/sirinek))
@@ -20,6 +32,7 @@ These should not affect the functionality of the module.
2032

2133
**Closed issues:**
2234

35+
- Module does not support Vault agent only server [\#60](https://github.com/voxpupuli/puppet-vault/issues/60)
2336
- Publish on puppetforge [\#21](https://github.com/voxpupuli/puppet-vault/issues/21)
2437

2538
## [v4.1.0](https://github.com/voxpupuli/puppet-vault/tree/v4.1.0) (2023-11-19)

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppet-vault",
3-
"version": "4.1.2-rc0",
3+
"version": "4.2.0",
44
"author": "Vox Pupuli",
55
"summary": "Puppet module to manage Vault (https://vaultproject.io)",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)