Skip to content

Replace stale 2.12.0 version strings with 3.0.0#1129

Merged
erikdarlingdata merged 1 commit into
devfrom
fix/3.0.0-version-strings
Jun 16, 2026
Merged

Replace stale 2.12.0 version strings with 3.0.0#1129
erikdarlingdata merged 1 commit into
devfrom
fix/3.0.0-version-strings

Conversation

@erikdarlingdata

Copy link
Copy Markdown
Owner

Problem

The release was developed as 2.12.0, then rebumped to the 3.0.0 major — but embedded 2.12.0 strings were never updated. The user-facing ones are a real bug: the Apply Fix handlers + remediation confirm dialog tell users "Upgrade this server to 2.12.0 to enable audited Apply Fix" — a version that will never ship.

Fix

Replaced 2.12.03.0.0 in 17 files (26 lines, no EOL churn): 6 Apply Fix handler messages + RemediationConfirmWindow dialog text, 2 code comments, the Remove-OrphanedTraceFiles.ps1 doc comment, the 4 upgrades/2.11.0-to-3.0.0/ script headers (still read "2.11.0 to 2.12.0"), and the 4 Dashboard.Tests asserts that pin the literal text (lockstep, or build breaks).

Found by the release-auditor pre-release gate. Dashboard builds clean; Dashboard.Tests 487/487.

🤖 Generated with Claude Code

This release was developed as 2.12.0 then rebumped to the 3.0.0 major; the
embedded "2.12.0" strings were never updated. Most are user-facing: the Apply
Fix handlers and the remediation confirm dialog told users to "Upgrade this
server to 2.12.0 to enable audited Apply Fix" -- a version that will never ship
(3.0.0 does create config.remediation_action_log, so the gate is satisfied; only
the named version was wrong).

Replaced 2.12.0 -> 3.0.0 in the 6 Apply Fix handler messages + RemediationConfirmWindow
dialog text, two code comments, the Remove-OrphanedTraceFiles.ps1 doc comment, and
the four upgrades/2.11.0-to-3.0.0 script headers (which still read "2.11.0 to 2.12.0").
The four Dashboard.Tests asserts pinning the literal message text were updated in lockstep.

Found by the release-auditor pre-release gate. Dashboard builds clean; Dashboard.Tests 487/487 pass.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@erikdarlingdata erikdarlingdata merged commit b5fdc26 into dev Jun 16, 2026
@erikdarlingdata erikdarlingdata deleted the fix/3.0.0-version-strings branch June 16, 2026 19:41
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.

1 participant