Skip to content

Commit

Permalink
Release 2.17.2 (#271)
Browse files Browse the repository at this point in the history
Signed-off-by: Ashique P S <[email protected]>
  • Loading branch information
ashiqueps authored Jun 16, 2022
1 parent e921c8a commit 324487c
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.2 (2022-06-16)

- Attempt to read ~/.docker/config.json for registry auths [@evandam](https://github.com/evandam)

## 2.17.1 (2022-06-09)

- Updated the Podman documentation [@damacus](https://github.com/damacus)
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.1".freeze
DOKKEN_VERSION = "2.17.2".freeze
end
end

0 comments on commit 324487c

Please sign in to comment.