Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.

Latest commit

 

History

History
44 lines (32 loc) · 1.22 KB

CHANGELOG.md

File metadata and controls

44 lines (32 loc) · 1.22 KB

unreleased

v0.6.0

  • Write temporary files to home directory if possible

v0.5.0

  • added -e/--environment flag

v0.4.0

  • breaking change Default provider path is now /usr/local/lib/summon.

v0.3.3

  • Now fails more gracefully on unknown flags

v0.3.2

  • @SUMMONENVFILE is now ensured to contain a trailing newline GH-22

v0.3.1

  • Integer values set in secrets.yml are now parsed correctly GH-21

v0.3.0

  • Install bash completions if available
  • Switch to tar.gz instead of .zip
  • Try to find provider in the default path if just a name given
  • Allow -p argument to override SUMMON_PROVIDER envar
  • Check if provider exists and is executable

v0.2.1

  • Improve provider path handling 5df0fde

v0.2.0

  • -D variable interpolation now plays nicely with the shell
  • @SUMMONENVFILE for better Docker integration

v0.1.2

  • Fix --help and --version flags
  • Vendor dependencies with Godep

v0.1.1

  • Attach stdin to allow running interactive processes wrapped with summon
  • Changed name from 'cauldron' to 'summon'

v0.1.0

  • Initial release