File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 11#! /bin/bash
2- VERSION=1.2 .0
2+ VERSION=1.3 .0
33mkdir -p /tmp/vagrant-cloudstack-build_rpm.$$ /vagrant-cloudstack-$VERSION
44cp -r . /tmp/vagrant-cloudstack-build_rpm.$$ /vagrant-cloudstack-$VERSION /
55tar -C /tmp/vagrant-cloudstack-build_rpm.$$ / -czf ~ /rpmbuild/SOURCES/vagrant-cloudstack-$VERSION .tar.gz vagrant-cloudstack-$VERSION
Original file line number Diff line number Diff line change 11module VagrantPlugins
22 module Cloudstack
3- VERSION = '1.2 .0'
3+ VERSION = '1.3 .0'
44 end
55end
You can’t perform that action at this time.
0 commit comments