We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd7a2cb commit a645e1fCopy full SHA for a645e1f
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Change Log
2
3
+## [v6.2.0](https://github.com/test-kitchen/kitchen-openstack/tree/v6.2.0)
4
+
5
+[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v6.1.0..v6.2.0)
6
7
+- Support for Ruby 3.1
8
+- Check for ERROR status after server create
9
10
## [v6.1.0](https://github.com/test-kitchen/kitchen-openstack/tree/v6.1.0)
11
12
- Support Test Kitchen 3.0
lib/kitchen/driver/openstack_version.rb
@@ -23,6 +23,6 @@ module Kitchen
23
#
24
# @author Jonathan Hartman <j@p4nt5.com>
25
module Driver
26
- OPENSTACK_VERSION = "6.1.0"
+ OPENSTACK_VERSION = "6.2.0"
27
end
28
0 commit comments