Releases: voxpupuli/puppet-augeasproviders_sysctl
Releases · voxpupuli/puppet-augeasproviders_sysctl
v4.0.0
What's Changed
Breaking Changes 🛠
New Features 🎉
- metadata.json: Add OpenVox by @jstraw in #102
- Add Debian 13 support by @bastelfreak in #107
- Generate the REFERENCE file by @bwitt in #109
Bug Fixes 🐛
Other Changes
New Contributors
- @TheMeier made their first contribution in #104
- @jstraw made their first contribution in #102
- @pccibot made their first contribution in #103
- @bwitt made their first contribution in #109
- @sagepe made their first contribution in #117
Full Changelog: v3.3.0...v4.0.0
v3.3.0
2.6.0
2.5.1
2.5.0
2.4.0
2.3.1
2.3.0
Release of 2.2.1
This release adds support for Puppet 5 as well as Oracle Enterprise Linux.
Feature and Test Update
This release adds a feature that protects against sysctl values which, when set in /etc/sysctl.conf, may cause operational harm to a system.
The ability has been added to only update the live value and make the disk persistence optional.
Additionally:
- Now use prefetching to get the sysctl values
- Updated self.instances to obtain information about all sysctl values
which provides a more accurate representation of the system when using
puppet resource - Fail if the user attempts to set a value that is not valid on the
system unlesssilentis set. - Updated all tests