Skip to content

Commit

Permalink
Preparation for patch version bump
Browse files Browse the repository at this point in the history
- Removed irc notification from travis.yml.
- Bump patch version
- Update CHANGELOG.md
  • Loading branch information
Lopaka Delp committed Oct 14, 2014
1 parent 7947448 commit a332d6c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,5 @@ rvm:
- 1.9.3
script: bundle exec strainer test
notifications:
irc:
channels:
- chat.freenode.net#rightscale
use_notice: true
skip_join: true
slack:
secure: ThNRpalJ4TExlPHvYTqV8JKsYn52J6Go63P2aQNBipJooq8ii6CyZhB1EPOZLpeMRD3z3wk3LQXdc25GwmNzJMv8NjLnK20qBYSAUM47no3bWzmPR1YoYExgkKbSTAqKOoZL45QCwVwqF95QMkPXiylbBZFhxjCWG7wVoVDv87U=
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ rightscale_volume Cookbook CHANGELOG

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

v1.2.4
------

- Scanning of volume changes to be done on VMware; previously only done on vSphere.

v1.2.3
------

Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
license 'Apache 2.0'
description 'Provides a resource to manage volumes on any cloud RightScale supports.'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.2.3'
version '1.2.4'

recipe "rightscale_volume::default", "Default recipe for installing required packages/gems."

0 comments on commit a332d6c

Please sign in to comment.