Skip to content

Commit 51af8f4

Browse files
authored
Merge pull request #112 from puppetlabs/release-prep
Release prep v3.1.0
2 parents 010897e + cd85ed3 commit 51af8f4

File tree

2 files changed

+16
-8
lines changed

2 files changed

+16
-8
lines changed

CHANGELOG.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,28 @@ 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.0.0](https://github.com/puppetlabs/puppetlabs-node_encrypt/tree/v3.0.0) - 2023-06-15
8+
## [v3.1.0](https://github.com/puppetlabs/puppetlabs-node_encrypt/tree/v3.1.0) - 2024-04-22
99

10-
[Full Changelog](https://github.com/puppetlabs/puppetlabs-node_encrypt/compare/v2.0.0...v3.0.0)
10+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-node_encrypt/compare/v3.0.0...v3.1.0)
1111

1212
### Added
1313

14-
- (CONT-1042) - Add Support for Ubuntu 22.04 [#97](https://github.com/puppetlabs/puppetlabs-node_encrypt/pull/97) ([jordanbreen28](https://github.com/jordanbreen28))
15-
- (CONT-88) - Add puppet module support [#93](https://github.com/puppetlabs/puppetlabs-node_encrypt/pull/93) ([jordanbreen28](https://github.com/jordanbreen28))
14+
- (MAINT) - Fixing dependency issue [#111](https://github.com/puppetlabs/puppetlabs-node_encrypt/pull/111) ([Ramesh7](https://github.com/Ramesh7))
15+
16+
## [v3.0.0](https://github.com/puppetlabs/puppetlabs-node_encrypt/tree/v3.0.0) - 2023-06-15
17+
18+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-node_encrypt/compare/v2.0.0...v3.0.0)
1619

1720
### Changed
1821
- (CONT-1042) - Remove unsupported OS [#96](https://github.com/puppetlabs/puppetlabs-node_encrypt/pull/96) ([jordanbreen28](https://github.com/jordanbreen28))
1922
- (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))
2023
- (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))
2124

25+
### Added
26+
27+
- (CONT-1042) - Add Support for Ubuntu 22.04 [#97](https://github.com/puppetlabs/puppetlabs-node_encrypt/pull/97) ([jordanbreen28](https://github.com/jordanbreen28))
28+
- (CONT-88) - Add puppet module support [#93](https://github.com/puppetlabs/puppetlabs-node_encrypt/pull/93) ([jordanbreen28](https://github.com/jordanbreen28))
29+
2230
## [v2.0.0](https://github.com/puppetlabs/puppetlabs-node_encrypt/tree/v2.0.0) - 2022-10-14
2331

2432
[Full Changelog](https://github.com/puppetlabs/puppetlabs-node_encrypt/compare/v1.0.0...v2.0.0)
@@ -27,13 +35,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
2735

2836
[Full Changelog](https://github.com/puppetlabs/puppetlabs-node_encrypt/compare/v0.4.1...v1.0.0)
2937

38+
### Changed
39+
- Remove legacy support. This now requires Puppet 6.x+ [#82](https://github.com/puppetlabs/puppetlabs-node_encrypt/pull/82) ([binford2k](https://github.com/binford2k))
40+
3041
### Added
3142

3243
- Add support for mocking (Onceover/rspec) [#70](https://github.com/puppetlabs/puppetlabs-node_encrypt/pull/70) ([alexjfisher](https://github.com/alexjfisher))
3344

34-
### Changed
35-
- Remove legacy support. This now requires Puppet 6.x+ [#82](https://github.com/puppetlabs/puppetlabs-node_encrypt/pull/82) ([binford2k](https://github.com/binford2k))
36-
3745
### Fixed
3846

3947
- pdk apparently requires you to manually ignore .git [#83](https://github.com/puppetlabs/puppetlabs-node_encrypt/pull/83) ([binford2k](https://github.com/binford2k))

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-node_encrypt",
3-
"version": "3.0.0",
3+
"version": "3.1.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)