Skip to content

Commit e96ad04

Browse files
committed
Merge branch 'release/3.0.2' into release/3.0.x
2 parents 14d1756 + f8bf308 commit e96ad04

File tree

7 files changed

+489
-431
lines changed

7 files changed

+489
-431
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88

99
env:
1010
DOWNLOAD_ROOT: $HOME/download-root
11+
KONG_NGINX_MODULE_BRANCH: 0.2.1
1112

1213
steps:
1314
- name: Set environment variables

.requirements

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RESTY_OPENSSL_VERSION=1.1.1q
88
RESTY_PCRE_VERSION=8.45
99
RESTY_LMDB_VERSION=1.0.0
1010
RESTY_EVENTS_VERSION=0.1.3
11-
ATC_ROUTER_VERSION=1.0.0
11+
ATC_ROUTER_VERSION=1.0.2
1212
LIBYAML_VERSION=0.2.5
1313
KONG_BUILD_TOOLS_VERSION=4.39.5
1414
KONG_NGINX_MODULE_BRANCH=0.2.1

kong-3.0.1-0.rockspec renamed to kong-3.0.2-0.rockspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
package = "kong"
2-
version = "3.0.1-0"
2+
version = "3.0.2-0"
33
rockspec_format = "3.0"
44
supported_platforms = {"linux", "macosx"}
55
source = {
66
url = "git+https://github.com/Kong/kong.git",
7-
tag = "3.0.1"
7+
tag = "3.0.2"
88
}
99
description = {
1010
summary = "Kong is a scalable and customizable API Management Layer built on top of Nginx.",

0 commit comments

Comments
 (0)