diff --git a/.github/workflows/horizon.yml b/.github/workflows/horizon.yml index f609feae..4156f9df 100644 --- a/.github/workflows/horizon.yml +++ b/.github/workflows/horizon.yml @@ -15,9 +15,9 @@ jobs: # is verifying the updated binaries still serve the previous protocol # (the real configuration during the upgrade window), not re-testing # already-shipped versions against each other. - core_deb_version: '28.0.0-3494.a9b861321.jammy~buildtests' - core_docker_img: 'stellar/stellar-core:28.0.0-3494.a9b861321.jammy' - stellar_rpc_docker_img: 'stellar/stellar-rpc:28.0.0' + core_deb_version: '28.0.1-3508.947aad841.jammy~buildtests' + core_docker_img: 'stellar/stellar-core:28.0.1-3508.947aad841.jammy' + stellar_rpc_docker_img: 'stellar/stellar-rpc:28.0.1-207' # The full go/postgres matrix runs only on pushes to main since they're # non-blocking and happen in the background. Everyday PRs get the single # latest-go/latest-pg job. @@ -28,9 +28,9 @@ jobs: uses: ./.github/workflows/integration-tests.yml with: protocol_version: '28' - core_deb_version: '28.0.0-3494.a9b861321.jammy~buildtests' - core_docker_img: 'stellar/stellar-core:28.0.0-3494.a9b861321.jammy' - stellar_rpc_docker_img: 'stellar/stellar-rpc:28.0.0' + core_deb_version: '28.0.1-3508.947aad841.jammy~buildtests' + core_docker_img: 'stellar/stellar-core:28.0.1-3508.947aad841.jammy' + stellar_rpc_docker_img: 'stellar/stellar-rpc:28.0.1-207' full_matrix: ${{ github.event_name == 'push' }} # integration-p28-src: @@ -39,14 +39,14 @@ jobs: # with: # protocol_version: '28' # core_git_ref: 'master' - # stellar_rpc_docker_img: 'stellar/stellar-rpc:28.0.0' + # stellar_rpc_docker_img: 'stellar/stellar-rpc:28.0.1-207' verify-range: name: Test (and push) verify-range image runs-on: ubuntu-24.04 env: GO_VERSION: 1.25.0 - STELLAR_CORE_VERSION: 28.0.0-3494.a9b861321.noble + STELLAR_CORE_VERSION: 28.0.1-3508.947aad841.noble steps: - uses: actions/checkout@v3 with: diff --git a/CHANGELOG.md b/CHANGELOG.md index b2edb902..56a52cbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ file. This project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased +## 28.0.1 + +### Fixed +- Integration tests and images now use the stellar-core 28.0.1 stable release (`28.0.1-3508.947aad841`) and stellar-rpc 28.0.1. + ## 28.0.0 **This release adds support for Protocol 28.**