Summon Versions Save

CLI that provides on-demand secrets access for common DevOps tools

v0.9.6

11 months ago

Security

  • Upgrade golang.org/x/net to v0.10.0, golang.org/x/crypto to v0.9.0, golang.org/x/sys to v0.8.0, and Go to 1.20 cyberark/summon#247
  • Upgrade golang.org/x/net to v0.7.0 for CVE-2022-41721 and CVE-2022-41722 (not vulnerable) cyberark/summon#245

v0.9.5

1 year ago

Changed

Security

v0.9.4

1 year ago

Changelog

Security

  • Replaced gopkg.in/yaml.v2 v2.2.2 with v2.2.8 to address SNYK-GOLANG-GOPKGINYAMLV2-1533594 and CVE-2019-11254 cyberark/summon#236

v0.9.3

1 year ago

Changelog

Changed

Update dependencies in go.mod cyberark/summon#234

v0.9.2

1 year ago

Changelog

Security

  • Update main and acceptance base images to Golang 1.17 to fix CVE-2022-0778 and CVE-2022-1292. cyberark/summon#232

v0.9.1

2 years ago

Changelog

Added

Fixed

v0.9.0

2 years ago

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

3 years ago

v0.8.4 - 2021-05-05

Added

v0.8.3

3 years ago

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

3 years ago

[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