Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tas50 committed Dec 14, 2015
1 parent c615e56 commit ea19ba4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# ufw Cookbook CHANGELOG
This file is used to list changes made in each version of the ufw cookbook.

## v1.0.0 (12-14-2015)
- Update to use / require the Firewall v2.0.0+ cookbook, which requires Chef 12
- Updated all Opscode references to Chef Software Inc.
- Updated testing, contributing, and maintainers docs
- Added source_url and issues_url metadata for supermarket
- Resolved all rubocop warnings and add the standard Chef rubocop file
- Added travis and supermarket version badges to the readme
- Added requirements section to the readme
- Added a chefignore file
- Added a Rakefile for simplified testing
- Added a basic converge chefspec

## v0.7.4
No change. Version bump for toolchain

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Rules may be added to the node by adding them to the `['firewall']['rules']` att
- Ubuntu

### Chef
- Chef 11+
- Chef 12+

Since this cookbook has an open-ended dependency on 'firewall', users of Chef11 or earlier should pin 'firewall' to '~>0.9' via the caller's metadata. Otherwise 'poise' v2+ will be invoked which is Chef12+ only.

Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'Apache 2.0'
description 'Installs and configures Uncomplicated Firewall (ufw)'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.7.5'
version '1.0.0'
depends 'firewall', '>= 2.0'

supports 'ubuntu'
Expand Down

0 comments on commit ea19ba4

Please sign in to comment.