From af3922667638e37d82d5fe68fb270b4962fae934 Mon Sep 17 00:00:00 2001 From: Aapo Talvensaari Date: Mon, 19 Aug 2024 11:30:32 +0300 Subject: [PATCH] chore(deps): bump lua-resty-acme to 0.15.0 (#13517) - **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) - **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 | 2 +- kong-3.8.0-0.rockspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog/unreleased/kong/bump-lua-resty-acme.yml b/changelog/unreleased/kong/bump-lua-resty-acme.yml index 21f156ecc544..7162b8787078 100644 --- a/changelog/unreleased/kong/bump-lua-resty-acme.yml +++ b/changelog/unreleased/kong/bump-lua-resty-acme.yml @@ -1,3 +1,3 @@ -message: "Bumped lua-resty-acme from 0.13.0 to 0.14.0" +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 0609f2def3f9..cf02153f15b9 100644 --- a/kong-3.8.0-0.rockspec +++ b/kong-3.8.0-0.rockspec @@ -53,7 +53,7 @@ dependencies = { "lua-resty-websocket-proxy == 0.0.1", "lua-resty-luasocket == 1.1.2", "lua-resty-gcp == 0.0.13", - "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",