Skip to content
This repository has been archived by the owner on Nov 8, 2019. It is now read-only.

Releases: Sous-Chefs-Boneyard/sysctl

v0.9.0 (2017-05-18)

21 May 01:12
Compare
Choose a tag to compare
  • 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)

29 Oct 23:27
5a10e06
Compare
Choose a tag to compare
  • [GH-64] Relax ohai cookbook dependency to >= 4
  • Specify ohai version needs to be >= 8
  • [GH-65] Use systemd-sysctl service for ubuntu > 15+

v0.8.0 (2016-06-30)

01 Jul 00:53
Compare
Choose a tag to compare
  • [GH-55] Update README with FreeBSD 10.3 support
  • [GH-59] Update to ohai cookbook 4

This cookbook indirectly now requires Chef 12+.
If you require Chef 11 support you'll need to pin to version 0.7.5 in your environment.

v0.7.5 (2016-04-12)

12 Apr 16:15
Compare
Choose a tag to compare
  • [GH-51] revert FC059: declare use_inline_resources

v0.7.4 (2016-04-11)

11 Apr 16:34
Compare
Choose a tag to compare
  • FC059: declare use_inline_resources

v0.7.3 (2016-04-11)

11 Apr 16:14
Compare
Choose a tag to compare
  • Added suse to metadata.rb
  • Update gem and berkshelf cookbook dependencies

v0.7.2 (2016-03-24)

25 Mar 02:51
Compare
Choose a tag to compare
  • [GH-33] Addd initial Suse 11 & 12 support
  • [GH-48] version pin 3.0 of the Ohai cookbook
  • [GH-47] Rename key_path local var to key_path_tokens for clarity
  • [GH-50] Resolves Rubocop complaint about nested ifs.
  • [GH-46] Use fail instead of raise
  • Update gem and berkshelf cookbook dependencies

v0.7.0 (2015-12-03)

03 Dec 23:10
Compare
Choose a tag to compare
  • 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)

07 Dec 01:54
Compare
Choose a tag to compare
  • 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)

19 May 22:48
Compare
Choose a tag to compare
  • Rename sysctl::persist to sysctl::apply to more clearly reflect usage
  • [GH-5] Improve immediate setting of attribute parameters during sysctl::apply run