Skip to content

Commit

Permalink
Upgrade to OpenTracing-1.5.1. (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
rnburn authored Jan 18, 2019
1 parent f5cce8c commit 1c8c2dc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG NGINX_LABEL=latest

FROM nginx:${NGINX_LABEL}

ARG OPENTRACING_CPP_VERSION=v1.5.0
ARG OPENTRACING_CPP_VERSION=v1.5.1
ARG ZIPKIN_CPP_VERSION=v0.5.2
ARG LIGHTSTEP_VERSION=v0.8.1
ARG JAEGER_CPP_VERSION=v0.4.2
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-openresty
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ ARG RESTY_CONFIG_OPTIONS="\
--add-dynamic-module=/src/opentracing \
"
ARG RESTY_CONFIG_OPTIONS_MORE=""
ARG OPENTRACING_CPP_VERSION="v1.5.0"
ARG OPENTRACING_CPP_VERSION="v1.5.1"
ARG LUA_BRIDGE_TRACER_VERSION="9213e1b0c23a0d028093895d290c705680fbf4c5"
ARG JAEGER_VERSION="v0.4.2"
ARG LIGHTSTEP_VERSION="v0.8.1"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-test
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:18.04

ARG OPENTRACING_CPP_VERSION=v1.5.0
ARG OPENTRACING_CPP_VERSION=v1.5.1
ARG NGINX_VERSION=1.13.12

RUN set -x \
Expand Down
2 changes: 1 addition & 1 deletion ci/build_module_binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

export OPENTRACING_VERSION=1.5.0
export OPENTRACING_VERSION=1.5.1
NGINX_VERSIONS=(1.15.0 1.14.0 1.13.12 1.12.2)

# Compile for a portable cpu architecture
Expand Down
2 changes: 1 addition & 1 deletion ci/install_opentracing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

[ -z "${OPENTRACING_VERSION}" ] && export OPENTRACING_VERSION="v1.5.0"
[ -z "${OPENTRACING_VERSION}" ] && export OPENTRACING_VERSION="v1.5.1"

# Build OpenTracing
cd /
Expand Down

0 comments on commit 1c8c2dc

Please sign in to comment.