Releases: pivotal-cf/om
Releases · pivotal-cf/om
7.20.1
7.20.0
What's Changed
- AWS volume encrypted on creating new VM - TNZ-50715 by @huy-hn-nguyen in #720
- Support both AWS Managed Key and Customer Managed Key for volume encryption
New Contributors
- @huy-hn-nguyen made their first contribution in #720
Full Changelog: 7.19.1...7.20.0
7.19.1
7.19.0
7.18.4
7.18.3
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