Skip to content

Commit

Permalink
Release 2.10
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Mar 28, 2020
1 parent 1726dbf commit 4202dee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Kitchen-Docker Changelog

## 2.10.0 - Mar 28, 2020

* Switched from require to require_relative to slightly improve load time performance
* Allow for train gem 3.x
* Refactor driver to include Windows support (includes new transport for all supported platforms)

## 2.9.0 - Mar 15, 2019

* Add automatic OS detection for amazonlinux, opensuse/leap, and opensuse/tumbleweed
Expand Down
2 changes: 1 addition & 1 deletion lib/kitchen/docker/docker_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
module Kitchen
module Docker
# Version string for Docker Kitchen driver
DOCKER_VERSION = "2.9.0"
DOCKER_VERSION = "2.10.0"
end
end

0 comments on commit 4202dee

Please # to comment.