fix(homeassistant): pin image to 2026.7.4 to avoid cffi version mismatch #28

Merged
roger merged 1 commits from fix/homeassistant-pin-version into main 2026-07-28 11:07:28 +02:00
Collaborator

Problema

Després del reinici del pod, la integració Meross fallava amb:

Exception: Version mismatch: this is the 'cffi' package version 2.1.0
When we import the top-level '_cffi_backend' extension module, we get version 2.0.0

Causa

L'imatge ghcr.io/home-assistant/home-assistant:stable ha migrat a Python 3.14.
Hi ha un bug de packaging on cffi 2.1.0 (Python) no coincideix amb _cffi_backend 2.0.0 (C).
PyCryptodome (dependència de meross_iot) fa crash en importar cffi.

Solució

Pinjar la imatge a 2026.7.4 (última versió stable) en lloc de deixar el tag flotant stable.
Això evita que el tag mogui silenciosament a una imatge trencada i permet un control més explícit de les actualitzacions.

## Problema Després del reinici del pod, la integració Meross fallava amb: ``` Exception: Version mismatch: this is the 'cffi' package version 2.1.0 When we import the top-level '_cffi_backend' extension module, we get version 2.0.0 ``` ## Causa L'imatge `ghcr.io/home-assistant/home-assistant:stable` ha migrat a Python 3.14. Hi ha un bug de packaging on cffi 2.1.0 (Python) no coincideix amb _cffi_backend 2.0.0 (C). PyCryptodome (dependència de meross_iot) fa crash en importar cffi. ## Solució Pinjar la imatge a 2026.7.4 (última versió stable) en lloc de deixar el tag flotant `stable`. Això evita que el tag mogui silenciosament a una imatge trencada i permet un control més explícit de les actualitzacions.
platform-engineer-agent added 1 commit 2026-07-28 11:02:49 +02:00
roger merged commit 7ca919b7c7 into main 2026-07-28 11:07:28 +02:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: roger/k3s-cluster#28
No description provided.