0.52.0
Breaking changes
download-product
will now enforce a prefix of{product-slug}-{semver-version}
when downloading from pivnet. The original filename is preserved after the prefix. If the original filename already matches the intended format, there will be no change. Any regexes that strictly enforce the original filename at the beginning of the regex will be broken. Please update accordingly. This change was done in order to encourage tile teams to change their file names to be more consistent. Ops Manager itself has already agreed to implement this change in newer versions.
Features
- add support for the
selected_option
field when callingstaged-config
to have better support for selectors.- this support also extends to
configure-product
, which will accept bothselected_option
andoption_value
as
the machine readable value.
- this support also extends to
download-product
now has support for downloading from an external s3 compatible blobstore using the--blobstore s3
flag.staged-director-config
now supports ano-redact
flag that will return all of the credentials from an Ops Manager
director, if the user has proper permissions to do so. It is recommended to use the admin user.
WARNING
The behavior of download-product
in this release is not final. Please hold off on using this feature until a release without this warning.