Skip to content

Commit 8a8ced9

Browse files
chore(main): release 2.7.0
1 parent b96059e commit 8a8ced9

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-
".": "2.6.2"
2+
".": "2.7.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+
## [2.7.0](https://github.com/test-kitchen/kitchen-google/compare/v2.6.2...v2.7.0) (2026-07-02)
4+
5+
6+
### Features
7+
8+
* Add configurable winpass_timeout for Windows password reset and migrate Chefstyle to Cookstyle ([#139](https://github.com/test-kitchen/kitchen-google/issues/139)) ([b96059e](https://github.com/test-kitchen/kitchen-google/commit/b96059e292f305f6ebd4fc3eab45c620728c163b))
9+
310
## [2.6.2](https://github.com/test-kitchen/kitchen-google/compare/v2.6.1...v2.6.2) (2026-01-22)
411

512

lib/kitchen/driver/gce_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020

2121
module Kitchen
2222
module Driver
23-
GCE_VERSION = "2.6.2"
23+
GCE_VERSION = "2.7.0"
2424
end
2525
end

0 commit comments

Comments
 (0)