From 8cd7b6e238df19125cc8672f2f9167ee25392f42 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Thu, 22 Dec 2022 11:30:34 -0500 Subject: [PATCH] Release 2.18 Signed-off-by: Tim Smith --- 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 f865278..ef18e26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lib/kitchen/driver/dokken_version.rb b/lib/kitchen/driver/dokken_version.rb index f7e0747..9ecb92c 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.4".freeze + DOKKEN_VERSION = "2.18.0".freeze end end