Skip to content

1.1.0

Compare
Choose a tag to compare
@pcf-platform-automation pcf-platform-automation released this 23 May 22:55

Features

  • (EXPERIMENTAL) pre-deploy-check has been added as a new command. This command can be run at any time. It will scan the director and any staged tiles in an Ops Manager environment for invalid or missing properties. It displays these errors in a list format for the user to manually (or automatedly) update the configuration. This command will also return an exit status 1; this command can be a gatekeeper in CI before running an apply-changes
  • download-product will now include the product-version in download-file.json
    Thanks to @vchrisb for the PR on issue #360

Bug Fixes

  • Extra values passed in the env file will now fail if they are not recognized properties.
    This closes issue #258
  • om will now allow non-string entities to be passed as strings to Ops Manager.
    This closes issue #352
  • the file outputted by download-product will now use the product-name as defined in the downloaded-product, not from the Pivnet slug.
    This fixes a mismatch between the two as documented in issue #351
  • bosh-env will now set BOSH_ALL_PROXY without a trailing slash if one is provided.
    This closes issue #350