File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 11#! /bin/bash
2- VERSION=1.0 .0
2+ VERSION=1.1 .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.0 .0'
3+ VERSION = '1.1 .0'
44 end
55end
You can’t perform that action at this time.
0 commit comments