Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/horizon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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:
Expand All @@ -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:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.**
Expand Down
Loading