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

Commit

Permalink
Added ohai_version constraint, update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
svanzoest committed Oct 29, 2016
1 parent 5776843 commit 5a10e06
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Sysctl
======
v0.8.1 (2016-10-29)
-------------------
* [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)
-------------------
* [GH-55] Update README with FreeBSD 10.3 support
Expand Down
3 changes: 2 additions & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
license 'Apache v2.0'
description 'Configures sysctl parameters'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.8.0'
version '0.8.1'
chef_version '>= 12'
ohai_version '>= 8'
supports 'ubuntu', '>= 12.04'
supports 'debian', '>= 7.0'
supports 'centos', '>= 5.9'
Expand Down

0 comments on commit 5a10e06

Please sign in to comment.