Change Log

Unreleased

  • chore(deps): update actions/checkout action to v5 (#74) (bc06b8c)
  • Fix typos (#78) (298e742)
  • Require Ruby 3.1+ and modernize CI (#79) (d2df4d4)
  • Update actions/checkout action to v7 - autoclosed (#77) (fae5260)
  • Update googleapis/release-please-action action to v5 - autoclosed (#76) (fab5e69)
  • Docs: rewrite README for new users and split contributor docs (#80) (d9ebc45)
  • Standardize renovate config and remove dependabot (#81) (be552bd)

3.4.0 (2026-08-24)

Features

  • implement the driver status hook (#88) (933e254)

Bug Fixes

  • constrain the test-kitchen dependency (#86) (ac5f32d)
  • drop the unused rack runtime dependency (#89) (b68f1fd)

3.3.4 (2026-08-23)

Bug Fixes

  • make cache_credentials actually cache credentials (#84) (8ef64d8)

3.3.3 (2024-06-27)

Bug Fixes

Other Changes

  • Update ffi-yajl requirement from >= 2.2.3, < 2.5.0 to >= 2.2.3, < 3.1.0 (#64) (1afb763)
  • Configure Renovate (#67) (995a9eb)
  • Updated the ruby version (#68) (7ceca30)

3.3.2

Full Changelog

  • This change helps in getting unique name of a deployment. The new deployment name will be deployment_deploymentId. We need to pass unique_name as true(unique_name: true) in the driver configuration.
  • Update rack requirement from >= 1.6, < 3.0 to >= 1.6, < 4.0 (#56) (2913dcb)
  • Unique name for the newly provisioned VMs. (#66) (6ca4d6d)

3.3.1

Full Changelog

  • Fixed the issue with catalog lookup using catalog_name config #61 (ashiqueps)

3.3.0

Full Changelog

  • Replaced the tenant attribute with the domain attribute #59 (ashiqueps)

3.2.1

Full Changelog

3.2.0

Full Changelog

  • Support for Ruby 3.1
  • Github workflow improvements

3.1.0

Full Changelog

  • Move usage documentation from the readme to the kitchen.ci website
  • Make the version configuration optional
  • Remove the bundler dev dep
  • Update the gemspec for the new maintainer of this project
  • Target Ruby 2.7 in rubocop (b25030d)
  • Update the owner and the repo in the gemspec (14beda9)
  • make version parameter optional in kitchen yml (#51) (72a1110)

3.0.1

Full Changelog

  • Updated the rack gem dependency to allow for modern releases of rack.
  • Update rack requirement from ~> 1.6 to >= 1.6, < 3.0 (#47) (aa357b9)

3.0.0

Full Changelog

  • kitchen-vra now supports VMware vRealize Automation 8. See the readme of kitchen.ci driver documentation for new configuration options necessary for use with vRA 8. If you need support for vRA 7 make sure to pin to an earlier release.
  • Support VRA8 (#41) (9c10283)
  • Require Ruby 2.7 and later (#44) (933cae2)
  • Wire up dependabot and GitHub Actions (#43) (84ad5d4)
  • Update rake requirement from ~> 10.0 to ~> 13.0 (#46) (e1a6599)
  • Update ffi-yajl requirement from ~> 2.2.3 to >= 2.2.3, < 2.5.0 (#49) (b39b1d3)
  • Migrate from RuboCop to Chefstyle (#50) (6f517dd)
  • Update webmock requirement from ~> 1.21 to ~> 3.14 (#45) (616958a)

2.7.1

Full Changelog

  • Pin vmware-vra gem dep to < 3 to prevent pulling in the new release
  • Updated the vmware-vra gem dependency (#42) (f13906c)

2.7.0

Full Changelog

  • Accept shirt size option available in blueprint as input in kitchen.yml
  • Updates to resolve CVE. Fixes #31. (#32) (05bda6c)
  • Update README.md (650df37)
  • fix travis failures (#38) (814e00a)
  • Enhanced kitchen driver to accept shirt size option in kitchen.yml. (#37) (4da6ef5)

2.6.0 (2018-03-01)

Full Changelog Closed issues:

  • Feature Query: Support for Capture Snapshot & Restore Snapshot #27 Merged pull requests:
  • Accept subtenant name as input in kitchen.yml #28 (vinuphilip)

2.4.0 (2018-01-22)

Full Changelog

Merged pull requests:

2.3.0 (2017-07-14)

Full Changelog

Merged pull requests:

2.2.0 (2017-02-15)

Full Changelog

Merged pull requests:

  • Updated the year in README (1a0a15c)

2.1.0 (2017-02-13)

Full Changelog

Merged pull requests:

2.0.0 (2016-12-15)

Full Changelog

Merged pull requests:

1.3.0 (2016-01-25)

Full Changelog

Merged pull requests:

  • Capping the retry delay when waiting for a server to 30 seconds #10 (adamleff)
  • adding to travis (812c13a)
  • adding slack notifications to travis (a9250ed)

1.2.0 (2015-11-26)

Full Changelog

Merged pull requests:

  • Adding wait_for_server retry logic, and better failback for hostname. #7 (adamleff)
  • Update README.md #4 (trisharia)
  • Merge branch 'adamleff/dns-fallback' for PR #7 (bd72f27)

1.1.0 (2015-10-13)

Full Changelog

Merged pull requests:

1.0.0 (2015-08-12)

Merged pull requests:

  • Initial release, working in VMware HOL lab, tests passing #1 (adamleff)

* This Change Log was automatically generated by github_changelog_generator