Skip to content

Commit 40f5261

Browse files
Merge pull request #99 from puppetlabs/release-prep
Release prep v3.0.0
2 parents 5ce836a + 65a7691 commit 40f5261

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ 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
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-node_encrypt/compare/v2.0.0...v3.0.0)
11+
12+
### Added
13+
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))
16+
17+
### Changed
18+
- (CONT-1042) - Remove unsupported OS [#96](https://github.com/puppetlabs/puppetlabs-node_encrypt/pull/96) ([jordanbreen28](https://github.com/jordanbreen28))
19+
- (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))
20+
- (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))
21+
822
## [v2.0.0](https://github.com/puppetlabs/puppetlabs-node_encrypt/tree/v2.0.0) - 2022-10-14
923

1024
[Full Changelog](https://github.com/puppetlabs/puppetlabs-node_encrypt/compare/v1.0.0...v2.0.0)
@@ -40,12 +54,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
4054
### Added
4155

4256
- Use client certs from the CA if they exist [#48](https://github.com/puppetlabs/puppetlabs-node_encrypt/pull/48) ([binford2k](https://github.com/binford2k))
57+
- Add p6 Deferred function [#46](https://github.com/puppetlabs/puppetlabs-node_encrypt/pull/46) ([binford2k](https://github.com/binford2k))
4358
- Disable verification for Puppet 6 certificate chain [#41](https://github.com/puppetlabs/puppetlabs-node_encrypt/pull/41) ([binford2k](https://github.com/binford2k))
4459
- Try a different approach to determining what certs to use [#37](https://github.com/puppetlabs/puppetlabs-node_encrypt/pull/37) ([binford2k](https://github.com/binford2k))
60+
- Support Sensitive values to node_encrypt::file [#35](https://github.com/puppetlabs/puppetlabs-node_encrypt/pull/35) ([danielparks](https://github.com/danielparks))
4561

4662
### Fixed
4763

4864
- Add alternate of sending clientcert as fact [#49](https://github.com/puppetlabs/puppetlabs-node_encrypt/pull/49) ([binford2k](https://github.com/binford2k))
65+
- delete the no longer relevant test [#47](https://github.com/puppetlabs/puppetlabs-node_encrypt/pull/47) ([binford2k](https://github.com/binford2k))
66+
- certificates: Do not purge cached ca.pem. [#45](https://github.com/puppetlabs/puppetlabs-node_encrypt/pull/45) ([olifre](https://github.com/olifre))
67+
- Purge stale certificates [#44](https://github.com/puppetlabs/puppetlabs-node_encrypt/pull/44) ([binford2k](https://github.com/binford2k))
68+
- Remove serialized class from transactionstore [#43](https://github.com/puppetlabs/puppetlabs-node_encrypt/pull/43) ([binford2k](https://github.com/binford2k))
4969

5070
## [v0.3.3](https://github.com/puppetlabs/puppetlabs-node_encrypt/tree/v0.3.3) - 2018-06-27
5171

@@ -84,6 +104,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
84104

85105
[Full Changelog](https://github.com/puppetlabs/puppetlabs-node_encrypt/compare/v0.2.5...v0.2.6)
86106

107+
### Fixed
108+
109+
- Correctly Handle Namespace Capitalization [#15](https://github.com/puppetlabs/puppetlabs-node_encrypt/pull/15) ([JeremyEinfeld](https://github.com/JeremyEinfeld))
110+
87111
## [v0.2.5](https://github.com/puppetlabs/puppetlabs-node_encrypt/tree/v0.2.5) - 2016-04-03
88112

89113
[Full Changelog](https://github.com/puppetlabs/puppetlabs-node_encrypt/compare/v0.2.4...v0.2.5)

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-node_encrypt",
3-
"version": "2.0.0",
3+
"version": "3.0.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)