Releases: opus-codium/puppet-dehydrated
Releases · opus-codium/puppet-dehydrated
5.0.0
Breaking changes:
Implemented enhancements:
Merged pull requests:
4.1.0
Implemented enhancements:
- Add support for --noop to dehydrated::cleanup #42 (smortex)
4.0.0
Breaking changes:
- Remove Puppet 5 from testing and bump minimal version to 6.0.0 #40 (smortex)
Implemented enhancements:
- Add a cleanup task to remove unmanaged certificates #41 (smortex)
3.1.0
Implemented enhancements:
Fixed bugs:
- Remove explicit data_provider from metadata.json #35 (smortex)
3.0.0
Implemented enhancements:
- Update the dehydrated repository URL #30 (smortex)
2.4.1
Fixed bugs:
- Restore the previous dehydrated repository URL #28 (smortex)
2.4.0
Implemented enhancements:
- Default to dehydrated 0.7.0 when installing from repos #26 (smortex)
- Move common default values to init.pp #25 (smortex)
2.3.0
Added
- Add documention for classes and defined types
- Add task and plan to renew certificates
- Make internal classes private
- Implement helper functions to retrieve ssl paths (ie.
dehydrated::ssl_*_file
)
- Add a
dehydrated::apache::vhost_attributes
function to ease apache::vhost
usage with dehydrated
Changed
- Keep going on certificate failure.
2.2.0
Added
- Support for RedHat based operating systems.