release: v4.11.0-rc1#3531
Conversation
Release candidate for 4.11.0. Bumps the version across all five tracked locations (package.json, package-lock.json, helm Chart.yaml version+appVersion, desktop/package.json, desktop/src-tauri/tauri.conf.json). 4.11.0 carries the multi-source route-extraction refactors, the telemetry ingestion unification (#3506/#3507/#3515), the auto-ping ack/race fix (#3522), NodeInfo position-precision guard (#3516), backup-route hardening (#3524), and the Node Details telemetry range selector (#3530). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Claude finished @Yeraze's task —— View job PR Review: release/4.11.0-rc1
SummaryThis is a clean, minimal version-bump PR. All five tracked locations are consistently updated to Version Consistency ✅
No drift between files — all five locations are in sync. Potential ConcernsHelm chart pre-release version — Helm's SemVer 2 support handles pre-release tags ( Tauri / Windows MSI — As noted in the PR body, Tauri's bundler passes the version string directly to the WiX toolset. WiX MSI versions must be No functional code changes — This PR only bumps version strings, so there are no logic, security, or performance concerns to raise. VerdictLGTM for an RC bump. The two notes above are informational rather than blocking. |
System Test ResultsMeshMonitor System Test ResultsTest Run: 2026-06-17 17:39:40 EDT Test Summary
✅ Overall Result: PASSEDAll deployment configurations are working correctly! Test DetailsConfiguration Import:
Quick Start Test:
Security Test:
V1 API Test:
Reverse Proxy Test:
Reverse Proxy + OIDC Test:
Virtual Node CLI Test:
Backup & Restore Test:
Database Migration Test:
DB Backing Consistency Test:
|
Release candidate v4.11.0-rc1
Bumps the version across all five tracked locations:
package.json+package-lock.jsonhelm/meshmonitor/Chart.yaml(version+appVersion)desktop/package.jsondesktop/src-tauri/tauri.conf.jsonWhat's in 4.11.0 (since 4.10.4)
server.tsroute-extraction effort (Refs Tech debt (B3): extract server.ts's ~180 inline route handlers into routes/ #3502) and the test-DDLcreateTestDbmigration (Tech debt (B2): migrate remaining 32 test files to the shared createTestDb() helper #3501)Note
tauri.conf.jsoncarries the-rc1semver pre-release tag — fine for the SemVer/npm/Helm toolchains; if the Windows MSI desktop build is strict about pre-release suffixes it'll surface in the release builds (this is an RC, so acceptable).🤖 Generated with Claude Code