Skip to content

Commit

Permalink
feat: release v2.2.2 (#13)
Browse files Browse the repository at this point in the history
Signed-off-by: spacewander <[email protected]>

Signed-off-by: spacewander <[email protected]>
  • Loading branch information
spacewander authored Dec 29, 2022
1 parent 4966f17 commit 5b7a2e8
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions rockspecs/lua-resty-healthcheck-api7-2.2.2-0.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
package = "lua-resty-healthcheck-api7"
version = "2.2.2-0"
source = {
url = "git://github.com/api7/lua-resty-healthcheck",
tag = "v2.2.2"
}

description = {
summary = "Healthchecks for OpenResty to check upstream service status",
detailed = [[
lua-resty-healthcheck is a module that can check upstream service
availability by sending requests and validating responses at timed
intervals.
]],
homepage = "https://github.com/api7/lua-resty-healthcheck",
license = "Apache 2.0"
}

dependencies = {
"lua-resty-worker-events = 1.0.0"
}
build = {
type = "builtin",
modules = {
["resty.healthcheck"] = "lib/resty/healthcheck.lua",
["resty.healthcheck.utils"] = "lib/resty/healthcheck/utils.lua"
}
}

0 comments on commit 5b7a2e8

Please sign in to comment.