Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 2.6.0 #127

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lib/kitchen/driver/gce_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@

module Kitchen
module Driver
GCE_VERSION = "2.5.0"
GCE_VERSION = "2.6.0"
end
end
Loading