Skip to content

Releases: adrienkohlbecker/ejson-kms

4.3.0

22 Aug 14:07
4.3.0
b047801

Choose a tag to compare

Added bash-ifnotset and bash-ifempty formatters

4.2.0

22 Aug 14:00
4.2.0
53e0bc3

Choose a tag to compare

Switched to go modules and go 1.16
Added darwin/linux arm64 binary

4.1.0

28 Mar 17:53
4.1.0
ec9a2a7

Choose a tag to compare

Added support for yaml files in export subcommand. (@tomesco)

4.0.0

30 Jan 02:16
4.0.0
def6aec

Choose a tag to compare

Vendoring go dependencies using dep rather than gvt
Use go-errors/errors upstream rather than own fork. This is breaking change for projects using this as a library as it changes the return type of most methods from errors.Error to error.

3.0.0

11 Oct 01:26
3.0.0
17e2636

Choose a tag to compare

Removed the export keyword from BASH formatter.
This is a breaking change that provides more secure defaults. Specifically,
you will need to export the environment variables yourself if your app needs
them outside of the BASH script.

2.0.0

10 Oct 00:36
2.0.0
21eaebc

Choose a tag to compare

Changed BASH escaping in export, now uses single quotes and no string processing.
This is a breaking change, but is necessary to preserve multi-line strings such
as TLS keys when using the eval "$(ejson-kms export)" idiom.

1.0.1

05 Oct 23:15
1.0.1
304876d

Choose a tag to compare

Fixed echo "foo\nbar" | ejson-kms add previously added only the first line

1.0.0

28 Sep 16:19
1.0.0
6fdc4a6

Choose a tag to compare

Initial release