Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 26, 2026

Bumps protocol version defaults in images.json to align with protocol 25/26 rollout.

Changes

  • latest: 24 → 25
  • nightly: 24 → 25
  • nightly-next: 25 → 26
  • testing and future: remain at 25

The nightly-next tag advances to protocol 26 to track the next protocol version under development with the --enable-next-protocol-version-unsafe-for-production flag.

Original prompt

Update the images.json file to modify the protocol_version_default values as follows:

  1. Change all instances of "protocol_version_default": 24 to "protocol_version_default": 25
  2. Change "protocol_version_default": 25 to "protocol_version_default": 26 for the nightly-next image tag only

The file is located at: images.json

Current file reference: https://github.com/stellar/quickstart/blob/29f29b3fcabb45774b951b7d057a03796067fd01/images.json

Specifically:

  • The latest tag should have protocol_version_default set to 25 (currently 24)
  • The testing tag should remain at 25 (already correct)
  • The future tag should remain at 25 (already correct)
  • The nightly tag should have protocol_version_default set to 25 (currently 24)
  • The nightly-next tag should have protocol_version_default set to 26 (currently 25)

Please ensure all other content in the file remains unchanged.

This pull request was created from Copilot chat.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

- Update latest tag: 24 -> 25
- Update nightly tag: 24 -> 25
- Update nightly-next tag: 25 -> 26
- Testing and future tags remain at 25

Co-authored-by: sisuresh <5050166+sisuresh@users.noreply.github.com>
@sisuresh sisuresh marked this pull request as ready for review January 26, 2026 20:00
Copilot AI review requested due to automatic review settings January 26, 2026 20:00
Copilot AI changed the title [WIP] Update protocol_version_default values in images.json Update protocol_version_default to 25/26 across image tags Jan 26, 2026
Copilot AI requested a review from sisuresh January 26, 2026 20:00
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the default protocol version configuration for various Docker image tags in the Stellar Quickstart repository. The changes prepare different image tags for protocol version 25 and advance the experimental nightly-next tag to protocol version 26.

Changes:

  • Updated protocol_version_default from 24 to 25 for latest and nightly image tags
  • Updated protocol_version_default from 25 to 26 for the nightly-next image tag

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@sisuresh sisuresh enabled auto-merge (squash) January 26, 2026 20:05
@sisuresh sisuresh merged commit fbf1664 into main Jan 26, 2026
98 checks passed
@sisuresh sisuresh deleted the copilot/update-protocol-version-defaults branch January 26, 2026 20:46
@github-project-automation github-project-automation bot moved this from Backlog (Not Ready) to Done in DevX Jan 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants