Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare release #195

Merged
merged 5 commits into from
Jun 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions rtl_433-next/build.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"build_from": {
"aarch64": "homeassistant/aarch64-base:3.18",
"amd64": "homeassistant/amd64-base:3.18",
"armhf": "homeassistant/armhf-base:3.18",
"armv7": "homeassistant/armv7-base:3.18",
"i386": "homeassistant/i386-base:3.18"
"aarch64": "ghcr.io/home-assistant/aarch64-base:3.19",
"amd64": "ghcr.io/home-assistant/amd64-base:3.19",
"armhf": "ghcr.io/home-assistant/armhf-base:3.19",
"armv7": "ghcr.io/home-assistant/armv7-base:3.19",
"i386": "ghcr.io/home-assistant/i386-base:3.19"
},
"args": {
"rtl433GitRevision": "master"
Expand Down
4 changes: 4 additions & 0 deletions rtl_433/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.5.2] - 2024-06-23

* Upgrade base images to support RTL-SDR V4 #181

## [0.5.1] - 2024-02-17

* Add better help text when the mqtt addon isn't in use or available
Expand Down
2 changes: 1 addition & 1 deletion rtl_433/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base:3.18
ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base:3.19
FROM $BUILD_FROM as builder
MAINTAINER [email protected]

Expand Down
2 changes: 1 addition & 1 deletion rtl_433/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rtl_433",
"image": "ghcr.io/pbkhrv/rtl_433-hass-addons-rtl_433-{arch}",
"version": "0.5.1",
"version": "0.5.2",
"slug": "rtl433",
"description": "Receive wireless sensor data via an SDR dongle and rtl_433",
"url": "https://github.com/pbkhrv/rtl_433-hass-addons/tree/main/rtl_433",
Expand Down
10 changes: 5 additions & 5 deletions rtl_433_mqtt_autodiscovery-next/build.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"build_from": {
"aarch64": "ghcr.io/home-assistant/aarch64-base-python:3.12-alpine3.18",
"amd64": "ghcr.io/home-assistant/amd64-base-python:3.12-alpine3.18",
"armhf": "ghcr.io/home-assistant/armhf-base-python:3.12-alpine3.18",
"armv7": "ghcr.io/home-assistant/armv7-base-python:3.12-alpine3.18",
"i386": "ghcr.io/home-assistant/i386-base-python:3.12-alpine3.18"
"aarch64": "ghcr.io/home-assistant/aarch64-base-python:3.12-alpine3.19",
"amd64": "ghcr.io/home-assistant/amd64-base-python:3.12-alpine3.19",
"armhf": "ghcr.io/home-assistant/armhf-base-python:3.12-alpine3.19",
"armv7": "ghcr.io/home-assistant/armv7-base-python:3.12-alpine3.19",
"i386": "ghcr.io/home-assistant/i386-base-python:3.12-alpine3.19"
},
"args": {
"rtl433GitRevision": "master"
Expand Down
4 changes: 4 additions & 0 deletions rtl_433_mqtt_autodiscovery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.8.2] - 2024-06-23

* Upgrade base images to support RTL-SDR V4 #181

## [0.8.1] - 2024-02-17

* Downgrade paho-mqtt to 1.6.3 as 2.x has compatibility breaks. #178 #179
Expand Down
2 changes: 1 addition & 1 deletion rtl_433_mqtt_autodiscovery/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base-python:3.12-alpine3.18
ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base-python:3.12-alpine3.19
FROM ${BUILD_FROM} as builder

ARG rtl433GitRevision=23.11
Expand Down
10 changes: 5 additions & 5 deletions rtl_433_mqtt_autodiscovery/build.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"build_from": {
"aarch64": "ghcr.io/home-assistant/aarch64-base-python:3.12-alpine3.18",
"amd64": "ghcr.io/home-assistant/amd64-base-python:3.12-alpine3.18",
"armhf": "ghcr.io/home-assistant/armhf-base-python:3.12-alpine3.18",
"armv7": "ghcr.io/home-assistant/armv7-base-python:3.12-alpine3.18",
"i386": "ghcr.io/home-assistant/i386-base-python:3.12-alpine3.18"
"aarch64": "ghcr.io/home-assistant/aarch64-base-python:3.12-alpine3.19",
"amd64": "ghcr.io/home-assistant/amd64-base-python:3.12-alpine3.19",
"armhf": "ghcr.io/home-assistant/armhf-base-python:3.12-alpine3.19",
"armv7": "ghcr.io/home-assistant/armv7-base-python:3.12-alpine3.19",
"i386": "ghcr.io/home-assistant/i386-base-python:3.12-alpine3.19"
}
}
2 changes: 1 addition & 1 deletion rtl_433_mqtt_autodiscovery/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rtl_433 MQTT Auto Discovery",
"image": "ghcr.io/pbkhrv/rtl_433-hass-addons-rtl_433_mqtt_autodiscovery-{arch}",
"version": "0.8.1",
"version": "0.8.2",
"slug": "rtl433mqttautodiscovery",
"description": "Automatic discovery of rtl_433 device information via MQTT",
"url": "https://github.com/pbkhrv/rtl_433-hass-addons/tree/main/rtl_433_mqtt_autodiscovery",
Expand Down
Loading