Skip to content

Commit fd69381

Browse files
committed
Prepare release v1.3.0
1 parent 62eb540 commit fd69381

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 1.3.0 (Mar 24, 2016)
2+
* Automate port forwarding for RDP for Windows guests (PR #117)
3+
* Specify `trusted_networks` by Array (PR #121)
4+
* Random public port range is specified by hash using `:start` and `:end` (PR #122)
5+
* Generate firewall rule from port forward rules automatically (PR #123)
6+
* Let firewall rule elements (`ipaddress`,`protocol`,`startport`) use defaults (PR #123)
7+
* Generate SSH keypair for lifetime of VM (PR #125)
8+
* Deprecate usage in Vagrantfile of `cloudstack.network_type` (PR #134)
9+
* Determine dynamically from ZONE if 'Basic' or 'Advanced' networking (PR #134)
10+
* Allow trusted_networks as both string or array (PR #146)
11+
112
# 1.2.0 (Sep 4, 2015)
213
* Add support for disk offering (PR#89)
314
* Fix bug open file handles on Windows (PR#98)

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.2.0
2+
VERSION=1.3.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.2.0'
3+
VERSION = '1.3.0'
44
end
55
end

0 commit comments

Comments
 (0)