Releases: meltwater/secretary
Releases · meltwater/secretary
0.11.0
Add support for secretary exec -- cmd [args..]
which will decrypt all environment variables and all command line arguments without requiring an embedding shell to do the work.
0.10.1
- Now builds binary using Go v1.9.2
0.10.0
- Added version command (#18)
0.9.1
- Updated AWS SDK to v1.6.18 to solve #16 (#17)
0.9.0
- Use EC2 meta-data service to autodetect AWS region if needed (#14)
- Enable Shared Config to support $AWS_DEFAULT_REGION (#14)
0.8.0
- Enable the use of environment variables for TLS (#11)
0.7.0
- Support TLS end-to-end encryption for Secretary daemon (#10)
0.6.1
- Check that environment variables are valid identifiers when using encrypted strings (#8)
- Upgrade to Go 1.6 (#9)
0.6.0
- Adds /v1/status endpoint (#7)