Releases: pivotal-cf/om
Releases · pivotal-cf/om
7.14.0
7.13.0
Update task.sh Updating Go Version to match go.mod version
7.12.0
What's Changed
- Upgrade Golang by @tas-operability-bot in #654
- 🐞 Fix: deploying opsman to vSphere 15% boot fail by @cunnie in #643
- [feat]: Add Auto-Accept EULA functionality to OM by @rhall-pivotal in #652
New Contributors
Full Changelog: 7.11.0...7.12.0
7.11.0
What's Changed
- Upgrade Golang to 1.22 by @wayneadams, @bjanice75 in #607, #624
- Add retry to apply changes by @alejandra-lara in #634
- Update README.md by @joyvuu-dave in #636
- Handle non-zero return code from Azure CLI by @blgm in #635
- Add
force-latest-variables
flag toapply-changes
command by @selzoc in #608
New Contributors
- @bjanice75 made their first contribution in #607
- @alejandra-lara made their first contribution in #634
- @joyvuu-dave made their first contribution in #636
- @selzoc made their first contribution in #608
7.10.1
Bug fixes
- Fixed a bug in
om vm-lifecycle upgrade-opsman
that occurred when both the input and currently-installed versions of
Ops Manager were identical 3.0.X+LTS-T versions.- In previous versions of om that had the bug, this scenario would always cause Ops Manager to be reinstalled, even if
the--recreate
flag wasn't used. - This release restores the intended behavior: printing a message and exiting early if the
--recreate
flag isn't
passed, and reinstalling Ops Manager if it is.
- In previous versions of om that had the bug, this scenario would always cause Ops Manager to be reinstalled, even if
7.10.0
Features
- Add support for AWS Assume Role.
7.9.0
What's Changed
- #595: Add
--all-inactive
option to delete CAs. This adds an optional flag toom delete-certificate-authority
that finds all the inactive certificate authorities and deletes them rather than requiring that the operator specify the GUID. - #596: Update activate-certificate-authority to activate latest inactive CA without passing CA GUID.
- Handle 207 multi-status warning message in
activate-certificate-authority, create-certificate-authority, generate-certificate-authority and regenerate-certificates
commands.
Bug Fixes
- vSphere usernames containing URI-reserved characters
are now URI-encoded for use in requests.
7.8.2
7.8.1
This version of OM is built with Go 1.19.1.
Full Changelog: 7.8.0...7.8.1
7.8.0
Bug fixes
#586: Fixes om nom panic when OpsMan instance does not have a public IP address. @crhntr
Note: the previous version (7.7.0) erroneously claimed to have included the om nom bugfix when it actually didn't. This version (7.8.0) has been confirmed to contain the fix. @Spimtav
Full Changelog: 7.7.0...7.8.0