From 49d2581334165f4062d6b913baa41aba0fc50b15 Mon Sep 17 00:00:00 2001 From: Cosmic Vagabond <121588426+cosmic-vagabond@users.noreply.github.com> Date: Thu, 22 Aug 2024 17:12:20 +0200 Subject: [PATCH] ci: update snap gen version (#744) --- .github/workflows/delete-branch-snapshot.yml | 2 +- .github/workflows/software-upgrade-test.yml | 2 +- app/setup_handlers.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/delete-branch-snapshot.yml b/.github/workflows/delete-branch-snapshot.yml index 2eb838b3f..9b1b4a13c 100644 --- a/.github/workflows/delete-branch-snapshot.yml +++ b/.github/workflows/delete-branch-snapshot.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Retrieve post upgrade snapshot generator binary run: | - POST_UPGRADE_SNAPSHOT_GENERATOR_VERSION=v0.3.2 + POST_UPGRADE_SNAPSHOT_GENERATOR_VERSION=v0.3.4 DOWNLOAD_URL=https://github.com/elys-network/post-upgrade-snapshot-generator/releases/download/${POST_UPGRADE_SNAPSHOT_GENERATOR_VERSION}/post-upgrade-snapshot-generator-${POST_UPGRADE_SNAPSHOT_GENERATOR_VERSION}-linux-amd64 POST_UPGRADE_SNAPSHOT_GENERATOR_PATH=/tmp/post-upgrade-snapshot-generator-${POST_UPGRADE_SNAPSHOT_GENERATOR_VERSION} curl -L $DOWNLOAD_URL -o $POST_UPGRADE_SNAPSHOT_GENERATOR_PATH && chmod +x $POST_UPGRADE_SNAPSHOT_GENERATOR_PATH diff --git a/.github/workflows/software-upgrade-test.yml b/.github/workflows/software-upgrade-test.yml index 3473022ef..df5dbaa6c 100644 --- a/.github/workflows/software-upgrade-test.yml +++ b/.github/workflows/software-upgrade-test.yml @@ -40,7 +40,7 @@ jobs: - name: Retrieve post upgrade snapshot generator binary run: | - POST_UPGRADE_SNAPSHOT_GENERATOR_VERSION=v0.3.2 + POST_UPGRADE_SNAPSHOT_GENERATOR_VERSION=v0.3.4 DOWNLOAD_URL=https://github.com/elys-network/post-upgrade-snapshot-generator/releases/download/${POST_UPGRADE_SNAPSHOT_GENERATOR_VERSION}/post-upgrade-snapshot-generator-${POST_UPGRADE_SNAPSHOT_GENERATOR_VERSION}-linux-amd64 POST_UPGRADE_SNAPSHOT_GENERATOR_PATH=/tmp/post-upgrade-snapshot-generator-${POST_UPGRADE_SNAPSHOT_GENERATOR_VERSION} curl -L $DOWNLOAD_URL -o $POST_UPGRADE_SNAPSHOT_GENERATOR_PATH && chmod +x $POST_UPGRADE_SNAPSHOT_GENERATOR_PATH diff --git a/app/setup_handlers.go b/app/setup_handlers.go index 6a947c443..f15f4e284 100644 --- a/app/setup_handlers.go +++ b/app/setup_handlers.go @@ -12,7 +12,7 @@ import ( const ( // make sure to update these when you upgrade the version - NextVersion = "v0.42.0" + NextVersion = "v0.43.1" LocalNetVersion = "v999.999.999" )