Skip to content

Commit

Permalink
Bump version to 1.0.0 and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
jrwesolo committed Dec 7, 2014
1 parent ad9f3f5 commit 1a2a3ee
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 8 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,26 @@
limits cookbook CHANGELOG
=========================

This file is used to list changes made in each version of the limits cookbook.

### v0.2.0 (2014-04-09)
v1.0.0 (2014-12-07)
-------------------

### Breaking Changes

Cookbook has changed to be an LWRP-only usage. No longer will limits be able to be specified using attributes. Please see the readme for usage examples.

### Testing

* Perform all testing and development with ChefDK
* Add ChefSpec tests
* Add Serverspec tests

### License

* Change license from Apache to MIT

v0.2.0 (2014-04-09)
-------------------

* Initial release of limits
14 changes: 7 additions & 7 deletions metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
license 'MIT'
description 'Configures limits'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.2.0'
version '1.0.0'

supports 'ubuntu', '>= 10.04'
supports 'debian', '>= 6.0'
supports 'centos', '>= 5.9'
supports 'redhat', '>= 5.9'
supports 'fedora', '>= 18.0'
# Berkshelf blows up with these, will add later.
# source_url 'https://github.com/jrwesolo/limits'
# issues_url 'https://github.com/jrwesolo/limits/issues'

recipe 'limits::default', 'Used to configure system limits.conf'
%w(ubuntu debian fedora centos redhat).each do |p|
supports p
end

0 comments on commit 1a2a3ee

Please sign in to comment.