Skip to content

Commit 51b64d5

Browse files
committed
feat: release v2.3.1
1 parent 00989f8 commit 51b64d5

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
package = "lua-resty-healthcheck-api7-xrpc"
2+
version = "2.3.1-0"
3+
source = {
4+
url = "git://github.com/api7/lua-resty-healthcheck-xrpc",
5+
tag = "v2.3.1"
6+
}
7+
8+
description = {
9+
summary = "Healthchecks for OpenResty to check upstream service status",
10+
detailed = [[
11+
lua-resty-healthcheck is a module that can check upstream service
12+
availability by sending requests and validating responses at timed
13+
intervals.
14+
]],
15+
homepage = "https://github.com/api7/lua-resty-healthcheck-xrpc",
16+
license = "Apache 2.0"
17+
}
18+
19+
dependencies = {
20+
"lua-resty-worker-events = 1.0.0"
21+
}
22+
build = {
23+
type = "builtin",
24+
modules = {
25+
["resty.healthcheck"] = "lib/resty/healthcheck.lua",
26+
["resty.healthcheck.utils"] = "lib/resty/healthcheck/utils.lua"
27+
}
28+
}

0 commit comments

Comments
 (0)