From 81600d9181bc9411520f4935362d8cd2f8a4c11c Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Tue, 28 Nov 2023 15:00:28 +0000 Subject: [PATCH] chore(main): release 2.6.0 (#127) --- CHANGELOG.md | 12 ++++++++++++ lib/kitchen/driver/gce_version.rb | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b73367b..4b291e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## [2.6.0](https://github.com/test-kitchen/kitchen-google/compare/v2.5.0...v2.6.0) (2023-11-28) + + +### Features + +* Update to use the google-apis-compute_v1 directly ([#120](https://github.com/test-kitchen/kitchen-google/issues/120)) ([471c04d](https://github.com/test-kitchen/kitchen-google/commit/471c04d71e4cf20a41c5d9fc97fb42e8cf64422b)) + + +### Bug Fixes + +* Fix missing GITHUB token ([#126](https://github.com/test-kitchen/kitchen-google/issues/126)) ([5c294f3](https://github.com/test-kitchen/kitchen-google/commit/5c294f3afd3ab07776a9a8a0c7179bc0fd3a1efa)) + ## [2.5.0](https://github.com/test-kitchen/kitchen-google/compare/v2.4.0...v2.5.0) (2023-11-28) diff --git a/lib/kitchen/driver/gce_version.rb b/lib/kitchen/driver/gce_version.rb index 4bee37f..bec20bd 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.5.0" + GCE_VERSION = "2.6.0" end end