Releases: runwayml/awssecret2env
Releases · runwayml/awssecret2env
v0.3.2
- Add Apple Silicon support and build with Go v1.17.
Download
Downloaded files must be made executable before they can be run.
v0.3.1
- Fix bug where fetching secrets with non-string values caused
awssecret2env
to crash. JSON secret values of all types are now converted to strings when they are transformed to environment variables.
Download
Downloaded files must be made executable before they can be run.
v0.3.0
- Fetch secrets concurrently, significantly decreasing execution time especially with input files containing lots of secrets.
- Add support for
# comments
in input files when lines begin with#
. - Exit with error if input file contains no secret pairs.
Download
Downloaded files must be made executable before they can be run.
v0.2.0
- Wrap output values in single quotes so they can be
source
d correctly when they contain special characters. - Replace
'
character in secrets value with'"'"'
for proper escaping (Stack Overflow reference).
Download
Downloaded files must be made executable before they can be run.
v0.1.0
Initial public release.
Download
Downloaded files must be made executable before they can be run.