Skip to content

Bump wheels and base image to 2026.07.0 to use alpine 3.24#175133

Merged
frenck merged 1 commit into
devfrom
edenhaus/alpine-3.24
Jun 29, 2026
Merged

Bump wheels and base image to 2026.07.0 to use alpine 3.24#175133
frenck merged 1 commit into
devfrom
edenhaus/alpine-3.24

Conversation

@edenhaus

@edenhaus edenhaus commented Jun 29, 2026

Copy link
Copy Markdown
Member

Breaking change

Proposed change

Bump wheels and base image to 2026.07.0 to use alpine 3.24
Releases:

Test workflows:

Type of change

  • Dependency upgrade
  • Bugfix (non-breaking change which fixes an issue)
  • New integration (thank you!)
  • New feature (which adds functionality to an existing integration)
  • Deprecation (breaking change to happen in the future)
  • Breaking change (fix/feature causing existing functionality to break)
  • Code quality improvements to existing code or addition of tests

Additional information

  • This PR fixes or closes issue: fixes #
  • This PR is related to issue:
  • Link to documentation pull request:
  • Link to developer documentation pull request:
  • Link to frontend pull request:

Checklist

  • I understand the code I am submitting and can explain how it works.
  • The code change is tested and works locally.
  • Local tests pass. Your PR cannot be merged unless tests pass
  • There is no commented out code in this PR.
  • I have followed the development checklist
  • I have followed the perfect PR recommendations
  • The code has been formatted using Ruff (ruff format homeassistant tests)
  • Tests have been added to verify that the new code works.
  • Any generated code has been carefully reviewed for correctness and compliance with project standards.

If user exposed functionality or configuration variables are added/changed:

If the code communicates with devices, web services, or third-party tools:

  • The manifest file has all fields filled out correctly.
    Updated and included derived files by running: python3 -m script.hassfest.
  • New or updated dependencies have been added to requirements_all.txt.
    Updated by running python3 -m script.gen_requirements_all.
  • For the updated dependencies a diff between library versions and ideally a link to the changelog/release notes is added to the PR description.

To help with the load of incoming pull requests:

Copilot AI review requested due to automatic review settings June 29, 2026 17:09
@home-assistant home-assistant Bot added cla-signed dependency Pull requests marked as a dependency upgrade small-pr PRs with less than 30 lines. labels Jun 29, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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 9e17ab1ed5c4c79d8b61e29fa63de25ca2710716 matches the 2026.07.0 tag in home-assistant/wheels.
  • The 2026.07.0 release exists in home-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/wheels action pin to 2026.07.0 (both build jobs in wheels.yml).
  • Bump BASE_IMAGE_VERSION from 2026.05.0 to 2026.07.0 in builder.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 frenck marked this pull request as ready for review June 29, 2026 21:40
@frenck frenck requested a review from a team as a code owner June 29, 2026 21:40

@frenck frenck left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thanks, @edenhaus 👍

../Frenck

                       

Blogging my personal ramblings at frenck.dev

@frenck frenck merged commit 15ef228 into dev Jun 29, 2026
54 checks passed
@frenck frenck deleted the edenhaus/alpine-3.24 branch June 29, 2026 21:41
@edenhaus edenhaus added this to the 2026.7.0 milestone Jun 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cherry-picked cla-signed dependency Pull requests marked as a dependency upgrade small-pr PRs with less than 30 lines.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants