Skip to content

Releases: runwayml/awssecret2env

v0.3.2

23 Sep 03:19
790c4dc
Compare
Choose a tag to compare
  • 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

11 Jul 18:06
fa8488a
Compare
Choose a tag to compare
  • 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

04 Jul 15:44
bd07eb9
Compare
Choose a tag to compare
  • 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

01 Jul 15:26
8177346
Compare
Choose a tag to compare
  • Wrap output values in single quotes so they can be sourced 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

30 Jun 22:55
6b98e53
Compare
Choose a tag to compare

Initial public release.

Download

Downloaded files must be made executable before they can be run.