File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ v0.7.0] ( https://github.com/test-kitchen/kitchen-hyperv/tree/v0.7.0 ) (2021-08-13)
4+ [ Full Changelog] ( https://github.com/test-kitchen/kitchen-hyperv/compare/v0.6.0...v0.7.0 )
5+
6+ - Add support for remote Hyper-V servers
7+ - Improve error handling when creating vm fails. Thanks @maxgronlund
8+ - Fix VHD configuration to be required, not throw an error later
9+ - Fix whitespaces, encoding headers, rubocop config
10+
311## [ v0.6.0] ( https://github.com/test-kitchen/kitchen-hyperv/tree/v0.6.0 ) (2021-07-02)
412[ Full Changelog] ( https://github.com/test-kitchen/kitchen-hyperv/compare/v0.5.5...v0.6.0 )
513
Original file line number Diff line number Diff line change 1717
1818module Kitchen
1919 module Driver
20- HYPERV_VERSION = "0.6 .0" . freeze
20+ HYPERV_VERSION = "0.7 .0" . freeze
2121 end
2222end
You can’t perform that action at this time.
0 commit comments