test-kitchen / kitchen-vra

A Test Kitchen driver for VMware vRealize Automation
Apache License 2.0
13 stars 22 forks source link

make version parameter optional in kitchen yml #51

Closed kasif-adnan closed 2 years ago

kasif-adnan commented 2 years ago

Signed-off-by: kasif kadnan@progress.com

Description

This PR makes providing version attribute optional in the kitchen yml template

Issues Resolved

Check List

larry-herz commented 2 years ago

Should the readme be updated as well to reflect the now optional nature of the version attribute?

tas50 commented 2 years ago

We need to make sure any docs update happen in https://github.com/test-kitchen/test-kitchen/blob/main/docs/content/docs/drivers/vra.md

tas50 commented 2 years ago

Since this requires the new functionality in the 3.1.0 gem we need to make sure to dep on >= 3.1.0

kasif-adnan commented 2 years ago

@tas50 , updated the docs here https://github.com/test-kitchen/test-kitchen/pull/1857