Add puppetlabs/certregen module
[mirror/dsa-puppet.git] / 3rdparty / modules / certregen / CHANGELOG.md
1 ## Release 0.2.0
2
3 #### Summary
4
5 This is a feature and bugfix release.
6
7 #### Features
8 * (MODULES-4542) Support YAML and JSON output formats for `puppet certregen healthcheck`.
9 * (MODULES-4681) Support for Puppet `strict_variables` compiler setting.
10
11 #### Bugfixes
12
13 * (MODULES-4523) Return expiration of new CA cert for `puppet certregen ca`; previously the expiration of the old CA certificate was returned.
14 * (MODULES-4659) Remove usage of APIs deprecated in Puppet 5
15
16 ## Release 0.1.1
17
18 #### Summary
19
20 This release adds improvements based on feedback from the 0.1.0 release.
21
22 #### Features
23
24 * (MODULES-4273) Distribute CRL along with CA cert
25 * (MODULES-4194) add unified action for CA/CRL refresh
26 * (MODULES-4194) Implement CRL distribution
27 * (MODULES-4163) Copy cacert to localcacert on regeneration
28
29 #### Bugfixes
30
31 * (MODULES-4154) Use puppet feature to test for gem
32 * (MODULES-4190) Don't manage localcacert file owner/group
33 * (MODULES-4191) Respect casing for cert subject, issuer, AKI extension
34 * (MODULES-4193) sort healthcheck cmd output in ascending order
35 * (MODULES-4192) Use versioncmp when probing for features
36 * (MODULES-4194) Support Facter 1.7 confine syntax
37
38 ## Experimental Release 0.1.0
39
40 #### Summary
41
42 This is a pre-production release of the certregen module.