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.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kikito committed Nov 26, 2018
1 parent 0fed144 commit 9423d96
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions NEWS
@@ -1,3 +1,7 @@
0.1.1 - 2018-10-26

- Add `run_on` field to the plugin's config

This comment has been minimized.

Copy link
@james-callahan

james-callahan Nov 27, 2018

Contributor

Need two lines between sections.

0.1.0 - 2018-10-18

- Start using the new DB & PDK modules (compatibility with Kong >= 0.15.0)
Expand Down
@@ -1,8 +1,9 @@
package = "kong-plugin-zipkin"
version = "scm-0"
version = "0.1.1-0"

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

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

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.1"

-- 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 9423d96

Please sign in to comment.