From 8a8ced93afb1cb4972def5558a8928aff118cb41 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Thu, 2 Jul 2026 18:49:19 +0100 Subject: [PATCH] chore(main): release 2.7.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ lib/kitchen/driver/gce_version.rb | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 86e26a2..6ed9c80 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.6.2" + ".": "2.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9015c94..3aaf428 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [2.7.0](https://github.com/test-kitchen/kitchen-google/compare/v2.6.2...v2.7.0) (2026-07-02) + + +### Features + +* 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)) + ## [2.6.2](https://github.com/test-kitchen/kitchen-google/compare/v2.6.1...v2.6.2) (2026-01-22) diff --git a/lib/kitchen/driver/gce_version.rb b/lib/kitchen/driver/gce_version.rb index da70f64..a64d120 100644 --- a/lib/kitchen/driver/gce_version.rb +++ b/lib/kitchen/driver/gce_version.rb @@ -20,6 +20,6 @@ module Kitchen module Driver - GCE_VERSION = "2.6.2" + GCE_VERSION = "2.7.0" end end