Skip to content

Commit

Permalink
Release 1.12.0 (#475)
Browse files Browse the repository at this point in the history
Signed-off-by: Ashique P S <Ashique.saidalavi@progress.com>
  • Loading branch information
ashiqueps committed Jun 14, 2022
1 parent e33961f commit 22a971b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [1.12.0](https://github.com/test-kitchen/kitchen-vagrant/tree/1.12.0) (2022-06-09)

[Full Changelog](https://github.com/test-kitchen/kitchen-vagrant/compare/v1.11.0...v1.12.0)

- Support for Ruby 3.1
- Using chefstyle linting

## [1.11.0]

- Adds `use_cached_chef_client` option to enable using the cached Chef Infra Client installers on non-Bento Vagrant boxes that have `Guest Additions` installed.
Expand Down
2 changes: 1 addition & 1 deletion lib/kitchen/driver/vagrant_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ module Kitchen
module Driver

# Version string for Vagrant Kitchen driver
VAGRANT_VERSION = "1.11.0".freeze
VAGRANT_VERSION = "1.12.0".freeze
end
end

0 comments on commit 22a971b

Please sign in to comment.