Skip to content

Commit b716bbe

Browse files
chore(main): release 2.22.1 (#375)
1 parent 0aed12d commit b716bbe

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.22.0"
2+
".": "2.22.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Dokken Changelog
22

3+
## [2.22.1](https://github.com/test-kitchen/kitchen-dokken/compare/v2.22.0...v2.22.1) (2026-01-22)
4+
5+
6+
### Bug Fixes
7+
8+
* bump dep for tk4 support and add kitchen-omnibus-chef dep ([#374](https://github.com/test-kitchen/kitchen-dokken/issues/374)) ([0aed12d](https://github.com/test-kitchen/kitchen-dokken/commit/0aed12de9d24f80dabc59d907df7566730212753))
9+
310
## [2.22.0](https://github.com/test-kitchen/kitchen-dokken/compare/v2.21.4...v2.22.0) (2025-12-15)
411

512

lib/kitchen/driver/dokken_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
module Kitchen
1919
module Driver
2020
# Version string for Dokken Kitchen driver
21-
DOKKEN_VERSION = "2.22.0".freeze
21+
DOKKEN_VERSION = "2.22.1".freeze
2222
end
2323
end

0 commit comments

Comments
 (0)