Skip to content

Commit

Permalink
v0.0.8: git branch support, plugins, secrets, vault, lib repos & more
Browse files Browse the repository at this point in the history
This is a huge update with tons of new features, and I'm releasing it so
that we can test against real projects that are being converted to
conductor.

You will need to replace `io.fdy.conductor.type` fields on your services
with `$POD.config.yml` files containing a `pod_type` field.
  • Loading branch information
emk committed Sep 27, 2016
1 parent 2e791ca commit 75753f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "conductor"
version = "0.0.7"
version = "0.0.8"
authors = ["Eric Kidd <[email protected]>"]

description = "Faraday Conductor: Develop and orchestrate multi-pod docker-compose apps"
Expand All @@ -25,7 +25,7 @@ includedir_codegen = "0.2.1"
serde_codegen = { version = "0.8", optional = true }

[dependencies]
clippy = { version = "*", optional = true }
clippy = { version = "0.0.90", optional = true }
docker_compose = { version = "0.3.8", default-features = false }
docopt = "0.6.83"
env_logger = "0.3.4"
Expand Down

0 comments on commit 75753f3

Please sign in to comment.