From 9d9a10566c0a2fec8816fed049e8812764f5751f Mon Sep 17 00:00:00 2001 From: "Brian L. Troutwine" Date: Mon, 1 May 2017 13:51:16 -0700 Subject: [PATCH] Bump to 0.5.10 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. * 9bb18991 :: Ship raw points to InfluxDB, steps to production * 0199248b :: Use HTTPS for InfluxDB, not UDP * 282251f6 :: Update docker build for Concourse CI use * 9661301c :: Add explicit ca-certificates to release image Signed-off-by: Brian L. Troutwine --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0f68d3c6..1ec55477 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "cernan" -version = "0.5.9" +version = "0.5.10" dependencies = [ "byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 937d80a4..6e3a3b62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"