Skip to content

Commit

Permalink
Release 2.10.0
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Jan 17, 2021
1 parent 1bff9df commit ec8c174
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Test Kitchen Change Log

## [2.10.0](https://github.com/test-kitchen/test-kitchen/tree/v2.10.0) (2021-01-17)

- Add support for uploading files to the systems within the provisioners similar to the `download` feature - [@tecracer-theinen](https://github.com/tecracer-theinen)
- Allow using includes/excludes filters in the lifecycle hooks - [@jasonwbarnett](https://github.com/jasonwbarnett)
- Resolved `uninitialized constant Kitchen::Loader::YAML::Psych` error - [@dwmarshall](https://github.com/dwmarshall)

## [2.9.0](https://github.com/test-kitchen/test-kitchen/tree/v2.9.0) (2020-12-23)

- Policyfile error messages no longer mention EOL ChefDK
Expand Down
2 changes: 1 addition & 1 deletion lib/kitchen/version.rb
Expand Up @@ -16,5 +16,5 @@
# limitations under the License.

module Kitchen
VERSION = "2.9.0".freeze
VERSION = "2.10.0".freeze
end

0 comments on commit ec8c174

Please sign in to comment.