fix(deploy): the DigitalOcean installer installs v0.9.5, not rc5 - #2876
Merged
Merged
Conversation
The release cut bumped VERSION to 0.9.5, and test_2380_installer_release_pin failed as designed: trinity-do-create.sh still defaulted to v0.9.5-rc5, so a script fetched from the v0.9.5 tag would have installed the previous release candidate. Point the default at the release being made. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
vybe
approved these changes
Sep 17, 2026
vybe
left a comment
Contributor
There was a problem hiding this comment.
Release blocker fix — approved.
vybe
enabled auto-merge (squash)
September 17, 2026 16:47
vybe
pushed a commit
that referenced
this pull request
Sep 17, 2026
…#2880) /release Step 10b-2. The payload is bcf6711..b422f26 (405 commits). The v0.9.0..dev count (877) included pre-v0.9.0 dev history that the v0.9.0 squash does not reach. Records #2876, the two partial issues (#2281, #2238) and the #2406 hotfix, and corrects the dependabot count and the contributors line. Co-authored-by: sim <sim@example.com> Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
Unblocks the v0.9.5 release PR (#2872).
The cut bumped
VERSIONto0.9.5(#2871).test_2380_installer_release_pin::test_installer_default_tag_matches_the_version_filethen failed on both thedevpush run and the release PR's regression diff, which is what it was built to do.scripts/deploy/trinity-do-create.shstill defaultedTRINITY_IMAGE_TAGtov0.9.5-rc5, so a script fetched from thev0.9.5tag would silently have installed the previous release candidate.One-line change: the default becomes
v0.9.5.Verification:
bash -npasses, andpytest unit/test_2380_installer_release_pin.pyshows 2 passed.🤖 Generated with Claude Code