File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1+ # 1.0.0 (May 5, 2015)
2+ * Use vagrant's built-in rsync synced folder (PR #57 )
3+ * Enable creating custom static NAT, port forwarding, firewall rules (PR #59 )
4+ * Fixed bug when ` network_id ` and ` network_name ` are not specified in Vagrantfile (PR #59 )
5+ * Enable setting SSH user name and private key to access VM (PR #64 )
6+ * Fixed bug when ` vagrant destroy ` destroys other VMs (PR #66 )
7+ * Enable toggling port forwarding automatically adding an open firewall rule (PR #70 )
8+
19# 0.10.0 (Sep 11, 2014)
210* Clean up code base DRY
311* Improve documentation
Original file line number Diff line number Diff line change 11#! /bin/bash
2- VERSION=0.10 .0
2+ VERSION=1.0 .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 = "0.10.0"
3+ VERSION = '1.0.0'
44 end
55end
You can’t perform that action at this time.
0 commit comments