Skip to content

Commit 9f6a14f

Browse files
chore(main): release 2.6.2 (#136)
1 parent 6730ecc commit 9f6a14f

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.1"
2+
".": "2.6.2"
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.6.2](https://github.com/test-kitchen/kitchen-google/compare/v2.6.1...v2.6.2) (2026-01-22)
4+
5+
6+
### Bug Fixes
7+
8+
* bump tk dep to allow tk 4 ([#135](https://github.com/test-kitchen/kitchen-google/issues/135)) ([22ab837](https://github.com/test-kitchen/kitchen-google/commit/22ab837e354468c34e792c9c27f91768ca695c48))
9+
310
## [2.6.1](https://github.com/test-kitchen/kitchen-google/compare/v2.6.0...v2.6.1) (2024-06-27)
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.1"
23+
GCE_VERSION = "2.6.2"
2424
end
2525
end

0 commit comments

Comments
 (0)