3.3.3 (2024-06-27)
- 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.
- Updated username example when prompt ask for username #57 (sanjain-progress)
- Support for Ruby 3.1
- Github workflow improvements
- 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
- Updated the rack gem dependency to allow for modern releases of rack.
- 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.
- Pin vmware-vra gem dep to < 3 to prevent pulling in the new release
- Accept shirt size option available in blueprint as input in kitchen.yml
Closed issues:
- Feature Query: Support for Capture Snapshot & Restore Snapshot #27
Merged pull requests:
- Accept subtenant name as input in kitchen.yml #28 (vinuphilip)
v2.4.0 (2018-01-22)
Merged pull requests:
- Kitchen vRA enahancements #26 (rupeshpatel88)
v2.3.0 (2017-07-14)
Merged pull requests:
- Switched to using set_parameters #24 (lloydsmithjr03)
- Updates for travis and rubocop #23 (jjasghar)
v2.2.0 (2017-02-15)
Merged pull requests:
- Vra cache creds #16 (michaelschlies)
v2.1.0 (2017-02-13)
Closed issues:
Merged pull requests:
- Bump version for release #21 (jjasghar)
- Add support for a DNS suffix appended to server.name #19 (jeremymv2)
v2.0.0 (2016-12-15)
Closed issues:
- How do I specify windows and linux credentials for host vms? #14
Merged pull requests:
- replace 'servers.size ==0' with 'servers.empty?' #13 (adamleff)
- fix travis notifications #11 (adamleff)
v1.3.0 (2016-01-25)
Closed issues:
- separate vra / machine credentials #9
- server_ready_retries timeout growth is awkward for our use case #8
Merged pull requests:
v1.2.0 (2015-11-26)
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)
Closed issues:
- vRA not managing IP addresses #2
Merged pull requests:
- optional use_dns #3 (stevehedrick)
v1.0.0 (2015-08-12)
Merged pull requests:
* This Change Log was automatically generated by github_changelog_generator