Skip to content

v3.0.12

Compare
Choose a tag to compare
@genesis-bot genesis-bot released this 26 Dec 09:51

Bug Fixes

  • Fixed a bug where pipeline deploys would block on outdated releases. When
    using the genesis deploy command, you can pass in the --yes option to
    automatically answer "yes" to all prompts, including setting the BOSH_NON_INTERACTIVE
    environment variable to "true" so that BOSH would also not prompt.
    However, only the BOSH_NON_INTERACTIVE environment variable was being set, but
    not bypassing the other confirmation prompts in Genesis. This has been fixed.