You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by me...@apache.org on 2020/09/17 05:15:59 UTC

[apisix] branch master updated: chore: bump `lua-resty-etcd` to version 1.2 (#2242)

This is an automated email from the ASF dual-hosted git repository.

membphis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 9d1a210  chore: bump `lua-resty-etcd` to version 1.2  (#2242)
9d1a210 is described below

commit 9d1a210413944b8aef0492c67ddfd77cc57a5be2
Author: Shuyang Wu <wo...@gmail.com>
AuthorDate: Thu Sep 17 13:15:52 2020 +0800

    chore: bump `lua-resty-etcd` to version 1.2  (#2242)
    
    fix #2238
---
 rockspec/apisix-master-0.rockspec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rockspec/apisix-master-0.rockspec b/rockspec/apisix-master-0.rockspec
index 5a32099..b88a3c7 100644
--- a/rockspec/apisix-master-0.rockspec
+++ b/rockspec/apisix-master-0.rockspec
@@ -32,7 +32,7 @@ description = {
 
 dependencies = {
     "lua-resty-template = 1.9",
-    "lua-resty-etcd = 1.1",
+    "lua-resty-etcd = 1.2",
     "lua-resty-balancer = 0.02rc5",
     "lua-resty-ngxvar = 0.5",
     "lua-resty-jit-uuid = 0.0.7",