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

[adsb-multi-portal-feeder] Update thomx/fr24feed-piaware Docker tag to v1.29.1 #213

Merged
merged 2 commits into from
Oct 30, 2023
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
4 changes: 4 additions & 0 deletions adsb-multi-portal-feeder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [1.29.1] - 2023-10-30

- Update `thomx/fr24feed-piaware` to `1.29.1` that brings ADSBHub support - see [their release notes](https://github.com/Thom-x/docker-fr24feed-piaware-dump1090/releases/tag/1.28.0) for more

## [1.27.2.1] - 2023-07-17

- Update [adsb-hassio-sensors](https://github.com/plo53/adsb-hassio-sensors) to `1.1.2-1` that brings more aircraft sensors - see INFO and [their repo](https://github.com/plo53/adsb-hassio-sensors) for more
Expand Down
2 changes: 1 addition & 1 deletion adsb-multi-portal-feeder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=thomx/fr24feed-piaware:1.27.2
ARG BUILD_FROM=thomx/fr24feed-piaware:1.29.1
FROM $BUILD_FROM

ENV TZ=UTC
Expand Down
6 changes: 3 additions & 3 deletions adsb-multi-portal-feeder/build.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"build_from": {
"armv7": "thomx/fr24feed-piaware:1.27.2",
"aarch64": "thomx/fr24feed-piaware:1.27.2",
"amd64": "thomx/fr24feed-piaware:1.27.2"
"armv7": "thomx/fr24feed-piaware:1.29.1",
"aarch64": "thomx/fr24feed-piaware:1.29.1",
"amd64": "thomx/fr24feed-piaware:1.29.1"
}
}
6 changes: 5 additions & 1 deletion adsb-multi-portal-feeder/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ slug: adsb-multi-portal-feeder
url: https://github.com/MaxWinterstein/homeassistant-addons/
image: ghcr.io/maxwinterstein/homeassistant-adsb-multi-portal-feeder-{arch}
usb: true
version: 1.27.2.1
version: 1.29.1
arch:
- armv7
- aarch64
Expand Down Expand Up @@ -65,6 +65,7 @@ schema:
SERVICE_ENABLE_OPENSKY: bool?
SERVICE_ENABLE_ADSBFI: bool?
SERVICE_ENABLE_RADARBOX: bool?
SERVICE_ENABLE_ADSBHUB: bool?

# FlightAware (piaware)
PIAWARE_FEEDER_DASH_ID: str?
Expand Down Expand Up @@ -115,6 +116,9 @@ schema:
RADARBOX_INPUT_PORT: port?
RADARBOX_MLAT: bool?

# ADSBHub
ADSBHUB_CKEY: str?

# Dump1090 & Web UI
HTML_SITE_LAT: match([+-]?(([1-9][0-9]*)|(0))([.,][0-9]+)?|HOMEASSISTANT_LATITUDE)?
HTML_SITE_LON: match([+-]?(([1-9][0-9]*)|(0))([.,][0-9]+)?|HOMEASSISTANT_LONGITUDE)?
Expand Down