Fix auto-update of galexie versions - #961
Merged
Merged
Conversation
leighmcculloch
marked this pull request as ready for review
July 29, 2026 14:18
leighmcculloch
enabled auto-merge (squash)
July 29, 2026 14:18
Contributor
There was a problem hiding this comment.
Pull request overview
Updates auto-update logic to support repository-prefixed release tags such as Galexie’s.
Changes:
- Recognizes prefixed semantic-version refs.
- Filters releases using the detected prefix.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Member
|
there are some failing jobs. |
leighmcculloch
pushed a commit
that referenced
this pull request
Jul 30, 2026
The `future` image still pinned protocol 26 releases, so it can't join futurenet (now on protocol 28) and its rpc v26 pin no longer compiles on stable Rust. This pins core, rpc, and horizon to the commits futurenet reports running, and xdr to the CAP-0083/CAP-0085 ungate commit since no release has it yet. galexie moves to its latest release and lab to `main` — neither has protocol 28 support to track. `nightly-next`'s default protocol goes to 28 to match futurenet. Fixes #960, unblocks #961.
Member
Author
Fixed by: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note
Blocked by:
futureimage no longer compiles on stable Rust #960What
Recognise a dependency ref as a version when it carries a repo-specific tag prefix, and compare it against the latest release sharing that prefix.
Why
galexie tags releases as
galexie-vX.Y.Z, so the leading-vcheck skipped it on every Auto Update run and it never moved pastgalexie-v26.1.0.Close #959
cc @stellar/platform-eng