mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-03-08 05:21:51 +00:00
[adsb-multi-portal-feeder] Update to 1.21.0
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
**Fix for memory issues on Home Assistant OS 10 is in progress, pls wait and see [#149](https://github.com/MaxWinterstein/homeassistant-addons/issues/149) for more**
|
||||
## [1.21.0] - 2023-04-27
|
||||
|
||||
- Remove my memory fix and update to `1.21.0` which includes it - see [their release notes](https://github.com/Thom-x/docker-fr24feed-piaware-dump1090/releases/tag/1.21.0) for more
|
||||
|
||||
## [1.20.3] - 2023-04-21
|
||||
|
||||
|
||||
@@ -18,9 +18,6 @@ COPY export-env-from-config.sh /export-env-from-config.sh
|
||||
RUN find /etc/s6-overlay/s6-rc.d/ -name script | xargs sed -i '1 a\source /export-env-from-config.sh'
|
||||
RUN find /etc/s6-overlay/s6-rc.d/ -name run | xargs sed -i '1 a\source /export-env-from-config.sh'
|
||||
|
||||
# Fix memory issue for e.g. HA OS 10 - see https://github.com/MaxWinterstein/homeassistant-addons/issues/149
|
||||
RUN sed -i '5 a\ ulimit -n 1048576' /etc/s6-overlay/s6-rc.d/http/run
|
||||
|
||||
ENV TZ=UTC
|
||||
|
||||
# Add the nice banner
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"build_from": {
|
||||
"armv7": "thomx/fr24feed-piaware:1.20.0",
|
||||
"aarch64": "thomx/fr24feed-piaware:1.20.0",
|
||||
"amd64": "thomx/fr24feed-piaware:1.20.0"
|
||||
"armv7": "thomx/fr24feed-piaware:1.21.0",
|
||||
"aarch64": "thomx/fr24feed-piaware:1.21.0",
|
||||
"amd64": "thomx/fr24feed-piaware:1.21.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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.20.3
|
||||
version: 1.21.0
|
||||
arch:
|
||||
- armv7
|
||||
- aarch64
|
||||
|
||||
Reference in New Issue
Block a user