Skip to content

Commit 4fe8c5b

Browse files
Prepare release v1.1.0
1 parent 0a0944d commit 4fe8c5b

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ notifications:
55
sudo: false
66
cache: bundler
77
before_install:
8-
- sudo apt-get update -qq
9-
- sudo apt-get install -qq -y bsdtar
8+
- apt-get update -qq
9+
- apt-get install -qq -y bsdtar
1010
- gem install bundler -v '1.5.2'
1111
rvm:
1212
- 2.0.0

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 1.1.0 (May 26, 2015)
2+
* Allow setting VM private IP in config (PR #73)
3+
* Fixed several coding style issues (PR #76, #77, #78)
4+
* Fixed bug when destroying VM created with Static NAT and firewall rules (PR #81)
5+
16
# 1.0.0 (May 5, 2015)
27
* Use vagrant's built-in rsync synced folder (PR #57)
38
* 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)