Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
james-callahan committed Jan 17, 2019
1 parent 99b832c commit 2d3eaaa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion NEWS
@@ -1,4 +1,4 @@
UNRELEASED
0.1.2 - 2019-01-18

- Fix logging failure when DNS is not resolved
- Avoid sending redundant tags (#28)
Expand Down
@@ -1,8 +1,9 @@
package = "kong-plugin-zipkin"
version = "scm-0"
version = "0.1.2-0"

source = {
url = "git+https://github.com/kong/kong-plugin-zipkin.git";
url = "https://github.com/kong/kong-plugin-zipkin/archive/v0.1.2.zip";
dir = "kong-plugin-zipkin-0.1.2";
}

description = {
Expand All @@ -15,8 +16,7 @@ dependencies = {
"lua >= 5.1";
"lua-cjson";
"lua-resty-http >= 0.11";
"kong >= 0.15";
"opentracing >= 0.0.2";
"opentracing == 0.0.2";
}

build = {
Expand Down
2 changes: 1 addition & 1 deletion kong/plugins/zipkin/opentracing.lua
Expand Up @@ -10,7 +10,7 @@ A plugin that derives this should:
local BasePlugin = require "kong.plugins.base_plugin"

local OpenTracingHandler = BasePlugin:extend()
OpenTracingHandler.VERSION = "scm"
OpenTracingHandler.VERSION = "0.1.2"

-- We want to run first so that timestamps taken are at start of the phase
-- also so that other plugins might be able to use our structures
Expand Down

0 comments on commit 2d3eaaa

Please sign in to comment.