Skip to content

Commit

Permalink
3.5.1 release
Browse files Browse the repository at this point in the history
- release of 3.5.1

Signed-off-by: JJ Asghar <jj@chef.io>
  • Loading branch information
JJ Asghar committed Nov 10, 2017
1 parent 4def281 commit c1398fb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,20 @@
# Change Log

## [v3.5.0](https://github.com/test-kitchen/kitchen-openstack/tree/v3.5.0)
## [v3.5.1](https://github.com/test-kitchen/kitchen-openstack/tree/v3.5.1)

[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v3.5.0...v3.5.1)

**Closed issues:**

- block\_device\_mapping crashes on nodename nor servname provided [\#176](https://github.com/test-kitchen/kitchen-openstack/issues/176)
- Same floating IP to different server [\#175](https://github.com/test-kitchen/kitchen-openstack/issues/175)
- Cannot create windows machines [\#172](https://github.com/test-kitchen/kitchen-openstack/issues/172)

**Merged pull requests:**

- Switch from fog to fog-openstack to slim deps and speed runtime [\#174](https://github.com/test-kitchen/kitchen-openstack/pull/174) ([tas50](https://github.com/tas50))

## [v3.5.0](https://github.com/test-kitchen/kitchen-openstack/tree/v3.5.0) (2017-04-12)
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v3.4.0...v3.5.0)

**Merged pull requests:**
Expand Down
2 changes: 1 addition & 1 deletion lib/kitchen/driver/openstack_version.rb
Expand Up @@ -23,6 +23,6 @@ module Kitchen
#
# @author Jonathan Hartman <j@p4nt5.com>
module Driver
OPENSTACK_VERSION = "3.5.0".freeze
OPENSTACK_VERSION = "3.5.1".freeze
end
end

0 comments on commit c1398fb

Please sign in to comment.