Skip to content

Commit

Permalink
chore(deps): bump resty.openssl from 0.8.20 to 0.8.22 (#10837)
Browse files Browse the repository at this point in the history
### Summary

#### [0.8.22] - 2023-04-26
##### bug fixes
- **crypto:** use OPENSSL_free in BoringSSL ([#107](fffonion/lua-resty-openssl#107)) [7830212](fffonion/lua-resty-openssl@7830212)

<a name="0.8.21"></a>
#### [0.8.21] - 2023-03-24
##### features
- **x509.store:** extend verify to support setting flags ([#104](fffonion/lua-resty-openssl#104)) [fa45b6c](fffonion/lua-resty-openssl@fa45b6c)

Signed-off-by: Aapo Talvensaari <aapo.talvensaari@gmail.com>
  • Loading branch information
bungle authored May 10, 2023
1 parent 2be5d8c commit b3e7f45
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@

## Unreleased

### Dependencies

- Bumped lua-resty-openssl from 0.8.20 to 0.8.22
[#10463](https://github.com/Kong/kong/pull/10463)

## 3.3.0

Expand Down
2 changes: 1 addition & 1 deletion kong-3.4.0-0.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies = {
"lua-resty-healthcheck == 1.6.2",
"lua-resty-mlcache == 2.6.0",
"lua-messagepack == 0.5.2",
"lua-resty-openssl == 0.8.20",
"lua-resty-openssl == 0.8.22",
"lua-resty-counter == 0.2.1",
"lua-resty-ipmatcher == 0.6.1",
"lua-resty-acme == 0.11.0",
Expand Down

1 comment on commit b3e7f45

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

Please sign in to comment.