Skip to content

Commit

Permalink
Version 0.3.4 - 10/29/2015
Browse files Browse the repository at this point in the history
1. Yanked version 0.3.3 from rubygems due to internal homepage link in gemspec.
2. Need to release version 0.3.4 to push again to rubygems.org.
  • Loading branch information
poliva83 authored and poliva committed Oct 30, 2015
1 parent 111ba48 commit 28a1895
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.3.4 (10/29/2015)
- Yanked version 0.3.3 from rubygems due to internal homepage link in gemspec
- Need to release version 0.3.4 to reupload to rubygems.org

## 0.3.3 (10/24/2015)
- Changed driver_url to include profiles. Without profiles machine_file was unable to recreate the driver
and subsequently failed. The new driver_url format is:
Expand Down Expand Up @@ -66,4 +70,4 @@

## 0.1.0 (4/30/2015)

- Initial submission of chef-provisioning-opennebula gem
- Initial submission of chef-provisioning-opennebula gem
2 changes: 1 addition & 1 deletion chef-provisioning-opennebula.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |s|
s.description = s.summary
s.authors = [ 'Andrew J. Brown', 'Bogdan Buczynski', 'Evgeny Yurchenko', 'Phil Oliva' ]
s.email = [ 'anbrown@blackberry.com', 'bbuczynski@blackberry.com', 'eyurchenko@blackberry.com', 'poliva@blackberry.com' ]
s.homepage = 'https://gitlab.rim.net/chef/chef-provisioning-opennebula'
s.homepage = 'https://github.com/blackberry/chef-provisioning-opennebula'

s.add_dependency 'chef'
s.add_dependency 'chef-provisioning', '> 0.15'
Expand Down
2 changes: 1 addition & 1 deletion lib/chef/provisioning/opennebula_driver/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module Provisioning
# Extending module.
#
module OpenNebulaDriver
VERSION = '0.3.3'
VERSION = '0.3.4'
end
end
end

0 comments on commit 28a1895

Please sign in to comment.