Skip to content

Commit 805d2a8

Browse files
authored
Merge pull request #62 from puppetlabs/release-prep
Release prep v3.1.0
2 parents d93d9ac + 6975189 commit 805d2a8

File tree

2 files changed

+46
-2
lines changed

2 files changed

+46
-2
lines changed

CHANGELOG.md

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,31 @@
22

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

5+
## [v3.1.0](https://github.com/puppetlabs/ca_extend/tree/v3.1.0) (2022-03-28)
6+
7+
[Full Changelog](https://github.com/puppetlabs/ca_extend/compare/v3.0.0...v3.1.0)
8+
9+
### Added
10+
11+
- \(SUP-2742\) adds examples of the usage of ca\_extend::upload\_ca\_cert [\#61](https://github.com/puppetlabs/ca_extend/pull/61) ([taikaa](https://github.com/taikaa))
12+
13+
### Fixed
14+
15+
- \(SUP-2655\) Update Minimum Supported Bolt Version to 1.38.0 [\#49](https://github.com/puppetlabs/ca_extend/pull/49) ([henrywangpuppet](https://github.com/henrywangpuppet))
16+
517
## [v3.0.0](https://github.com/puppetlabs/ca_extend/tree/v3.0.0) (2021-08-18)
618

7-
[Full Changelog](https://github.com/puppetlabs/ca_extend/compare/fd9f05b17f65770910b3146688ed702011b62802...v3.0.0)
19+
[Full Changelog](https://github.com/puppetlabs/ca_extend/compare/v2.1.0...v3.0.0)
820

921
### Changed
1022

1123
- Remove harmful terms from ca\_extend [\#40](https://github.com/puppetlabs/ca_extend/pull/40) ([gavindidrichsen](https://github.com/gavindidrichsen))
1224
- \(SUP-2497\) Remove EOL platforms and versions [\#39](https://github.com/puppetlabs/ca_extend/pull/39) ([m0dular](https://github.com/m0dular))
1325

26+
## [v2.1.0](https://github.com/puppetlabs/ca_extend/tree/v2.1.0) (2021-08-02)
27+
28+
[Full Changelog](https://github.com/puppetlabs/ca_extend/compare/v1.3.0...v2.1.0)
29+
1430
### Added
1531

1632
- Updated the readme file to include "How to Report an issue or contribute to the module" section \(SUP-2376\) [\#16](https://github.com/puppetlabs/ca_extend/pull/16) ([asselvakumar](https://github.com/asselvakumar))
@@ -21,6 +37,34 @@ All notable changes to this project will be documented in this file. The format
2137
- Remove hard-coded paths from scripts [\#30](https://github.com/puppetlabs/ca_extend/pull/30) ([m0dular](https://github.com/m0dular))
2238
- Check for cadir during primary cert regen [\#28](https://github.com/puppetlabs/ca_extend/pull/28) ([m0dular](https://github.com/m0dular))
2339

40+
## [v1.3.0](https://github.com/puppetlabs/ca_extend/tree/v1.3.0) (2021-03-02)
41+
42+
[Full Changelog](https://github.com/puppetlabs/ca_extend/compare/v1.2.1...v1.3.0)
43+
44+
## [v1.2.1](https://github.com/puppetlabs/ca_extend/tree/v1.2.1) (2021-02-05)
45+
46+
[Full Changelog](https://github.com/puppetlabs/ca_extend/compare/v1.2.0...v1.2.1)
47+
48+
## [v1.2.0](https://github.com/puppetlabs/ca_extend/tree/v1.2.0) (2020-11-24)
49+
50+
[Full Changelog](https://github.com/puppetlabs/ca_extend/compare/v1.1.1...v1.2.0)
51+
52+
## [v1.1.1](https://github.com/puppetlabs/ca_extend/tree/v1.1.1) (2020-04-13)
53+
54+
[Full Changelog](https://github.com/puppetlabs/ca_extend/compare/v1.0.1...v1.1.1)
55+
56+
## [v1.0.1](https://github.com/puppetlabs/ca_extend/tree/v1.0.1) (2019-12-03)
57+
58+
[Full Changelog](https://github.com/puppetlabs/ca_extend/compare/v1.0.0...v1.0.1)
59+
60+
## [v1.0.0](https://github.com/puppetlabs/ca_extend/tree/v1.0.0) (2019-04-30)
61+
62+
[Full Changelog](https://github.com/puppetlabs/ca_extend/compare/v0.1.0...v1.0.0)
63+
64+
## [v0.1.0](https://github.com/puppetlabs/ca_extend/tree/v0.1.0) (2019-03-22)
65+
66+
[Full Changelog](https://github.com/puppetlabs/ca_extend/compare/fd9f05b17f65770910b3146688ed702011b62802...v0.1.0)
67+
2468

2569

2670
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-ca_extend",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"author": "Adrian Parreiras Horta",
55
"summary": "A set of Bolt Plans and Tasks to extend the CA cert in Puppet Enterprise",
66
"license": "GPL-2.0-only",

0 commit comments

Comments
 (0)