Skip to content

Commit 42eab02

Browse files
committed
chore(deps) bump lua-resty-acme from ~> 0.6 to == 0.7.1
### Summary #### bug fixes - ***:** popup errors from lower functions [a19e9c8](fffonion/lua-resty-acme@a19e9c8) - **autossl:** pass storage config to acme client ([#43](fffonion/lua-resty-acme#43)) [ef1e541](fffonion/lua-resty-acme@ef1e541) #### features - **autossl:** add challenge_start_delay [df4ba0b](fffonion/lua-resty-acme@df4ba0b) - **autossl:** check if domain is whitelisted before cert renewal ([#35](fffonion/lua-resty-acme#35)) [942c007](fffonion/lua-resty-acme@942c007) - **client:** add challenge_start_callback [1c9b2d5](fffonion/lua-resty-acme@1c9b2d5) - **client:** allow to read "alternate" link and select preferred chain ([#42](fffonion/lua-resty-acme#42)) [ff17a74](fffonion/lua-resty-acme@ff17a74) - **storage/vault:** add support for kubernetes auth ([#37](fffonion/lua-resty-acme#37)) [93c2121](fffonion/lua-resty-acme@93c2121)
1 parent 6518990 commit 42eab02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kong-2.5.0-0.rockspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies = {
3939
"lua-resty-openssl == 0.7.3",
4040
"lua-resty-counter == 0.2.1",
4141
"lua-resty-ipmatcher == 0.6",
42-
"lua-resty-acme ~> 0.6",
42+
"lua-resty-acme == 0.7.1",
4343
-- external Kong plugins
4444
"kong-plugin-azure-functions ~> 1.0",
4545
"kong-plugin-zipkin ~> 1.4",

0 commit comments

Comments
 (0)