Skip to content

Commit 2b35d09

Browse files
chore(main): release 6.2.2 (#234)
1 parent dda6596 commit 2b35d09

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.2.1"
2+
".": "6.2.2"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [6.2.2](https://github.com/test-kitchen/kitchen-openstack/compare/v6.2.1...v6.2.2) (2026-01-24)
4+
5+
6+
### Bug Fixes
7+
8+
* switch to cookstyle ([#233](https://github.com/test-kitchen/kitchen-openstack/issues/233)) ([dda6596](https://github.com/test-kitchen/kitchen-openstack/commit/dda659687a48dbde55e49407194f231af8b3f691))
9+
310
## [6.2.1](https://github.com/test-kitchen/kitchen-openstack/compare/v6.2.0...v6.2.1) (2024-06-21)
411

512

lib/kitchen/driver/openstack_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ module Kitchen
2323
#
2424
# @author Jonathan Hartman <j@p4nt5.com>
2525
module Driver
26-
OPENSTACK_VERSION = "6.2.1"
26+
OPENSTACK_VERSION = "6.2.2"
2727
end
2828
end

0 commit comments

Comments
 (0)