Skip to content

Commit

Permalink
chore(deps): bump resty-events from 0.2.0 to 0.2.1 (#13097)
Browse files Browse the repository at this point in the history
### Summary

This fixes possible deadlock issue when worker is killed in middle of an event
execution that also acquires locks or mutexes (and then never releases them).

See:
- KAG-4480
- KAG-4586

Signed-off-by: Aapo Talvensaari <[email protected]>
  • Loading branch information
bungle authored May 28, 2024
1 parent 6e86e27 commit 2643c4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .requirements
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ LIBEXPAT_SHA256=d4cf38d26e21a56654ffe4acd9cd5481164619626802328506a2869afab29ab3

LUA_KONG_NGINX_MODULE=a8411f7cf4289049f0bd3e8e40088e7256389ed3 # 0.11.0
LUA_RESTY_LMDB=7d2581cbe30cde18a8482d820c227ca0845c0ded # 1.4.2
LUA_RESTY_EVENTS=8448a92cec36ac04ea522e78f6496ba03c9b1fd8 # 0.2.0
LUA_RESTY_EVENTS=21d152d42ace72e1d51b782ca6827b851cd6a1d4 # 0.2.1
LUA_RESTY_WEBSOCKET=966c69c39f03029b9b42ec0f8e55aaed7d6eebc0 # 0.4.0.1
ATC_ROUTER=ffd11db657115769bf94f0c4f915f98300bc26b6 # 1.6.2
SNAPPY=23b3286820105438c5dbb9bc22f1bb85c5812c8a # 1.2.0
Expand Down
3 changes: 3 additions & 0 deletions changelog/unreleased/kong/bump-lua-resty-events.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
message: "Bumped lua-resty-events to 0.2.1"
type: dependency
scope: Core

1 comment on commit 2643c4b

@github-actions
Copy link
Contributor

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:2643c4ba3e5ba26c54063a2ca5dc897d7654b1c7
Artifacts available https://github.com/Kong/kong/actions/runs/9274408552

Please sign in to comment.