Skip to content

v0.0.101

Compare
Choose a tag to compare
@cppforlife cppforlife released this 08 Nov 03:48
· 1579 commits to main since this release
  • Bring back login/logout command aliases
  • Backported ignore/unignore commands to ignore instances
  • Show Ignore column for instances and VMs
  • Show warnings in deploy output
    • Accounts for type=warning event log type
  • Added --var-env=PREFIX to fetch interpolation variables from environment variables
    • FOO_password=123 bosh deploy manifest.yml --var-env FOO to import all variables starting with FOO_
  • Use Authorization header instead of in-URL username/password to hide credentials from debug logs