Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 2.20.0 #304

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,43 @@
# Dokken Changelog

## [2.20.0](https://github.com/test-kitchen/kitchen-dokken/compare/v2.19.1...v2.20.0) (2023-11-25)


Check failure on line 5 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / lint-unit / mdl

Multiple consecutive blank lines

CHANGELOG.md:5 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2] https://github.com/DavidAnson/markdownlint/blob/v0.31.1/doc/md012.md
### Features

* add support for running dokken in a container ([#281](https://github.com/test-kitchen/kitchen-dokken/issues/281)) ([bb38aca](https://github.com/test-kitchen/kitchen-dokken/commit/bb38aca9c062bc42094d1fb89fc67f3fdb9c5ba0))
* use Docker credential helpers to get auth ([#287](https://github.com/test-kitchen/kitchen-dokken/issues/287)) ([d1ba01e](https://github.com/test-kitchen/kitchen-dokken/commit/d1ba01e08e01fdc7d4f3c5cc06242578d6f3957e))


Check failure on line 11 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / lint-unit / mdl

Multiple consecutive blank lines

CHANGELOG.md:11 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2] https://github.com/DavidAnson/markdownlint/blob/v0.31.1/doc/md012.md
### Bug Fixes

* **CI:** Update workflows ([#303](https://github.com/test-kitchen/kitchen-dokken/issues/303)) ([a7b4535](https://github.com/test-kitchen/kitchen-dokken/commit/a7b4535b99829f813cd3848ab3a1842b8d6c6f8c))

## 2.19.1 (2023-02-07)

- Fix login command for Podman [@jmauro](https://github.com/jmauro)

Check failure on line 18 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / lint-unit / mdl

Unordered list style

CHANGELOG.md:18:1 MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash] https://github.com/DavidAnson/markdownlint/blob/v0.31.1/doc/md004.md

## 2.19.0 (2022-12-27)

- Drop support for EOL Ruby 2.5 and 2.6 [@tas50](https://github.com/tas50)

Check failure on line 22 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / lint-unit / mdl

Unordered list style

CHANGELOG.md:22:1 MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash] https://github.com/DavidAnson/markdownlint/blob/v0.31.1/doc/md004.md
- Fix the homepage in the gemspec [@tas50](https://github.com/tas50)

Check failure on line 23 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / lint-unit / mdl

Unordered list style

CHANGELOG.md:23:1 MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash] https://github.com/DavidAnson/markdownlint/blob/v0.31.1/doc/md004.md
- Restore the attempt to read config.json for registry auth [@ashiqueps](https://github.com/ashiqueps)

Check failure on line 24 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / lint-unit / mdl

Unordered list style

CHANGELOG.md:24:1 MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash] https://github.com/DavidAnson/markdownlint/blob/v0.31.1/doc/md004.md

## 2.18.0 (2022-12-22)

- Allow a user to specify a specific platform/architecture to use [@nrocco](https://github.com/nrocco)

Check failure on line 28 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / lint-unit / mdl

Unordered list style

CHANGELOG.md:28:1 MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash] https://github.com/DavidAnson/markdownlint/blob/v0.31.1/doc/md004.md

## 2.17.4 (2022-12-20)

- Add option to run container with --cgroupns=host [@drewhammond](https://github.com/drewhammond)

Check failure on line 32 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / lint-unit / mdl

Unordered list style

CHANGELOG.md:32:1 MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash] https://github.com/DavidAnson/markdownlint/blob/v0.31.1/doc/md004.md

## 2.17.3 (2022-07-20)

- check if ~/.docker/config.json file exists [@evandam](https://github.com/evandam)

Check failure on line 36 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / lint-unit / mdl

Unordered list style

CHANGELOG.md:36:1 MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash] https://github.com/DavidAnson/markdownlint/blob/v0.31.1/doc/md004.md

## 2.17.2 (2022-06-16)

- Attempt to read ~/.docker/config.json for registry auths [@evandam](https://github.com/evandam)

Check failure on line 40 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / lint-unit / mdl

Unordered list style

CHANGELOG.md:40:1 MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash] https://github.com/DavidAnson/markdownlint/blob/v0.31.1/doc/md004.md

## 2.17.1 (2022-06-09)

Expand Down
2 changes: 1 addition & 1 deletion lib/kitchen/driver/dokken_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
module Kitchen
module Driver
# Version string for Dokken Kitchen driver
DOKKEN_VERSION = "2.19.1".freeze
DOKKEN_VERSION = "2.20.0".freeze
end
end