mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-20 19:48:11 +01:00
LSIO discontinued arm32v7
This commit is contained in:
@@ -1,12 +1,17 @@
|
||||
- Arm32v7 discontinued by linuxserver, latest working version pinned
|
||||
|
||||
### 3.0.10.1567-2 (19-03-2023)
|
||||
|
||||
- Minor bugs fixed
|
||||
- Corrected ingress bug https://github.com/alexbelgium/hassio-addons/issues/758
|
||||
|
||||
## 3.0.10.1567 (18-03-2023)
|
||||
|
||||
- Update to latest version from linuxserver/docker-sonarr
|
||||
- Implemented healthcheck
|
||||
|
||||
## 3.0.10.1566 (11-03-2023)
|
||||
|
||||
- Update to latest version from linuxserver/docker-sonarr
|
||||
- Add ingress_disabled option
|
||||
- Ingress addition
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
"build_from": {
|
||||
"aarch64": "lscr.io/linuxserver/sonarr:arm64v8-latest",
|
||||
"amd64": "lscr.io/linuxserver/sonarr:amd64-latest",
|
||||
"armv7": "lscr.io/linuxserver/sonarr:arm32v7-latest"
|
||||
"armv7": "lscr.io/linuxserver/sonarr:arm32v7-3.0.9.1549-ls173"
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user