Skip to content

Commit b4069d2

Browse files
chore(main): release 6.3.0
1 parent 66db1c2 commit b4069d2

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.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.2"
2+
".": "6.3.0"
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.3.0](https://github.com/test-kitchen/kitchen-openstack/compare/v6.2.2...v6.3.0) (2026-04-07)
4+
5+
6+
### Features
7+
8+
* add OpenStack clouds.yaml and OS_* env var support ([#236](https://github.com/test-kitchen/kitchen-openstack/issues/236)) ([66db1c2](https://github.com/test-kitchen/kitchen-openstack/commit/66db1c25f8ab5da6effca7a772c33a6a178b2e87)), closes [#212](https://github.com/test-kitchen/kitchen-openstack/issues/212)
9+
310
## [6.2.2](https://github.com/test-kitchen/kitchen-openstack/compare/v6.2.1...v6.2.2) (2026-01-24)
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.2"
26+
OPENSTACK_VERSION = "6.3.0"
2727
end
2828
end

0 commit comments

Comments
 (0)