Releases: faradayio/cage
Releases · faradayio/cage
v0.3.6
0.3.4 - 2020-09-23
Fixed
- Build fix.
- Only pass
--quiet
topull
if we were asked.
0.3.2 - 2020-09-20
#41 # Added
- vault: Allow overriding the Vault option
default_policies
on a per-target basis.
Fixed
- vault: Correctly respect per-target TTLs.
0.3.1 - 2020-09-20
Added
- Allow overriding the Vault options
default_ttl
andextra_environment
on a per-target basis.
v0.3.0
v0.3.0-alpha.5
v0.3.0-alpha.5: Support `@sha256:` image digests
0.3.0-alpha.4 - 2020-09-12
Added
- We now support
cage source unmount --all
andcage source unmount s1 s2
.
Changed
- Vault tokens are now cached in the
.cage
directory, making it feasible to useconfig/vault.yml
in development mode. - Sources are no longer mounted by default, for better monorepo support.
v0.3.0-alpha.3: Add `no_default_policies` for Vault
This can be used to indicate that a service should not receive the default Vault policies
v0.3.0-alpha.2: Fix `cage status` & `vault` everywhere
`cage status` should now work again. And the `vault` plugin should be enabled on all platforms.
v0.3.0-alpha.1: Update to modern Rust
This version should be compatible with the 0.2.x series, but it contains extensive updates under the hood. Experimental.