From d4854400cfc6f450c6c2171569cd8bd1d282d8ac Mon Sep 17 00:00:00 2001 From: Ashique P S Date: Tue, 20 Dec 2022 12:08:21 +0530 Subject: [PATCH] Release 2.17.4 (#283) Signed-off-by: Ashique P S Signed-off-by: Ashique P S --- CHANGELOG.md | 4 ++++ lib/kitchen/driver/dokken_version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7be6247..f865278 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lib/kitchen/driver/dokken_version.rb b/lib/kitchen/driver/dokken_version.rb index 4c8341d..f7e0747 100644 --- a/lib/kitchen/driver/dokken_version.rb +++ b/lib/kitchen/driver/dokken_version.rb @@ -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