Releases: voxpupuli/puppet-augeasproviders_ssh
Releases · voxpupuli/puppet-augeasproviders_ssh
v7.0.0
What's Changed
Breaking Changes 🛠
- Drop support for multiple EOL OSes by @traylenator in #110
New Features 🎉
- Add support for Debian 12 and Fedora 40 by @traylenator in #111
Other Changes
- Update git:// URLs to use https:// by @herver in #94
- Treat values as simple/array based on local lens by @tedgarb in #65
- Drop redundant hiera files by @traylenator in #109
New Contributors
- @herver made their first contribution in #94
- @zilchms made their first contribution in #98
- @tedgarb made their first contribution in #65
- @h-haaks made their first contribution in #102
- @traylenator made their first contribution in #111
- @TheMeier made their first contribution in #114
Full Changelog: v6.0.0...v7.0.0
Release of 3.0.0
Fix issues with puppet generate types
Test Update
- Fixed the travis.yml file
- Validated acceptance tests
2.5.1: Ensure that ListenAddress follows AddressFamily (#34)
This appears to be undocumented, but ListenAddress must follow AddressFamily when specified in the sshd_config file. Closes #33