Skip to content

Releases: voxpupuli/puppet-augeasproviders_sysctl

v4.0.0

22 Jan 14:06
v4.0.0
f2405a5

Choose a tag to compare

What's Changed

Breaking Changes 🛠

  • Drop puppet, update openvox minimum version to 8.19 by @TheMeier in #105

New Features 🎉

Bug Fixes 🐛

  • Use correct default file for Debian 13 and above by @sagepe in #117

Other Changes

  • [doc] Make it clear the default is to apply by @bwitt in #111

New Contributors

Full Changelog: v3.3.0...v4.0.0

v3.3.0

09 Dec 18:01
v3.3.0
9f6c303

Choose a tag to compare

What's Changed

New Features 🎉

New Contributors

Full Changelog: v3.2.0...v3.3.0

2.6.0

21 Jan 11:36

Choose a tag to compare

  • FreeBSD: skip read-only MIB data (GH #48)

2.5.1

21 Jan 11:36

Choose a tag to compare

  • Force data read from 'sysctl -a' into ASCSII (GH #46)

2.5.0

21 Jan 11:36
79108ea

Choose a tag to compare

  • Add support for:
    • Debian 10
    • EL 8

2.4.0

21 Jan 11:36

Choose a tag to compare

  • Add Archlinux support (GH #38)
  • Use : as separator on FreeBSD (fix #24) (GH #30)
  • Do not manage comment when persist is false (fix #29) (GH #31)

2.3.1

21 Jan 11:36

Choose a tag to compare

  • Fix puppet requirement to < 7.0.0

2.3.0

21 Jan 11:37

Choose a tag to compare

  • Add support for Puppet 6
  • Deprecate support for Puppet < 5
  • Update supported OSes in metadata.json

Release of 2.2.1

02 Oct 20:34

Choose a tag to compare

This release adds support for Puppet 5 as well as Oracle Enterprise Linux.

Feature and Test Update

31 May 15:37

Choose a tag to compare

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 unless silent is set.
  • Updated all tests