Skip to content

Fix legacy amd64 add-on version pin (0.1.74 → 0.1.81) - #4

Open
davbebawy wants to merge 1 commit into
kyvaith:mainfrom
davbebawy:fix/legacy-addon-version-pin
Open

davbebawy wants to merge 1 commit into
kyvaith:mainfrom
davbebawy:fix/legacy-addon-version-pin

Conversation

@davbebawy

Copy link
Copy Markdown
Contributor

Problem

Installing Pipecat Assist Legacy amd64 from this repo's add-on store fails:

supervisor.docker.interface] Can't install ghcr.io/kyvaith/pipecat-homeassistant/pipecat-assist-legacy-amd64:0.1.74: [404] manifest unknown

addons/pipecat_assist_legacy_amd64/config.yaml has pinned version: "0.1.74" since the legacy variant was introduced in v0.1.76, but that image tag was never published — ghcr only has 0.1.80 and 0.1.81.

Fix

Bump the legacy add-on config to 0.1.81 (verified working: pulled and booted cleanly on a pre-x86-64-v2 Core 2 Duo host, Pipecat 1.4.0 starts with no NumPy X86_V2 error).

Root cause worth fixing too

The release process bumps only addons/pipecat_assist/config.yaml, so the legacy config will drift again on the next release (v0.1.80 and v0.1.81 tags both still carry 0.1.74 for legacy). Including the legacy config in the release version-bump step would prevent a repeat.

🤖 Generated with Claude Code

The legacy add-on config has pointed at image tag 0.1.74 since it was
introduced, but that tag was never published to ghcr.io - only 0.1.80
and 0.1.81 exist. Installing the legacy add-on from the store fails
with "[404] manifest unknown".

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.

1 participant