Skip to content

Commit

Permalink
Release 2.13.0 (#394)
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 14, 2022
1 parent 36c01ab commit a2c2f83
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Kitchen-Docker Changelog

## 2.13.0 - June 10, 2022

- Added CentOSStream and PhotonOS - [@garethgreenaway](https://github.com/garethgreenaway)
- Fixed image parser when output includes a duration timestamp - [@RulerOf](https://github.com/RulerOf)
- Updated the test suites - [@RulerOf](https://github.com/RulerOf)

## 2.12.0 - December 22, 2021

- Support Docker BuildKit - [@RulerOf](https://github.com/RulerOf)
Expand Down
2 changes: 1 addition & 1 deletion lib/kitchen/docker/docker_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
module Kitchen
module Docker
# Version string for Docker Kitchen driver
DOCKER_VERSION = "2.12.0"
DOCKER_VERSION = "2.13.0"
end
end

0 comments on commit a2c2f83

Please sign in to comment.