This repository has been archived by the owner on Nov 8, 2019. It is now read-only.
Releases: Sous-Chefs-Boneyard/sysctl
Releases · Sous-Chefs-Boneyard/sysctl
v0.9.0 (2017-05-18)
- This cookbook is now maintained by Sous-Chefs. See http://sous-chefs.org/
- Fixed 'ImmutableAttributeModification' error in remove_sysctl_param
- Added a new attribute
node['sysctl']['restart_procps']
to control restarting post change - Removed deprecated "conflicts" metadata
- Updated the metadata license string to be a SPDX standard license string
- Removed Chef 11 compatibility in the metadata.rb file
- Switched testing to ChefDK instead of test gems in the Gemfile
- Converted ServerSpec tests to InSpec
- Updated ChefSpecs to test against the latest platform releases
- Added testing with Foodcritic and a .foodcritic file to ignore certain failures
v0.8.1 (2016-10-29)
v0.8.0 (2016-06-30)
v0.7.5 (2016-04-12)
- [GH-51] revert FC059: declare use_inline_resources
v0.7.4 (2016-04-11)
- FC059: declare use_inline_resources
v0.7.3 (2016-04-11)
- Added suse to metadata.rb
- Update gem and berkshelf cookbook dependencies
v0.7.2 (2016-03-24)
v0.7.0 (2015-12-03)
- Update gem and berkshelf cookbook dependencies
- Update documentation to suggest using chefdk for development
- Travis now uses ruby 2.1+
- [GH-8] Update README.md mentioning Archlinux and Exherbo
- [GH-38] Update to ServerSpec2
- [GH-36] ArchLinux fixes
- [GH-41] RHEL 7 Systemd support updates
- [GH-18] Added note on support for /etc/sysctl.d/ and using it on RHEL 6.2 or later.
- [GH-30] Add support for Ubuntu Vivid (15.04)
- [GH-16] Support ubuntu 14.10
- [GH-31] Adjust sysctl::apply to use :restart instead of :start for better systemd support
v0.6.2 (2014-12-06)
- Fix rubocop error and packaging error
- [GH-14] Update to chefspec 4.1, rubocop 27, foodcritic 4
- [GH-14] Update matchers.rb for deprecated chefspec method.
- [GH-13] OneHealth was acquired by Viverae, update Gitter
- [GH-12] Update documentation to reflect inclusion of default recipe for LWRP
- Added initial FreeBSD support
- [GH-7] Added systemd based distros support
v0.6.0 (2014-05-19)
- Rename
sysctl::persist
tosysctl::apply
to more clearly reflect usage - [GH-5] Improve immediate setting of attribute parameters during
sysctl::apply
run