Skip to content

Commit

Permalink
Release 2.17.4 (#283)
Browse files Browse the repository at this point in the history
Signed-off-by: Ashique P S <[email protected]>

Signed-off-by: Ashique P S <[email protected]>
  • Loading branch information
ashiqueps authored Dec 20, 2022
1 parent 94dbda8 commit d485440
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Dokken Changelog

## 2.17.4 (2022-12-20)

- Add option to run container with --cgroupns=host [@drewhammond](https://github.com/drewhammond)

## 2.17.3 (2022-07-20)

- check if ~/.docker/config.json file exists [@evandam](https://github.com/evandam)
Expand Down
2 changes: 1 addition & 1 deletion lib/kitchen/driver/dokken_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
module Kitchen
module Driver
# Version string for Dokken Kitchen driver
DOKKEN_VERSION = "2.17.3".freeze
DOKKEN_VERSION = "2.17.4".freeze
end
end

0 comments on commit d485440

Please sign in to comment.