Releases: Shopify/shadowenv
Releases · Shopify/shadowenv
3.3.1
3.3.0
Switch to softprops/action-gh-release
3.0.3
3.0.2: Fix key loading issue:
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
Shadowenv 3.0.0
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
Bump version for linux aarch64
bump version to 2.1.1
bump version to 2.1.1
Bump version to 2.1.0
updates the Cargo.lock