All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Upgrade golang.org/x/net to v0.10.0, golang.org/x/text to v0.9.0, golang.org/x/sys to v0.8.0, and Go to 1.20 cyberark/summon-aws-secrets#68
- Prune old versions of gopkg.in/yaml.v3 cyberark/summon-aws-secrets#66
- Updated dependencies (aws-sdk-go -> v1.44.106, testify -> 1.8.0) and added replace to force golang.org/x/net to latest version for CVE-2022-27664 cyberark/summon-aws-secrets#65
- Updated dependencies in go.mod (github.com/aws/aws-sdk-go -> v1.44.30, github.com/stretchr/testify -> 1.7.2) cyberark/summon-aws-secrets#64
0.4.2 - 2022-06-01
- Updated to Golang 1.18 cyberark/summon-aws-secrets#60
0.4.1 - 2021-05-10
- Added a build for Apple Silicon cyberark/summon-aws-secrets#55
- The project Golang version is updated from the end-of-life v1.13 to v1.17. cyberark/summon-aws-secrets#54
0.4.0 - 2020-09-11
- Update aws-sdk-go to v1.34.6 to enable using new environment variables that AWS supports, such as
AWS_ROLE_ARN
which is required for EKS. PR cyberark/summon-aws-secrets#37 - Upgraded build/test images to use Golang 1.13 instead of 1.11. cyberark/summon-aws-secrets#27
- Made installer script more robust to target environments. cyberark/summon-aws-secrets#16
0.3.0 - 2019-03-06
- Converted to go modules
- Added ability to use
#
as a delimiter for variable IDs
0.2.0 - 2018-08-30
- Fetch AWS config from ec2metadata if on an ec2 instance PR#5
- Initial release