Skip to content

Commit

Permalink
Release 2.9.0
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 15, 2019
1 parent 8743b45 commit 9f214f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Kitchen-Docker Changelog

## 2.9.0 - Mar 15, 2019

* Add automatic OS detection for amazonlinux, opensuse/leap, and opensuse/tumbleweed
* On Fedora containers uses dnf to setup the OS not yum

## 2.8.0 - Jan 18, 2019

* Add new config option `use_internal_docker_network`, which allows running Docker within Docker. See readme for usage details.
Expand Down
2 changes: 1 addition & 1 deletion lib/kitchen/driver/docker_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ module Kitchen
module Driver

# Version string for Docker Kitchen driver
DOCKER_VERSION = "2.8.0"
DOCKER_VERSION = "2.9.0"
end
end

0 comments on commit 9f214f2

Please # to comment.