Skip to content

chore(release): bump to 2026.06.3 - #3037

Merged
vpetersson merged 1 commit into
masterfrom
chore/release-2026.06.3
Jun 9, 2026
Merged

chore(release): bump to 2026.06.3#3037
vpetersson merged 1 commit into
masterfrom
chore/release-2026.06.3

Conversation

@vpetersson

Copy link
Copy Markdown
Contributor

Issues Fixed

Unblocks the Sentry board. Every build since 2026.6.2 has reported the same base release version 2026.6.2 (only the +<git-hash> build-metadata differed), so resolvedInNextRelease could never take effect — Sentry kept reopening fixed issues on the next event. Concrete evidence from this morning's sweep, ANTHIAS-9's release spread:

2026.6.2 (34)  ·  2026.6.2+fe942a5 (31)  ·  2026.6.2+871401c (18)  ·  2026.6.2+eb1baa6 (2)

All the same base version → no "next release" boundary. Bumping to 2026.06.3 creates one, so the fixes already deployed actually clear and future resolves stick.

Description

Mechanical CalVer bump (mirrors #3009): pyproject.toml, package.json, uv.lock. No code change.

This ships the crash/noise fixes merged since 2026.6.2 — SQLite WAL + busy timeout (#3015), celery migration-gate (#3016) and asset-probe soft limits (#3017), transient-redis/CancelledError Sentry filtering + redis healthcheck (#3018/#3028), GitHub update-check log level (#3019), webview respawn on D-Bus death at setup/mid-play (#3020/#3031), resilient static-file scan (#3026), Wayland-socket wait (#3030), and the Sentry release/board-triage tags (#3021/#3025).

Note: merging this is just the version bump. Publishing the GitHub release + OTA deploy to the fleets remains a separate, deliberate step (per the usual release sequencing). Recommend merging #3032 (display_power DataError) and #3036 (celery redis-backend log noise) first so they ride the same release.

Checklist

  • I have performed a self-review of my own code.
  • New and existing unit tests pass locally and on CI with my changes.
  • I have done an end-to-end test for Raspberry Pi devices.
  • I have tested my changes for x86 devices.
  • I added a documentation for the changes I have made (when necessary).

🤖 Generated with Claude Code

- CalVer (YYYY.0M.MICRO); still June 2026, micro 2 -> 3
- Gives Sentry a real release boundary: every build since 2026.6.2
  reported the same base version (only the +git-hash differed), so
  resolved-in-next-release never stuck and fixed issues kept
  reopening on the next event. A version bump lets the deployed
  fixes actually clear from the board.
- Ships the crash/noise fixes merged since 2026.6.2: SQLite WAL +
  busy timeout (#3015), celery migration-gate (#3016) and
  asset-probe soft limits (#3017), transient-redis/CancelledError
  Sentry filtering + redis healthcheck (#3018/#3028), GitHub
  update-check log level (#3019), webview respawn on D-Bus death at
  setup and mid-play (#3020/#3031), resilient static-file scan
  (#3026), Wayland-socket wait (#3030), and Sentry release/board
  triage tags (#3021/#3025)

Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
@vpetersson
vpetersson requested a review from a team as a code owner June 9, 2026 05:38
@vpetersson vpetersson self-assigned this Jun 9, 2026
@vpetersson
vpetersson requested a review from Copilot June 9, 2026 05:39
@sonarqubecloud

sonarqubecloud Bot commented Jun 9, 2026

Copy link
Copy Markdown

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Mechanical CalVer bump to 2026.06.3 to ensure Sentry’s resolvedInNextRelease has a new base release boundary (avoiding the prior situation where builds only differed by +<git-hash> metadata).

Changes:

  • Bump Python project version in pyproject.toml to 2026.06.3.
  • Bump JS package version in package.json to 2026.06.3.
  • Update the locked editable package version in uv.lock (normalized to 2026.6.3 per Python version normalization).

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

File Description
pyproject.toml Updates Anthias Python package CalVer to 2026.06.3.
package.json Updates frontend/package CalVer to 2026.06.3.
uv.lock Updates locked editable anthias package version to 2026.6.3 (normalized form).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@vpetersson
vpetersson merged commit 03ae4eb into master Jun 9, 2026
11 checks passed
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