Skip to content

Release 26.8.19.1: merge beta into main - #112

Merged
TrevorSchirmer merged 11 commits into
mainfrom
beta
Aug 19, 2026
Merged

TrevorSchirmer merged 11 commits into
mainfrom
beta

Conversation

@bharvey88

Copy link
Copy Markdown
Contributor

Version: 26.8.19.1

What does this implement/fix?

Promotes the beta channel to main. Changes since 26.7.9.1:

Types of changes

  • Bugfix (fixed change that fixes an issue)
  • New feature (thanks!)
  • Breaking change (repair/feature that breaks existing functionality)
  • Dependency Update - Does not publish
  • Other - Does not publish
  • Website of github readme file update - Does not publish
  • Github workflows - Does not publish

Checklist / Checklijst:

  • The code change has been tested and works locally
  • The code change has not yet been tested

If user-visible functionality or configuration variables are added/modified:

  • Added/updated documentation for the web page

🤖 Generated with Claude Code

bharvey88 and others added 8 commits July 24, 2026 10:59
The rolling beta-fw release tag stays on the commit that was default-branch
HEAD when the release was first created. gh release create without --target
tags default-branch HEAD, and gh release upload never moves the tag, so the
published assets track every beta build while the release source commit does
not.

Add a step to build-beta.yml that PATCHes the beta-fw tag ref to the built
commit after each upload, so the tag always matches the assets.

🤖 Generated with [Claude Code](https://claude.com/claude-code)
The Bluetooth Proxy switch does restore from flash, but the _OFF half of
RESTORE_DEFAULT_OFF decides the boot where nothing is stored yet, which is
the first boot after the switch shipped. MSR-1_BLE.yaml inherited that mode
from Core, so legacy BLE devices that had always proxied came up with the
proxy off after updating.

Core now reads the mode from a bluetooth_proxy_restore_mode substitution
defaulting to RESTORE_DEFAULT_OFF, and MSR-1_BLE.yaml overrides it to
RESTORE_DEFAULT_ON, the same override pattern the file already uses for its
OTA manifest URLs. The unified image is unchanged and a user's saved choice
still wins on every later boot.

Refs ApolloAutomation/MSR-2#92

🤖 Generated with [Claude Code](https://claude.com/claude-code)
Re-dated for the merge day per versioning policy.

🤖 Generated with [Claude Code](https://claude.com/claude-code)
Keep Bluetooth Proxy on for legacy BLE builds
Remove the beta-channel wrapper configs and build the plain variant
files on the beta branch, so beta and stable images are identical and
the Firmware Channel select always defaults to Stable on a fresh flash.
Mirrors CAST-1 #60.

🤖 Generated with [Claude Code](https://claude.com/claude-code)
Re-point beta-fw tag on every beta publish
🤖 Generated with [Claude Code](https://claude.com/claude-code)
@coderabbitai

coderabbitai Bot commented Aug 19, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@bharvey88, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 37 minutes

Limit details: You’ve used all 2 included reviews currently available.

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits within each organization.

For paid Pro and Pro+ reviews, CodeRabbit uses a developer's included PR review attempts over the past 7 days to set the current hourly allowance. At typical activity levels, the full plan allowance applies. Higher sustained activity can lower the allowance until earlier attempts leave the 7-day window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: b8aa6f28-e4bd-4613-a08d-950a1e89d0c7

📥 Commits

Reviewing files that changed from the base of the PR and between 9e1de4f and a486976.

📒 Files selected for processing (5)
  • .github/workflows/build-beta.yml
  • Integrations/ESPHome/Core.yaml
  • Integrations/ESPHome/MSR-1_BLE.yaml
  • Integrations/ESPHome/beta-channel/MSR-1.yaml
  • Integrations/ESPHome/beta-channel/MSR-1_BLE.yaml

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions github-actions Bot added the bugfix Bug fix label Aug 19, 2026
Bump Core.yaml version to 26.8.19.1
Resolves the build-beta.yml conflict from #109: keep the beta-channel
build paths from #106, take the bumped actions/checkout and
esphome/workflows pins from main.

🤖 Generated with [Claude Code](https://claude.com/claude-code)
Merge main into beta to align workflow pins
@TrevorSchirmer
TrevorSchirmer merged commit 470367a into main Aug 19, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix Bug fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants