From 4d34bf01556a185433ef823aabc661f9b0a00176 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Sat, 22 Aug 2026 21:05:01 -0700 Subject: [PATCH] chore: backfill missing changelog history Records every change in each released version, reconstructed from git history. Entries use the pull request title where a change landed via a PR, and link both the PR and the commit. Versions that were tagged but never published to RubyGems are not listed; their entries roll forward into the release that actually shipped them, so no change record is lost. Releases cut within the last seven days are kept regardless, since the gem push may still be in flight. Co-Authored-By: Claude Opus 5 (1M context) --- CHANGELOG.md | 217 ++++++++++++++++++++++++++++++++++----------------- 1 file changed, 145 insertions(+), 72 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbeedc5..542d4ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,25 @@ # Change Log -## [0.11.0](https://github.com/test-kitchen/kitchen-hyperv/compare/v0.10.3...v0.11.0) (2026-08-22) +## Unreleased + +* Implement the Test Kitchen 4 driver APIs and modernize the driver ([#164](https://github.com/test-kitchen/kitchen-hyperv/pull/164)) ([5b773f6](https://github.com/test-kitchen/kitchen-hyperv/commit/5b773f6)) +## [0.11.0](https://github.com/test-kitchen/kitchen-hyperv/compare/v0.10.3...v0.11.0) (2026-08-22) ### Features * rewrite the test suite and fix seven driver bugs ([#162](https://github.com/test-kitchen/kitchen-hyperv/issues/162)) ([6616094](https://github.com/test-kitchen/kitchen-hyperv/commit/661609413654c6bd29f2a490dfff64ddea8aa6da)) -## [0.10.3](https://github.com/test-kitchen/kitchen-hyperv/compare/v0.10.2...v0.10.3) (2026-02-19) +### Other Changes +* Fix typos ([#158](https://github.com/test-kitchen/kitchen-hyperv/pull/158)) ([2806a65](https://github.com/test-kitchen/kitchen-hyperv/commit/2806a65)) +* Require Ruby 3.1+ and modernize CI ([#159](https://github.com/test-kitchen/kitchen-hyperv/pull/159)) ([767fed8](https://github.com/test-kitchen/kitchen-hyperv/commit/767fed8)) +* chore(deps): update actions/checkout action to v7 ([#157](https://github.com/test-kitchen/kitchen-hyperv/pull/157)) ([938d001](https://github.com/test-kitchen/kitchen-hyperv/commit/938d001)) +* chore(deps): update googleapis/release-please-action action to v5 ([#156](https://github.com/test-kitchen/kitchen-hyperv/pull/156)) ([d883429](https://github.com/test-kitchen/kitchen-hyperv/commit/d883429)) +* Modernization and cleanup ([#160](https://github.com/test-kitchen/kitchen-hyperv/pull/160)) ([0b862a7](https://github.com/test-kitchen/kitchen-hyperv/commit/0b862a7)) +* Docs: rewrite README for new users and split contributor docs ([#161](https://github.com/test-kitchen/kitchen-hyperv/pull/161)) ([f76305e](https://github.com/test-kitchen/kitchen-hyperv/commit/f76305e)) + +## [0.10.3](https://github.com/test-kitchen/kitchen-hyperv/compare/v0.10.2...v0.10.3) (2026-02-19) ### Bug Fixes @@ -16,13 +27,18 @@ ## [0.10.2](https://github.com/test-kitchen/kitchen-hyperv/compare/v0.10.1...v0.10.2) (2026-01-22) - ### Bug Fixes * bump tk dep to allow tk 4 ([#152](https://github.com/test-kitchen/kitchen-hyperv/issues/152)) ([b7c9f94](https://github.com/test-kitchen/kitchen-hyperv/commit/b7c9f9436903ea0afcaa95887f944559fdf580a1)) -## [0.10.1](https://github.com/test-kitchen/kitchen-hyperv/compare/v0.10.0...v0.10.1) (2024-06-21) +### Other Changes +* chore(deps): update actions/checkout action to v5 ([#148](https://github.com/test-kitchen/kitchen-hyperv/pull/148)) ([244fd68](https://github.com/test-kitchen/kitchen-hyperv/commit/244fd68)) +* chore(deps): update actions/checkout action to v6 ([#149](https://github.com/test-kitchen/kitchen-hyperv/pull/149)) ([7f6c247](https://github.com/test-kitchen/kitchen-hyperv/commit/7f6c247)) +* chore(deps): update dependency mocha to v3 ([#150](https://github.com/test-kitchen/kitchen-hyperv/pull/150)) ([9f4fc83](https://github.com/test-kitchen/kitchen-hyperv/commit/9f4fc83)) +* chore(deps): update dependency minitest to v6 ([#151](https://github.com/test-kitchen/kitchen-hyperv/pull/151)) ([73452e4](https://github.com/test-kitchen/kitchen-hyperv/commit/73452e4)) + +## [0.10.1](https://github.com/test-kitchen/kitchen-hyperv/compare/v0.10.0...v0.10.1) (2024-06-21) ### Bug Fixes @@ -30,84 +46,74 @@ ## [0.10.0](https://github.com/test-kitchen/kitchen-hyperv/compare/v0.9.6...v0.10.0) (2023-11-27) - ### Features * Use New release workflow ([#139](https://github.com/test-kitchen/kitchen-hyperv/issues/139)) ([dc35534](https://github.com/test-kitchen/kitchen-hyperv/commit/dc35534db56ac4a023bb99f5af2b7e5990018038)) -## 0.9.6 (2023-11-15) +### Other Changes -## What's Changed +* chore(deps): update actionshub/publish-gem-to-github action to v1.0.12 ([#138](https://github.com/test-kitchen/kitchen-hyperv/pull/138)) ([a32d9fd](https://github.com/test-kitchen/kitchen-hyperv/commit/a32d9fd)) +* chore(deps): update dependency minitest to "~> 5.3", "< 5.20.1" ([#140](https://github.com/test-kitchen/kitchen-hyperv/pull/140)) ([6697b0e](https://github.com/test-kitchen/kitchen-hyperv/commit/6697b0e)) + +* fix: Will this fix the publish step finally? ([#128](https://github.com/test-kitchen/kitchen-hyperv/pull/128)) ([cf0bb6b](https://github.com/test-kitchen/kitchen-hyperv/commit/cf0bb6b)) +* fix: Will this fix the publish step finally? by @damacus in https://github.com/test-kitchen/kitchen-hyperv/pull/128 +**Full Changelog**: https://github.com/test-kitchen/kitchen-hyperv/compare/v0.9.4...v0.9.5 +* Fix publishing step ([#130](https://github.com/test-kitchen/kitchen-hyperv/pull/130)) ([8e59772](https://github.com/test-kitchen/kitchen-hyperv/commit/8e59772)) +* Add renovate config ([#131](https://github.com/test-kitchen/kitchen-hyperv/pull/131)) ([dac6cfc](https://github.com/test-kitchen/kitchen-hyperv/commit/dac6cfc)) +* Revert "Add renovate config" ([#132](https://github.com/test-kitchen/kitchen-hyperv/pull/132)) ([42d3998](https://github.com/test-kitchen/kitchen-hyperv/commit/42d3998)) * Fix publishing step by @damacus in https://github.com/test-kitchen/kitchen-hyperv/pull/130 * Add renovate config by @damacus in https://github.com/test-kitchen/kitchen-hyperv/pull/131 * Revert "Add renovate config" by @damacus in https://github.com/test-kitchen/kitchen-hyperv/pull/132 * fix: Add renovate config by @damacus in https://github.com/test-kitchen/kitchen-hyperv/pull/135 - - **Full Changelog**: https://github.com/test-kitchen/kitchen-hyperv/compare/v0.9.5...v0.9.6 -## 0.9.5 (2023-08-24) - -## What's Changed - -* fix: Will this fix the publish step finally? by @damacus in https://github.com/test-kitchen/kitchen-hyperv/pull/128 - - -**Full Changelog**: https://github.com/test-kitchen/kitchen-hyperv/compare/v0.9.4...v0.9.5 - ## 0.9.4 (2023-08-24) -## What's Changed +* fix: Cleanup CI files ([#126](https://github.com/test-kitchen/kitchen-hyperv/pull/126)) ([09bcc44](https://github.com/test-kitchen/kitchen-hyperv/commit/09bcc44)) + +### What's Changed * fix: Cleanup CI files by @damacus in https://github.com/test-kitchen/kitchen-hyperv/pull/126 **Full Changelog**: https://github.com/test-kitchen/kitchen-hyperv/compare/v0.9.3...v0.9.4 -## 0.9.3 (2023-08-24) +### Other Changes -## What's Changed - -* fix: Add missing leading slash to upload by @damacus in https://github.com/test-kitchen/kitchen-hyperv/pull/124 - - -**Full Changelog**: https://github.com/test-kitchen/kitchen-hyperv/compare/v0.9.2...v0.9.3 - -## 0.9.2 (2023-08-24) +* Add publish to RubyGems into the workflow ([#114](https://github.com/test-kitchen/kitchen-hyperv/issues/114)) ([79464c4](https://github.com/test-kitchen/kitchen-hyperv/commit/79464c4cda6c3ba0ca034db0daae1ec481d8dbf8)) +* Update the PAT that triggers the publish workflow ([#116](https://github.com/test-kitchen/kitchen-hyperv/issues/116)) ([3674502](https://github.com/test-kitchen/kitchen-hyperv/commit/36745026e92431263c90051ec002f71e75399e5b)) +* Add pull request template ([#107](https://github.com/test-kitchen/kitchen-hyperv/pull/107)) ([c396ed8](https://github.com/test-kitchen/kitchen-hyperv/commit/c396ed8)) +* Add lint-unit reusable workflow ([#108](https://github.com/test-kitchen/kitchen-hyperv/pull/108)) ([ac54bc5](https://github.com/test-kitchen/kitchen-hyperv/commit/ac54bc5)) +* Update minitest requirement from ~> 5.3, < 5.16 to ~> 5.3, < 5.17 ([#109](https://github.com/test-kitchen/kitchen-hyperv/pull/109)) ([751b39b](https://github.com/test-kitchen/kitchen-hyperv/commit/751b39b)) +* Update minitest requirement from ~> 5.3, < 5.17 to ~> 5.3, < 5.19 ([#113](https://github.com/test-kitchen/kitchen-hyperv/pull/113)) ([28178ea](https://github.com/test-kitchen/kitchen-hyperv/commit/28178ea)) +* Update mocha requirement from ~> 1.1 to ~> 2.0 ([#111](https://github.com/test-kitchen/kitchen-hyperv/pull/111)) ([e1b8362](https://github.com/test-kitchen/kitchen-hyperv/commit/e1b8362)) -## What's Changed +* Update Checkout workflows to v3 ([#118](https://github.com/test-kitchen/kitchen-hyperv/issues/118)) ([da31879](https://github.com/test-kitchen/kitchen-hyperv/commit/da31879930a4d91be4fae4cca1b8d967c5126456)) +* Fix: Update publish containers ([#120](https://github.com/test-kitchen/kitchen-hyperv/pull/120)) ([c77ec03](https://github.com/test-kitchen/kitchen-hyperv/commit/c77ec03)) +* fix: Tidy files ([#121](https://github.com/test-kitchen/kitchen-hyperv/pull/121)) ([30603c4](https://github.com/test-kitchen/kitchen-hyperv/commit/30603c4)) +* fix: Add missing needs step ([#123](https://github.com/test-kitchen/kitchen-hyperv/pull/123)) ([3a74d8c](https://github.com/test-kitchen/kitchen-hyperv/commit/3a74d8c)) * Fix: Update publish containers by @damacus in https://github.com/test-kitchen/kitchen-hyperv/pull/120 * fix: Tidy files by @damacus in https://github.com/test-kitchen/kitchen-hyperv/pull/121 * fix: Add missing needs step by @damacus in https://github.com/test-kitchen/kitchen-hyperv/pull/123 - - **Full Changelog**: https://github.com/test-kitchen/kitchen-hyperv/compare/v0.9.1...v0.9.2 -## [0.9.1](https://github.com/test-kitchen/kitchen-hyperv/compare/v0.9.0...v0.9.1) (2023-08-23) - - -### Bug Fixes - -* Update Checkout workflows to v3 ([#118](https://github.com/test-kitchen/kitchen-hyperv/issues/118)) ([da31879](https://github.com/test-kitchen/kitchen-hyperv/commit/da31879930a4d91be4fae4cca1b8d967c5126456)) - -## [0.9.0](https://github.com/test-kitchen/kitchen-hyperv/compare/v0.8.0...v0.9.0) (2023-08-22) - - -### Features - -* Add publish to RubyGems into the workflow ([#114](https://github.com/test-kitchen/kitchen-hyperv/issues/114)) ([79464c4](https://github.com/test-kitchen/kitchen-hyperv/commit/79464c4cda6c3ba0ca034db0daae1ec481d8dbf8)) -* Update the PAT that triggers the publish workflow ([#116](https://github.com/test-kitchen/kitchen-hyperv/issues/116)) ([3674502](https://github.com/test-kitchen/kitchen-hyperv/commit/36745026e92431263c90051ec002f71e75399e5b)) +* fix: Add missing leading slash to upload ([#124](https://github.com/test-kitchen/kitchen-hyperv/pull/124)) ([1f9dd8d](https://github.com/test-kitchen/kitchen-hyperv/commit/1f9dd8d)) +* fix: Add missing leading slash to upload by @damacus in https://github.com/test-kitchen/kitchen-hyperv/pull/124 +**Full Changelog**: https://github.com/test-kitchen/kitchen-hyperv/compare/v0.9.2...v0.9.3 -## [v0.7.1](13-04-2022) +## [0.7.1](13-04-2022) * Update minitest requirement from ~> 5.3, < 5.15 to ~> 5.3, < 5.16 by @dependabot in * Switch CI from Azure Pipelines to GitHub Actions by @tas50 in * run specs on ruby 3.1 by @kasif-adnan in * add linters and publish gem action by @kasif-adnan in -## [v0.7.0](https://github.com/test-kitchen/kitchen-hyperv/tree/v0.7.0) (2021-08-13) +* Update README.md ([7d1f5bd](https://github.com/test-kitchen/kitchen-hyperv/commit/7d1f5bd)) +* prep for 0.7.1 release ([0fac915](https://github.com/test-kitchen/kitchen-hyperv/commit/0fac915)) + +## [0.7.0](https://github.com/test-kitchen/kitchen-hyperv/tree/v0.7.0) (2021-08-13) [Full Changelog](https://github.com/test-kitchen/kitchen-hyperv/compare/v0.6.0...v0.7.0) @@ -116,7 +122,10 @@ * Fix VHD configuration to be required, not throw an error later * Fix whitespaces, encoding headers, rubocop config -## [v0.6.0](https://github.com/test-kitchen/kitchen-hyperv/tree/v0.6.0) (2021-07-02) +* error handling of undefined method [] for nil class error when creat… ([#103](https://github.com/test-kitchen/kitchen-hyperv/pull/103)) ([295e225](https://github.com/test-kitchen/kitchen-hyperv/commit/295e225)) +* Add support for remote Hyper-V; Fix style ([#97](https://github.com/test-kitchen/kitchen-hyperv/pull/97)) ([f658583](https://github.com/test-kitchen/kitchen-hyperv/commit/f658583)) + +## [0.6.0](https://github.com/test-kitchen/kitchen-hyperv/tree/v0.6.0) (2021-07-02) [Full Changelog](https://github.com/test-kitchen/kitchen-hyperv/compare/v0.5.5...v0.6.0) @@ -124,13 +133,23 @@ * Minor optimizations to Ruby code * Removed the bundler and Github Changelog Generator dev deps -## [v0.5.5](https://github.com/test-kitchen/kitchen-hyperv/tree/v0.5.5) (2020-05-17) +* Optimize our requires ([#93](https://github.com/test-kitchen/kitchen-hyperv/pull/93)) ([eb18a87](https://github.com/test-kitchen/kitchen-hyperv/commit/eb18a87)) +* Update github_changelog_generator requirement from 1.15.2 to 1.16.1 ([#96](https://github.com/test-kitchen/kitchen-hyperv/pull/96)) ([13d8ed8](https://github.com/test-kitchen/kitchen-hyperv/commit/13d8ed8)) +* Upgrade to GitHub-native Dependabot ([#99](https://github.com/test-kitchen/kitchen-hyperv/pull/99)) ([ba3bab6](https://github.com/test-kitchen/kitchen-hyperv/commit/ba3bab6)) +* Update github_changelog_generator requirement from 1.16.1 to 1.16.2 ([#98](https://github.com/test-kitchen/kitchen-hyperv/pull/98)) ([e927ae4](https://github.com/test-kitchen/kitchen-hyperv/commit/e927ae4)) +* Update github_changelog_generator requirement from 1.16.2 to 1.16.4 ([#101](https://github.com/test-kitchen/kitchen-hyperv/pull/101)) ([24fb76f](https://github.com/test-kitchen/kitchen-hyperv/commit/24fb76f)) +* Remove github_changelog_generator and bundler dev deps ([8676a8c](https://github.com/test-kitchen/kitchen-hyperv/commit/8676a8c)) + +## [0.5.5](https://github.com/test-kitchen/kitchen-hyperv/tree/v0.5.5) (2020-05-17) [Full Changelog](https://github.com/test-kitchen/kitchen-hyperv/compare/v0.5.4...v0.5.5) * Make sure all the library files ship with the gem artifact -## [v0.5.4](https://github.com/test-kitchen/kitchen-hyperv/tree/v0.5.4) (2019-05-06) +* Update github_changelog_generator requirement from 1.15.0 to 1.15.2 ([#89](https://github.com/test-kitchen/kitchen-hyperv/pull/89)) ([d3fbef4](https://github.com/test-kitchen/kitchen-hyperv/commit/d3fbef4)) +* Add lib/** back to the gem ([#91](https://github.com/test-kitchen/kitchen-hyperv/pull/91)) ([ac38d12](https://github.com/test-kitchen/kitchen-hyperv/commit/ac38d12)) + +## [0.5.4](https://github.com/test-kitchen/kitchen-hyperv/tree/v0.5.4) (2019-05-06) [Full Changelog](https://github.com/test-kitchen/kitchen-hyperv/compare/v0.5.3...v0.5.4) @@ -141,7 +160,19 @@ * Use the latest github_changelog_generator for releases * Switch require to require_relative to speed up Ruby requires -## [v0.5.3](https://github.com/test-kitchen/kitchen-hyperv/tree/v0.5.3) (2019-03-20) +* Add `password` option for transport section ([#74](https://github.com/test-kitchen/kitchen-hyperv/pull/74)) ([7fff116](https://github.com/test-kitchen/kitchen-hyperv/commit/7fff116)) +* Update Readme for linux-cloud-tool requirement ([#77](https://github.com/test-kitchen/kitchen-hyperv/pull/77)) ([7aea1f9](https://github.com/test-kitchen/kitchen-hyperv/commit/7aea1f9)) +* Cleanup ([#78](https://github.com/test-kitchen/kitchen-hyperv/pull/78)) ([54d5396](https://github.com/test-kitchen/kitchen-hyperv/commit/54d5396)) +* Update kitchen-hyperv.gemspec ([f490a0c](https://github.com/test-kitchen/kitchen-hyperv/commit/f490a0c)) +* fix gemspec ([#79](https://github.com/test-kitchen/kitchen-hyperv/pull/79)) ([31902f3](https://github.com/test-kitchen/kitchen-hyperv/commit/31902f3)) +* Update minitest requirement from ~> 5.3, < 5.11 to ~> 5.3, < 5.14 ([#84](https://github.com/test-kitchen/kitchen-hyperv/pull/84)) ([9b17eab](https://github.com/test-kitchen/kitchen-hyperv/commit/9b17eab)) +* Update github_changelog_generator requirement from 1.11.3 to 1.15.0 ([#83](https://github.com/test-kitchen/kitchen-hyperv/pull/83)) ([b1f3ea4](https://github.com/test-kitchen/kitchen-hyperv/commit/b1f3ea4)) +* Update minitest requirement from ~> 5.3, < 5.14 to ~> 5.3, < 5.15 ([#85](https://github.com/test-kitchen/kitchen-hyperv/pull/85)) ([80493b9](https://github.com/test-kitchen/kitchen-hyperv/commit/80493b9)) +* Switch from require to require_relative ([#86](https://github.com/test-kitchen/kitchen-hyperv/pull/86)) ([6dcd5e9](https://github.com/test-kitchen/kitchen-hyperv/commit/6dcd5e9)) +* Add hyper-v installation instruction to the readme ([87f9788](https://github.com/test-kitchen/kitchen-hyperv/commit/87f9788)) +* Fixed markdown lint warnings and updated lic date ([#88](https://github.com/test-kitchen/kitchen-hyperv/pull/88)) ([d7a90d7](https://github.com/test-kitchen/kitchen-hyperv/commit/d7a90d7)) + +## [0.5.3](https://github.com/test-kitchen/kitchen-hyperv/tree/v0.5.3) (2019-03-20) [Full Changelog](https://github.com/test-kitchen/kitchen-hyperv/compare/v0.5.2...v0.5.3) @@ -149,7 +180,10 @@ * Update set_vm_ipaddress_ps to wait for "ok" status [\#65](https://github.com/test-kitchen/kitchen-hyperv/pull/65) ([shawnj](https://github.com/shawnj)) * Disable automatic snaptshots [\#64](https://github.com/test-kitchen/kitchen-hyperv/pull/64) ([ebjornset](https://github.com/ebjornset)) -## [v0.5.2](https://github.com/test-kitchen/kitchen-hyperv/tree/v0.5.2) (2018-10-23) +* Adding some CI (finally) to this project ([#73](https://github.com/test-kitchen/kitchen-hyperv/pull/73)) ([27276fb](https://github.com/test-kitchen/kitchen-hyperv/commit/27276fb)) +* Prep for release 0.5.3 ([#75](https://github.com/test-kitchen/kitchen-hyperv/pull/75)) ([ac65de6](https://github.com/test-kitchen/kitchen-hyperv/commit/ac65de6)) + +## [0.5.2](https://github.com/test-kitchen/kitchen-hyperv/tree/v0.5.2) (2018-10-23) [Full Changelog](https://github.com/test-kitchen/kitchen-hyperv/compare/v0.5.1...v0.5.2) @@ -159,7 +193,7 @@ * Updated readme - copy_vm_files requires guest services [\#66](https://github.com/test-kitchen/kitchen-hyperv/pull/66) ([aseverns](https://github.com/aseverns)) * Fix case sensitivity issue in require [\#67](https://github.com/test-kitchen/kitchen-hyperv/pull/67) ([ddaymn](https://github.com/ddaymn)) -## [v0.5.1](https://github.com/test-kitchen/kitchen-hyperv/tree/v0.5.1) (2017-09-08) +## [0.5.1](https://github.com/test-kitchen/kitchen-hyperv/tree/v0.5.1) (2017-09-08) [Full Changelog](https://github.com/test-kitchen/kitchen-hyperv/compare/v0.5.0...v0.5.1) @@ -167,7 +201,7 @@ * Change resize\_vhd parameter to -SizeBytes [\#58](https://github.com/test-kitchen/kitchen-hyperv/pull/58) ([jdoores](https://github.com/jdoores)) -## [v0.5.0](https://github.com/test-kitchen/kitchen-hyperv/tree/v0.5.0) (2017-07-05) +## [0.5.0](https://github.com/test-kitchen/kitchen-hyperv/tree/v0.5.0) (2017-07-05) [Full Changelog](https://github.com/test-kitchen/kitchen-hyperv/compare/v0.4.1...v0.5.0) @@ -177,7 +211,7 @@ * Fixed issue with existing stale diff disk [\#53](https://github.com/test-kitchen/kitchen-hyperv/pull/53) ([jdoores](https://github.com/jdoores)) * Added static\_mac\_address feature [\#52](https://github.com/test-kitchen/kitchen-hyperv/pull/52) ([jdoores](https://github.com/jdoores)) -## [v0.4.1](https://github.com/test-kitchen/kitchen-hyperv/tree/v0.4.1) (2017-03-29) +## [0.4.1](https://github.com/test-kitchen/kitchen-hyperv/tree/v0.4.1) (2017-03-29) [Full Changelog](https://github.com/test-kitchen/kitchen-hyperv/compare/v0.4.0...v0.4.1) @@ -185,7 +219,7 @@ * Fix error when no additional disks [\#48](https://github.com/test-kitchen/kitchen-hyperv/pull/48) ([smurawski](https://github.com/smurawski)) -## [v0.4.0](https://github.com/test-kitchen/kitchen-hyperv/tree/v0.4.0) (2017-03-24) +## [0.4.0](https://github.com/test-kitchen/kitchen-hyperv/tree/v0.4.0) (2017-03-24) [Full Changelog](https://github.com/test-kitchen/kitchen-hyperv/compare/v0.3.0...v0.4.0) @@ -196,7 +230,14 @@ * Feature/vlan support [\#41](https://github.com/test-kitchen/kitchen-hyperv/pull/41) ([smastrorocco](https://github.com/smastrorocco)) * Add ability to resize a the VHD when the disk is created [\#40](https://github.com/test-kitchen/kitchen-hyperv/pull/40) ([watsonlu](https://github.com/watsonlu)) -## [v0.3.0](https://github.com/test-kitchen/kitchen-hyperv/tree/v0.3.0) (2016-11-28) +* Update README.md ([f02a051](https://github.com/test-kitchen/kitchen-hyperv/commit/f02a051)) +* Document copy_vm_files and add example ([73466a8](https://github.com/test-kitchen/kitchen-hyperv/commit/73466a8)) +* Merge branch 'smastrorocco-feature/vlan_support' ([73037b8](https://github.com/test-kitchen/kitchen-hyperv/commit/73037b8)) +* Merge branch 'smastrorocco-feature/additional_disk' ([0ec6e48](https://github.com/test-kitchen/kitchen-hyperv/commit/0ec6e48)) +* Merge branch 'smastrorocco-feature/disable_secureboot' ([4f0c46d](https://github.com/test-kitchen/kitchen-hyperv/commit/4f0c46d)) +* move away from finstyle. need to add cookstyle ([e6a05c2](https://github.com/test-kitchen/kitchen-hyperv/commit/e6a05c2)) + +## [0.3.0](https://github.com/test-kitchen/kitchen-hyperv/tree/v0.3.0) (2016-11-28) [Full Changelog](https://github.com/test-kitchen/kitchen-hyperv/compare/v0.2.3...v0.3.0) @@ -207,7 +248,7 @@ * Adding support for HyperV Guest Interface Services [\#34](https://github.com/test-kitchen/kitchen-hyperv/pull/34) ([gaelcolas](https://github.com/gaelcolas)) * Fix line continuation syntax [\#32](https://github.com/test-kitchen/kitchen-hyperv/pull/32) ([brantb](https://github.com/brantb)) -## [v0.2.3](https://github.com/test-kitchen/kitchen-hyperv/tree/v0.2.3) (2016-06-10) +## [0.2.3](https://github.com/test-kitchen/kitchen-hyperv/tree/v0.2.3) (2016-06-10) [Full Changelog](https://github.com/test-kitchen/kitchen-hyperv/compare/v0.2.2...v0.2.3) @@ -215,19 +256,26 @@ * Support PowerShell v5.1 on the Insider Preview - updated [\#31](https://github.com/test-kitchen/kitchen-hyperv/pull/31) ([smurawski](https://github.com/smurawski)) -## [v0.2.2](https://github.com/test-kitchen/kitchen-hyperv/tree/v0.2.2) (2016-06-10) +* CHANGELOG.md ([7e6e991](https://github.com/test-kitchen/kitchen-hyperv/commit/7e6e991)) [Full Changelog](https://github.com/test-kitchen/kitchen-hyperv/compare/v0.2.1...v0.2.2) - **Merged pull requests:** - * Support PowerShell v5.1 on the Insider Preview [\#30](https://github.com/test-kitchen/kitchen-hyperv/pull/30) ([smurawski](https://github.com/smurawski)) -## [v0.2.1](https://github.com/test-kitchen/kitchen-hyperv/tree/v0.2.1) (2016-05-25) +## [0.2.1](https://github.com/test-kitchen/kitchen-hyperv/tree/v0.2.1) (2016-05-25) [Full Changelog](https://github.com/test-kitchen/kitchen-hyperv/compare/v0.1.20...v0.2.1) -## [v0.1.20](https://github.com/test-kitchen/kitchen-hyperv/tree/v0.1.20) (2016-05-17) +* execution policy bypass ([a2db712](https://github.com/test-kitchen/kitchen-hyperv/commit/a2db712)) +* adding support for mounting DVD Iso before starting the VM ([2cf9d14](https://github.com/test-kitchen/kitchen-hyperv/commit/2cf9d14)) +* guard the addition of the start iso if the path is $null ([dc53e2f](https://github.com/test-kitchen/kitchen-hyperv/commit/dc53e2f)) +* actually check for the existance of the vhd folder and base vhd. ([8ee8900](https://github.com/test-kitchen/kitchen-hyperv/commit/8ee8900)) +* error output from powershell ([607806f](https://github.com/test-kitchen/kitchen-hyperv/commit/607806f)) +* more tests and clean up ([0ccb2f2](https://github.com/test-kitchen/kitchen-hyperv/commit/0ccb2f2)) +* cleanups ([232e60d](https://github.com/test-kitchen/kitchen-hyperv/commit/232e60d)) +* moving to the changelog generator ([6beb78f](https://github.com/test-kitchen/kitchen-hyperv/commit/6beb78f)) + +## [0.1.20](https://github.com/test-kitchen/kitchen-hyperv/tree/v0.1.20) (2016-05-17) [Full Changelog](https://github.com/test-kitchen/kitchen-hyperv/compare/v0.1.10...v0.1.20) @@ -236,7 +284,7 @@ * More Configurable VM Networking [\#27](https://github.com/test-kitchen/kitchen-hyperv/pull/27) ([svmastersamurai](https://github.com/svmastersamurai)) * Add -noprofile to powershell executions to prevent users' custom prof… [\#23](https://github.com/test-kitchen/kitchen-hyperv/pull/23) ([kriszentner](https://github.com/kriszentner)) -## [v0.1.10](https://github.com/test-kitchen/kitchen-hyperv/tree/v0.1.10) (2015-12-03) +## [0.1.10](https://github.com/test-kitchen/kitchen-hyperv/tree/v0.1.10) (2015-12-03) [Full Changelog](https://github.com/test-kitchen/kitchen-hyperv/compare/v0.1.9...v0.1.10) @@ -244,11 +292,15 @@ * update incorrect module name [\#21](https://github.com/test-kitchen/kitchen-hyperv/pull/21) ([jbruettcva](https://github.com/jbruettcva)) -## [v0.1.9](https://github.com/test-kitchen/kitchen-hyperv/tree/v0.1.9) (2015-12-03) +* updated changelog and version ([39d7026](https://github.com/test-kitchen/kitchen-hyperv/commit/39d7026)) + +## [0.1.9](https://github.com/test-kitchen/kitchen-hyperv/tree/v0.1.9) (2015-12-03) [Full Changelog](https://github.com/test-kitchen/kitchen-hyperv/compare/v0.1.8...v0.1.9) -## [v0.1.8](https://github.com/test-kitchen/kitchen-hyperv/tree/v0.1.8) (2015-12-03) +* fixed a missed merge conflict ([ddaf745](https://github.com/test-kitchen/kitchen-hyperv/commit/ddaf745)) + +## [0.1.8](https://github.com/test-kitchen/kitchen-hyperv/tree/v0.1.8) (2015-12-03) [Full Changelog](https://github.com/test-kitchen/kitchen-hyperv/compare/v0.1.7...v0.1.8) @@ -260,7 +312,11 @@ * Fixed NilClass exception if VM does not exist [\#16](https://github.com/test-kitchen/kitchen-hyperv/pull/16) ([dpiessens](https://github.com/dpiessens)) * Add support for dynamic memory [\#15](https://github.com/test-kitchen/kitchen-hyperv/pull/15) ([brantb](https://github.com/brantb)) -## [v0.1.7](https://github.com/test-kitchen/kitchen-hyperv/tree/v0.1.7) (2015-07-14) +* added implicit hyperv module import and get-vmip sleep statement to account for slow dhcp ([b4c26a9](https://github.com/test-kitchen/kitchen-hyperv/commit/b4c26a9)) +* re-committing after missing the sleep command in the get-vmip function ([b2b31fc](https://github.com/test-kitchen/kitchen-hyperv/commit/b2b31fc)) +* Merge branch 'jbruettcva-readme-winrm' ([7ee6be0](https://github.com/test-kitchen/kitchen-hyperv/commit/7ee6be0)) + +## [0.1.7](https://github.com/test-kitchen/kitchen-hyperv/tree/v0.1.7) (2015-07-14) [Full Changelog](https://github.com/test-kitchen/kitchen-hyperv/compare/v0.1.6...v0.1.7) @@ -268,11 +324,16 @@ * 64-bit windows support [\#8](https://github.com/test-kitchen/kitchen-hyperv/pull/8) ([ksubrama](https://github.com/ksubrama)) -## [v0.1.6](https://github.com/test-kitchen/kitchen-hyperv/tree/v0.1.6) (2015-06-25) +* Invoke the correct powershell on 64-bit windows. ([f6714be](https://github.com/test-kitchen/kitchen-hyperv/commit/f6714be)) +* Add development deps needed for rake spec. ([0a0cf18](https://github.com/test-kitchen/kitchen-hyperv/commit/0a0cf18)) + +## [0.1.6](https://github.com/test-kitchen/kitchen-hyperv/tree/v0.1.6) (2015-06-25) [Full Changelog](https://github.com/test-kitchen/kitchen-hyperv/compare/v0.1.5...v0.1.6) -## [v0.1.5](https://github.com/test-kitchen/kitchen-hyperv/tree/v0.1.5) (2015-06-24) +* updated readme ([f12a5e3](https://github.com/test-kitchen/kitchen-hyperv/commit/f12a5e3)) + +## [0.1.5](https://github.com/test-kitchen/kitchen-hyperv/tree/v0.1.5) (2015-06-24) [Full Changelog](https://github.com/test-kitchen/kitchen-hyperv/compare/v0.1.2...v0.1.5) @@ -280,7 +341,12 @@ * Adding support for mounting ISOs [\#6](https://github.com/test-kitchen/kitchen-hyperv/pull/6) ([smurawski](https://github.com/smurawski)) -## [v0.1.2](https://github.com/test-kitchen/kitchen-hyperv/tree/v0.1.2) (2015-05-20) +* Remove user and password, defer to transport. ([d93c5ad](https://github.com/test-kitchen/kitchen-hyperv/commit/d93c5ad)) +* Update hyperv_version.rb ([586d79d](https://github.com/test-kitchen/kitchen-hyperv/commit/586d79d)) +* Update README.md ([08663fd](https://github.com/test-kitchen/kitchen-hyperv/commit/08663fd)) +* ISO support, VHDX, and Gen1/2 support ([5cdf31c](https://github.com/test-kitchen/kitchen-hyperv/commit/5cdf31c)) + +## [0.1.2](https://github.com/test-kitchen/kitchen-hyperv/tree/v0.1.2) (2015-05-20) [Full Changelog](https://github.com/test-kitchen/kitchen-hyperv/compare/v0.1.1...v0.1.2) @@ -288,14 +354,21 @@ * Smurawski/updating metadata [\#4](https://github.com/test-kitchen/kitchen-hyperv/pull/4) ([smurawski](https://github.com/smurawski)) -## [v0.1.1](https://github.com/test-kitchen/kitchen-hyperv/tree/v0.1.1) (2015-05-20) +## [0.1.1](https://github.com/test-kitchen/kitchen-hyperv/tree/v0.1.1) (2015-05-20) [Full Changelog](https://github.com/test-kitchen/kitchen-hyperv/compare/v0.1.0...v0.1.1) -## [v0.1.0](https://github.com/test-kitchen/kitchen-hyperv/tree/v0.1.0) (2015-05-20) +* Some details for the readme ([1fc0c74](https://github.com/test-kitchen/kitchen-hyperv/commit/1fc0c74)) +* fixed merge conflicts in hyperv.ps1 ([445c1e5](https://github.com/test-kitchen/kitchen-hyperv/commit/445c1e5)) + +## [0.1.0](https://github.com/test-kitchen/kitchen-hyperv/tree/v0.1.0) (2015-05-20) **Merged pull requests:** * Prepping for release [\#3](https://github.com/test-kitchen/kitchen-hyperv/pull/3) ([smurawski](https://github.com/smurawski)) \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* + +* starting out ([a39b9d1](https://github.com/test-kitchen/kitchen-hyperv/commit/a39b9d1)) +* first cut ([ea26c2d](https://github.com/test-kitchen/kitchen-hyperv/commit/ea26c2d)) +* moving to new machine ([814994a](https://github.com/test-kitchen/kitchen-hyperv/commit/814994a))