Skip to content

Commit 23c0815

Browse files
Merge pull request #166 from MissionCriticalCloud/release/v1.4.0
Prepare release v1.4.0
2 parents b2ef6fd + 82b18f2 commit 23c0815

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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)

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.3.0
2+
VERSION=1.4.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.3.0'
3+
VERSION = '1.4.0'
44
end
55
end

0 commit comments

Comments
 (0)