Skip to content

Releases: Shopify/ejson2env

v2.0.8

Choose a tag to compare

@github-actions github-actions released this 21 May 14:59
78a5842

Adds sanitization to output during decryption.

v2.0.7

Choose a tag to compare

@github-actions github-actions released this 03 Feb 16:19
30cf096

Bumps golang.org/x/crypto from 0.17.0 to 0.31.0

v2.0.6

Choose a tag to compare

@thepwagner thepwagner released this 29 May 19:01
15b83d7

What's Changed

New Contributors

Full Changelog: v2.0.5...v2.0.6

v2.0.5

Choose a tag to compare

@github-actions github-actions released this 18 Apr 15:07
463f91a

Bump to go 1.18.1 and ejson 1.3.3

v2.0.4

Choose a tag to compare

@github-actions github-actions released this 30 Mar 20:23
d5df449

Move to goreleaser, update dependencies

v2.0.2

Choose a tag to compare

@mistydemeo mistydemeo released this 26 Oct 21:45
5aed389

no functionality change:

  • dependency upgrade for M1 Macs
  • Darwin binary is now universal amd64/arm64

v2.0.1

Choose a tag to compare

@burke burke released this 01 Feb 18:21
eb9fa96

no functionality change:

  • dependency upgrade for macOS Big Sur support
  • FreeBSD target added

v2.0.0

Choose a tag to compare

@catherinejones catherinejones released this 09 Sep 20:13

This is version 2.0.0! This change restructures the project (hence the version bump) so that other projects can link ejson2env into their projects using github.com/Shopify/ejson2env rather than importing the cmd directory.

v1.1.0

Choose a tag to compare

@catherinejones catherinejones released this 02 Oct 16:18
v1.1.0
8836419

This change adds support for "quiet" exports courtesy of @jonpulsifer!

v1.0.4

Choose a tag to compare

@catherinejones catherinejones released this 17 Sep 18:09
2ba5b3b

Adds a fix which was causing ejson files with empty environments to throw an error. Empty or non-map[string]string "environment" blocks are now ignored.