Skip to content

0.36.0

Compare
Choose a tag to compare
@releen releen released this 27 Apr 17:57
  • Add EXPERIMENTAL staged-config command to get the staged configuration for a product as a yml file that can be used with `configure-product. Config does not include credentials by default.
    • staged-config --include-credentials to get the configuration with credentials. Note that this requires that the product has already been deployed. There is also a known issue where this command does not work for any tile that has a secret nested under a selector: #145. These limitations are the main reason for calling this command EXPERIMENTAL
  • Bug Fix: Asynchronous commands that show a progress bar no longer hang if Ops Manager stops responding (thanks @ryanmoran and @kkallday!)
  • configure-director can now be run more than once successfully. Previous, Ops Manager did not provide an endpoint needed to make this command idempotent. That has now been backported to patches of most current Ops Manager releases.
  • Improve help text for regenerate-certificates

Thanks also to @fredwangwang and @kcboyle for some docs fixes!