From 5b4e337889d4846ced30243b13d243245cac0108 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Sat, 24 Jan 2026 02:28:13 +0000 Subject: [PATCH] chore(main): release 6.2.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ lib/kitchen/driver/openstack_version.rb | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9b2cc73..592b3ad 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.2.1" + ".": "6.2.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 009070f..5a983d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [6.2.2](https://github.com/test-kitchen/kitchen-openstack/compare/v6.2.1...v6.2.2) (2026-01-24) + + +### Bug Fixes + +* switch to cookstyle ([#233](https://github.com/test-kitchen/kitchen-openstack/issues/233)) ([dda6596](https://github.com/test-kitchen/kitchen-openstack/commit/dda659687a48dbde55e49407194f231af8b3f691)) + ## [6.2.1](https://github.com/test-kitchen/kitchen-openstack/compare/v6.2.0...v6.2.1) (2024-06-21) diff --git a/lib/kitchen/driver/openstack_version.rb b/lib/kitchen/driver/openstack_version.rb index 2236ec2..60fdd10 100644 --- a/lib/kitchen/driver/openstack_version.rb +++ b/lib/kitchen/driver/openstack_version.rb @@ -23,6 +23,6 @@ module Kitchen # # @author Jonathan Hartman module Driver - OPENSTACK_VERSION = "6.2.1" + OPENSTACK_VERSION = "6.2.2" end end