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.5.6 (2014-05-16)

16 May 18:29
Compare
Choose a tag to compare
  • Finally successful upload to the community site

v0.5.0 (2014-05-16)

16 May 18:27
Compare
Choose a tag to compare
  • BREAKING CHANGE:
    For parameters to persist on reboot that are set via attributes, you now need to include
    sysctl::persist instead of sysctl::default. This allows LWRP users to use the cookbook
    without needing to load sysctl::default in their run list.
  • Standardize on using Stove for community site management
  • Updated Ubuntu tests to no longer test Lucid and focus on Precise and Trusty
  • [GH-3] Improve idempotency with respect to sysctl config file when using lwrps (Michael S. Fischer)
  • Added Ohai 7 plugin which exposes sysctl parameters via node['sys'] (Sander van Zoest, Guilhem Lettron)
  • Fully switch to serverspec tests, added separate suites for attributes and lwrp invocation

v0.4.0 (2014-04-04)

04 Apr 22:39
Compare
Choose a tag to compare
  • [GH-24] On RHEL Adjust Init file to follow chkconfig standards (Alex Farhadi)
  • [GH-22] lwrp parameters are written to the sysctl config file (Sander van Zoest, Guilhem Lettron)
  • Entries in the sysctl config file are now sorted
  • Removed Thor development dependency
  • Added LWRP Matcher for use with ChefSpec by wrapper cookbooks
  • Added ChefSpec 3 unit tests
  • Ported bats tests to ServerSpec integration tests
  • Use platform_family? in attributes (requires Ohai 0.6.12)
  • Renamed ruby_block[sysctl config notifier] to ruby_block[save-sysctl-params] for clarity
  • [GH-19] Make sysctl template logic idempotent (Roy Tewalt)

v0.3.5 (2013-12-10)

04 Apr 22:36
Compare
Choose a tag to compare

v0.3.4

04 Apr 22:35
Compare
Choose a tag to compare
  • [GH-9] Make changes available immediately (Warren Vosper)
  • [GH-8] Added PLD Linux support (not regularily tested) (Elan Ruusamäe)
  • Switch to robucop over tailor
  • Modernize Gemfile dependencies and add Guard for development
  • Fix FC048: Prefer Mixlib::ShellOut

v0.3.3

04 Apr 22:34
Compare
Choose a tag to compare
  • More explicitly define conflicting cookbooks and operating systems in metadata.rb
  • [GH-6] Fixed any params with spaces throw errors (Mike Pavlenko)

v0.3.2

04 Apr 22:34
Compare
Choose a tag to compare
  • [GH-5] Fixed ImmutableAttributeModification (Mark Pimentel)
  • Added LWRP integration tests for test kitchen
  • LWRP now sets attributes on the node via node.default, not node.set allowing easier overrides by other cookbooks

v0.3.1

04 Apr 22:33
Compare
Choose a tag to compare
  • Added attribute integration tests for test kitchen
  • Added alpha RHEL/CentOS support
  • Added Travis CI Builds
  • Cleaned up foodcritic and tailor complaints

v0.3.0

04 Apr 22:32
Compare
Choose a tag to compare

There is a lot of talk about making one sysctl cookbook. Let's make it happen.

  • BREAKING CHANGE: use sysctl.params instead of sysctl.attributes to match LWRP and sysctl standard naming
  • [GH-1] Remove 69-chef-static.conf
  • New Maintainer: Sander van Zoest, @onehealth-cookbooks
  • Update Development environment with Berkshelf, Vagrant, Test-Kitchen