Skip to content

Commit

Permalink
Merge pull request #122 from puppetlabs/release-prep
Browse files Browse the repository at this point in the history
Release prep v3.2.0
  • Loading branch information
amitkarsale authored Dec 17, 2024
2 parents bdef620 + 9cb598e commit 4768da1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.

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).

## [v3.2.0](https://github.com/puppetlabs/puppetlabs-node_encrypt/tree/v3.2.0) - 2024-12-17

[Full Changelog](https://github.com/puppetlabs/puppetlabs-node_encrypt/compare/v3.1.0...v3.2.0)

### Added

- (CAT-2124) Add support for Ubuntu 24 [#120](https://github.com/puppetlabs/puppetlabs-node_encrypt/pull/120) ([skyamgarp](https://github.com/skyamgarp))
- (CAT-2100) Add Debian 12 support [#119](https://github.com/puppetlabs/puppetlabs-node_encrypt/pull/119) ([shubhamshinde360](https://github.com/shubhamshinde360))

### Fixed

- (CAT-2158) Upgrade rexml to address CVE-2024-49761 [#121](https://github.com/puppetlabs/puppetlabs-node_encrypt/pull/121) ([amitkarsale](https://github.com/amitkarsale))

## [v3.1.0](https://github.com/puppetlabs/puppetlabs-node_encrypt/tree/v3.1.0) - 2024-04-22

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

### Changed

- (CONT-1042) - Remove unsupported OS [#96](https://github.com/puppetlabs/puppetlabs-node_encrypt/pull/96) ([jordanbreen28](https://github.com/jordanbreen28))
- (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))
- (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))
Expand All @@ -36,6 +50,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
[Full Changelog](https://github.com/puppetlabs/puppetlabs-node_encrypt/compare/v0.4.1...v1.0.0)

### Changed

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

### Added
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-node_encrypt",
"version": "3.1.0",
"version": "3.2.0",
"author": "puppetlabs",
"summary": "Encrypts secrets in the catalog using the agent's certificate.",
"license": "Apache-2.0",
Expand Down

0 comments on commit 4768da1

Please sign in to comment.