Skip to content

Commit

Permalink
chore(deps): bump resty.openssl from 0.8.23 to 0.8.25 (#11518)
Browse files Browse the repository at this point in the history
* chore(deps): bump resty.openssl from 0.8.23 to 0.8.25

- **pkey:** clear error stack when verification fails ([#121](fffonion/lua-resty-openssl#121)) [6e58b28](fffonion/lua-resty-openssl@6e58b28)

- **ssl:** support ngx_lua 10025 [abaa66e](fffonion/lua-resty-openssl@abaa66e)

FIx [FTI-5324](https://konghq.atlassian.net/browse/FTI-5324)

* add changelog file

* Update CHANGELOG/unreleased/kong/11518.yaml

Co-authored-by: Chrono <[email protected]>

---------

Co-authored-by: Chrono <[email protected]>
  • Loading branch information
catbro666 and chronolaw authored Sep 7, 2023
1 parent 343e743 commit b74212b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG/unreleased/kong/11518.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
message: "Bumped resty.openssl from 0.8.23 to 0.8.25"
type: dependency
scope: Core
prs:
- 11518
jiras:
- "FTI-5324"
2 changes: 1 addition & 1 deletion kong-3.5.0-0.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies = {
"lua-resty-healthcheck == 1.6.3",
"lua-messagepack == 0.5.2",
"lua-resty-aws == 1.3.1",
"lua-resty-openssl == 0.8.23",
"lua-resty-openssl == 0.8.25",
"lua-resty-counter == 0.2.1",
"lua-resty-ipmatcher == 0.6.1",
"lua-resty-acme == 0.11.0",
Expand Down

1 comment on commit b74212b

@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:b74212bb157af65ce3481a0ef946504bb46a6ce4
Artifacts available https://github.com/Kong/kong/actions/runs/6108544104

Please sign in to comment.