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
### Summary

### [0.15.0] - 2024-08-14
#### bug fixes
- **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)

#### features
- **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 authored Aug 19, 2024
1 parent 3cff1b1 commit a336cae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog/unreleased/kong/bump-lua-resty-acme.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
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 @@ -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",
Expand Down

1 comment on commit a336cae

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bazel Build

Docker image available kong/kong:a336caead66e408aa3df789c35a1618365d813ee
Artifacts available https://github.com/Kong/kong/actions/runs/10449926728

Please sign in to comment.