File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # 1.4.0 (Nov 30, 2016)
2+ * Support multiple network ids and network names (PR #148 )
3+ * Add ssh_network_id and ssh_network_name configuration (PR #149 )
4+ * Add (firewall management for) VPC support (PR #151 )
5+ * Remove additional data disk on destroy (PR #152 )
6+ * Add Docker containers for development and testing (PR #159 )
7+ * CloudStack >= 4.6 list all offerings / templates. (PR #161 )
8+
19# 1.3.0 (Mar 24, 2016)
210* Automate port forwarding for RDP for Windows guests (PR #117 )
311* Specify ` trusted_networks ` by Array (PR #121 )
Original file line number Diff line number Diff line change 11#! /bin/bash
2- VERSION=1.3 .0
2+ VERSION=1.4 .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.3 .0'
3+ VERSION = '1.4 .0'
44 end
55end
You can’t perform that action at this time.
0 commit comments