Skip to content

Latest commit

 

History

History
280 lines (154 loc) · 13.7 KB

CHANGELOG.md

File metadata and controls

280 lines (154 loc) · 13.7 KB

Change Log

0.10.1 (2024-06-21)

Bug Fixes

0.10.0 (2023-11-27)

Features

0.9.6 (2023-11-15)

What's Changed

  • Fix publishing step by @damacus in #130
  • Add renovate config by @damacus in #131
  • Revert "Add renovate config" by @damacus in #132
  • fix: Add renovate config by @damacus in #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 #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 by @damacus in #126

Full Changelog: https://github.com/test-kitchen/kitchen-hyperv/compare/v0.9.3...v0.9.4

0.9.3 (2023-08-24)

What's Changed

  • fix: Add missing leading slash to upload by @damacus in #124

Full Changelog: https://github.com/test-kitchen/kitchen-hyperv/compare/v0.9.2...v0.9.3

0.9.2 (2023-08-24)

What's Changed

  • Fix: Update publish containers by @damacus in #120
  • fix: Tidy files by @damacus in #121
  • fix: Add missing needs step by @damacus in #123

Full Changelog: https://github.com/test-kitchen/kitchen-hyperv/compare/v0.9.1...v0.9.2

0.9.1 (2023-08-23)

Bug Fixes

0.9.0 (2023-08-22)

Features

  • Add publish to RubyGems into the workflow (#114) (79464c4)
  • Update the PAT that triggers the publish workflow (#116) (3674502)
  • Update minitest requirement from ~> 5.3, < 5.15 to ~> 5.3, < 5.16 by @dependabot in #104
  • Switch CI from Azure Pipelines to GitHub Actions by @tas50 in #94
  • run specs on ruby 3.1 by @kasif-adnan in #105
  • add linters and publish gem action by @kasif-adnan in #106

v0.7.0 (2021-08-13)

Full Changelog

  • Add support for remote Hyper-V servers
  • Improve error handling when creating vm fails. Thanks @maxgronlund
  • Fix VHD configuration to be required, not throw an error later
  • Fix whitespaces, encoding headers, rubocop config

v0.6.0 (2021-07-02)

Full Changelog

  • Support Test Kitchen 3.0
  • Minor optimizations to Ruby code
  • Removed the bundler and Github Changelog Generator dev deps

v0.5.5 (2020-05-17)

Full Changelog

  • Make sure all the library files ship with the gem artifact

v0.5.4 (2019-05-06)

Full Changelog

  • Added quotes around variable for Get-DefaultVMSwitch to prevent failures. Thanks @kdoores
  • Misc readme updates
  • Apply Chefstyle to the repo and setup Azure Devops Pipelines for CI
  • Allow testing on newer versions of minitest
  • Use the latest github_changelog_generator for releases
  • Switch require to require_relative to speed up Ruby requires

v0.5.3 (2019-03-20)

Full Changelog

  • Loosen the Test Kitchen dep to all 2.0 #72 (tas50)
  • Update set_vm_ipaddress_ps to wait for "ok" status #65 (shawnj)
  • Disable automatic snaptshots #64 (ebjornset)

v0.5.2 (2018-10-23)

Full Changelog

Merged pull requests:

  • Trim dev deps from the gem and fix license #70 (tas50)
  • Updated readme - copy_vm_files requires guest services #66 (aseverns)
  • Fix case sensitivity issue in require #67 (ddaymn)

v0.5.1 (2017-09-08)

Full Changelog

Merged pull requests:

  • Change resize_vhd parameter to -SizeBytes #58 (jdoores)

v0.5.0 (2017-07-05)

Full Changelog

Merged pull requests:

v0.4.1 (2017-03-29)

Full Changelog

Merged pull requests:

v0.4.0 (2017-03-24)

Full Changelog

Merged pull requests:

v0.3.0 (2016-11-28)

Full Changelog

Merged pull requests:

v0.2.3 (2016-06-10)

Full Changelog

Merged pull requests:

  • Support PowerShell v5.1 on the Insider Preview - updated #31 (smurawski)

v0.2.2 (2016-06-10)

Full Changelog

Merged pull requests:

  • Support PowerShell v5.1 on the Insider Preview #30 (smurawski)

v0.2.1 (2016-05-25)

Full Changelog

v0.1.20 (2016-05-17)

Full Changelog

Merged pull requests:

v0.1.10 (2015-12-03)

Full Changelog

Merged pull requests:

v0.1.9 (2015-12-03)

Full Changelog

v0.1.8 (2015-12-03)

Full Changelog

Merged pull requests:

v0.1.7 (2015-07-14)

Full Changelog

Merged pull requests:

v0.1.6 (2015-06-25)

Full Changelog

v0.1.5 (2015-06-24)

Full Changelog

Merged pull requests:

v0.1.2 (2015-05-20)

Full Changelog

Merged pull requests:

v0.1.1 (2015-05-20)

Full Changelog

v0.1.0 (2015-05-20)

Merged pull requests:

* This Change Log was automatically generated by github_changelog_generator