Releases: pivotal-cf/om
Releases · pivotal-cf/om
0.49.0
Features
download-product
supports grabbing for a version via a regular expression.
Using--product-version-regex
sorts the versions returned by semver and
returns the highest matching version to the regex. The sort ignores non-semver
version numbers -- similar to the pivnet resource behaviour.download-product
no longer requiresdownload-stemcell
to be set when specifyingstemcell-iaas
. It is there for backwards compatibility, but it is a no-op.- added more copy for the help message of
bosh-env
- fix documentation for
vm-extensions
usage
0.48.0
Features
-
Increased the default connect-timeout from
5
seconds to10
. This should alleviate reliability issues some have seen in CI. -
Adds several commands (
delete-ssl-certificate
,ssl-certificate
,update-ssl-certificate
) around managing the Ops Manager VM's TLS cert. These new commands are courtesy of a PR, and we're still tinkering a bit (especially in terms of how they communicate in the case of a default cert, given that the Ops Manager API doesn't even bother returning a cert in that case).
There should be a fast-to-follow release with these commands more polished; if we'd planned better we might have marked these as experimental until we were done tinkering with them, but we don't see any reason to delay releasing this time.
0.47.0
0.46.0
Breaking changes
- download-product now outputs
product_path
,product_slug
,stemcell_path
, andstemcell_version
instead
of justproduct
andstemcell
. This will help compatability withassign-stemcell
.
0.45.0
Breaking changes
- removed individual configuration flags for configure-director [commit]
- removed individual configuration flags for configure-product [commit]
Features
- add more intelligent timeouts for commands
- fail fast if a key is not defined in configuration files for configure-product and configure-director
- add
assign-stemcell
command to associate a specified stemcell to the product
Bug Fixes
- fix stemcell version check logic in
download-product
command -- stemcells can now be downloaded even if they
don't have a minor version (e.g. version 97)
0.44.0
0.43.0
Breaking changes
- removed command
configure-bosh
, use commandconfigure-director
for configuring the bosh directory on OpsMan - removed command
set-errand-state
, use theerrand-config
with your config with the commandconfigure-product
Features
- add command
download-product
, it can download product and associated stemcell from Pivnet - add
--path
to commandinterpolate
so individual values can be extracted out
Bug Fixes
0.42.0
Breaking changes:
config-template
&staged-config
&staged-director-config
: pluralize--include-placeholders
flagimport-installation
: removeddecryption-passphrase
from the arguments. Globaldecryption-passphrase
flag is required when using this command
Fixs
- update command documentation to reflect various command flags change.
configure-product
: handles collection types correctly by decorate collection with guidstaged-director-config
: fix failed api request against azurecurl
: close http response body to avoid potential resource leaks
Features
configure-product
: allowproduct-name
be read from config fileinterpolation
: added--vars-env
support tointerpolation
configure-authentication
&configure-saml-authentication
&import-installation
: allow the commandline flag been passed through config fileconfigure-director
: able to add/modify/remove vm extensionsstaged-config
: able to get errand state for the productapply-changes
: addedskip-unchanged-products
staged-config
: addproduct-name
top-level-key in the returned payload to work better withconfigure-product
upload-product
: able to validatesha256
andproduct-version
before uploading- global: added a
decryption-passphrase
to unlock the opsman vm if it is rebooted (if provided)