Skip to content

Commit

Permalink
Merge pull request #166 from MissionCriticalCloud/release/v1.4.0
Browse files Browse the repository at this point in the history
Prepare release v1.4.0
  • Loading branch information
miguelaferreira committed Nov 30, 2016
2 parents b2ef6fd + 82b18f2 commit 23c0815
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 1.4.0 (Nov 30, 2016)
* Support multiple network ids and network names (PR #148)
* Add ssh_network_id and ssh_network_name configuration (PR #149)
* Add (firewall management for) VPC support (PR #151)
* Remove additional data disk on destroy (PR #152)
* Add Docker containers for development and testing (PR #159)
* CloudStack >= 4.6 list all offerings / templates. (PR #161)

# 1.3.0 (Mar 24, 2016)
* Automate port forwarding for RDP for Windows guests (PR #117)
* Specify `trusted_networks` by Array (PR #121)
Expand Down
2 changes: 1 addition & 1 deletion build_rpm.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
VERSION=1.3.0
VERSION=1.4.0
mkdir -p /tmp/vagrant-cloudstack-build_rpm.$$/vagrant-cloudstack-$VERSION
cp -r . /tmp/vagrant-cloudstack-build_rpm.$$/vagrant-cloudstack-$VERSION/
tar -C /tmp/vagrant-cloudstack-build_rpm.$$/ -czf ~/rpmbuild/SOURCES/vagrant-cloudstack-$VERSION.tar.gz vagrant-cloudstack-$VERSION
Expand Down
2 changes: 1 addition & 1 deletion lib/vagrant-cloudstack/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module VagrantPlugins
module Cloudstack
VERSION = '1.3.0'
VERSION = '1.4.0'
end
end

0 comments on commit 23c0815

Please sign in to comment.