From f29b8827bb5ea131f42e0d86e1896dde4d883a0b Mon Sep 17 00:00:00 2001 From: Chaminda Divitotawela Date: Thu, 21 Nov 2024 15:02:37 +1000 Subject: [PATCH] update besu version (#121) Co-authored-by: Joshua Fernandes --- .github/workflows/linea-mainnet.yml | 4 ++-- .github/workflows/linea-sepolia.yml | 6 +++--- versions/linea-devnet.env | 2 +- versions/linea-mainnet.env | 2 +- versions/linea-sepolia.env | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/linea-mainnet.yml b/.github/workflows/linea-mainnet.yml index 7885c84..a0ba01b 100644 --- a/.github/workflows/linea-mainnet.yml +++ b/.github/workflows/linea-mainnet.yml @@ -153,12 +153,12 @@ jobs: echo "|--------|---------|--------------|" >> output.md echo "| linea-besu | ${{ steps.dotenv.outputs.LINEA_BESU_TAR_GZ }} | $(sha256sum /tmp/linea-besu-${{ steps.dotenv.outputs.LINEA_BESU_TAR_GZ }}.tar.gz | awk '{ print $1 }' ) |" >> output.md echo "| linea-sequencer-plugin | ${{ steps.dotenv.outputs.LINEA_SEQUENCER_PLUGIN_VERSION }} | $(sha256sum ../linea-besu/besu/plugins/besu-sequencer-plugins-v${{ steps.dotenv.outputs.LINEA_SEQUENCER_PLUGIN_VERSION }}.jar | awk '{ print $1 }' ) |" >> output.md - echo "| linea-tracer-plugin | ${{ steps.dotenv.outputs.LINEA_TRACER_PLUGIN_VERSION }} | $(sha256sum ../linea-besu/besu/plugins/besu-tracer-v${{ steps.dotenv.outputs.LINEA_TRACER_PLUGIN_VERSION }}.jar | awk '{ print $1 }' ) |" >> output.md + echo "| linea-tracer-plugin | ${{ steps.dotenv.outputs.LINEA_TRACER_PLUGIN_VERSION }} | $(sha256sum ../linea-besu/besu/plugins/linea-tracer-v${{ steps.dotenv.outputs.LINEA_TRACER_PLUGIN_VERSION }}.jar | awk '{ print $1 }' ) |" >> output.md echo "| linea-finalized-tag-updater-plugin | ${{ steps.dotenv.outputs.FINALIZED_TAG_UPDATER_PLUGIN_VERSION }} | $(sha256sum ../linea-besu/besu/plugins/finalized-tag-updater-v${{ steps.dotenv.outputs.FINALIZED_TAG_UPDATER_PLUGIN_VERSION }}.jar | awk '{ print $1 }' ) |" >> output.md echo "| shomei-plugin | ${{ steps.dotenv.outputs.SHOMEI_PLUGIN_VERSION }} | $(sha256sum ../linea-besu/besu/plugins/besu-shomei-plugin-v${{ steps.dotenv.outputs.SHOMEI_PLUGIN_VERSION }}.jar | awk '{ print $1 }' ) |" >> output.md echo "" >> output.md - MANIFEST=$(consensys/linea-besu-package:${{ steps.dockertag.outputs.IMAGE }}) + MANIFEST=$(docker manifest inspect consensys/linea-besu-package:${{ steps.dockertag.outputs.IMAGE }}) if [ $? -eq 0 ]; then echo "## Docker Image Details" >> output.md echo "" >> output.md diff --git a/.github/workflows/linea-sepolia.yml b/.github/workflows/linea-sepolia.yml index e76a372..b9638ba 100644 --- a/.github/workflows/linea-sepolia.yml +++ b/.github/workflows/linea-sepolia.yml @@ -151,13 +151,13 @@ jobs: echo "| Module | Version | SHA-256 |" >> output.md echo "|--------|---------|--------------|" >> output.md echo "| linea-besu | ${{ steps.dotenv.outputs.LINEA_BESU_TAR_GZ }} | $(sha256sum /tmp/linea-besu-${{ steps.dotenv.outputs.LINEA_BESU_TAR_GZ }}.tar.gz | awk '{ print $1 }' ) |" >> output.md - echo "| linea-sequencer-plugin | ${{ steps.dotenv.outputs.LINEA_SEQUENCER_PLUGIN_VERSION }} | $(sha256sum ../linea-besu/besu/plugins/besu-sequencer-plugins-v${{ steps.dotenv.outputs.LINEA_SEQUENCER_PLUGIN_VERSION }}.jar | awk '{ print $1 }' ) |" >> output.md - echo "| linea-tracer-plugin | ${{ steps.dotenv.outputs.LINEA_TRACER_PLUGIN_VERSION }} | $(sha256sum ../linea-besu/besu/plugins/besu-tracer-v${{ steps.dotenv.outputs.LINEA_TRACER_PLUGIN_VERSION }}.jar | awk '{ print $1 }' ) |" >> output.md + echo "| linea-sequencer-plugin | ${{ steps.dotenv.outputs.LINEA_SEQUENCER_PLUGIN_VERSION }} | $(sha256sum ../linea-besu/besu/plugins/linea-sequencer-v${{ steps.dotenv.outputs.LINEA_SEQUENCER_PLUGIN_VERSION }}.jar | awk '{ print $1 }' ) |" >> output.md + echo "| linea-tracer-plugin | ${{ steps.dotenv.outputs.LINEA_TRACER_PLUGIN_VERSION }} | $(sha256sum ../linea-besu/besu/plugins/linea-tracer-v${{ steps.dotenv.outputs.LINEA_TRACER_PLUGIN_VERSION }}.jar | awk '{ print $1 }' ) |" >> output.md echo "| linea-finalized-tag-updater-plugin | ${{ steps.dotenv.outputs.FINALIZED_TAG_UPDATER_PLUGIN_VERSION }} | $(sha256sum ../linea-besu/besu/plugins/finalized-tag-updater-v${{ steps.dotenv.outputs.FINALIZED_TAG_UPDATER_PLUGIN_VERSION }}.jar | awk '{ print $1 }' ) |" >> output.md echo "| shomei-plugin | ${{ steps.dotenv.outputs.SHOMEI_PLUGIN_VERSION }} | $(sha256sum ../linea-besu/besu/plugins/besu-shomei-plugin-v${{ steps.dotenv.outputs.SHOMEI_PLUGIN_VERSION }}.jar | awk '{ print $1 }' ) |" >> output.md echo "" >> output.md - MANIFEST=$(consensys/linea-besu-package:${{ steps.dockertag.outputs.IMAGE }}) + MANIFEST=$(docker manifest inspect consensys/linea-besu-package:${{ steps.dockertag.outputs.IMAGE }}) if [ $? -eq 0 ]; then echo "## Docker Image Details" >> output.md echo "" >> output.md diff --git a/versions/linea-devnet.env b/versions/linea-devnet.env index ed80c9d..1debce3 100644 --- a/versions/linea-devnet.env +++ b/versions/linea-devnet.env @@ -1,4 +1,4 @@ -LINEA_BESU_TAR_GZ=24.10-delivery34 +LINEA_BESU_TAR_GZ=24.11-delivery38 LINEA_SEQUENCER_PLUGIN_VERSION=0.8.0-rc4.1 LINEA_TRACER_PLUGIN_VERSION=0.6.0-rc8 FINALIZED_TAG_UPDATER_PLUGIN_VERSION=0.0.2 diff --git a/versions/linea-mainnet.env b/versions/linea-mainnet.env index 4aebfb2..6f3f262 100644 --- a/versions/linea-mainnet.env +++ b/versions/linea-mainnet.env @@ -1,4 +1,4 @@ -LINEA_BESU_TAR_GZ=24.10-delivery34 +LINEA_BESU_TAR_GZ=24.11-delivery38 LINEA_SEQUENCER_PLUGIN_VERSION=0.1.4-test35 LINEA_TRACER_PLUGIN_VERSION=0.6.0-rc8 FINALIZED_TAG_UPDATER_PLUGIN_VERSION=0.0.2 diff --git a/versions/linea-sepolia.env b/versions/linea-sepolia.env index 3578363..1debce3 100644 --- a/versions/linea-sepolia.env +++ b/versions/linea-sepolia.env @@ -1,5 +1,5 @@ -LINEA_BESU_TAR_GZ=24.10-delivery34 +LINEA_BESU_TAR_GZ=24.11-delivery38 LINEA_SEQUENCER_PLUGIN_VERSION=0.8.0-rc4.1 LINEA_TRACER_PLUGIN_VERSION=0.6.0-rc8 -FINALIZED_TAG_UPDATER_PLUGIN_VERSION=0.0.1 +FINALIZED_TAG_UPDATER_PLUGIN_VERSION=0.0.2 SHOMEI_PLUGIN_VERSION=0.3.1