From 7f6fe02afd0d457c0476a60ca255865e41acc23e Mon Sep 17 00:00:00 2001 From: Aapo Talvensaari Date: Mon, 19 Aug 2024 09:58:10 +0300 Subject: [PATCH] chore(deps): bump lua-resty-acme to 0.15.0 ### Summary ### [0.15.0] - 2024-08-14 #### bug fixes - **tests:** use tlsv1.2 in dual cert test [415be3f](https://github.com/fffonion/lua-resty-acme/commit/415be3fe2a5bfcc3cd6aac5ab8a736f0a672475c) - **tests:** uses v3 protocol for etcd [c3928b5](https://github.com/fffonion/lua-resty-acme/commit/c3928b5e92dd66e9a22d497935a878b59cb26b36) #### features - **etcd:** etcd storage to use v3 protocol [a3353b3](https://github.com/fffonion/lua-resty-acme/commit/a3353b3b26b4cb0c17e98dd36f829a0db18e4ef7) - **redis:** add support for username/password auth ([#121](https://github.com/fffonion/lua-resty-acme/issues/121)) [186ab23](https://github.com/fffonion/lua-resty-acme/commit/186ab2367c66725b6a38a8f81743328e9a4455e3) KAG-5189 Signed-off-by: Aapo Talvensaari --- changelog/unreleased/kong/bump-lua-resty-acme.yml | 3 +++ kong-3.8.0-0.rockspec | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 changelog/unreleased/kong/bump-lua-resty-acme.yml diff --git a/changelog/unreleased/kong/bump-lua-resty-acme.yml b/changelog/unreleased/kong/bump-lua-resty-acme.yml new file mode 100644 index 00000000000..7162b878707 --- /dev/null +++ b/changelog/unreleased/kong/bump-lua-resty-acme.yml @@ -0,0 +1,3 @@ +message: "Bumped lua-resty-acme to 0.15.0 to support username/password auth with redis." +type: dependency +scope: Core diff --git a/kong-3.8.0-0.rockspec b/kong-3.8.0-0.rockspec index 2785b6cf2d3..9e7462ad15f 100644 --- a/kong-3.8.0-0.rockspec +++ b/kong-3.8.0-0.rockspec @@ -38,7 +38,7 @@ dependencies = { "lua-resty-gcp == 0.0.13", "lua-resty-counter == 0.2.1", "lua-resty-ipmatcher == 0.6.1", - "lua-resty-acme == 0.14.0", + "lua-resty-acme == 0.15.0", "lua-resty-session == 4.0.5", "lua-resty-timer-ng == 0.2.7", "lpeg == 1.1.0",