From fa2da723f3a604ec852b7a5a11c5703e2c0674ea Mon Sep 17 00:00:00 2001 From: Jack Lucas Date: Thu, 3 Jun 2021 12:55:52 -0400 Subject: Remove DCAE microservice component from bootstrap All of the "statically-deployed" DCAE microservices are now being deployed with Helm, so it is no longer necessary to deploy them via Cloudify in the DCAE bootstrap process. Issue-ID: DCAEGEN2-2617 Signed-off-by: Jack Lucas Change-Id: Id40b7891cf4b836d22ddc338410b8b872fb08c69 --- version.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'version.properties') diff --git a/version.properties b/version.properties index decdfc4..f1f03dc 100644 --- a/version.properties +++ b/version.properties @@ -1,5 +1,5 @@ major=3 -minor=1 +minor=2 patch=0 base_version=${major}.${minor}.${patch} release_version=${base_version} -- cgit