Skip to content

Commit a0a9267

Browse files
committed
Merge pull request #72 from miguelaferreira/prepare-tag-v1.0.0
Prepare release v1.0.0
2 parents f2ee270 + 49420d9 commit a0a9267

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 1.0.0 (May 5, 2015)
2+
* Use vagrant's built-in rsync synced folder (PR #57)
3+
* Enable creating custom static NAT, port forwarding, firewall rules (PR #59)
4+
* Fixed bug when `network_id` and `network_name` are not specified in Vagrantfile (PR #59)
5+
* Enable setting SSH user name and private key to access VM (PR #64)
6+
* Fixed bug when `vagrant destroy` destroys other VMs (PR #66)
7+
* Enable toggling port forwarding automatically adding an open firewall rule (PR #70)
8+
19
# 0.10.0 (Sep 11, 2014)
210
* Clean up code base DRY
311
* Improve documentation

build_rpm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
VERSION=0.10.0
2+
VERSION=1.0.0
33
mkdir -p /tmp/vagrant-cloudstack-build_rpm.$$/vagrant-cloudstack-$VERSION
44
cp -r . /tmp/vagrant-cloudstack-build_rpm.$$/vagrant-cloudstack-$VERSION/
55
tar -C /tmp/vagrant-cloudstack-build_rpm.$$/ -czf ~/rpmbuild/SOURCES/vagrant-cloudstack-$VERSION.tar.gz vagrant-cloudstack-$VERSION

lib/vagrant-cloudstack/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module VagrantPlugins
22
module Cloudstack
3-
VERSION = "0.10.0"
3+
VERSION = '1.0.0'
44
end
55
end

0 commit comments

Comments
 (0)