From fd09dc63c9d0a1ef6e5e6f9f00f28addaa1bd7c1 Mon Sep 17 00:00:00 2001 From: Caleb Gilmour Date: Sun, 20 Oct 2019 21:14:16 +0000 Subject: [PATCH] Update Datadog tracer version to v1.1.1 Signed-off-by: Caleb Gilmour --- bazel/repository_locations.bzl | 6 +++--- docs/root/intro/version_history.rst | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index 0320c2c55039..b8916e2d7ffa 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -133,9 +133,9 @@ REPOSITORY_LOCATIONS = dict( urls = ["https://github.com/lightstep/lightstep-tracer-cpp/archive/v0.8.0.tar.gz"], ), com_github_datadog_dd_opentracing_cpp = dict( - sha256 = "f7fb2ad541f812c36fd78f9a38e4582d87dadb563ab80bee3f7c3a2132a425c5", - strip_prefix = "dd-opentracing-cpp-1.0.1", - urls = ["https://github.com/DataDog/dd-opentracing-cpp/archive/v1.0.1.tar.gz"], + sha256 = "052fd37cd698e24ab73ee18fc3fa55acd1d43153c12a0e65b0fba0447de1117e", + strip_prefix = "dd-opentracing-cpp-1.1.1", + urls = ["https://github.com/DataDog/dd-opentracing-cpp/archive/v1.1.1.tar.gz"], ), com_github_google_benchmark = dict( sha256 = "3c6a165b6ecc948967a1ead710d4a181d7b0fbcaa183ef7ea84604994966221a", diff --git a/docs/root/intro/version_history.rst b/docs/root/intro/version_history.rst index e034e3eb36f0..567b48dcadfb 100644 --- a/docs/root/intro/version_history.rst +++ b/docs/root/intro/version_history.rst @@ -87,7 +87,7 @@ Version history * tls: added verification of IP address SAN fields in certificates against configured SANs in the * tracing: added support to the Zipkin reporter for sending list of spans as Zipkin JSON v2 and protobuf message over HTTP. certificate validation context. -* tracing: added tags for gRPC response status and meesage. +* tracing: added tags for gRPC response status and message. * tracing: added :ref:`max_path_tag_length ` to support customizing the length of the request path included in the extracted `http.url ` tag. * upstream: added :ref:`an option ` that allows draining HTTP, TCP connection pools on cluster membership change. * upstream: added :ref:`transport_socket_matches `, support using different transport socket config when connecting to different upstream endpoints within a cluster.