Skip to content

Releases: Shopify/shadowenv

3.5.1

Choose a tag to compare

@paracycle paracycle released this 18 Jun 20:07

What's Changed

New Contributors

Full Changelog: 3.5.0...3.5.1

3.5.0

Choose a tag to compare

@paracycle paracycle released this 18 Jun 20:04
558c4d6

What's Changed

Full Changelog: 3.4.0...3.5.0

3.4.0

Choose a tag to compare

@joshheinrichs-shopify joshheinrichs-shopify released this 08 Aug 21:01
dffebc9

expand-path now handles missing paths and doesn't resolve symlinks

3.3.1

Choose a tag to compare

@joshheinrichs-shopify joshheinrichs-shopify released this 24 May 01:50
5e07f9e
Bump version to 3.3.1

3.3.0

Choose a tag to compare

@joshheinrichs-shopify joshheinrichs-shopify released this 24 May 00:40
d24c941
Switch to softprops/action-gh-release

3.0.3

Choose a tag to compare

@burke burke released this 29 Oct 15:34
69e4868

Fixes an upgrade issue from 2.x to 3.x that would require reloading the shell or unset __shadowenv_data.

3.0.2: Fix key loading issue:

Choose a tag to compare

@burke burke released this 28 Oct 19:11
cdafffb
When we upgraded dalek-ed25519, we switched from a Keypair-centric API
to a SigningKey-centric API, but inadvertently changed the format of the
generated trust-key-v2 file to only include the private key.

This is actually a better format, so we'll keep using it, and just
truncate an incoming 64-byte file to 32 bytes to get the signing key, if
that's the format it has.

3.0.1

Choose a tag to compare

@burke burke released this 28 Oct 18:37
4b92df0

Fixes a bug in shadowenv diff

Shadowenv 3.0.0

Choose a tag to compare

@burke burke released this 28 Oct 16:17
0cbe492

Shadowenv 3 adds support for nested environments.

To create a nested environment, make a symlink at .shadowenv.d/parent to a .shadowenv.d that can be found by traversing up the path hierarchy.

For example, /a/b/.shadowenv.d/parent can link to /a/.shadowenv.d or /.shadowenv.d, but not /a/b/c/.shadowenv.d or /e/.shadowenv.d.

We've also added a shadowenv propmt-widget subcommand which may be useful to render shadowenv status in a terminal prompt.

2.1.2

Choose a tag to compare

@joshheinrichs-shopify joshheinrichs-shopify released this 24 May 03:06
bf237c3
Bump version for linux aarch64