Skip to content

Commit

Permalink
Release 2.18
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Dec 22, 2022
1 parent 20ff613 commit 8cd7b6e
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.18.0 (2022-12-22)

- Allow a user to specify a specific platform/architecture to use [@nrocco](https://github.com/nrocco)

## 2.17.4 (2022-12-20)

- Add option to run container with --cgroupns=host [@drewhammond](https://github.com/drewhammond)
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.4".freeze
DOKKEN_VERSION = "2.18.0".freeze
end
end

0 comments on commit 8cd7b6e

Please sign in to comment.