Skip to content

Commit 0605f38

Browse files
author
Timothy van Zadelhoff
committed
Merge pull request #84 from miguelaferreira/prepare-release-1.1.0
Prepare release v1.1.0
2 parents 2c4fe9c + 69859ef commit 0605f38

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 1.1.0 (May 26, 2015)
2+
* Allow setting VM private IP in config (PR #73)
3+
* Fix several coding style issues (PR #76, #77, #78)
4+
* Fix bug when destroying VM created with Static NAT and firewall rules (PR #81)
5+
* Allow expunging VM on destroy (PR #75)
6+
* Make `network_type` optional, and defaulting to "Basic" (PR #82)
7+
18
# 1.0.0 (May 5, 2015)
29
* Use vagrant's built-in rsync synced folder (PR #57)
310
* Enable creating custom static NAT, port forwarding, firewall rules (PR #59)

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=1.0.0
2+
VERSION=1.1.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 = '1.0.0'
3+
VERSION = '1.1.0'
44
end
55
end

0 commit comments

Comments
 (0)