Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to OpenTracing-1.5.1. #82

Merged
merged 1 commit into from
Jan 18, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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