Skip to content

Commit

Permalink
fix: downgrade base-python to last known working version
Browse files Browse the repository at this point in the history
  • Loading branch information
wingrunr21 committed Nov 5, 2024
1 parent f956bf1 commit 48fa925
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
4 changes: 4 additions & 0 deletions xcel-itron-mqtt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.4.0

- Downgrade [hassio-addons/base-python](https://github.com/hassio-addons/addon-base-python) to 13.1.3 to address OpenSSL issue

## 1.3.2

- vendor OpenSSL config to try and get OpenSSL to cooperate with the meter again
Expand Down
3 changes: 1 addition & 2 deletions xcel-itron-mqtt/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM="ghcr.io/hassio-addons/base-python:15.0.1"
ARG BUILD_FROM="ghcr.io/hassio-addons/base-python:13.1.3"
FROM $BUILD_FROM

# Set shell
Expand All @@ -19,7 +19,6 @@ RUN curl -L https://github.com/zaknye/xcel_itron2mqtt/archive/${XCEL_ITRON2MQTT_

# Copy root filesystem
COPY rootfs /
COPY support/openssl.conf /opt/xcel_itron2mqtt/openssl.conf

# Build arguments
ARG BUILD_ARCH
Expand Down
10 changes: 5 additions & 5 deletions xcel-itron-mqtt/build.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
build_from:
aarch64: ghcr.io/hassio-addons/base-python:15.0.1
amd64: ghcr.io/hassio-addons/base-python:15.0.1
armv7: ghcr.io/hassio-addons/base-python:15.0.1
armhf: ghcr.io/hassio-addons/base-python:15.0.1
i386: ghcr.io/hassio-addons/base-python:15.0.1
aarch64: ghcr.io/hassio-addons/base-python:13.1.3
amd64: ghcr.io/hassio-addons/base-python:13.1.3
armv7: ghcr.io/hassio-addons/base-python:13.1.3
armhf: ghcr.io/hassio-addons/base-python:13.1.3
i386: ghcr.io/hassio-addons/base-python:13.1.3
2 changes: 1 addition & 1 deletion xcel-itron-mqtt/config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "Xcel iTron MQTT"
description: "Bridge from Xcel iTron smart meters to MQTT"
url: "https://www.github.com/wingrunr21/hassio-xcel-itron-mqtt"
version: "1.3.2"
version: "1.4.0"
slug: "xcel-itron-mqtt"
arch:
- aarch64
Expand Down

0 comments on commit 48fa925

Please sign in to comment.