Releases: Shopify/ejson2env
Releases · Shopify/ejson2env
v2.0.6
What's Changed
- Migrate off probot-CLA to new GitHub Action by @cursedcoder in #38
- Bump golang from 1.18.1-alpine to 1.18.4-alpine by @dependabot in #37
- Bump git from 1.9.1 to 1.11.0 by @dependabot in #34
- Add codeowner by @genevieveluyt in #45
- Bump golang from 1.18.4-alpine to 1.19.4-alpine by @dependabot in #46
- Bump git from 1.11.0 to 1.13.1 by @dependabot in #49
- Bump golang from 1.19.4-alpine to 1.20.0-alpine by @dependabot in #50
- Bump golang from 1.20.0-alpine to 1.20.3-alpine by @dependabot in #55
- Bump arr-pm from 0.0.11 to 0.0.12 by @dependabot in #42
- Bump golang from 1.20.3-alpine to 1.20.5-alpine by @dependabot in #58
- Disallow invalid identifiers as
environment
keys by @sambostock in #53 - ci: Use GITHUB_OUTPUT envvar instead of set-output command by @arunsathiya in #67
- Bump golang from 1.20.5-alpine to 1.22.3-alpine by @dependabot in #71
- Bump rexml from 3.2.5 to 3.2.8 in the bundler group across 1 directory by @dependabot in #74
- Bump golang.org/x/crypto from 0.0.0-20220411220226-7b82a4e95df4 to 0.17.0 in the go_modules group across 1 directory by @dependabot in #73
New Contributors
- @cursedcoder made their first contribution in #38
- @dependabot made their first contribution in #37
- @genevieveluyt made their first contribution in #45
- @arunsathiya made their first contribution in #67
Full Changelog: v2.0.5...v2.0.6
v2.0.5
Bump to go 1.18.1 and ejson 1.3.3
v2.0.4
Move to goreleaser, update dependencies
v2.0.2
no functionality change:
- dependency upgrade for M1 Macs
- Darwin binary is now universal amd64/arm64
v2.0.1
v2.0.0
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
This change adds support for "quiet" exports courtesy of @jonpulsifer!
v1.0.4
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.
v1.0.3
This change adds better escaping to the output of ejson2env, to prevent potential issues from occurring when the shell parses the output.