diff options
author | Jack Lucas <jflucas@research.att.com> | 2020-06-12 11:44:49 -0400 |
---|---|---|
committer | Jack Lucas <jflucas@research.att.com> | 2020-06-15 16:05:52 -0400 |
commit | ef3183f5ae33b63be4aca2dd95e52e009f15f4c3 (patch) | |
tree | 7a68dea0f092371fb7d8843ff08f264fa4e234ef /healthcheck-container/package.json | |
parent | ec3410a8478bedba8a06efb02f1610c2ebfdf130 (diff) |
Make healthcheck fully dynamic3.0.0
Support health checks for DCAE and DCAE MOD
Issue-ID: DCAEGEN2-1864
Signed-off-by: Jack Lucas <jflucas@research.att.com>
Change-Id: Idcf127a591ff3b926a5af0281c591d8da18355f1
Diffstat (limited to 'healthcheck-container/package.json')
-rw-r--r-- | healthcheck-container/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/healthcheck-container/package.json b/healthcheck-container/package.json index cc20578..6b91448 100644 --- a/healthcheck-container/package.json +++ b/healthcheck-container/package.json @@ -1,7 +1,7 @@ { "name": "k8s-healthcheck", "description": "DCAE healthcheck server", - "version": "1.2.4", + "version": "2.0.0", "main": "healthcheck.js", "author": "author", "license": "(Apache-2.0)" |