Skip to content

Commit

Permalink
chore(deps): bump atc-router to v1.3.1 (#11903)
Browse files Browse the repository at this point in the history
  • Loading branch information
dndx authored Nov 2, 2023
1 parent b0d5fa2 commit b3851a6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .requirements
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ LUA_KONG_NGINX_MODULE=4fbc3ddc7dcbc706ed286b95344f3cb6da17e637 # 0.8.0
LUA_RESTY_LMDB=951926f20b674a0622236a0e331b359df1c02d9b # 1.3.0
LUA_RESTY_EVENTS=8448a92cec36ac04ea522e78f6496ba03c9b1fd8 # 0.2.0
LUA_RESTY_WEBSOCKET=60eafc3d7153bceb16e6327074e0afc3d94b1316 # 0.4.0
ATC_ROUTER=b0d5e7e2a2ca59bb051959385d3e42d96c93bb98 # 1.2.0
ATC_ROUTER=7a2ad42d4246598ba1f753b6ae79cb1456040afa # 1.3.1

KONG_MANAGER=nightly
NGX_WASM_MODULE=21732b18fc46f409962ae77ddf01c713b568d078 # prerelease-0.1.1
Expand Down
2 changes: 1 addition & 1 deletion build/openresty/atc_router/atc_router_repositories.bzl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""A module defining the third party dependency PCRE"""
"""A module defining the dependency atc-router"""

load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
Expand Down
2 changes: 2 additions & 0 deletions changelog/unreleased/kong/bump_atc_router.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
message: Bump `atc-router` to `v1.3.1`
type: "dependency"
6 changes: 5 additions & 1 deletion scripts/explain_manifest/suites.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ def common_suites(expect, libxcrypt_no_obsolete_api: bool = False):
.contain("ngx_http_lua_kong_ffi_var_set_by_index") \
.contain("ngx_http_lua_kong_ffi_var_load_indexes")

expect("/usr/local/openresty/lualib/libatc_router.so", "ATC router so should have ffi module compiled") \
.functions \
.contain("router_execute")

if libxcrypt_no_obsolete_api:
expect("/usr/local/openresty/nginx/sbin/nginx", "nginx linked with libxcrypt.so.2") \
.needed_libraries.contain("libcrypt.so.2")
Expand Down Expand Up @@ -134,4 +138,4 @@ def docker_suites(expect):
"/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem", #CentOS/RHEL 7
"/etc/ssl/cert.pem", #OpenBSD, Alpine
), "ca-certiticates exists") \
.exists()
.exists()

1 comment on commit b3851a6

@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.

Bazel Build

Docker image available kong/kong:b3851a634c98660ef6559e35e4e059e6c761f9db
Artifacts available https://github.com/Kong/kong/actions/runs/6729112180

Please sign in to comment.