v3.0.6
Bug Fixes
-
Honour the exodus vault and path supplied as part of the
bosh_env
when accessing the exodus data for a bosh director or credhub instance of the parent (director) environment. This allows for the exodus data to be stored in a different vault than the environment's vault. -
There were some internal mismatches in the path handling for Vault get/set/has operations. This was causing some issues with paths that had double slashes in them. This has been fixed.
-
Credhub doesn't have crl or serial values for CAs, so we no longer require them when using Credhub as a source.
Improvements
- When using
genesis edit
, if you specify a kit that is not available locally, you will now be prompted to download it. This will allow you to continue editing the environment file without having to abort, manually download the kit, and then re-run thegenesis edit
command.