From d601737d419927a55119e8420e3fe25a32e8f41c Mon Sep 17 00:00:00 2001 From: pschork <354473+pschork@users.noreply.github.com> Date: Tue, 17 Dec 2024 11:43:12 -0800 Subject: [PATCH] Bump release to 0.8.6 (#155) --- holesky/.env.example | 2 +- holesky/run.sh | 2 +- mainnet/.env.example | 2 +- mainnet/run.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/holesky/.env.example b/holesky/.env.example index badf846..5452dba 100644 --- a/holesky/.env.example +++ b/holesky/.env.example @@ -1,4 +1,4 @@ -MAIN_SERVICE_IMAGE=ghcr.io/layr-labs/eigenda/opr-node:0.8.6-rc.1 +MAIN_SERVICE_IMAGE=ghcr.io/layr-labs/eigenda/opr-node:0.8.6 NETWORK_NAME=eigenda-network MAIN_SERVICE_NAME=eigenda-native-node diff --git a/holesky/run.sh b/holesky/run.sh index d2ba72a..367caab 100755 --- a/holesky/run.sh +++ b/holesky/run.sh @@ -5,7 +5,7 @@ socket="$NODE_HOSTNAME":"${NODE_DISPERSAL_PORT}"\;"${NODE_RETRIEVAL_PORT}" -node_plugin_image="ghcr.io/layr-labs/eigenda/opr-nodeplugin:0.8.6-rc.1" +node_plugin_image="ghcr.io/layr-labs/eigenda/opr-nodeplugin:0.8.6" # In all commands, We have to explicitly set the password again here because # when docker run loads the `.env` file, it keeps the quotes around the password diff --git a/mainnet/.env.example b/mainnet/.env.example index da6e5a8..04fc74a 100644 --- a/mainnet/.env.example +++ b/mainnet/.env.example @@ -1,4 +1,4 @@ -MAIN_SERVICE_IMAGE=ghcr.io/layr-labs/eigenda/opr-node:0.8.5 +MAIN_SERVICE_IMAGE=ghcr.io/layr-labs/eigenda/opr-node:0.8.6 NETWORK_NAME=eigenda-network MAIN_SERVICE_NAME=eigenda-native-node diff --git a/mainnet/run.sh b/mainnet/run.sh index 2898c59..367caab 100755 --- a/mainnet/run.sh +++ b/mainnet/run.sh @@ -5,7 +5,7 @@ socket="$NODE_HOSTNAME":"${NODE_DISPERSAL_PORT}"\;"${NODE_RETRIEVAL_PORT}" -node_plugin_image="ghcr.io/layr-labs/eigenda/opr-nodeplugin:0.8.5" +node_plugin_image="ghcr.io/layr-labs/eigenda/opr-nodeplugin:0.8.6" # In all commands, We have to explicitly set the password again here because # when docker run loads the `.env` file, it keeps the quotes around the password