Skip to content

Commit

Permalink
bump cookbook version to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vkhatri committed Nov 8, 2014
1 parent 94cdce3 commit 3e13919
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,18 @@ ddnsupdate CHANGELOG

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

0.1.5
-----

- Virender Khatri - added rubocop, food critic, knife, rspec lint test

- Virender Khatri - added support for travis ci


0.1.2
-----
- vkhatri - Initial release of ddnsupdate

- Virender Khatri - initial release of ddnsupdate

- - -
Check the [Markdown Syntax Guide](http://daringfireball.net/projects/markdown/syntax) for help with Markdown.
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ features and attributes will be added over time, **feel free to contribute**
what you find missing!


## Cookbook Repository

https://github.com/vkhatri/chef-ddnsupdate


## Supported DDNS Resource Record Types

- A
Expand All @@ -32,11 +37,6 @@ what you find missing!
- `ddnsupdate::rr` - manage DDNS RR via node attribute using LWRP


## Cookbook Repository

https://github.com/vkhatri/ddnsupdate


## Cookbook Dependencies

None
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/Configures nsupdate to manage host dynamic dns and other RR'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.1.2'
version '0.1.5'

depends 'cron', '>= 1.2.0'

Expand Down

0 comments on commit 3e13919

Please sign in to comment.