Skip to content

Commit

Permalink
v0.0.20: Labels for override/pod & renewable vault tokens
Browse files Browse the repository at this point in the history
We now add labels of the form `io.fdy.cage.override` and
`io.fdy.cage.pod` to all services, and our vault plugin generates
renewable tokens for better compatibility with `ecs-compose`'s smart
re-deploy features.
  • Loading branch information
emk committed Oct 7, 2016
1 parent fa0a6f7 commit 1b41952
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 39 deletions.
70 changes: 32 additions & 38 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cage"
version = "0.0.19"
version = "0.0.20"
authors = ["Eric Kidd <[email protected]>"]

description = "Develop multi-pod docker-compose apps"
Expand Down

0 comments on commit 1b41952

Please sign in to comment.