You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
configure-authentication now supports
the OM_DECRYPTION_PASSPHRASE environment variable.
Bug Fixes
configure-director now correctly handles when you don't name your iaas_configuration default on vSphere.
Previously, naming a configuration anything other than default would result in an extra, empty default configuration.
This closes issue #469.
Downloading a stemcell associated with a product will try to download the light or heavy stemcell.
If anyone has experienced the recent issue with download-product
and the AWS heavy stemcell,
this will resolve your issue.
Please remove any custom globbing that might've been added to circumvent this issue.
For example, stemcall-iaas: light*aws should just be stemcell-iaas: aws now.
Heavy stemcells could not be downloaded.
Support has now been added.
Force download of the heavy stemcell (if available) with the --stemcell-heavy flag.