|
| 1 | +<!-- markdownlint-disable MD024 --> |
1 | 2 | # Changelog
|
2 | 3 |
|
3 | 4 | All notable changes to this project will be documented in this file.
|
4 |
| -Each new release typically also includes the latest modulesync defaults. |
5 |
| -These should not affect the functionality of the module. |
6 | 5 |
|
7 |
| -## [v4.1.0](https://github.com/voxpupuli/puppet-sslcertificate/tree/v4.1.0) (2020-01-14) |
| 6 | +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). |
8 | 7 |
|
9 |
| -[Full Changelog](https://github.com/voxpupuli/puppet-sslcertificate/compare/v4.0.0...v4.1.0) |
| 8 | +## [v5.0.0](https://github.com/puppetlabs/puppetlabs-sslcertificate/tree/v5.0.0) - 2023-08-17 |
10 | 9 |
|
11 |
| -**Closed issues:** |
| 10 | +[Full Changelog](https://github.com/puppetlabs/puppetlabs-sslcertificate/compare/v4.1.0...v5.0.0) |
12 | 11 |
|
13 |
| -- Cannot install from UNC drive share [\#99](https://github.com/voxpupuli/puppet-sslcertificate/issues/99) |
14 |
| -- Needs to be idempotent [\#22](https://github.com/voxpupuli/puppet-sslcertificate/issues/22) |
15 |
| -- forge page is confusing [\#14](https://github.com/voxpupuli/puppet-sslcertificate/issues/14) |
16 |
| -- Intermediate store isn't closed after import. [\#12](https://github.com/voxpupuli/puppet-sslcertificate/issues/12) |
17 |
| -- Add secure password capabilities [\#7](https://github.com/voxpupuli/puppet-sslcertificate/issues/7) |
| 12 | +### Added |
18 | 13 |
|
19 |
| -**Merged pull requests:** |
| 14 | +- Allow stdlib 8.0.0 [#112](https://github.com/puppetlabs/puppetlabs-sslcertificate/pull/112) ([smortex](https://github.com/smortex)) |
20 | 15 |
|
21 |
| -- ISSUE-99: Add note explaining redoubled backslashes. [\#100](https://github.com/voxpupuli/puppet-sslcertificate/pull/100) ([pillarsdotnet](https://github.com/pillarsdotnet)) |
22 |
| -- ISSUE-12: Close intermediate store after import. [\#98](https://github.com/voxpupuli/puppet-sslcertificate/pull/98) ([pillarsdotnet](https://github.com/pillarsdotnet)) |
23 |
| -- Remove duplicate CONTRIBUTING.md file [\#95](https://github.com/voxpupuli/puppet-sslcertificate/pull/95) ([dhoppe](https://github.com/dhoppe)) |
24 |
| -- Allow `puppetlabs/stdlib` 6.x [\#93](https://github.com/voxpupuli/puppet-sslcertificate/pull/93) ([cubiclelord](https://github.com/cubiclelord)) |
25 |
| -- No need to remove the running temp file [\#91](https://github.com/voxpupuli/puppet-sslcertificate/pull/91) ([johnburns320](https://github.com/johnburns320)) |
| 16 | +### Changed |
| 17 | +- Drop Puppet 6 support [#119](https://github.com/puppetlabs/puppetlabs-sslcertificate/pull/119) ([bastelfreak](https://github.com/bastelfreak)) |
26 | 18 |
|
27 |
| -## [v4.0.0](https://github.com/voxpupuli/puppet-sslcertificate/tree/v4.0.0) (2019-05-02) |
| 19 | +## [v4.1.0](https://github.com/puppetlabs/puppetlabs-sslcertificate/tree/v4.1.0) - 2020-01-14 |
28 | 20 |
|
29 |
| -[Full Changelog](https://github.com/voxpupuli/puppet-sslcertificate/compare/v3.4.0...v4.0.0) |
| 21 | +[Full Changelog](https://github.com/puppetlabs/puppetlabs-sslcertificate/compare/v4.0.0...v4.1.0) |
30 | 22 |
|
31 |
| -**Breaking changes:** |
| 23 | +### Added |
32 | 24 |
|
33 |
| -- modulesync 2.5.1 & drop Puppet 4 [\#88](https://github.com/voxpupuli/puppet-sslcertificate/pull/88) ([bastelfreak](https://github.com/bastelfreak)) |
| 25 | +- Allow `puppetlabs/stdlib` 6.x [#93](https://github.com/puppetlabs/puppetlabs-sslcertificate/pull/93) ([cubiclelord](https://github.com/cubiclelord)) |
34 | 26 |
|
35 |
| -**Implemented enhancements:** |
| 27 | +### Fixed |
36 | 28 |
|
37 |
| -- Add wildcard & bypass Intermediate Store support [\#84](https://github.com/voxpupuli/puppet-sslcertificate/pull/84) ([arthurbarton](https://github.com/arthurbarton)) |
| 29 | +- ISSUE-99: Add note explaining redoubled backslashes. [#100](https://github.com/puppetlabs/puppetlabs-sslcertificate/pull/100) ([pillarsdotnet](https://github.com/pillarsdotnet)) |
38 | 30 |
|
39 |
| -**Fixed bugs:** |
| 31 | +## [v4.0.0](https://github.com/puppetlabs/puppetlabs-sslcertificate/tree/v4.0.0) - 2019-05-02 |
40 | 32 |
|
41 |
| -- PrivateKey directory is filling up [\#33](https://github.com/voxpupuli/puppet-sslcertificate/issues/33) |
42 |
| -- Checks if the certificate is installed without creating an object [\#70](https://github.com/voxpupuli/puppet-sslcertificate/pull/70) ([cmezzett](https://github.com/cmezzett)) |
| 33 | +[Full Changelog](https://github.com/puppetlabs/puppetlabs-sslcertificate/compare/v3.4.0...v4.0.0) |
43 | 34 |
|
44 |
| -**Merged pull requests:** |
| 35 | +### Added |
45 | 36 |
|
46 |
| -- modulesync 2.2.0 and allow puppet 6.x [\#85](https://github.com/voxpupuli/puppet-sslcertificate/pull/85) ([bastelfreak](https://github.com/bastelfreak)) |
47 |
| -- Do not remove scripts as they are not stored on disk [\#76](https://github.com/voxpupuli/puppet-sslcertificate/pull/76) ([walkamongus](https://github.com/walkamongus)) |
| 37 | +- modulesync 2.2.0 and allow puppet 6.x [#85](https://github.com/puppetlabs/puppetlabs-sslcertificate/pull/85) ([bastelfreak](https://github.com/bastelfreak)) |
| 38 | +- Add wildcard & bypass Intermediate Store support [#84](https://github.com/puppetlabs/puppetlabs-sslcertificate/pull/84) ([arthurbarton](https://github.com/arthurbarton)) |
48 | 39 |
|
49 |
| -## [v3.4.0](https://github.com/voxpupuli/puppet-sslcertificate/tree/v3.4.0) (2018-09-07) |
| 40 | +### Changed |
| 41 | +- modulesync 2.5.1 & drop Puppet 4 [#88](https://github.com/puppetlabs/puppetlabs-sslcertificate/pull/88) ([bastelfreak](https://github.com/bastelfreak)) |
50 | 42 |
|
51 |
| -[Full Changelog](https://github.com/voxpupuli/puppet-sslcertificate/compare/v3.3.0...v3.4.0) |
| 43 | +### Fixed |
52 | 44 |
|
53 |
| -**Implemented enhancements:** |
| 45 | +- Checks if the certificate is installed without creating an object [#70](https://github.com/puppetlabs/puppetlabs-sslcertificate/pull/70) ([crmezzet](https://github.com/crmezzet)) |
54 | 46 |
|
55 |
| -- Allow managing SSL certificates without a password [\#64](https://github.com/voxpupuli/puppet-sslcertificate/issues/64) |
| 47 | +## [v3.4.0](https://github.com/puppetlabs/puppetlabs-sslcertificate/tree/v3.4.0) - 2018-09-07 |
56 | 48 |
|
57 |
| -**Merged pull requests:** |
| 49 | +[Full Changelog](https://github.com/puppetlabs/puppetlabs-sslcertificate/compare/v3.3.0...v3.4.0) |
58 | 50 |
|
59 |
| -- allow puppetlabs/stdlib 5.x [\#80](https://github.com/voxpupuli/puppet-sslcertificate/pull/80) ([bastelfreak](https://github.com/bastelfreak)) |
60 |
| -- Remove docker nodesets [\#75](https://github.com/voxpupuli/puppet-sslcertificate/pull/75) ([bastelfreak](https://github.com/bastelfreak)) |
61 |
| -- drop EOL OSs; fix puppet version range [\#73](https://github.com/voxpupuli/puppet-sslcertificate/pull/73) ([bastelfreak](https://github.com/bastelfreak)) |
| 51 | +### Added |
62 | 52 |
|
63 |
| -## [v3.3.0](https://github.com/voxpupuli/puppet-sslcertificate/tree/v3.3.0) (2018-02-13) |
| 53 | +- allow puppetlabs/stdlib 5.x [#80](https://github.com/puppetlabs/puppetlabs-sslcertificate/pull/80) ([bastelfreak](https://github.com/bastelfreak)) |
64 | 54 |
|
65 |
| -[Full Changelog](https://github.com/voxpupuli/puppet-sslcertificate/compare/v3.2.0...v3.3.0) |
| 55 | +## [v3.3.0](https://github.com/puppetlabs/puppetlabs-sslcertificate/tree/v3.3.0) - 2018-02-13 |
66 | 56 |
|
67 |
| -**Implemented enhancements:** |
| 57 | +[Full Changelog](https://github.com/puppetlabs/puppetlabs-sslcertificate/compare/v3.2.0...v3.3.0) |
68 | 58 |
|
69 |
| -- Don't store the PS1 scripts [\#66](https://github.com/voxpupuli/puppet-sslcertificate/pull/66) ([natemccurdy](https://github.com/natemccurdy)) |
70 |
| -- Make the password parameter optional [\#65](https://github.com/voxpupuli/puppet-sslcertificate/pull/65) ([rnelson0](https://github.com/rnelson0)) |
| 59 | +### Added |
71 | 60 |
|
72 |
| -**Merged pull requests:** |
| 61 | +- Don't store the PS1 scripts [#66](https://github.com/puppetlabs/puppetlabs-sslcertificate/pull/66) ([natemccurdy](https://github.com/natemccurdy)) |
| 62 | +- Make the password parameter optional [#65](https://github.com/puppetlabs/puppetlabs-sslcertificate/pull/65) ([rnelson0](https://github.com/rnelson0)) |
73 | 63 |
|
74 |
| -- Cleanup script after invocation [\#61](https://github.com/voxpupuli/puppet-sslcertificate/pull/61) ([rdev5](https://github.com/rdev5)) |
| 64 | +## [v3.2.0](https://github.com/puppetlabs/puppetlabs-sslcertificate/tree/v3.2.0) - 2017-11-20 |
75 | 65 |
|
76 |
| -## [v3.2.0](https://github.com/voxpupuli/puppet-sslcertificate/tree/v3.2.0) (2017-11-20) |
| 66 | +[Full Changelog](https://github.com/puppetlabs/puppetlabs-sslcertificate/compare/v3.1.0...v3.2.0) |
77 | 67 |
|
78 |
| -[Full Changelog](https://github.com/voxpupuli/puppet-sslcertificate/compare/v3.1.0...v3.2.0) |
| 68 | +### Added |
79 | 69 |
|
80 |
| -**Merged pull requests:** |
| 70 | +- bump puppet version dependency to >= 4.7.1 < 6.0.0 [#59](https://github.com/puppetlabs/puppetlabs-sslcertificate/pull/59) ([bastelfreak](https://github.com/bastelfreak)) |
81 | 71 |
|
82 |
| -- bump puppet version dependency to \>= 4.7.1 \< 6.0.0 [\#59](https://github.com/voxpupuli/puppet-sslcertificate/pull/59) ([bastelfreak](https://github.com/bastelfreak)) |
| 72 | +## [v3.1.0](https://github.com/puppetlabs/puppetlabs-sslcertificate/tree/v3.1.0) - 2017-09-17 |
83 | 73 |
|
84 |
| -## [v3.1.0](https://github.com/voxpupuli/puppet-sslcertificate/tree/v3.1.0) (2017-09-17) |
| 74 | +[Full Changelog](https://github.com/puppetlabs/puppetlabs-sslcertificate/compare/v3.0.0...v3.1.0) |
85 | 75 |
|
86 |
| -[Full Changelog](https://github.com/voxpupuli/puppet-sslcertificate/compare/v3.0.0...v3.1.0) |
| 76 | +## [v3.0.0](https://github.com/puppetlabs/puppetlabs-sslcertificate/tree/v3.0.0) - 2017-06-26 |
87 | 77 |
|
88 |
| -**Merged pull requests:** |
| 78 | +[Full Changelog](https://github.com/puppetlabs/puppetlabs-sslcertificate/compare/v2.2.0...v3.0.0) |
89 | 79 |
|
90 |
| -- Update import.ps1.erb to work with P12 format [\#48](https://github.com/voxpupuli/puppet-sslcertificate/pull/48) ([tramaswami](https://github.com/tramaswami)) |
| 80 | +### Added |
91 | 81 |
|
92 |
| -## [v3.0.0](https://github.com/voxpupuli/puppet-sslcertificate/tree/v3.0.0) (2017-06-26) |
| 82 | +- Set mode to 0600 on sensitive scripts [#54](https://github.com/puppetlabs/puppetlabs-sslcertificate/pull/54) ([roidelapluie](https://github.com/roidelapluie)) |
| 83 | +- New argument to set exportability of the certificate [#46](https://github.com/puppetlabs/puppetlabs-sslcertificate/pull/46) ([ricardogaspar2](https://github.com/ricardogaspar2)) |
93 | 84 |
|
94 |
| -[Full Changelog](https://github.com/voxpupuli/puppet-sslcertificate/compare/v2.2.0...v3.0.0) |
| 85 | +### Fixed |
95 | 86 |
|
96 |
| -**Implemented enhancements:** |
| 87 | +- Fixing typo [#50](https://github.com/puppetlabs/puppetlabs-sslcertificate/pull/50) ([thirumoorthir](https://github.com/thirumoorthir)) |
97 | 88 |
|
98 |
| -- Set mode to 0600 on sensitive scripts [\#54](https://github.com/voxpupuli/puppet-sslcertificate/pull/54) ([roidelapluie](https://github.com/roidelapluie)) |
99 |
| -- New argument to set exportability of the certificate [\#46](https://github.com/voxpupuli/puppet-sslcertificate/pull/46) ([ricardogaspar2](https://github.com/ricardogaspar2)) |
| 89 | +## [v2.2.0](https://github.com/puppetlabs/puppetlabs-sslcertificate/tree/v2.2.0) - 2017-02-11 |
100 | 90 |
|
101 |
| -**Fixed bugs:** |
| 91 | +[Full Changelog](https://github.com/puppetlabs/puppetlabs-sslcertificate/compare/v2.1.1...v2.2.0) |
102 | 92 |
|
103 |
| -- Fixing typo [\#50](https://github.com/voxpupuli/puppet-sslcertificate/pull/50) ([thirumoorthir](https://github.com/thirumoorthir)) |
| 93 | +### Fixed |
104 | 94 |
|
105 |
| -**Closed issues:** |
| 95 | +- Fix references to `sslcert` [#30](https://github.com/puppetlabs/puppetlabs-sslcertificate/pull/30) ([alexjfisher](https://github.com/alexjfisher)) |
106 | 96 |
|
107 |
| -- Certificate for testing [\#44](https://github.com/voxpupuli/puppet-sslcertificate/issues/44) |
| 97 | +## [v2.1.1](https://github.com/puppetlabs/puppetlabs-sslcertificate/tree/v2.1.1) - 2015-03-24 |
108 | 98 |
|
109 |
| -**Merged pull requests:** |
| 99 | +[Full Changelog](https://github.com/puppetlabs/puppetlabs-sslcertificate/compare/v2.0.2...v2.1.1) |
110 | 100 |
|
111 |
| -- release 3.0.0 [\#55](https://github.com/voxpupuli/puppet-sslcertificate/pull/55) ([bastelfreak](https://github.com/bastelfreak)) |
112 |
| -- replace validate\_\* with puppet4 datatypes [\#52](https://github.com/voxpupuli/puppet-sslcertificate/pull/52) ([bastelfreak](https://github.com/bastelfreak)) |
| 101 | +## [v2.0.2](https://github.com/puppetlabs/puppetlabs-sslcertificate/tree/v2.0.2) - 2014-10-13 |
113 | 102 |
|
114 |
| -## [v2.2.0](https://github.com/voxpupuli/puppet-sslcertificate/tree/v2.2.0) (2017-02-11) |
| 103 | +[Full Changelog](https://github.com/puppetlabs/puppetlabs-sslcertificate/compare/v2.0.1...v2.0.2) |
115 | 104 |
|
116 |
| -[Full Changelog](https://github.com/voxpupuli/puppet-sslcertificate/compare/v2.1.1...v2.2.0) |
| 105 | +## [v2.0.1](https://github.com/puppetlabs/puppetlabs-sslcertificate/tree/v2.0.1) - 2014-10-13 |
117 | 106 |
|
118 |
| -**Closed issues:** |
| 107 | +[Full Changelog](https://github.com/puppetlabs/puppetlabs-sslcertificate/compare/v1.0.1...v2.0.1) |
119 | 108 |
|
120 |
| -- Undocumented dependency on module puppetlabs/powershell [\#23](https://github.com/voxpupuli/puppet-sslcertificate/issues/23) |
| 109 | +## [v1.0.1](https://github.com/puppetlabs/puppetlabs-sslcertificate/tree/v1.0.1) - 2014-10-13 |
121 | 110 |
|
122 |
| -**Merged pull requests:** |
| 111 | +[Full Changelog](https://github.com/puppetlabs/puppetlabs-sslcertificate/compare/v2.1.0...v1.0.1) |
123 | 112 |
|
124 |
| -- modulesync 0.16.7 [\#39](https://github.com/voxpupuli/puppet-sslcertificate/pull/39) ([bastelfreak](https://github.com/bastelfreak)) |
125 |
| -- Set min version\_requirement for Puppet + bump deps [\#36](https://github.com/voxpupuli/puppet-sslcertificate/pull/36) ([juniorsysadmin](https://github.com/juniorsysadmin)) |
126 |
| -- modulesync 0.16.6 [\#35](https://github.com/voxpupuli/puppet-sslcertificate/pull/35) ([bastelfreak](https://github.com/bastelfreak)) |
127 |
| -- modulesync 0.16.4 [\#34](https://github.com/voxpupuli/puppet-sslcertificate/pull/34) ([bastelfreak](https://github.com/bastelfreak)) |
128 |
| -- modulesync 0.16.3 [\#32](https://github.com/voxpupuli/puppet-sslcertificate/pull/32) ([bastelfreak](https://github.com/bastelfreak)) |
129 |
| -- Fix references to `sslcert` [\#30](https://github.com/voxpupuli/puppet-sslcertificate/pull/30) ([alexjfisher](https://github.com/alexjfisher)) |
130 |
| -- modulesync 0.15.0 [\#28](https://github.com/voxpupuli/puppet-sslcertificate/pull/28) ([bastelfreak](https://github.com/bastelfreak)) |
131 |
| -- Add missing badges [\#27](https://github.com/voxpupuli/puppet-sslcertificate/pull/27) ([dhoppe](https://github.com/dhoppe)) |
132 |
| -- Update based on voxpupuli/modulesync\_config 0.14.1 [\#26](https://github.com/voxpupuli/puppet-sslcertificate/pull/26) ([dhoppe](https://github.com/dhoppe)) |
133 |
| -- Fix README.md [\#21](https://github.com/voxpupuli/puppet-sslcertificate/pull/21) ([madAndroid](https://github.com/madAndroid)) |
134 |
| -- Perform modulesync \(0.3.0\) [\#20](https://github.com/voxpupuli/puppet-sslcertificate/pull/20) ([juniorsysadmin](https://github.com/juniorsysadmin)) |
135 |
| -- Modulesync \(modulesync\_config 0.1.0\) [\#19](https://github.com/voxpupuli/puppet-sslcertificate/pull/19) ([juniorsysadmin](https://github.com/juniorsysadmin)) |
136 |
| -- Fix installing single certificates [\#18](https://github.com/voxpupuli/puppet-sslcertificate/pull/18) ([damoxc](https://github.com/damoxc)) |
137 |
| -- Perform a modulesync [\#17](https://github.com/voxpupuli/puppet-sslcertificate/pull/17) ([juniorsysadmin](https://github.com/juniorsysadmin)) |
138 |
| -- Added support for managing .P12 certificates [\#4](https://github.com/voxpupuli/puppet-sslcertificate/pull/4) ([Mharlin](https://github.com/Mharlin)) |
| 113 | +## [v2.1.0](https://github.com/puppetlabs/puppetlabs-sslcertificate/tree/v2.1.0) - 2014-10-13 |
139 | 114 |
|
140 |
| -## [v2.1.1](https://github.com/voxpupuli/puppet-sslcertificate/tree/v2.1.1) (2015-03-24) |
| 115 | +[Full Changelog](https://github.com/puppetlabs/puppetlabs-sslcertificate/compare/v2.0.0...v2.1.0) |
141 | 116 |
|
142 |
| -[Full Changelog](https://github.com/voxpupuli/puppet-sslcertificate/compare/v2.1.0...v2.1.1) |
| 117 | +## [v2.0.0](https://github.com/puppetlabs/puppetlabs-sslcertificate/tree/v2.0.0) - 2014-04-16 |
143 | 118 |
|
144 |
| -## [v2.1.0](https://github.com/voxpupuli/puppet-sslcertificate/tree/v2.1.0) (2014-10-13) |
| 119 | +[Full Changelog](https://github.com/puppetlabs/puppetlabs-sslcertificate/compare/v1.0.0...v2.0.0) |
145 | 120 |
|
146 |
| -[Full Changelog](https://github.com/voxpupuli/puppet-sslcertificate/compare/v2.0.2...v2.1.0) |
| 121 | +## [v1.0.0](https://github.com/puppetlabs/puppetlabs-sslcertificate/tree/v1.0.0) - 2014-03-12 |
147 | 122 |
|
148 |
| -## [v2.0.2](https://github.com/voxpupuli/puppet-sslcertificate/tree/v2.0.2) (2014-08-04) |
149 |
| - |
150 |
| -[Full Changelog](https://github.com/voxpupuli/puppet-sslcertificate/compare/v2.0.1...v2.0.2) |
151 |
| - |
152 |
| -## [v2.0.1](https://github.com/voxpupuli/puppet-sslcertificate/tree/v2.0.1) (2014-08-04) |
153 |
| - |
154 |
| -[Full Changelog](https://github.com/voxpupuli/puppet-sslcertificate/compare/v2.0.0...v2.0.1) |
155 |
| - |
156 |
| -**Merged pull requests:** |
157 |
| - |
158 |
| -- Adding more pupept version coverage to the module [\#6](https://github.com/voxpupuli/puppet-sslcertificate/pull/6) ([stack72](https://github.com/stack72)) |
159 |
| - |
160 |
| -## [v2.0.0](https://github.com/voxpupuli/puppet-sslcertificate/tree/v2.0.0) (2014-04-16) |
161 |
| - |
162 |
| -[Full Changelog](https://github.com/voxpupuli/puppet-sslcertificate/compare/v1.0.1...v2.0.0) |
163 |
| - |
164 |
| -**Merged pull requests:** |
165 |
| - |
166 |
| -- Moving to use certificate thumbprints [\#5](https://github.com/voxpupuli/puppet-sslcertificate/pull/5) ([stack72](https://github.com/stack72)) |
167 |
| - |
168 |
| -## [v1.0.1](https://github.com/voxpupuli/puppet-sslcertificate/tree/v1.0.1) (2014-03-14) |
169 |
| - |
170 |
| -[Full Changelog](https://github.com/voxpupuli/puppet-sslcertificate/compare/v1.0.0...v1.0.1) |
171 |
| - |
172 |
| -## [v1.0.0](https://github.com/voxpupuli/puppet-sslcertificate/tree/v1.0.0) (2014-03-12) |
173 |
| - |
174 |
| -[Full Changelog](https://github.com/voxpupuli/puppet-sslcertificate/compare/67919d208e50ac9156ecda32e09c4efc5ca6fca8...v1.0.0) |
175 |
| - |
176 |
| -**Merged pull requests:** |
177 |
| - |
178 |
| -- Intermediate certificates [\#3](https://github.com/voxpupuli/puppet-sslcertificate/pull/3) ([stack72](https://github.com/stack72)) |
179 |
| -- added filename parameter [\#1](https://github.com/voxpupuli/puppet-sslcertificate/pull/1) ([amwilson](https://github.com/amwilson)) |
180 |
| - |
181 |
| - |
182 |
| - |
183 |
| -\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* |
| 123 | +[Full Changelog](https://github.com/puppetlabs/puppetlabs-sslcertificate/compare/67919d208e50ac9156ecda32e09c4efc5ca6fca8...v1.0.0) |
0 commit comments