Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DONT MERGE TEST #11576

Closed
wants to merge 406 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
406 commits
Select commit Hold shift + click to select a range
866a15c
fix(admin_api): schema violation when validating valid plugin configu…
catbro666 Jun 26, 2023
96eb92f
fix(service): explicitly set user in systemd definition (#11066)
hanshuebner Jun 26, 2023
8231585
docs(developer): correct the plugin development guide url (#11116)
AndyZhang0707 Jun 26, 2023
4f9592b
perf(tracing): remove ipairs in spans iteration (#11114)
chronolaw Jun 26, 2023
9a95a32
chore(labeler): add new schema noteworthy path
gszr Jun 2, 2023
f005013
fix(plugin/prometheus): fix an error of ngx.re.gsub (#11115)
chronolaw Jun 27, 2023
6bfffc8
perf(plugin/prometheus): remove the usage of `string.gsub` and `ipair…
chronolaw Jun 27, 2023
3a86621
chore(clustering/db): reduce log flooding on clustering and schema va…
bungle Jun 27, 2023
d69db5e
feat(hybrid): report configuration of DP to the CP
hbagdi Jun 26, 2023
105573c
tests(hybrid): add process conf
samugi Jun 26, 2023
71fca6f
style(router/compat): add bracket around generated SNI expression (#1…
chronolaw Jun 27, 2023
e8173ca
perf(router): iterate routes with for loop (#11111)
chronolaw Jun 27, 2023
bcc24f1
style(clustering): remove "else" statement as the code already uses "…
bungle Jun 27, 2023
ae35cb8
chore(build): fix typo in patch name (#11129)
bungle Jun 27, 2023
f74342d
tracing(instrumentation): add http.route span attribute (#10981)
samugi Jun 27, 2023
1fcd014
chore(deps): bump OpenSSL to 3.1.1 (#5676) (#11140)
fffonion Jun 28, 2023
a7472a2
feat(cd): incorporate cloudsmith (#11142)
curiositycasualty Jun 29, 2023
9281b4d
perf(plugin/prometheus): use ngx.re.match to replace string.match (#1…
chronolaw Jun 29, 2023
cd9ad6c
fix(proxy): remove kong branding from kong HTML error template (#11150)
oowl Jun 29, 2023
cee8965
fix(tracing): ensure sampling rate applies to whole trace (#11135)
samugi Jun 29, 2023
660cc98
test(*): remove http_server (#11009)
StarlightIbuki Jun 30, 2023
15fb5fe
remove ee license
chronolaw Jun 30, 2023
b0bd002
fix(router): don't fail on route with multiple paths (#11158)
hanshuebner Jun 30, 2023
49e5ca9
docs(changelog): move entry to correct section (#11156)
chronolaw Jul 3, 2023
3a491c8
refactor(plugin/prometheus): some small optimizations (#11144)
chronolaw Jul 3, 2023
852071b
tests(plugins/prometheus): add unit tests for prometheus plugin (#11157)
chronolaw Jul 3, 2023
9a8960a
refactor(runloop): move log level logic into isolated module (#11163)
chronolaw Jul 3, 2023
ec4f5c5
chore(cd): move amazonlinux 2022 to amazonlinux 2023
fffonion Jun 28, 2023
d880125
chore(cd): drop ubuntu 18.04 as it's EOL
fffonion Jun 28, 2023
7a53bf8
fix(cd): build debian 10 and debian 11 in the matching environment
fffonion Jun 28, 2023
2e5094c
docs(changelog): add entry for #11139
fffonion Jun 28, 2023
029fe3d
fix(router/expressions): override protocols in expression generation …
chronolaw Jul 3, 2023
702674a
Revert "fix(ci): remove Lua cURL and CI modifications because of it (…
hanshuebner Jul 3, 2023
66f7024
Revert "Revert "fix(ci): remove Lua cURL and CI modifications because…
hanshuebner Jul 3, 2023
5e0ee96
chore(deps): unify the dependency name and pin github repo to commit …
fffonion Jul 4, 2023
99e33e3
feat(tests): use h2client to replace lua-http in spec.helpers (#11171)
fffonion Jul 4, 2023
951a4ef
tests(coverage): luacov includeuntestedfiles
samugi Jun 27, 2023
c2b49d2
tests(coverage): sort report by coverage percent
samugi Jun 28, 2023
8c53e98
feat(rate-limiting): add support for secret rotation with redis conne…
bungle Jul 4, 2023
e428eef
chore(makefile): add test-custom target to run individual test (#11087)
hanshuebner Jul 4, 2023
83b9397
fix(cd): correct comments in matrix-full.yml (#11112)
fffonion Jul 5, 2023
a980eff
chore(cd): build packages in container matching the distro
fffonion Jul 3, 2023
fe15c7c
chore(build): package only one rpm package for each matrix
fffonion Jul 3, 2023
294fa43
chore(cd): use the dash naming convension
fffonion Jul 3, 2023
17d3f7a
fix(router/expressions): http->https redirection now works with ATC e…
chronolaw Jul 5, 2023
96af83f
refactor(cache): remove fallbacks from mlcache
bungle Jun 5, 2023
7fc3344
refactor(cache): store just the value in shared dict
bungle Jun 8, 2023
08aa1f8
feat(cache): implement renew function in mlcache
bungle Jun 14, 2023
f2eed5a
feat(cache): implement renew function in cache
bungle Jun 15, 2023
bd5e9c1
refactor(vault): use cache:renew on vault secret rotation
bungle Jun 14, 2023
e96ab9f
fix(tests): revive HTTP/2.0 tests (#11170)
hanshuebner Jul 5, 2023
c9f7611
chore(deps): use kong's fork of pgmoon that fixes an issue (#11181)
fffonion Jul 6, 2023
f60d681
refactor(db/schema): refactor route validation logic for better maint…
chronolaw Jul 6, 2023
2250370
chore(build): upgrade Docker base image during build (#11176)
outsinre Jul 6, 2023
03662a5
docs(tracing): fix comment and documentation (#11180)
StarlightIbuki Jul 6, 2023
fdea0e9
style(router): remove localization of `ngx.*` in non-hot code path
chronolaw Jul 7, 2023
53903a8
style(router): localize hot path functions
chronolaw Jul 7, 2023
078060c
perf(clustering): optinally use privileged worker for control plane c…
bungle Mar 31, 2023
00b3d0d
perf(clustering): smaller LRU cache size is adequate for privileged w…
bungle Jun 20, 2023
fd1c1e3
chore(core): cleanup some variables after initialization
bungle May 29, 2023
35c8e71
chore(tests): fix smoke test (#11189)
fffonion Jul 7, 2023
c6987b8
feat(ip-restriction): Add TCP Support (#10245)
scrudge Jul 7, 2023
8bce129
fix(build): add more debug symbols for nginx when building in debug m…
oowl Jul 10, 2023
f8936cc
feat(cd): build rhel-9 RPM packages and Docker images (#11190)
AndyZhang0707 Jul 10, 2023
9ff7af1
fix(dbless): perform uniqueness checks on unique fields (#11199)
hishamhm Jul 10, 2023
53c62bc
docs(changelog): add entry for PR #10245 (#11198)
chronolaw Jul 11, 2023
635d46c
perf(plugin/ip-restriction): optimize not_allowed msg (#11200)
chronolaw Jul 11, 2023
070e90f
fix(http_mock): bug fixes and add tapping feature (#11182)
StarlightIbuki Jul 11, 2023
1619701
feat(db): add entity_checks for /schema endpoint (#11108)
jschmid1 Jul 11, 2023
8e122cc
fix(luajit): fix LuaJIT arm64 SIGILL crash.
zhongweiy Jul 7, 2023
eda656c
tests(integration): add cache invalidation test case (#11201)
gszr Jul 12, 2023
83b68ad
Revert "docs(changelog): add lmdb memory metrics and pdk function cha…
oowl Jul 11, 2023
033b6da
Revert "feat(prometheus): add lmdb memory info related metrics"
oowl Jul 11, 2023
b38d09e
Revert "feat(statsd): add lmdb memory info related metrics"
oowl Jul 11, 2023
4bdb258
Revert "feat(pdk): add lmdb memory info to pdk.node.get_memory_stats …
oowl Jul 11, 2023
5af3c03
chore(makefile): remove h2client README.md when building kong (#11223)
outsinre Jul 14, 2023
d730586
chore(cd): fix typo of amazonlinux 2022 to 2023 in comments (#11230)
outsinre Jul 14, 2023
c371931
chore(deps): bump lua-resty-lmdb from 1.1.0 to 1.3.0 (#11227)
chronolaw Jul 14, 2023
b7bf999
chore(deps): bump kong-pgmoon from 1.16.1 to 1.16.2 (#11229)
fffonion Jul 17, 2023
892238e
feat(core): Admin GUI integration (#11131)
nekolab Jul 17, 2023
f3ceb74
fix(dbless): make uniqueness checks workspace-aware (#11236)
hishamhm Jul 18, 2023
f5685a9
fix(admin-gui): invalidate cache for `kconfig.js` when reload (#11245)
nekolab Jul 18, 2023
c657a2c
feat(tracing): add net.peer.name attribute if balancer_data.hostname …
Jul 18, 2023
c66e8a4
fix(dbless): accept table form in flattened foreign keys (#11246)
hishamhm Jul 18, 2023
1945abb
feat(build): add ngx_wasm_module
flrgh Jul 18, 2023
544db51
tests(wasm): add test filters/fixtures
flrgh Jul 18, 2023
4a634e0
feat(core): add wasm integration
flrgh Jul 18, 2023
696085d
fix(luajit): Add the LuaJIT ARM64 fix for HREFK patch.
zhongweiy Jul 18, 2023
cec420e
chore(build): update package manifests (#11252)
flrgh Jul 19, 2023
f9001ac
chore(build): use public url for fetching ngx_wasm_module (#11240)
flrgh Jul 19, 2023
dfeaf0d
docs(kong.conf): fix section docstring format
flrgh Jul 18, 2023
6db62fc
docs(wasm): expand inline kong.conf doc strings
flrgh Jul 18, 2023
db0158e
chore(wasm): return early on error in init_worker (#11248)
flrgh Jul 19, 2023
c777ce3
fix(wasm/config): correctly map inherited directives
gszr Jul 19, 2023
9942c71
chore(wasm/conf): remove warn on wasm=off
gszr Jul 19, 2023
ff59edb
fix(core): Add a new parameter `worker_event_max_payload` to kong.con…
liverpool8056 Jul 21, 2023
3e52664
feat(opentelemetry): make endpoint field referenceable (#11220)
ms2008 Jul 21, 2023
e025bbd
fix(admin-gui): add basic kong manager statistics to phone home loggi…
nekolab Jul 24, 2023
8a1ebba
fix(cmd): `kong vault get` doesn't work in dbless mode (#11127)
catbro666 Jul 24, 2023
13c8d9a
chore(ci): upgrade test should use the latest bin/kong in NEW_CONTAIN…
catbro666 Jul 24, 2023
b572db8
chore(wasm): update ffi binding module name (#11253)
gszr Jul 24, 2023
5c7a7b8
feat(router): enable flavor `expressions` in stream subsystem (#11071)
chronolaw Jul 25, 2023
a5c3197
chore(build): do not download wasm runtime unless requested
flrgh Jul 24, 2023
edd1f99
fix(build): use the correct checksum for nfpm arm64
flrgh Jul 24, 2023
647be45
chore(*): raise the default size limit of cosocket connection pool fr…
outsinre Jul 25, 2023
fa10e6a
fix(buffered): handle if-match headers correctly (#11275)
chronolaw Jul 25, 2023
522f554
fix(cmd): remove the non-referencable configuration field restriction…
catbro666 Jul 26, 2023
65de2c3
fix(lua-cjson): handle the large string correctly (#11281)
ADD-SP Jul 26, 2023
d38bb9c
fix(vaults): refactor vault pdk and vault ttl code
jschmid1 Jul 25, 2023
8a8db1d
tests(vaults): fix failing test using prefix
samugi Jul 26, 2023
ce9813a
fix(vaults): fixes to vault in cli mode
jschmid1 Jul 26, 2023
b4f328e
feat(build): add wasmx to arm64 build matrix (#11290)
flrgh Jul 26, 2023
9851190
fix(ci): ensure cache key is consistent across workflows (#11298)
flrgh Jul 26, 2023
85b3809
chore(release): bump version to 3.5.0 as part of the 3.4 Feature Free…
kikito Jul 27, 2023
91dcd61
tests(dbless): fix flaky test (#11292)
ADD-SP Jul 27, 2023
68b7b6f
chore(ci): re-use cache key from build workflow (#11299)
flrgh Jul 27, 2023
d5ef304
fix(build): add default condition to platform select() (#11310)
flrgh Jul 27, 2023
32528da
fix(pluginservers): restart all instances of a plugin
gszr Jul 25, 2023
03d24bc
feat(balancer): support upstream host_header and router preserve_host…
oowl Jul 28, 2023
7f9ae5f
feat(reports): add anonymous reports for Wasm filter usage (#11314)
hishamhm Jul 28, 2023
fe77af4
docs(changelog): add 3.4.0 known issues (#11317)
samugi Jul 28, 2023
6a03fae
tests(wasm): escape the prefix in case it contains special characters…
catbro666 Jul 28, 2023
1ec4d73
revert(api): remove /plugins/schema/:name (#11313)
kikito Jul 28, 2023
33dbd4f
fix(wasm): validate filters in all persistence modes (#11288)
flrgh Jul 28, 2023
cbcddf2
style(router): rename buffer_append to expression_append (#11277)
chronolaw Jul 31, 2023
1367fa3
refactor(router): clean the logic of `get_upstream_uri_v0()` (#11278)
chronolaw Jul 31, 2023
5741a18
fix(admin-gui): make admin_gui_ssl_cert_key sensitive (#11332)
nekolab Jul 31, 2023
8b40d62
chore(gha): add schema-change-noteworthy label to redis schema (#11335)
GGabriele Jul 31, 2023
9f99095
chore(deps): pin ngx_wasm_module (#11323)
flrgh Jul 31, 2023
3315dc0
fix(gha): ensure proper perf suites inputs (#11337)
curiositycasualty Jul 31, 2023
22c2565
style(runloop): localize some functions (#11219)
chronolaw Aug 1, 2023
444ec83
style(router/compat): always use uint64 in compatible priority
chronolaw Aug 1, 2023
47df07d
tests(*): http mock support specifying customized init_by_lua_block c…
windmgc Aug 1, 2023
1d31e01
chore(dev): remove EE specific path from LUA_PATH (#11339)
outsinre Aug 1, 2023
19df47e
test(healthcheck): tag healthcheck passive test to flaky (#11231)
oowl Aug 1, 2023
41931b9
feat(build): cross compile rpm platforms
fffonion Jul 31, 2023
32e687b
feat(cd): release rhel9 and aws2023 arm64 artifacts
fffonion Jul 31, 2023
bfb644c
chore(cd): bump git to 2.41.0 to avoid cache issue
fffonion Aug 1, 2023
edf3fce
fix(cd): build package always runs on ubuntu-22.04
fffonion Aug 1, 2023
073d2fd
style(router): remove `ipairs` and optimize router select (#11273)
chronolaw Aug 3, 2023
6eee6b4
docs(admin-api): add filter chains to OpenAPI spec
flrgh Aug 2, 2023
593b5b2
tests(wasm): test clustering behavior with missing filters
flrgh Aug 1, 2023
9b3393c
chore(ci): remove perf test trigger from comments (#11356)
fffonion Aug 4, 2023
aa3abd2
fix(runloop): query args not forwarded bug (#11328)
chirag-manwani Aug 6, 2023
e972712
docs(pdk): clarify kong.request.get_raw_body doc (#11296)
javier-palacios-fdez Aug 7, 2023
888731a
fix(build): update the openssl alternate download url (#11362)
fffonion Aug 7, 2023
282e5f6
chore(deps): bump openssl from 3.1.1 to 3.1.2 (#11361)
bungle Aug 7, 2023
60b4312
fix(acme): correctly concat returned error (#11364)
zekth Aug 8, 2023
c2906ab
feat(explain_manifest): add ability to test docker images as well
fffonion Jul 14, 2023
fb42334
fix(cd): fix git build on el7
fffonion Aug 3, 2023
a1735c8
chore(build): improve wasmx build
fffonion Aug 2, 2023
e206d00
docs: fix broken links (#11263)
xuruidong Aug 8, 2023
5e09745
feat(proxy): Allow to remove the proxy cache headers (#10445)
utix Aug 8, 2023
4c1d1c2
fix(documentation): migrated http to https for license copy (#11327)
aviiciii Aug 8, 2023
4355ce1
refactor(runloop/events): gather stream config logic (#11330)
chronolaw Aug 9, 2023
9b14714
chore(scripts): make scripts/update-copyright work with all Luas, har…
kikito Aug 9, 2023
d0ee961
docs(COPYRIGHT): update copyright info
kikito Aug 9, 2023
920daf1
fix(pluginservers): workers invalidate instances
gszr Jul 28, 2023
f37487d
docs(CONTRIBUTING): prefer `ipairs` style table iteration
chronolaw Aug 10, 2023
f55614c
Revert "style(router): remove `ipairs` and optimize router select (#1…
chronolaw Aug 9, 2023
66363e4
Revert "perf(router): iterate routes with for loop (#11111)"
chronolaw Aug 9, 2023
794b452
chore(deps): bump tibdex/backport from 2.0.3 to 2.0.4
dependabot[bot] Aug 7, 2023
94a025d
feat(router): support HTTP query parameters in expression routes (#11…
chronolaw Aug 10, 2023
05687ef
Revert "fix(pluginserver): error if req come before ready (#9507)" #1…
StarlightIbuki Aug 10, 2023
07475c4
fix(conf_loader): cluster_cert/cluster_ca_cert to support base64 enco…
catbro666 Aug 10, 2023
7821654
fix(oauth2): fix a bug that refresh_token could be shared across inst…
liverpool8056 Aug 10, 2023
53bf6f5
fix(build): set $HOME for luarocks build in macos
locao Aug 9, 2023
cef2a03
chore(ci): output kernel message on test failed (#11390)
ADD-SP Aug 11, 2023
7b85175
chore(balancer): use less dramatic debug message (#11391)
bungle Aug 11, 2023
530e4a7
fix(*): drop luasocket in cli (#11177)
catbro666 Aug 11, 2023
1495bf2
chore(cd): skip verify image test on fork (#11394)
fffonion Aug 11, 2023
3d33efe
test(oauth2): changes some `host`s to particular ones so as to avoid …
liverpool8056 Aug 11, 2023
44ad22c
fix(utils): yield to sleep only when the ngx.sleep is available (#11392)
bungle Aug 11, 2023
9294874
fix(dns): fix retry and timeout handling (#11386)
hanshuebner Aug 11, 2023
62ee8fa
docs(changelog): move unreleased changes to Unreleased
kikito Aug 11, 2023
62b6488
chore(*): deprecate centos-7 packages (#11359)
curiositycasualty Aug 14, 2023
725b952
chore(scripts): print wasm test filter path to stdout
flrgh Aug 14, 2023
ea85db8
refactor(aws-lambda): refactor aws-lambda plugin code with lua-resty-…
windmgc Aug 15, 2023
68f7764
chore(ci): upgrade test use master-ubuntu tag (#11409)
windmgc Aug 15, 2023
a07657e
fix(aws-lambda): add better type and error handling on proxy integrat…
windmgc Aug 16, 2023
c6fa8cb
refactor(nginx-templates): reduce redundancy (#11354)
samugi Aug 16, 2023
d08e92e
chore(test): address flakiness of grpc logs test (#11408)
StarlightIbuki Aug 17, 2023
14d4bfa
chore(deps): bump lua-resty-aws to 1.3.1 (#11419)
windmgc Aug 17, 2023
b3041be
fix(queues): best effort batching during shutdown (#11376)
JensErat Aug 17, 2023
6ef8683
docs: improve developer doc (#11420)
zekth Aug 17, 2023
de0667b
chore(deps): bump lua-resty-session from 4.0.4 to 4.0.5 (#11416)
bungle Aug 17, 2023
2457ef0
style(router): move some http only functions
chronolaw Aug 11, 2023
72b1f62
fix(cache): make acl entities group cache warmup (#11414)
oowl Aug 18, 2023
e2f4852
chore(deps): bump lua-ffi-zlib to 0.6 and remove zlib dev packages fr…
fffonion Aug 18, 2023
e88009f
refactor(build): use kong_template_* rule for luarocks targets and use
fffonion Aug 16, 2023
95cecef
fix(build): prefer the native brew installation on Apple Silicon
fffonion Aug 16, 2023
48a2de2
fix(PDK): fix response body repeated when kong.response.get_raw_body(…
vm-001 Aug 21, 2023
0897b43
feat(tracing): propagate GCP trace header (#11254)
jonabc Aug 22, 2023
36647f2
style(router): simplify logic of getting http params (#11430)
chronolaw Aug 22, 2023
82a8b70
fix(doc): add missing description to proxy-cache schema field (#11429)
hanshuebner Aug 22, 2023
8ce3508
fix(queue): add failing test for edge case max_batch_size=max_entries…
hanshuebner Aug 22, 2023
84d7661
fix(admin): fix admin api /tags/:tag return empty object instead of a…
vm-001 Aug 22, 2023
b00c73e
fix(tracing): record http.status_code when request is not proxied (#1…
locao Aug 22, 2023
ee2a9c9
fix(queues): continue processing after hard error in handler (#11423)
sabertobihwy Aug 23, 2023
05acd5b
docs(changelog): move few entries to the correct place (#11440)
chronolaw Aug 24, 2023
5eb0833
docs(changelog): add missing changelog entries (#11426)
chronolaw Aug 24, 2023
05c3f3b
chore(deps): bump bazelisk from 1.17.0 to 1.18.0 (#11435)
bungle Aug 24, 2023
cef643f
chore(test): fix flaky tests (#11451)
StarlightIbuki Aug 24, 2023
704c72d
fix(core): fix response status code is not real upstream status when …
oowl Aug 24, 2023
ef313ba
docs(kong.conf): add section for wasm nginx.conf directives
flrgh Aug 10, 2023
dbacabb
fix(wasm): remove hardcoded isolation level
flrgh Aug 14, 2023
3bf77d7
fix(queues): shutdown flag needs to be checked while waiting (#11456)
hanshuebner Aug 25, 2023
442b942
feat(dist): re-enable ngx_devel_kit_module (#11457)
bungle Aug 25, 2023
8cd18bc
refactor(router): categorize router fields to simplify logic (#11411)
chronolaw Aug 28, 2023
0cd4e6e
fix(manifest): correct manifest after recent refactor (#11465)
fffonion Aug 28, 2023
dd9b362
chore(test): time flakiness (#11463)
StarlightIbuki Aug 28, 2023
feffc2e
feat(build): check username and python sanity (#11445)
fffonion Aug 28, 2023
ba559ea
style(router): minor code style clean (#11449)
chronolaw Aug 29, 2023
17c971b
chore(changelog): new way to maintain the changelog (#11279)
vm-001 Aug 29, 2023
4618c4d
chore(cd): skip send slack message for daily build failure (#11466)
fffonion Aug 29, 2023
4fe2a78
docs(kong.conf.default): ssl_ciphers description improvement (#11439)
locao Aug 29, 2023
081039a
fix(dependency_services): support bash 3.x (#11434)
fffonion Aug 29, 2023
e7efc1f
chore(admin-gui): Admin GUI CE/EE unification (#11355)
nekolab Aug 29, 2023
57291a5
fix(ci): fix syntax in release-and-tests-fail-bot (#11477)
fffonion Aug 29, 2023
1f88607
chore(ci): add filter for changelog workflow (#11475)
vm-001 Aug 29, 2023
e0d0a8a
style(db/declarative): simplify the logic of load_into_cache (#11384)
chronolaw Aug 30, 2023
54e3986
chore(ci): fix link (#11500)
vm-001 Aug 30, 2023
443801f
chore(ci): fix incorrect logical operator of the release failure not…
ADD-SP Aug 31, 2023
8b17fdc
docs(readme): include Kong manager and decK (#11505)
hbagdi Aug 31, 2023
a6659ed
fix(tracing/propagation): set parent span correctly (#11468)
samugi Sep 5, 2023
9a720d2
style(clustering): fix typo in comment
dndx Aug 30, 2023
3a66099
chore(deps): bump tj-actions/changed-files from 37.0.0 to 38.2.1 (#11…
dependabot[bot] Sep 5, 2023
1ccd94f
style(db/declarative): small clean for `load_into_cache()` (#11507)
chronolaw Sep 5, 2023
492247a
chore(ci): update PULL_REQUEST_TEMPLATE.md (#11514)
vm-001 Sep 6, 2023
4f34980
chore(deps): bump lua-resty-healthcheck from 1.6.2 to 1.6.3
bungle Sep 6, 2023
0408346
chore(deps): bump openresty from 1.21.4.1 to 1.21.4.2
bungle Aug 7, 2023
66737e8
perf(template): use more reasonable default value for Nginx tuning (#…
dndx Sep 7, 2023
48dc2ef
fix(db/declarative): fix TTL not working in DB-less and Hybrid mode (…
chobits Sep 7, 2023
343e743
docs(DEVELOPER.md): add how to set up hybrid mode
Water-Melon Sep 7, 2023
b74212b
chore(deps): bump resty.openssl from 0.8.23 to 0.8.25 (#11518)
catbro666 Sep 7, 2023
fd64029
fix(vault): fix several issues in vault and refactor the vault code b…
bungle Sep 7, 2023
9b39c5b
tests(*): yet another compilation of flakiness fixes (#11522)
StarlightIbuki Sep 8, 2023
e43f25d
chore(deps): bump thiagodnf/yaml-schema-checker from 0.0.8 to 0.0.10 …
dependabot[bot] Sep 8, 2023
38658b2
tests(mlcache): skip flaky tests in mlcache test suite (#11530)
bungle Sep 8, 2023
d4d547d
refactor(runloop): use monotonic_msec() instead of now() (#11527)
chronolaw Sep 8, 2023
b0ca424
chore(patches): apply the LuaJIT ARM64 LDP/STP fusion fix from LuaJIT…
dndx Sep 11, 2023
c738e45
feat(cors): Support private network access (#11523)
liverpool8056 Sep 11, 2023
ddc1400
chore(ci): support additional paths in the build cache key (#11341)
flrgh Sep 12, 2023
e6cf791
docs(changelog): fix changelog entry for #11537 (#11550)
chronolaw Sep 12, 2023
051804b
chore(deps): bump actions/checkout from 3 to 4
dependabot[bot] Sep 11, 2023
37a17eb
fix(tracing): span start/end time precision (#11484)
samugi Sep 12, 2023
7683778
refactor(db/declarative): remove sha256 in `unique_field_key` (#11506)
chronolaw Sep 12, 2023
4bdae54
style(runloop/balancer): clean the code of round robin algo (#11315)
chronolaw Sep 13, 2023
798911a
chore(deps): bump luasec from 1.3.1 to 1.3.2
bungle Sep 12, 2023
c2c8c24
fix(aws-lambda): let plugin level proxy take effect on EKS IRSA crede…
windmgc Sep 13, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore(deps): bump openresty from 1.21.4.1 to 1.21.4.2
### Summary

See: https://openresty.org/en/ann-1021004002.html

Signed-off-by: Aapo Talvensaari <aapo.talvensaari@gmail.com>
bungle committed Sep 6, 2023
commit 0408346a40dc2137dba0b52d5ad8b980b0631f5e
2 changes: 1 addition & 1 deletion .requirements
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
KONG_PACKAGE_NAME=kong

OPENRESTY=1.21.4.1
OPENRESTY=1.21.4.2
LUAROCKS=3.9.2
OPENSSL=3.1.2
PCRE=8.45
6 changes: 6 additions & 0 deletions CHANGELOG/unreleased/kong/11360-2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
message: "Bumped OpenResty from 1.21.4.1 to 1.21.4.2"
type: dependency
prs:
- 11360
jiras:
- "KAG-2140"
24 changes: 0 additions & 24 deletions build/openresty/patches/LuaJIT-2.1-20220411_02.patch

This file was deleted.

Original file line number Diff line number Diff line change
@@ -7,10 +7,10 @@ Subject: [PATCH] Patch macro `LUAJIT_VERSION`
src/luajit.h | 2 ++
1 file changed, 2 insertions(+)

diff --git a/bundle/LuaJIT-2.1-20220411/src/luajit.h b/bundle/LuaJIT-2.1-20220411/src/luajit.h
diff --git a/bundle/LuaJIT-2.1-20230410/src/luajit.h b/bundle/LuaJIT-2.1-20230410/src/luajit.h
index a4d33001..e35f4e7e 100644
--- a/bundle/LuaJIT-2.1-20220411/src/luajit.h
+++ b/bundle/LuaJIT-2.1-20220411/src/luajit.h
--- a/bundle/LuaJIT-2.1-20230410/src/luajit.h
+++ b/bundle/LuaJIT-2.1-20230410/src/luajit.h
@@ -32,7 +32,9 @@

#define OPENRESTY_LUAJIT
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
diff --git a/bundle/LuaJIT-2.1-20220411/src/Makefile b/bundle/LuaJIT-2.1-20220411/src/Makefile
diff --git a/bundle/LuaJIT-2.1-20230410/src/Makefile b/bundle/LuaJIT-2.1-20230410/src/Makefile
index 68a9a7c..8d2de33 100644
--- a/bundle/LuaJIT-2.1-20220411/src/Makefile
+++ b/bundle/LuaJIT-2.1-20220411/src/Makefile
--- a/bundle/LuaJIT-2.1-20230410/src/Makefile
+++ b/bundle/LuaJIT-2.1-20230410/src/Makefile
@@ -27,7 +27,8 @@ NODOTABIVER= 51
DEFAULT_CC = gcc
#
@@ -37,4 +37,4 @@ index 68a9a7c..8d2de33 100644
+ TARGET_DYNXLDOPTS= -Wl,-rpath,$(TARGET_LIBPATH)
endif
endif
ifneq (,$(MULTILIB))
ifneq (,$(MULTILIB))
Original file line number Diff line number Diff line change
@@ -8,10 +8,10 @@ Subject: [PATCH] Fix fuse case for LDP instuction on Arm64 when offset is
src/lj_emit_arm64.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bundle/LuaJIT-2.1-20220411/src/lj_emit_arm64.h b/bundle/LuaJIT-2.1-20220411/src/lj_emit_arm64.h
diff --git a/bundle/LuaJIT-2.1-20230410/src/lj_emit_arm64.h b/bundle/LuaJIT-2.1-20230410/src/lj_emit_arm64.h
index 0ddba4a3..e19a8e4a 100644
--- a/bundle/LuaJIT-2.1-20220411/src/lj_emit_arm64.h
+++ b/bundle/LuaJIT-2.1-20220411/src/lj_emit_arm64.h
--- a/bundle/LuaJIT-2.1-20230410/src/lj_emit_arm64.h
+++ b/bundle/LuaJIT-2.1-20230410/src/lj_emit_arm64.h
@@ -143,7 +143,7 @@ static void emit_lso(ASMState *as, A64Ins ai, Reg rd, Reg rn, int64_t ofs)
goto nopair;
}
Original file line number Diff line number Diff line change
@@ -9,10 +9,10 @@ Fix contributed by Peter Cawley.
src/lj_asm_arm64.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bundle/LuaJIT-2.1-20220411/src/lj_asm_arm64.h b/bundle/LuaJIT-2.1-20220411/src/lj_asm_arm64.h
diff --git a/bundle/LuaJIT-2.1-20230410/src/lj_asm_arm64.h b/bundle/LuaJIT-2.1-20230410/src/lj_asm_arm64.h
index 805ea54b..95138fe9 100644
--- a/bundle/LuaJIT-2.1-20220411/src/lj_asm_arm64.h
+++ b/bundle/LuaJIT-2.1-20220411/src/lj_asm_arm64.h
--- a/bundle/LuaJIT-2.1-20230410/src/lj_asm_arm64.h
+++ b/bundle/LuaJIT-2.1-20230410/src/lj_asm_arm64.h
@@ -938,7 +938,7 @@ static void asm_hrefk(ASMState *as, IRIns *ir)
IRIns *irkey = IR(kslot->op1);
int32_t ofs = (int32_t)(kslot->op2 * sizeof(Node));
12 changes: 0 additions & 12 deletions build/openresty/patches/lua-cjson-2.1.0.10_01-empty_array.patch

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
diff --git a/bundle/lua-cjson-2.1.0.10/lua_cjson.c b/bundle/lua-cjson-2.1.0.10/lua_cjson.c
diff --git a/bundle/lua-cjson-2.1.0.11/lua_cjson.c b/bundle/lua-cjson-2.1.0.11/lua_cjson.c
index ff61c47..3b055c4 100644
--- a/bundle/lua-cjson-2.1.0.10/lua_cjson.c
+++ b/bundle/lua-cjson-2.1.0.10/lua_cjson.c
--- a/bundle/lua-cjson-2.1.0.11/lua_cjson.c
+++ b/bundle/lua-cjson-2.1.0.11/lua_cjson.c
@@ -40,6 +40,7 @@
#include <stdint.h>
#include <string.h>
@@ -44,10 +44,10 @@ index ff61c47..3b055c4 100644

luaL_argcheck(l, lua_gettop(l) == 1, 1, "expected 1 argument");

diff --git a/bundle/lua-cjson-2.1.0.10/strbuf.c b/bundle/lua-cjson-2.1.0.10/strbuf.c
diff --git a/bundle/lua-cjson-2.1.0.11/strbuf.c b/bundle/lua-cjson-2.1.0.11/strbuf.c
index ed13367..2dc30be 100644
--- a/bundle/lua-cjson-2.1.0.10/strbuf.c
+++ b/bundle/lua-cjson-2.1.0.10/strbuf.c
--- a/bundle/lua-cjson-2.1.0.11/strbuf.c
+++ b/bundle/lua-cjson-2.1.0.11/strbuf.c
@@ -26,6 +26,7 @@
#include <stdlib.h>
#include <stdarg.h>
@@ -258,10 +258,10 @@ index ed13367..2dc30be 100644

/* vi:ai et sw=4 ts=4:
*/
diff --git a/bundle/lua-cjson-2.1.0.10/strbuf.h b/bundle/lua-cjson-2.1.0.10/strbuf.h
diff --git a/bundle/lua-cjson-2.1.0.11/strbuf.h b/bundle/lua-cjson-2.1.0.11/strbuf.h
index 5df0b7b..d77e0f4 100644
--- a/bundle/lua-cjson-2.1.0.10/strbuf.h
+++ b/bundle/lua-cjson-2.1.0.10/strbuf.h
--- a/bundle/lua-cjson-2.1.0.11/strbuf.h
+++ b/bundle/lua-cjson-2.1.0.11/strbuf.h
@@ -32,15 +32,13 @@

/* Size: Total bytes allocated to *buf
@@ -384,4 +384,4 @@ index 5df0b7b..d77e0f4 100644
+static inline char *strbuf_string(strbuf_t *s, size_t *len)
{
if (len)
*len = s->length;
*len = s->length;
Loading