Skip to content

Releases: pivotal-cf/om

7.20.1

12 Feb 22:03

Choose a tag to compare

fix CVE-2025-68121 by upgrading go to 1.24.13

7.20.0

06 Feb 00:08
277e6d5

Choose a tag to compare

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

Full Changelog: 7.19.1...7.20.0

7.19.1

30 Dec 19:34

Choose a tag to compare

bump golang to 1.24.11

7.19.0

29 Dec 19:05

Choose a tag to compare

use go-pivnet v9.1.0

7.18.4

11 Nov 21:36

Choose a tag to compare

bump golang to 1.24.8

7.18.3

11 Nov 17:03

Choose a tag to compare

bump go-pivnet package to 7.0.1

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