Skip to content

Releases: faradayio/cage

v0.3.6

10 May 17:41
@emk emk
Compare
Choose a tag to compare
v0.3.6: Fix build & update dependencies

0.3.4 - 2020-09-23

23 Sep 12:39
@emk emk
Compare
Choose a tag to compare

Fixed

  • Build fix.
  • Only pass --quiet to pull if we were asked.

0.3.2 - 2020-09-20

20 Sep 20:15
@emk emk
Compare
Choose a tag to compare

#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

20 Sep 17:49
@emk emk
Compare
Choose a tag to compare

Added

  • Allow overriding the Vault options default_ttl and extra_environment on a per-target basis.

v0.3.0

19 Sep 00:14
@emk emk
Compare
Choose a tag to compare
v0.3.0: Update internals & improve monorepo support

v0.3.0-alpha.5

13 Sep 06:05
@emk emk
Compare
Choose a tag to compare
v0.3.0-alpha.5: Support  `@sha256:` image digests

0.3.0-alpha.4 - 2020-09-12

12 Sep 17:58
@emk emk
Compare
Choose a tag to compare

Added

  • We now support cage source unmount --all and cage source unmount s1 s2.

Changed

  • Vault tokens are now cached in the .cage directory, making it feasible to use config/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

10 Apr 21:11
@emk emk
Compare
Choose a tag to compare
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

09 Apr 23:12
@emk emk
Compare
Choose a tag to compare
`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

08 Apr 18:53
@emk emk
Compare
Choose a tag to compare
This version should be compatible with the 0.2.x series, but it contains
extensive updates under the hood. Experimental.