Skip to content

fix(deploy): the DigitalOcean installer installs v0.9.5, not rc5 - #2876

Merged
vybe merged 1 commit into
devfrom
fix/release-0.9.5-installer-pin
Sep 17, 2026
Merged

vybe merged 1 commit into
devfrom
fix/release-0.9.5-installer-pin

Conversation

@trinity-ability

Copy link
Copy Markdown
Contributor

Unblocks the v0.9.5 release PR (#2872).

The cut bumped VERSION to 0.9.5 (#2871). test_2380_installer_release_pin::test_installer_default_tag_matches_the_version_file then failed on both the dev push run and the release PR's regression diff, which is what it was built to do. scripts/deploy/trinity-do-create.sh still defaulted TRINITY_IMAGE_TAG to v0.9.5-rc5, so a script fetched from the v0.9.5 tag would silently have installed the previous release candidate.

One-line change: the default becomes v0.9.5.

Verification: bash -n passes, and pytest unit/test_2380_installer_release_pin.py shows 2 passed.

🤖 Generated with Claude Code

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 vybe left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Release blocker fix — approved.

@vybe
vybe enabled auto-merge (squash) September 17, 2026 16:47
@vybe
vybe merged commit b422f26 into dev Sep 17, 2026
23 checks passed
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants