Skip to content

Releases: cyberark/summon

v0.9.6

15 Jun 21:53
v0.9.6
8de0e79
Compare
Choose a tag to compare

Security

v0.9.5

14 Nov 19:36
453f07c
Compare
Choose a tag to compare

Changed

Security

v0.9.4

29 Sep 14:25
fca4c9e
Compare
Choose a tag to compare

Changelog

Security

v0.9.3

15 Jun 21:08
Compare
Choose a tag to compare

Changelog

Changed

Update dependencies in go.mod
cyberark/summon#234

v0.9.2

01 Jun 15:01
b822cb4
Compare
Choose a tag to compare

Changelog

Security

v0.9.1

27 Dec 16:54
Compare
Choose a tag to compare

Changelog

Added

Fixed

v0.9.0

20 Jul 13:34
13747f9
Compare
Choose a tag to compare

Changelog

Added

Fixed

  • Default provider path can be overridden via the SUMMON_PROVIDER_PATH environment variable,
    resolving an issue where providers cannot be found when installed via homebrew in a non-default location.
    cyberark/summon#213

v0.8.4

05 May 17:51
543ff40
Compare
Choose a tag to compare

v0.8.4 - 2021-05-05

Added

v0.8.3

25 Sep 21:27
bdbbab3
Compare
Choose a tag to compare

v0.8.3 - 2020-09-25

Added

Fixed

  • Use of a path for a provider via --provider CLI flag or SUMMON_PROVIDER env
    variable on Windows with \ as path separators now correctly works.
    cyberark/summon#167
  • Fixed handling of errors in the install script.
    cyberark/summon#171

v0.8.2

24 Jun 21:46
ab81b45
Compare
Choose a tag to compare

[0.8.2] - 2020-06-23

Added

  • Summon now supports a --version-providers flag to display the versions of installed providers.
    cyberark/summon#56
  • Summon supports a --up flag that searches for secrets.yml going up, starting from the
    current working directory. This allows the secrets.yml file to be at any directory depth in a
    project, and it is no longer required to be in the current working directory if not specified
    with the -f flag.
    cyberark/summon#122