Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tas50 committed Apr 20, 2015
1 parent 66e1a31 commit 5e801f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
@@ -1,12 +1,12 @@
Unreleased
---
v1.3.0 (2015-10-16)
-------------------
- Add rubocop file and resolve all rubocop warnings
- Update the contributing doc to match the new process
- Use strings for file modes to preserve the leading 0s
- Add support the domain resolv.conf config option
- Add a gitignore and chefignore file
- Added a header to the resolv.conf file stating that chef edited the file
- Use the Ohai 'root_group' attribute for the config file to support non-Linux *nix platforms
- Use the Ohai 'root_group' attribute for the config file to support non-Linux *nix platforms. This raises the minimum required version of Chef to 11.14.0 with Ohai 7.2.0.

v1.2.0 (2014-10-16)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Expand Up @@ -4,7 +4,7 @@
license 'Apache 2.0'
description 'Configures /etc/resolv.conf via attributes'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.2.0'
version '1.3.0'

recipe 'resolver', 'Configures /etc/resolv.conf via attributes'
recipe 'resolver::from_server_role', 'Manages nameservers from role with explicitly set servers'
Expand Down

3 comments on commit 5e801f8

@glensc
Copy link
Contributor

@glensc glensc commented on 5e801f8 Apr 23, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would you mind creating tag and pushing it to github?

@tas50
Copy link
Contributor Author

@tas50 tas50 commented on 5e801f8 Apr 23, 2015 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@glensc
Copy link
Contributor

@glensc glensc commented on 5e801f8 Apr 24, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

Please sign in to comment.