You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The installations command has been added to list recent invocations of apply-changes.
The configure-bosh command will now print some more helpful error messages when incorrect flag arguments are provided.
A new installation-log command will allow users to fetch the logs for a given installation.
Bug Fixes
The pending-changes command will now properly display products that do not have errands.
The configure-product command supports specifying automatic as the value for instances when using the --product-resources flag.
The apply-changes command will no longer "re-attach" to installations that are "stuck" in the running state if there are newer installations attempts.
The upload-product command will error if the --product flag is missing.
Contributions
Supports specifying a director IAM instance profile configuration, thanks to a PR from @peterellisjones [#78].
Corrects configure-bosh command to allow security and resource configuration to change after the BOSH director has been deployed, thanks to a PR from @asehra and Robin Watkins [#87].
The configure-bosh and configure-product commands will now support NSX configuration on vSphere environments, thanks to a PR from @christianang and @xchapter7x, [#88].