Skip to content

Latest commit

 

History

History
184 lines (96 loc) · 8.29 KB

CHANGELOG.md

File metadata and controls

184 lines (96 loc) · 8.29 KB

Change Log

3.3.3 (2024-06-27)

Bug Fixes

Full Changelog

  • This change helps in getting unique name of a deployment. The new deployement name will be deployment_deploymentId. We need to pass unique_name as true(unique_name: true) in the driver configuration.

Full Changelog

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

Full Changelog

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

Full Changelog

Full Changelog

  • Support for Ruby 3.1
  • Github workflow improvements

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

Full Changelog

  • Updated the rack gem dependency to allow for modern releases of rack.

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.

Full Changelog

  • Pin vmware-vra gem dep to < 3 to prevent pulling in the new release

Full Changelog

  • Accept shirt size option available in blueprint as input in kitchen.yml

Full Changelog

Closed issues:

  • Feature Query: Support for Capture Snapshot & Restore Snapshot #27

Merged pull requests:

v2.4.0 (2018-01-22)

Full Changelog

Merged pull requests:

v2.3.0 (2017-07-14)

Full Changelog

Merged pull requests:

v2.2.0 (2017-02-15)

Full Changelog

Merged pull requests:

v2.1.0 (2017-02-13)

Full Changelog

Closed issues:

  • extra_parameters not passing correctly for vRA version 7.X #20
  • Failure on notes config setting #15

Merged pull requests:

v2.0.0 (2016-12-15)

Full Changelog

Closed issues:

  • How do I specify windows and linux credentials for host vms? #14

Merged pull requests:

v1.3.0 (2016-01-25)

Full Changelog

Closed issues:

  • separate vra / machine credentials #9
  • server_ready_retries timeout growth is awkward for our use case #8

Merged pull requests:

  • Capping the retry delay when waiting for a server to 30 seconds #10 (adamleff)

v1.2.0 (2015-11-26)

Full Changelog

Closed issues:

  • Failed to complete #create action: [the vRA request did not create any servers.] #5

Merged pull requests:

  • Adding wait_for_server retry logic, and better failback for hostname. #7 (adamleff)
  • Update README.md #4 (trisharia)

v1.1.0 (2015-10-13)

Full Changelog

Closed issues:

  • vRA not managing IP addresses #2

Merged pull requests:

v1.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