From 8d4f80278610f451dc5d32cb78d95e0233969ce6 Mon Sep 17 00:00:00 2001 From: "Brian L. Troutwine" Date: Tue, 26 Sep 2017 13:03:02 -0700 Subject: [PATCH] Release cernan 0.7.8 This release includes telemetry and logging improvements in the Elasticsearch sink but the primary modifications are to do with introduction of HISTOGRAM as a first-class citizen in the project. The statsd source can be configured to use HISTOGRAM and the wavefront sink can now interpret these aggregations. * ffbc1129 :: update release build to use ekidd/rust-musl-builder * e033448f :: implementation of samples_sum for Telemetry * 8cea57a1 :: introduce openssl_probe for SSL cert search * 805a7aaa :: allow histograms to be flipped on for statsd metrics * 728f016f :: addition of telemetry, logging in Elasticsearch sink * 63fafd0b :: add histogram support to wavefront sink 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 f1c41c71..db30dd46 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "cernan" -version = "0.7.8-pre" +version = "0.7.8" dependencies = [ "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 7264f31a..6dac4b78 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.7.8-pre" +version = "0.7.8" [[bin]] name = "cernan"