Update release-2.0 versions

Change-Id: I80f0ae2b17d19fd4fa8ae846c22b7dd7a5cefb20
diff --git a/Makefile b/Makefile
index 8e927ff..765af4c 100644
--- a/Makefile
+++ b/Makefile
@@ -320,12 +320,7 @@
 	else \
 		kubectl -n omec exec gnbsim-0 -- ./gnbsim 2>&1 | sed -u "s,\x1B\[[0-9;]*[a-zA-Z],,g" | tee /tmp/gnbsim.out; \
 	fi
-	@echo ""
-	@echo "Test summary:"
-	@grep "Result: " /tmp/gnbsim.out
-	@[ "$$(grep -c "Result: PASS" /tmp/gnbsim.out)" == "5" ] \
-		&& echo "*** TEST PASSED ***" \
-		|| (echo "*** TEST FAILED ***" && exit 1)
+	@grep -q "Simulation Result: PASS" /tmp/gnbsim.out
 
 cleanup-omec:
 	helm delete -n omec $$(helm -n omec ls -qa) || true
diff --git a/configs/release-2.0 b/configs/release-2.0
index 8e17475..a244e77 100644
--- a/configs/release-2.0
+++ b/configs/release-2.0
@@ -2,10 +2,10 @@
 #
 # SPDX-License-Identifier: Apache-2.0
 
-SD_CORE_CHART            := aether/sd-core --version 0.10.6
+SD_CORE_CHART            := aether/sd-core --version 0.10.11
 
 # For installing the ROC
-AETHER_ROC_UMBRELLA_CHART := aether/aether-roc-umbrella --version 2.0.34
+AETHER_ROC_UMBRELLA_CHART := aether/aether-roc-umbrella --version 2.0.39
 ATOMIX_CONTROLLER_CHART   := atomix/atomix-controller --version 0.6.9
 ATOMIX_RAFT_STORAGE_CHART := atomix/atomix-raft-storage --version 0.1.20
 ONOS_OPERATOR_CHART       := onosproject/onos-operator --version 0.5.1