Skip to content

Commit 4768da1

Browse files
authored
Merge pull request #122 from puppetlabs/release-prep
Release prep v3.2.0
2 parents bdef620 + 9cb598e commit 4768da1

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ 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+
## [v3.2.0](https://github.com/puppetlabs/puppetlabs-node_encrypt/tree/v3.2.0) - 2024-12-17
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-node_encrypt/compare/v3.1.0...v3.2.0)
11+
12+
### Added
13+
14+
- (CAT-2124) Add support for Ubuntu 24 [#120](https://github.com/puppetlabs/puppetlabs-node_encrypt/pull/120) ([skyamgarp](https://github.com/skyamgarp))
15+
- (CAT-2100) Add Debian 12 support [#119](https://github.com/puppetlabs/puppetlabs-node_encrypt/pull/119) ([shubhamshinde360](https://github.com/shubhamshinde360))
16+
17+
### Fixed
18+
19+
- (CAT-2158) Upgrade rexml to address CVE-2024-49761 [#121](https://github.com/puppetlabs/puppetlabs-node_encrypt/pull/121) ([amitkarsale](https://github.com/amitkarsale))
20+
821
## [v3.1.0](https://github.com/puppetlabs/puppetlabs-node_encrypt/tree/v3.1.0) - 2024-04-22
922

1023
[Full Changelog](https://github.com/puppetlabs/puppetlabs-node_encrypt/compare/v3.0.0...v3.1.0)
@@ -18,6 +31,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
1831
[Full Changelog](https://github.com/puppetlabs/puppetlabs-node_encrypt/compare/v2.0.0...v3.0.0)
1932

2033
### Changed
34+
2135
- (CONT-1042) - Remove unsupported OS [#96](https://github.com/puppetlabs/puppetlabs-node_encrypt/pull/96) ([jordanbreen28](https://github.com/jordanbreen28))
2236
- (CONT-1041) - Add Puppet 8 Support/Drop Puppet 6 Support [#95](https://github.com/puppetlabs/puppetlabs-node_encrypt/pull/95) ([jordanbreen28](https://github.com/jordanbreen28))
2337
- (CONT-1048) - Removal of deprecated node_encrypt::file defined type [#94](https://github.com/puppetlabs/puppetlabs-node_encrypt/pull/94) ([jordanbreen28](https://github.com/jordanbreen28))
@@ -36,6 +50,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
3650
[Full Changelog](https://github.com/puppetlabs/puppetlabs-node_encrypt/compare/v0.4.1...v1.0.0)
3751

3852
### Changed
53+
3954
- Remove legacy support. This now requires Puppet 6.x+ [#82](https://github.com/puppetlabs/puppetlabs-node_encrypt/pull/82) ([binford2k](https://github.com/binford2k))
4055

4156
### Added

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-node_encrypt",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"author": "puppetlabs",
55
"summary": "Encrypts secrets in the catalog using the agent's certificate.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)