Skip to content

Commit

Permalink
Release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ggiamarchi committed Aug 5, 2017
1 parent 4e6118b commit ec8b618
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
21 changes: 20 additions & 1 deletion source/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
# 0.10.0 ( April 11, 2017)
# 0.11.0 (August 5, 2017)

IMPROVEMENTS:

- Implement a test suite running all samples #331
- Add test for config.ssh.insert_key = false #332

FEATURES:

- Add "ssl_verify_peer" in config for self-signed certs #85 #320
- Add "ssl_ca_file" in config for self-signed certs #329

BUG FIXES:

- Handling of asynchronous floating IP assignment #324
- Fix floating IP assignement #330
- Respect config.ssh.insert_key #328


# 0.10.0 (April 11, 2017)

IMPROVEMENTS:

Expand Down
2 changes: 1 addition & 1 deletion source/lib/vagrant-openstack-provider/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module Openstack
# Stable versions must respect the pattern given
# by VagrantPlugins::Openstack::VERSION_PATTERN
#
VERSION = '0.10.0'
VERSION = '0.11.0'

#
# Stable version must respect the naming convention 'x.y.z'
Expand Down

0 comments on commit ec8b618

Please sign in to comment.