Skip to content

Commit

Permalink
chore(deps): bump lua-resty-acme to 0.15.0 (#13517)
Browse files Browse the repository at this point in the history
- **tests:** use tlsv1.2 in dual cert test [415be3f](fffonion/lua-resty-acme@415be3f)
- **tests:** uses v3 protocol for etcd [c3928b5](fffonion/lua-resty-acme@c3928b5)

- **etcd:** etcd storage to use v3 protocol [a3353b3](fffonion/lua-resty-acme@a3353b3)
- **redis:** add support for username/password auth ([#121](fffonion/lua-resty-acme#121)) [186ab23](fffonion/lua-resty-acme@186ab23)

KAG-5189

Signed-off-by: Aapo Talvensaari <[email protected]>
  • Loading branch information
bungle committed Aug 19, 2024
1 parent 1dc8fe3 commit af39226
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changelog/unreleased/kong/bump-lua-resty-acme.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion kong-3.8.0-0.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit af39226

Please sign in to comment.