From e64f5451857666df4ad1250a74996b97e7208705 Mon Sep 17 00:00:00 2001 From: marta-lokhova Date: Tue, 31 Jan 2023 14:10:47 -0800 Subject: [PATCH 1/3] Bump core to latest stable 19.7.0 --- .github/workflows/horizon.yml | 2 +- exp/tools/dump-ledger-state/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/horizon.yml b/.github/workflows/horizon.yml index 2394f72d28..d66fe75851 100644 --- a/.github/workflows/horizon.yml +++ b/.github/workflows/horizon.yml @@ -110,7 +110,7 @@ jobs: name: Test (and push) verify-range image runs-on: ubuntu-20.04 env: - STELLAR_CORE_VERSION: 19.6.0-1138.b3a6bc281.focal + STELLAR_CORE_VERSION: 19.7.0-1175.7249363c6.focal CAPTIVE_CORE_STORAGE_PATH: /tmp steps: - uses: actions/checkout@v3 diff --git a/exp/tools/dump-ledger-state/Dockerfile b/exp/tools/dump-ledger-state/Dockerfile index cb94a557a7..a3d6ee8b16 100644 --- a/exp/tools/dump-ledger-state/Dockerfile +++ b/exp/tools/dump-ledger-state/Dockerfile @@ -1,6 +1,6 @@ FROM ubuntu:20.04 -ENV STELLAR_CORE_VERSION=19.6.0-1138.b3a6bc281.focal +ENV STELLAR_CORE_VERSION=19.7.0-1175.7249363c6.focal ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates curl wget gnupg apt-utils From cc85d5c22db4b1896e3787de24bdafe9477a0978 Mon Sep 17 00:00:00 2001 From: marta-lokhova Date: Wed, 1 Feb 2023 08:52:18 -0800 Subject: [PATCH 2/3] Bump stale core version --- .github/workflows/horizon.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/horizon.yml b/.github/workflows/horizon.yml index d66fe75851..032c8a7d37 100644 --- a/.github/workflows/horizon.yml +++ b/.github/workflows/horizon.yml @@ -34,10 +34,10 @@ jobs: env: HORIZON_INTEGRATION_TESTS_ENABLED: true HORIZON_INTEGRATION_TESTS_CORE_MAX_SUPPORTED_PROTOCOL: ${{ matrix.protocol-version }} - PROTOCOL_19_CORE_DEBIAN_PKG_VERSION: 19.5.0-1108.ca2fb0605.focal - PROTOCOL_19_CORE_DOCKER_IMG: stellar/stellar-core:19.5.0-1108.ca2fb0605.focal - PROTOCOL_18_CORE_DEBIAN_PKG_VERSION: 19.5.0-1108.ca2fb0605.focal - PROTOCOL_18_CORE_DOCKER_IMG: stellar/stellar-core:19.5.0-1108.ca2fb0605.focal + PROTOCOL_19_CORE_DEBIAN_PKG_VERSION: 19.7.0-1175.7249363c6.focal + PROTOCOL_19_CORE_DOCKER_IMG: stellar/stellar-core:19.7.0-1175.7249363c6.focal + PROTOCOL_18_CORE_DEBIAN_PKG_VERSION: 19.7.0-1175.7249363c6.focal + PROTOCOL_18_CORE_DOCKER_IMG: stellar/stellar-core:19.7.0-1175.7249363c6.focal PGHOST: localhost PGPORT: 5432 PGUSER: postgres From 1336926f6f25ab86fc46b0648e3ccf8e0549aa2d Mon Sep 17 00:00:00 2001 From: marta-lokhova Date: Tue, 28 Feb 2023 14:47:33 -0800 Subject: [PATCH 3/3] Bump core to v19.8.0 --- .github/workflows/horizon.yml | 10 +++++----- exp/tools/dump-ledger-state/Dockerfile | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/horizon.yml b/.github/workflows/horizon.yml index 032c8a7d37..8f38f7fe03 100644 --- a/.github/workflows/horizon.yml +++ b/.github/workflows/horizon.yml @@ -34,10 +34,10 @@ jobs: env: HORIZON_INTEGRATION_TESTS_ENABLED: true HORIZON_INTEGRATION_TESTS_CORE_MAX_SUPPORTED_PROTOCOL: ${{ matrix.protocol-version }} - PROTOCOL_19_CORE_DEBIAN_PKG_VERSION: 19.7.0-1175.7249363c6.focal - PROTOCOL_19_CORE_DOCKER_IMG: stellar/stellar-core:19.7.0-1175.7249363c6.focal - PROTOCOL_18_CORE_DEBIAN_PKG_VERSION: 19.7.0-1175.7249363c6.focal - PROTOCOL_18_CORE_DOCKER_IMG: stellar/stellar-core:19.7.0-1175.7249363c6.focal + PROTOCOL_19_CORE_DEBIAN_PKG_VERSION: 19.8.0-1227.040a29c51.focal + PROTOCOL_19_CORE_DOCKER_IMG: stellar/stellar-core:19.8.0-1227.040a29c51.focal + PROTOCOL_18_CORE_DEBIAN_PKG_VERSION: 19.8.0-1227.040a29c51.focal + PROTOCOL_18_CORE_DOCKER_IMG: stellar/stellar-core:19.8.0-1227.040a29c51.focal PGHOST: localhost PGPORT: 5432 PGUSER: postgres @@ -110,7 +110,7 @@ jobs: name: Test (and push) verify-range image runs-on: ubuntu-20.04 env: - STELLAR_CORE_VERSION: 19.7.0-1175.7249363c6.focal + STELLAR_CORE_VERSION: 19.8.0-1227.040a29c51.focal CAPTIVE_CORE_STORAGE_PATH: /tmp steps: - uses: actions/checkout@v3 diff --git a/exp/tools/dump-ledger-state/Dockerfile b/exp/tools/dump-ledger-state/Dockerfile index a3d6ee8b16..1f90dbb8c1 100644 --- a/exp/tools/dump-ledger-state/Dockerfile +++ b/exp/tools/dump-ledger-state/Dockerfile @@ -1,6 +1,6 @@ FROM ubuntu:20.04 -ENV STELLAR_CORE_VERSION=19.7.0-1175.7249363c6.focal +ENV STELLAR_CORE_VERSION=19.8.0-1227.040a29c51.focal ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates curl wget gnupg apt-utils