From 241ca2a574ad150fc448486665fab12ce43b1052 Mon Sep 17 00:00:00 2001 From: David Hunt-Mateo Date: Tue, 17 May 2022 11:20:45 -0400 Subject: [PATCH 1/3] Bump provider from v0.4.23 -> v0.4.24 --- start_ocean.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start_ocean.sh b/start_ocean.sh index 2f5bc1a..6def69f 100755 --- a/start_ocean.sh +++ b/start_ocean.sh @@ -29,7 +29,7 @@ COMPOSE_DIR="${DIR}/compose-files" # Default versions of Aquarius, Provider export AQUARIUS_VERSION=${AQUARIUS_VERSION:-v3.1.3} -export PROVIDER_VERSION=${PROVIDER_VERSION:-v0.4.23} +export PROVIDER_VERSION=${PROVIDER_VERSION:-v0.4.24} export CONTRACTS_VERSION=${CONTRACTS_VERSION:-v0.6.9} export RBAC_VERSION=${RBAC_VERSION:-next} export PROJECT_NAME="ocean" From 9b3cf3da6c9e7d8190f340db5b65e130162a9c7c Mon Sep 17 00:00:00 2001 From: David Hunt-Mateo Date: Tue, 17 May 2022 11:21:06 -0400 Subject: [PATCH 2/3] Bump aquarius from v3.1.3 -> v3.1.4 --- start_ocean.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start_ocean.sh b/start_ocean.sh index 6def69f..2cfe3d6 100755 --- a/start_ocean.sh +++ b/start_ocean.sh @@ -28,7 +28,7 @@ COMPOSE_DIR="${DIR}/compose-files" # Default versions of Aquarius, Provider -export AQUARIUS_VERSION=${AQUARIUS_VERSION:-v3.1.3} +export AQUARIUS_VERSION=${AQUARIUS_VERSION:-v3.1.4} export PROVIDER_VERSION=${PROVIDER_VERSION:-v0.4.24} export CONTRACTS_VERSION=${CONTRACTS_VERSION:-v0.6.9} export RBAC_VERSION=${RBAC_VERSION:-next} From f7b801a544e86d917bb8a385a6970e7d8eb849d8 Mon Sep 17 00:00:00 2001 From: Alex Coseru Date: Tue, 17 May 2022 22:22:08 +0300 Subject: [PATCH 3/3] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0a5c79b..c64dbd5 100644 --- a/README.md +++ b/README.md @@ -66,10 +66,10 @@ The default versions are always a combination of component versions which are co | -------------- | ------------------ | --------------------------------- | --------------- | ------------- | | ganache | ocean-contracts | latest | 172.15.0.3 | 8545 -> 8545 | | ocean-contracts | | v0.6.7 | 172.15.0.14 | | -| Aquarius | | v3.1.1 | 172.15.0.5 | 5000 -> 5000 | +| Aquarius | | v3.1.4 | 172.15.0.5 | 5000 -> 5000 | | Elasticsearch | Aquarius | 6.8.3 | 172.15.0.6 | | -| Provider | | v0.4.16 | 172.15.0.4 | 8030 -> 8030 | -| Provider2 | | v0.4.16 | 172.15.0.7 | 8030 -> 8030 | +| Provider | | v0.4.24 | 172.15.0.4 | 8030 -> 8030 | +| Provider2 | | v0.4.24 | 172.15.0.7 | 8030 -> 8030 | | RBAC Server | | main | 172.15.0.8 | 3000 -> 3000 | | GraphNode | | oceanprotocol/graph-node:latest | 172.15.0.15 | 9000 -> 8000 ,9001 -> 8001 , 9020 -> 8020, 9030 -> 8030, 9040 -> 8040 | | Graphipfs | | ipfs/go-ipfs:v0.4.23 | 172.15.0.16 | 5001 -> 5001 |