Skip to content

Commit 64b0eac

Browse files
chore(main): release 7.0.0
1 parent e126d92 commit 64b0eac

3 files changed

Lines changed: 18 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+
".": "7.0.0"
33
}

CHANGELOG.md

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

3+
## [7.0.0](https://github.com/test-kitchen/kitchen-openstack/compare/v6.2.2...v7.0.0) (2026-04-07)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Kitchen::Driver::Openstack internals have been reorganized into separate modules (Config, Networking, ServerHelper, Helpers). Users relying on internal class structure may need to update.
9+
10+
### Features
11+
12+
* 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)
13+
14+
15+
### Miscellaneous Chores
16+
17+
* target major release ([#238](https://github.com/test-kitchen/kitchen-openstack/issues/238)) ([e126d92](https://github.com/test-kitchen/kitchen-openstack/commit/e126d929ab5fadfb94e1db61adca6e322b05f51d))
18+
319
## [6.2.2](https://github.com/test-kitchen/kitchen-openstack/compare/v6.2.1...v6.2.2) (2026-01-24)
420

521

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 = "7.0.0"
2727
end
2828
end

0 commit comments

Comments
 (0)