Skip to content

Commit

Permalink
Merge branch 'release/3.0.2' into release/3.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
VicYP committed Dec 9, 2022
2 parents 14d1756 + f8bf308 commit e96ad04
Show file tree
Hide file tree
Showing 7 changed files with 489 additions and 431 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:

env:
DOWNLOAD_ROOT: $HOME/download-root
KONG_NGINX_MODULE_BRANCH: 0.2.1

steps:
- name: Set environment variables
Expand Down
2 changes: 1 addition & 1 deletion .requirements
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RESTY_OPENSSL_VERSION=1.1.1q
RESTY_PCRE_VERSION=8.45
RESTY_LMDB_VERSION=1.0.0
RESTY_EVENTS_VERSION=0.1.3
ATC_ROUTER_VERSION=1.0.0
ATC_ROUTER_VERSION=1.0.2
LIBYAML_VERSION=0.2.5
KONG_BUILD_TOOLS_VERSION=4.39.5
KONG_NGINX_MODULE_BRANCH=0.2.1
4 changes: 2 additions & 2 deletions kong-3.0.1-0.rockspec → kong-3.0.2-0.rockspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package = "kong"
version = "3.0.1-0"
version = "3.0.2-0"
rockspec_format = "3.0"
supported_platforms = {"linux", "macosx"}
source = {
url = "git+https://github.com/Kong/kong.git",
tag = "3.0.1"
tag = "3.0.2"
}
description = {
summary = "Kong is a scalable and customizable API Management Layer built on top of Nginx.",
Expand Down
Loading

3 comments on commit e96ad04

@khcp-gha-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Docker image avaialble kong/kong:3.0.x-apk
Artifacts availabe https://github.com/Kong/kong/actions/runs/3660884421

@khcp-gha-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Docker image avaialble kong/kong:3.0.x-deb
Artifacts availabe https://github.com/Kong/kong/actions/runs/3660884421

@khcp-gha-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Docker image avaialble kong/kong:3.0.x-rpm
Artifacts availabe https://github.com/Kong/kong/actions/runs/3660884421

Please sign in to comment.