Skip to content

Commit

Permalink
chore(deps): bump resty.acme from 0.12.0 to 0.13.0 (#12909)
Browse files Browse the repository at this point in the history
### Summary

#### [0.13.0] - 2024-03-28
##### bug fixes
- **autossl:** log the errors on the list certificates request ([#110](fffonion/lua-resty-acme#110)) [6c9760f](fffonion/lua-resty-acme@6c9760f)

#### features
- **autossl:** add option to delete none whitelisted domains in certificate renewal ([#112](fffonion/lua-resty-acme#112)) [1bbf39c](fffonion/lua-resty-acme@1bbf39c)

Signed-off-by: Aapo Talvensaari <[email protected]>
  • Loading branch information
bungle authored Apr 23, 2024
1 parent b1363a6 commit 6ff84c1
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.13.0"
type: dependency
scope: Core
2 changes: 1 addition & 1 deletion kong-3.7.0-0.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies = {
"lua-resty-openssl == 1.2.1",
"lua-resty-counter == 0.2.1",
"lua-resty-ipmatcher == 0.6.1",
"lua-resty-acme == 0.12.0",
"lua-resty-acme == 0.13.0",
"lua-resty-session == 4.0.5",
"lua-resty-timer-ng == 0.2.7",
"lpeg == 1.1.0",
Expand Down

1 comment on commit 6ff84c1

@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:6ff84c133e0edae3a023415699a58a6d3f84d163
Artifacts available https://github.com/Kong/kong/actions/runs/8802067085

Please sign in to comment.