Skip to content

0.35.0

Compare
Choose a tag to compare
@releen releen released this 05 Apr 23:54
  • Add experimental config-template command.
  • Add staged-manifest command to get the staged BOSH manifest for a product.
  • Add deployed-manifest command to get the deployed BOSH manifest for a product.
  • Update configure-product to allow configuration via a config file using the --config flag.
  • Move all information and error logging from stdout to stderr.
  • Check HTTP responses for errors. (thanks @jhvhs!)
  • Add deprecation warning for configure-bosh command as configure-director is preferred.
  • Improve error handling for asynchronous commands like file uploading.
  • Add timeout for retrying temporary errors. (thanks @hegderaj!)