Releases: cyberark/summon
Releases · cyberark/summon
v0.8.3
v0.8.3 - 2020-09-25
Added
- Added preliminary support for building Solaris binaries.
cyberark/summon#173
Fixed
- Use of a path for a provider via
--provider
CLI flag orSUMMON_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
[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
v0.8.0
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
Changed
- Updated yaml.v1 dependency to yaml.v3 in part to address
cyberark/secretless-broker#785 - Updates goreleaser config to address deprecated sections
Fixed
- Bumps
ffi
in theacceptance/
directory to address this CVE
Added
- Added CONTRIBUTING.md for contribution guidelines for the project, including
contributor agreement