Skip to content

Commit

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

#### bug fixes
- **\*:** fix typos and add error check for new_of/dup_of ([#2](fffonion/lua-resty-openssl#2)) [aa6ad47](fffonion/lua-resty-openssl@aa6ad47)

#### features
- **tests:** add performance test ([#112](fffonion/lua-resty-openssl#112)) [100b4e4](fffonion/lua-resty-openssl@100b4e4)
- **x509.store:** add store:check_revocation and add flag to skip check CRL for store:add ([#1](fffonion/lua-resty-openssl#1)) [1a5a4c8](fffonion/lua-resty-openssl@1a5a4c8)

Signed-off-by: Aapo Talvensaari <[email protected]>
  • Loading branch information
bungle authored Jun 22, 2023
1 parent 3a56576 commit 522e76a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,9 @@

### Dependencies

- Bumped lua-resty-openssl from 0.8.20 to 0.8.22
- Bumped lua-resty-openssl from 0.8.20 to 0.8.23
[#10837](https://github.com/Kong/kong/pull/10837)
[#11099](https://github.com/Kong/kong/pull/11099)
- Bumped kong-lapis from 1.8.3.1 to 1.14.0.2
[#10841](https://github.com/Kong/kong/pull/10841)
- Bumped lua-resty-events from 0.1.4 to 0.1.6
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 @@ -33,7 +33,7 @@ dependencies = {
"lua-protobuf == 0.5.0",
"lua-resty-healthcheck == 1.6.2",
"lua-messagepack == 0.5.2",
"lua-resty-openssl == 0.8.22",
"lua-resty-openssl == 0.8.23",
"lua-resty-counter == 0.2.1",
"lua-resty-ipmatcher == 0.6.1",
"lua-resty-acme == 0.11.0",
Expand Down

1 comment on commit 522e76a

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

Please sign in to comment.