Bump wheels and base image to 2026.07.0 to use alpine 3.24#175133
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR bumps the pinned home-assistant/wheels GitHub Action and the Docker BASE_IMAGE_VERSION to 2026.07.0, which moves the build/wheel toolchain to Alpine 3.24. It is a routine CI/build dependency upgrade affecting only GitHub workflow files.
I verified the upgrade is correct and consistent:
- The pinned commit
9e17ab1ed5c4c79d8b61e29fa63de25ca2710716matches the2026.07.0tag inhome-assistant/wheels. - The
2026.07.0release exists inhome-assistant/docker, and its notes confirm the Alpine 3.24 update referenced in the PR title. - Both wheels action references were updated; no stale
2026.06.0/old-SHA wheels references remain.
Changes:
- Bump
home-assistant/wheelsaction pin to2026.07.0(both build jobs inwheels.yml). - Bump
BASE_IMAGE_VERSIONfrom2026.05.0to2026.07.0inbuilder.yml.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.github/workflows/wheels.yml |
Updates the pinned home-assistant/wheels action SHA/comment to 2026.07.0 in both wheel build jobs. |
.github/workflows/builder.yml |
Updates the Docker base image version env var to 2026.07.0. |
frenck
approved these changes
Jun 29, 2026
frenck
pushed a commit
that referenced
this pull request
Jun 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Breaking change
Proposed change
Bump wheels and base image to 2026.07.0 to use alpine 3.24
Releases:
Test workflows:
Type of change
Additional information
Checklist
ruff format homeassistant tests)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest.requirements_all.txt.Updated by running
python3 -m script.gen_requirements_all.To help with the load of incoming pull requests: