Skip to content

Releases: pivotal-cf/om

7.18.2

28 Sep 22:30

Choose a tag to compare

add support to download windows2025 and noble stemcell

7.18.1

16 Sep 17:13
e469d38

Choose a tag to compare

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

11 Sep 14:28
b166131

Choose a tag to compare

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

03 Sep 04:09

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 7.16.2...7.17.0

7.16.2

16 Jul 06:04
fc10c27

Choose a tag to compare

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

15 Jul 08:39

Choose a tag to compare

Brew formula update for om version 7.16.0

7.16.0

21 May 20:02
6844675

Choose a tag to compare

What's Changed

Full Changelog: 7.15.1...7.16.0

7.15.1

25 Apr 19:26

Choose a tag to compare

What's Changed

What's Changed

  • Ensure existing clusters within availability zones match correctly by @drich10 in #685

New Contributors

Full Changelog: 7.15.0...7.15.1

7.15.0

10 Mar 20:05

Choose a tag to compare

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

Full Changelog: 7.14.0...7.15.0

7.14.0

04 Sep 14:38

Choose a tag to compare

Upgrade Golang