diff options
| author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-02-08 11:59:41 +0100 |
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-02-08 11:59:41 +0100 |
| commit | ac7419f50e71c147eb7c60ff69527cb783fc67c4 (patch) | |
| tree | a6a55f322a41436582816b9b7dd01bb02737d184 /code/environments/production/modules/certregen/CHANGELOG.md | |
| parent | 7cc1cd689819df5a9a07aaf08e8278f8b3384839 (diff) | |
| download | puppet.KATH-ac7419f50e71c147eb7c60ff69527cb783fc67c4.tar.gz puppet.KATH-ac7419f50e71c147eb7c60ff69527cb783fc67c4.tar.bz2 puppet.KATH-ac7419f50e71c147eb7c60ff69527cb783fc67c4.zip | |
Revert "code/environments/production/modules: Drop certregen module again."
This reverts commit 74e2687fa98ea5ba25fbe07c038253d1fc14584e.
Diffstat (limited to 'code/environments/production/modules/certregen/CHANGELOG.md')
| -rw-r--r-- | code/environments/production/modules/certregen/CHANGELOG.md | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/code/environments/production/modules/certregen/CHANGELOG.md b/code/environments/production/modules/certregen/CHANGELOG.md new file mode 100644 index 0000000..ee547a1 --- /dev/null +++ b/code/environments/production/modules/certregen/CHANGELOG.md @@ -0,0 +1,42 @@ +## Release 0.2.0 + +#### Summary + +This is a feature and bugfix release. + +#### Features +* (MODULES-4542) Support YAML and JSON output formats for `puppet certregen healthcheck`. +* (MODULES-4681) Support for Puppet `strict_variables` compiler setting. + +#### Bugfixes + +* (MODULES-4523) Return expiration of new CA cert for `puppet certregen ca`; previously the expiration of the old CA certificate was returned. +* (MODULES-4659) Remove usage of APIs deprecated in Puppet 5 + +## Release 0.1.1 + +#### Summary + +This release adds improvements based on feedback from the 0.1.0 release. + +#### Features + +* (MODULES-4273) Distribute CRL along with CA cert +* (MODULES-4194) add unified action for CA/CRL refresh +* (MODULES-4194) Implement CRL distribution +* (MODULES-4163) Copy cacert to localcacert on regeneration + +#### Bugfixes + +* (MODULES-4154) Use puppet feature to test for gem +* (MODULES-4190) Don't manage localcacert file owner/group +* (MODULES-4191) Respect casing for cert subject, issuer, AKI extension +* (MODULES-4193) sort healthcheck cmd output in ascending order +* (MODULES-4192) Use versioncmp when probing for features +* (MODULES-4194) Support Facter 1.7 confine syntax + +## Experimental Release 0.1.0 + +#### Summary + +This is a pre-production release of the certregen module. |
