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