Skip to content

Commit

Permalink
Bump to 0.7.4
Browse files Browse the repository at this point in the history
This release two primary changes to the project:

  * b2236f0 :: Introduce reading tags from environment variables
  * f7ced09 :: Drain unbounded buffer in Internal source

The first change is motivated by the needs of @blakebarnett for
use in k8s. It is hoped this change will ease the use of cernan
in that environment by allowing tag values to be read from, uh,
the environment. The second change removes a potential place of
unbounded growth in cernan.

Signed-off-by: Brian L. Troutwine <blt@postmates.com>
  • Loading branch information
Brian L. Troutwine committed Sep 6, 2017
1 parent f7ced09 commit 092080c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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
Expand Up @@ -7,7 +7,7 @@ license = "MIT"
name = "cernan"
readme = "README.md"
repository = "https://github.com/postmates/cernan"
version = "0.7.3"
version = "0.7.4"

[[bin]]
name = "cernan"
Expand Down

0 comments on commit 092080c

Please sign in to comment.