From dc2a6b60384f22be984be6e29090e9ad8c631fee Mon Sep 17 00:00:00 2001 From: Vinicius Mignot Date: Wed, 17 Jun 2020 13:47:22 -0300 Subject: [PATCH] Release 1.3.0-1 (#45) * docs(*) docs updated for release 1.3.0 * feat(rockspec) added rockspec for 1.3.0 --- docs/index.html | 2 +- docs/modules/resty.healthcheck.html | 4 ++- docs/modules/resty.healthcheck.utils.html | 2 +- docs/topics/readme.md.html | 11 +++++++- readme.md | 7 +++++ .../lua-resty-healthcheck-1.3.0-1.rockspec | 27 +++++++++++++++++++ 6 files changed, 49 insertions(+), 4 deletions(-) create mode 100644 rockspecs/lua-resty-healthcheck-1.3.0-1.rockspec diff --git a/docs/index.html b/docs/index.html index 26dab260..14d1e626 100644 --- a/docs/index.html +++ b/docs/index.html @@ -69,7 +69,7 @@

Topics

generated by LDoc 1.4.6 -Last updated 2020-02-13 13:06:44 +Last updated 2020-06-17 13:10:48
diff --git a/docs/modules/resty.healthcheck.html b/docs/modules/resty.healthcheck.html index b193efad..6bb039f4 100644 --- a/docs/modules/resty.healthcheck.html +++ b/docs/modules/resty.healthcheck.html @@ -690,6 +690,8 @@

Parameters:

  • name: name of the health checker
  • shm_name: the name of the lua_shared_dict specified in the Nginx configuration to use
  • checks.active.type: "http", "https" or "tcp" (default is "http")
  • +
  • ssl_cert: certificate for mTLS connections (string or parsed object)
  • +
  • ssl_key: key for mTLS connections (string or parsed object)
  • checks.active.timeout: socket timeout for active checks (in seconds)
  • checks.active.concurrency: number of targets to check concurrently
  • checks.active.http_path: path to use in GET HTTP request to run on active checks
  • @@ -734,7 +736,7 @@

    Returns:

    generated by LDoc 1.4.6 -Last updated 2020-02-13 13:06:44 +Last updated 2020-06-17 13:10:48
    diff --git a/docs/modules/resty.healthcheck.utils.html b/docs/modules/resty.healthcheck.utils.html index 7a46616d..da5b6f38 100644 --- a/docs/modules/resty.healthcheck.utils.html +++ b/docs/modules/resty.healthcheck.utils.html @@ -120,7 +120,7 @@

    Returns:

    generated by LDoc 1.4.6 -Last updated 2020-02-13 13:06:44 +Last updated 2020-06-17 13:10:48
    diff --git a/docs/topics/readme.md.html b/docs/topics/readme.md.html index 5c31ad49..ca82d397 100644 --- a/docs/topics/readme.md.html +++ b/docs/topics/readme.md.html @@ -149,6 +149,15 @@

    History

    Versioning is strictly based on Semantic Versioning

    +

    1.3.0 (17-Jun-2020)

    + + +

    1.2.0 (13-Feb-2020)