Skip to content

0.28.0

Compare
Choose a tag to compare
@ryanmoran ryanmoran released this 01 Dec 16:36

New in this release

  • Introduces a new configure-director command that will eventually replace the configure-bosh command.
  • The export-installation, import-installation, and upload-product commands now support a --polling-interval flag to only print updates to the terminal on a defined polling interval.
  • All authenticated commands now support setting OM_USERNAME and OM_PASSWORD instead of --username and --password flags.
  • The --format global flag allows users to specify the format of their command output. Options include tabular and JSON formats.

Contributions

  • Adds support for opentsdb_ip to the configure-bosh command, thanks to @zmb3 #114.
  • The upload-stemcell flag now includes a --force flag to force the upload of a stemcell even when Ops Manager reports that it already has a matching version, thanks to @rcw5 #116.