Skip to content

Releases: cyberark/summon

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

v0.8.1

02 Mar 21:32
7397c68
Compare
Choose a tag to compare

Changed

  • Added ability to support empty variables #124

Added

  • Added better errors for unknown tags found in the yaml
  • Added ability to set a default variable value with default='<value>' tag #38

v0.8.0

20 Sep 18:46
3bde55b
Compare
Choose a tag to compare

Changed

  • To ensure cleanup of files on non-windows platforms we now remain resident
    until the child is killed or it exits #106.
    NOTE: This will change slightly how the process tree looks on Linux OS environments
  • Updated base Golang version to 1.13 #102.
  • Made Linux builds create static binaries #65

Added

  • Added gitleaks configuration

Fixed

  • Fixed broken website links

v0.7.0

11 Jul 17:22
9540af5
Compare
Choose a tag to compare

Changed

Fixed

  • Bumps ffi in the acceptance/ directory to address this CVE

Added

  • Added CONTRIBUTING.md for contribution guidelines for the project, including
    contributor agreement

v0.6.11

09 Jan 15:52
c720e00
Compare
Choose a tag to compare

Changed

  • Added exporting of SUMMON_ENV if -e flag is present. Closes#92.

v0.6.10

03 Jan 17:55
98abae4
Compare
Choose a tag to compare

Fixed

  • Windows subprocess loading is again run with exec.Command. Closes #88.

Changed

  • Windows detection of 'Program Files' folder improved.

v0.6.9

07 Dec 15:48
Compare
Choose a tag to compare

Changed

  • Updated codebase to use go v1.11 modules.
  • Updated acceptance tests to use an automated test image builds and no makefiles.
  • Made subprocess loading take place through execve. Fixes #83.

v0.6.8

14 Sep 15:26
Compare
Choose a tag to compare

Added


On MacOS? Install this update easily with Homebrew.

brew tap cyberark/tools

# New install
brew install summon

# Update
brew upgrade summon

v0.6.7

06 Aug 20:19
Compare
Choose a tag to compare

Added

  • deb and rpm packages

Changed