Skip to content

Commit f8644e0

Browse files
committed
chore(deps) bump resty.openssl from 0.8.14 to 0.8.15
### Summary #### [0.8.15] - 2022-10-27 ##### bug fixes - **pkey:** check private key existence before doing sign ([#83](fffonion/lua-resty-openssl#83)) [eefcd2a](fffonion/lua-resty-openssl@eefcd2a)
1 parent 0f310cd commit f8644e0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,10 @@
188188

189189
- Bumped atc-router from 1.0.0 to 1.0.1
190190
[#9558](https://github.com/Kong/kong/pull/9558)
191-
- Bumped lua-resty-openssl from 0.8.10 to 0.8.14
191+
- Bumped lua-resty-openssl from 0.8.10 to 0.8.15
192192
[#9583](https://github.com/Kong/kong/pull/9583)
193193
[#9600](https://github.com/Kong/kong/pull/9600)
194+
[#9675](https://github.com/Kong/kong/pull/9675)
194195
- Bumped lyaml from 6.2.7 to 6.2.8
195196
[#9607](https://github.com/Kong/kong/pull/9607)
196197
- Bumped lua-resty-acme from 0.8.1 to 0.9.0

kong-3.1.0-0.rockspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies = {
3636
"lua-resty-healthcheck == 1.6.1",
3737
"lua-resty-mlcache == 2.6.0",
3838
"lua-messagepack == 0.5.2",
39-
"lua-resty-openssl == 0.8.14",
39+
"lua-resty-openssl == 0.8.15",
4040
"lua-resty-counter == 0.2.1",
4141
"lua-resty-ipmatcher == 0.6.1",
4242
"lua-resty-acme == 0.9.0",

0 commit comments

Comments
 (0)