summaryrefslogtreecommitdiffstats
path: root/healthcheck-container/package.json
diff options
context:
space:
mode:
authorJack Lucas <jflos@sonoris.net>2021-12-07 17:13:49 -0500
committerJack Lucas <jflos@sonoris.net>2021-12-09 10:55:36 -0500
commit2afffed5e9487fab47ddcb49063dd2cb55170841 (patch)
tree612d78027831c5ad7cf291569c94c72a2037f7e8 /healthcheck-container/package.json
parentc17752a8dc6920d027108c7afa45b1d62443a8d0 (diff)
[HEALTHCHECK] Add healthcheck for dynamically-deployed microservices2.4.0
Add health checks for DCAE microservices deployed after the initial installation of dcaegen2-services. Issue-ID: DCAEGEN2-2959 Signed-off-by: Jack Lucas <jflos@sonoris.net> Change-Id: I9da0216db695f65ed520b509db183170977fce51
Diffstat (limited to 'healthcheck-container/package.json')
-rw-r--r--healthcheck-container/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/healthcheck-container/package.json b/healthcheck-container/package.json
index e0dcd25..4fd9cbb 100644
--- a/healthcheck-container/package.json
+++ b/healthcheck-container/package.json
@@ -1,7 +1,7 @@
{
"name": "k8s-healthcheck",
"description": "DCAE healthcheck server",
- "version": "2.3.0",
+ "version": "2.4.0",
"main": "healthcheck.js",
"author": "author",
"license": "(Apache-2.0)"