Skip to content

Commit

Permalink
Bump to 0.5.10
Browse files Browse the repository at this point in the history
This release moves the InfluxDB sink from prototype status to
production-quality. As well, there's been quite a bit of fiddling
with the docker files to accomidate Postmates' private CI setup
using Concourse.

  * 9bb1899 :: Ship raw points to InfluxDB, steps to production
  * 0199248 :: Use HTTPS for InfluxDB, not UDP
  * 282251f :: Update docker build for Concourse CI use
  * 9661301 :: Add explicit ca-certificates to release image

Signed-off-by: Brian L. Troutwine <blt@postmates.com>
  • Loading branch information
Brian L. Troutwine committed May 1, 2017
1 parent 9661301 commit 9d9a105
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.5.9"
version = "0.5.10"

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

0 comments on commit 9d9a105

Please sign in to comment.