From 42eab02d610574d003ff4705b1d5ec871f9b52d9 Mon Sep 17 00:00:00 2001 From: Aapo Talvensaari Date: Wed, 4 Aug 2021 21:34:02 +0300 Subject: [PATCH] chore(deps) bump lua-resty-acme from ~> 0.6 to == 0.7.1 ### Summary #### bug fixes - ***:** popup errors from lower functions [a19e9c8](https://github.com/fffonion/lua-resty-acme/commit/a19e9c8af9179a81815c653d176aa0bfc27e532b) - **autossl:** pass storage config to acme client ([#43](https://github.com/fffonion/lua-resty-acme/issues/43)) [ef1e541](https://github.com/fffonion/lua-resty-acme/commit/ef1e54112d1bdda187812a0e6c96d8b134fd4d04) #### features - **autossl:** add challenge_start_delay [df4ba0b](https://github.com/fffonion/lua-resty-acme/commit/df4ba0b71a1f92b87d7f9f203475bc7115c56b9a) - **autossl:** check if domain is whitelisted before cert renewal ([#35](https://github.com/fffonion/lua-resty-acme/issues/35)) [942c007](https://github.com/fffonion/lua-resty-acme/commit/942c007711ba1a0f04b8f30f81443a46ae0ed412) - **client:** add challenge_start_callback [1c9b2d5](https://github.com/fffonion/lua-resty-acme/commit/1c9b2d5a03eb644cc0770ec54e4d711bc03cdd42) - **client:** allow to read "alternate" link and select preferred chain ([#42](https://github.com/fffonion/lua-resty-acme/issues/42)) [ff17a74](https://github.com/fffonion/lua-resty-acme/commit/ff17a741d36f2058a21621c9191fda8513cb2c73) - **storage/vault:** add support for kubernetes auth ([#37](https://github.com/fffonion/lua-resty-acme/issues/37)) [93c2121](https://github.com/fffonion/lua-resty-acme/commit/93c212132a5d28b93269675c63a88a4e452001dc) --- kong-2.5.0-0.rockspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kong-2.5.0-0.rockspec b/kong-2.5.0-0.rockspec index 0a076b5f077..616592c619d 100644 --- a/kong-2.5.0-0.rockspec +++ b/kong-2.5.0-0.rockspec @@ -39,7 +39,7 @@ dependencies = { "lua-resty-openssl == 0.7.3", "lua-resty-counter == 0.2.1", "lua-resty-ipmatcher == 0.6", - "lua-resty-acme ~> 0.6", + "lua-resty-acme == 0.7.1", -- external Kong plugins "kong-plugin-azure-functions ~> 1.0", "kong-plugin-zipkin ~> 1.4",