Skip to content

Commit

Permalink
set up for first release
Browse files Browse the repository at this point in the history
  • Loading branch information
julienvey committed Apr 24, 2014
1 parent 48d49a3 commit 0144020
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 63 deletions.
54 changes: 1 addition & 53 deletions source/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,57 +1,5 @@
# 0.1.6 (January 8, 2014)
# 0.1 (April 24, 2014)

BUG FIXES:

- Downgraded fog to 1.18 in order to be more compatible with vagrant-aws

# 0.1.5 (January 8, 2014)

IMPROVEMENTS:

- Fix Vagrant 1.4 compatibility and support multiple SSH keys [GH-58]
- Add uploaded keypair support [GH-53]
- Add ssh_run support, for vagrant ssh -c [GH-57]
- Requires fog 1.19 [GH-65]

BUG FIXES:

- Remove networks warning as vagrant-openstack now supports networks [GH-64]

# 0.1.4 (October 15, 2013)

IMPROVEMENTS:

- Adds endpoint validation (openstack_compute_url, openstack_auth_url) [GH-39]

FEATURES:
- Adds ability to configure networks [GH-37]

# 0.1.3 (September 6, 2013)

IMPROVEMENTS:

- Adds ability to specify authentication endpoint; Support for UK Cloud! [GH-32]
- Adds ability to specify disk configuration (disk_conf) [GH-33]

# 0.1.2 (August 22, 2013)

FEATURES:

- Add provision support [GH-16]

IMPROVEMENTS:

- Adds option to allow provisioning after RackConnect scripts complete. [GH-18]
- Remove Fog deprecation warnings [GH-11]
- Bypass rsync's StrictHostKeyCheck [GH-5]
- Make chown'ing of synced folder perms recursive (for ssh user) [GH-24]
- Use /cygdrive when rsyncing on Windows [GH-17]


# 0.1.1 (March 18, 2013)

* Up fog dependency for Vagrant 1.1.1

# 0.1.0 (March 14, 2013)

* Initial release.
4 changes: 1 addition & 3 deletions source/RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release process

This is vagrant-openstack's current release process, documented so people know what is
This is vagrant-openstack-provider's current release process, documented so people know what is
currently done.

## Prepare the release
Expand All @@ -13,5 +13,3 @@ currently done.
The CHANGELOG.md should be maintained in a similar format to Vagrant:

https://github.com/mitchellh/vagrant/blob/master/CHANGELOG.md


2 changes: 1 addition & 1 deletion source/lib/vagrant-openstack/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module VagrantPlugins
module Openstack
VERSION = "0.1.7dev"
VERSION = "0.1"
end
end
10 changes: 4 additions & 6 deletions source/vagrant-openstack.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'vagrant-openstack/version'

Gem::Specification.new do |gem|
gem.name = "vagrant-openstack"
gem.name = "vagrant-openstack-provider"
gem.version = VagrantPlugins::Openstack::VERSION
gem.authors = ["Mitchell Hashimoto"]
gem.email = ["mitchell@hashicorp.com"]
gem.authors = ["Guillaume Giamarchi", "Julien Vey"]
gem.email = ["[email protected]", "vey.julien@gmail.com"]
gem.description = "Enables Vagrant to manage machines in Openstack Cloud."
gem.summary = "Enables Vagrant to manage machines in Openstack Cloud."
gem.homepage = "http://www.vagrantup.com"

gem.add_runtime_dependency "fog", "~> 1.18"
gem.homepage = "https://github.com/ggiamarchi/vagrant-openstack"

gem.add_development_dependency "rake"
gem.add_development_dependency "rspec", "~> 2.13.0"
Expand Down

0 comments on commit 0144020

Please sign in to comment.