Skip to content

Commit

Permalink
chore(release): bump version numbers to 3.4.2 (#11691)
Browse files Browse the repository at this point in the history
Co-authored-by: Wangchong Zhou <wangchong@konghq.com>
fix(manifest): correct manifest after recent refactor (#11465)
  • Loading branch information
kikito and fffonion authored Oct 5, 2023
1 parent ad916d2 commit 501defc
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions kong-3.4.1-0.rockspec → kong-3.4.2-0.rockspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package = "kong"
version = "3.4.1-0"
version = "3.4.2-0"
rockspec_format = "3.0"
supported_platforms = {"linux", "macosx"}
source = {
url = "git+https://github.com/Kong/kong.git",
tag = "3.4.1"
tag = "3.4.2"
}
description = {
summary = "Kong is a scalable and customizable API Management Layer built on top of Nginx.",
Expand Down
2 changes: 1 addition & 1 deletion kong/meta.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
local version = setmetatable({
major = 3,
minor = 4,
patch = 1,
patch = 2,
--suffix = "-alpha.13"
}, {
-- our Makefile during certain releases adjusts this line. Any changes to
Expand Down
2 changes: 1 addition & 1 deletion scripts/explain_manifest/fixtures/amazonlinux-2-amd64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@

- Path : /usr/local/openresty/nginx/modules/ngx_wasm_module.so
Needed :
- libm.so.6
- libdl.so.2
- libm.so.6
- libpthread.so.0
- libgcc_s.so.1
- libc.so.6
Expand Down
2 changes: 1 addition & 1 deletion scripts/explain_manifest/fixtures/debian-10-amd64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@

- Path : /usr/local/openresty/nginx/modules/ngx_wasm_module.so
Needed :
- libm.so.6
- libdl.so.2
- libm.so.6
- libpthread.so.0
- libgcc_s.so.1
- libc.so.6
Expand Down
2 changes: 1 addition & 1 deletion scripts/explain_manifest/fixtures/debian-11-amd64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@

- Path : /usr/local/openresty/nginx/modules/ngx_wasm_module.so
Needed :
- libm.so.6
- libdl.so.2
- libm.so.6
- libpthread.so.0
- libgcc_s.so.1
- libc.so.6
Expand Down
2 changes: 1 addition & 1 deletion scripts/explain_manifest/fixtures/el7-amd64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@

- Path : /usr/local/openresty/nginx/modules/ngx_wasm_module.so
Needed :
- libm.so.6
- libdl.so.2
- libm.so.6
- libpthread.so.0
- libgcc_s.so.1
- libc.so.6
Expand Down
2 changes: 1 addition & 1 deletion scripts/explain_manifest/fixtures/el8-amd64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@

- Path : /usr/local/openresty/nginx/modules/ngx_wasm_module.so
Needed :
- libm.so.6
- libdl.so.2
- libm.so.6
- libpthread.so.0
- libgcc_s.so.1
- libc.so.6
Expand Down
2 changes: 1 addition & 1 deletion scripts/explain_manifest/fixtures/ubuntu-20.04-amd64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@

- Path : /usr/local/openresty/nginx/modules/ngx_wasm_module.so
Needed :
- libm.so.6
- libdl.so.2
- libm.so.6
- libpthread.so.0
- libgcc_s.so.1
- libc.so.6
Expand Down

0 comments on commit 501defc

Please sign in to comment.