Releases: pivotal-cf/om
Releases · pivotal-cf/om
7.18.2
7.18.1
fix: wait for AWS OpsManager VM to be running (#702) PR #696 added a wait for the AWS OpsManager VM to start running. This builds on top of that change, updating the expected output from the AWS CLI so that it works. Tests were also updated. Note that the tests are quite fragile and would benefit from re-work. Specifically the `runner.ExecuteWithEnvVarsReturnsOnCall()` test fake is problematic because (a) it's possible to write tests that pass but do not match the actual implmentation of the AWS CLI, and (b) adding/removing/changing the order of calls requires the tests to be re-written.
7.18.0
What's Changed
- fix: add wait till the vm started in aws create vm to avoid assignIP failures by @ramramu3433 in #696
- Support multiple tags by @krsri in #701
Full Changelog: 7.17.0...7.18.0
7.17.0
7.16.2
What's Changed
- fix(cli): fail fast on unknown config flags by @sanjimoh in #690
- Add support for rendering file with form field in curl command by @ramramu3433 in #692
- vmlifecycle - aws - add support for setting volume type by @rabeyta in #680
- fix(ci): update MinIO client command syntax by @sanjimoh in #693
Full Changelog: 7.16.1...7.16.2
7.16.1
7.16.0
What's Changed
- License enforcement changes in om cli by @ichandrabhatta #687
Full Changelog: 7.15.1...7.16.0
7.15.1
7.15.0
What's Changed
- Sends helpful error when metedata has multiple stemcell types by @wayneadams in #678
- add stemcell-slug option to download-product command by @yharish991 in #682
New Contributors
- @yharish991 made their first contribution in #661
Full Changelog: 7.14.0...7.15.0
7.14.0
Upgrade Golang