Releases: cyberark/summon
Releases · cyberark/summon
v0.10.1
v0.10.0
[0.10.0] - 2024-07-29
Added
- Introduced secrets streaming from providers (CNJR-3580)
- Upgrade Go to 1.22.4
- Added NOTICES.txt file to project
v0.9.6
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
Changed
- Upgraded example Dockerfile to use python:3.11
cyberark/summon#243 - Upgrade Go to 1.19
cyberark/summon#240
Security
- Force golang.org/x/text to use v0.3.8
cyberark/summon#241 - Update aruba (0.6.2 -> 2.0.0), cucumber (2.0.0 -> 7.1.0) and other necessary
dependencies in acceptance/Gemfile.lock
cyberark/summon#239 - Update golang.org/x/net to v0.0.0-20220923203811-8be639271d50
cyberark/summon#240
v0.9.4
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
v0.9.2
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
Changelog
Added
- Update go to 1.17, codegangsta/cli to urfave/cli
cyberark/summon#226 - Refactor unit tests to remove code duplication
Remove GoConvey
cyberark/summon#224 - Replace local issue / PR templates with global
cyberark/summon#223 - Update release instructions for automation
cyberark/summon#222
Fixed
- CI failing due to new goreleaser artifacts.json
cyberark/summon#228 - Fix param in CI GitHub Action
cyberark/summon#221
v0.9.0
Changelog
Added
- Build for Apple M1 silicon.
cyberark/summon#216
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