mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Merge pull request #42 from petersendev/updates20200511
Updates20200511
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
## 0.3.0
|
||||
|
||||
- Update emby to 4.4.2.0 (linuxserver/emby:4.4.2.0-ls40)
|
||||
|
||||
## 0.2.0
|
||||
|
||||
- not a legacy addon anymore
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"build_from_template": {
|
||||
"image": "linuxserver/emby",
|
||||
"version": "4.3.1.0-ls31"
|
||||
"version": "4.4.2.0-ls40"
|
||||
},
|
||||
"build_from": {
|
||||
"armhf": "linuxserver/emby:arm32v7-4.3.1.0-ls31",
|
||||
"aarch64": "linuxserver/emby:arm64v8-4.3.1.0-ls31",
|
||||
"amd64": "linuxserver/emby:amd64-4.3.1.0-ls31"
|
||||
"armhf": "linuxserver/emby:arm32v7-4.4.2.0-ls40",
|
||||
"aarch64": "linuxserver/emby:arm64v8-4.4.2.0-ls40",
|
||||
"amd64": "linuxserver/emby:amd64-4.4.2.0-ls40"
|
||||
},
|
||||
"squash": false,
|
||||
"args": {}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "emby",
|
||||
"version": "0.2.0",
|
||||
"version": "0.3.0",
|
||||
"slug": "emby",
|
||||
"legacy": false,
|
||||
"maintenance": {
|
||||
@@ -38,4 +38,4 @@
|
||||
"TZ": "str?"
|
||||
},
|
||||
"image": "petersendev/hassio-emby-{arch}"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
## 0.15.0
|
||||
|
||||
- Update hydra2 to 2.19.6 (linuxserver/hydra2:v2.19.6-ls69)
|
||||
|
||||
## 0.14.0
|
||||
|
||||
- Update hydra2 to 2.14.2 (linuxserver/hydra2:v2.14.2-ls60)
|
||||
|
||||
## 0.13.0
|
||||
|
||||
- Update hydra2 to 2.14.1 (linuxserver/hydra2:v2.14.1-ls59)
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"build_from_template": {
|
||||
"image": "linuxserver/hydra2",
|
||||
"version": "v2.14.1-ls59"
|
||||
"version": "v2.19.6-ls69"
|
||||
},
|
||||
"build_from": {
|
||||
"armhf": "linuxserver/hydra2:arm32v7-v2.14.1-ls59",
|
||||
"aarch64": "linuxserver/hydra2:arm64v8-v2.14.1-ls59",
|
||||
"amd64": "linuxserver/hydra2:amd64-v2.14.1-ls59"
|
||||
"armhf": "linuxserver/hydra2:arm32v7-v2.19.6-ls69",
|
||||
"aarch64": "linuxserver/hydra2:arm64v8-v2.19.6-ls69",
|
||||
"amd64": "linuxserver/hydra2:amd64-v2.19.6-ls69"
|
||||
},
|
||||
"squash": false,
|
||||
"args": {}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "hydra2",
|
||||
"version": "0.13.0",
|
||||
"version": "0.15.0",
|
||||
"slug": "hydra2",
|
||||
"legacy": false,
|
||||
"maintenance": {
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
## 0.8.0
|
||||
|
||||
- Update jackett to 0.16.324 (linuxserver/jackett:v0.16.324-ls64)
|
||||
|
||||
## 0.7.0
|
||||
|
||||
- Update jackett to 0.14.79 (linuxserver/jackett:v0.14.79-ls56)
|
||||
|
||||
## 0.6.0
|
||||
|
||||
- Update jackett to 0.13.280 (linuxserver/jackett:v0.13.280-ls55)
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"build_from_template": {
|
||||
"image": "linuxserver/jackett",
|
||||
"version": "v0.13.280-ls55"
|
||||
"version": "v0.16.324-ls64"
|
||||
},
|
||||
"build_from": {
|
||||
"armhf": "linuxserver/jackett:arm32v7-v0.13.280-ls55",
|
||||
"aarch64": "linuxserver/jackett:arm64v8-v0.13.280-ls55",
|
||||
"amd64": "linuxserver/jackett:amd64-v0.13.280-ls55"
|
||||
"armhf": "linuxserver/jackett:arm32v7-v0.16.324-ls64",
|
||||
"aarch64": "linuxserver/jackett:arm64v8-v0.16.324-ls64",
|
||||
"amd64": "linuxserver/jackett:amd64-v0.16.324-ls64"
|
||||
},
|
||||
"squash": false,
|
||||
"args": {}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "jackett",
|
||||
"version": "0.6.0",
|
||||
"version": "0.8.0",
|
||||
"slug": "jackett",
|
||||
"legacy": false,
|
||||
"maintenance": {
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
## 0.5.0
|
||||
|
||||
- Update jellyfin to 10.5.5 (linuxserver/jellyfin:v10.5.5-ls52)
|
||||
|
||||
## 0.4.0
|
||||
|
||||
- Update jellyfin to 10.5.0 (linuxserver/jellyfin:v10.5.0-ls39)
|
||||
|
||||
## 0.3.0
|
||||
|
||||
- not a legacy addon anymore
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"build_from_template": {
|
||||
"image": "linuxserver/jellyfin",
|
||||
"version": "v10.4.3-ls36"
|
||||
"version": "v10.5.5-ls52"
|
||||
},
|
||||
"build_from": {
|
||||
"armhf": "linuxserver/jellyfin:arm32v7-v10.4.3-ls36",
|
||||
"aarch64": "linuxserver/jellyfin:arm64v8-v10.4.3-ls36",
|
||||
"amd64": "linuxserver/jellyfin:amd64-v10.4.3-ls36"
|
||||
"armhf": "linuxserver/jellyfin:arm32v7-v10.5.5-ls52",
|
||||
"aarch64": "linuxserver/jellyfin:arm64v8-v10.5.5-ls52",
|
||||
"amd64": "linuxserver/jellyfin:amd64-v10.5.5-ls52"
|
||||
},
|
||||
"squash": false,
|
||||
"args": {}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "jellyfin",
|
||||
"version": "0.3.0",
|
||||
"version": "0.5.0",
|
||||
"slug": "jellyfin",
|
||||
"legacy": false,
|
||||
"maintenance": {
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
## 0.4.0
|
||||
|
||||
- Update sonarr to 2.0.0.5344 (linuxserver/sonarr:2.0.0.5344-ls53)
|
||||
|
||||
## 0.3.0
|
||||
|
||||
- not a legacy addon anymore
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"build_from_template": {
|
||||
"image": "linuxserver/sonarr",
|
||||
"version": "2.0.0.5338-ls50"
|
||||
"version": "2.0.0.5344-ls53"
|
||||
},
|
||||
"build_from": {
|
||||
"armhf": "linuxserver/sonarr:arm32v7-2.0.0.5338-ls50",
|
||||
"aarch64": "linuxserver/sonarr:arm64v8-2.0.0.5338-ls50",
|
||||
"amd64": "linuxserver/sonarr:amd64-2.0.0.5338-ls50"
|
||||
"armhf": "linuxserver/sonarr:arm32v7-2.0.0.5344-ls53",
|
||||
"aarch64": "linuxserver/sonarr:arm64v8-2.0.0.5344-ls53",
|
||||
"amd64": "linuxserver/sonarr:amd64-2.0.0.5344-ls53"
|
||||
},
|
||||
"squash": false,
|
||||
"args": {}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "sonarr",
|
||||
"version": "0.3.0",
|
||||
"version": "0.4.0",
|
||||
"slug": "sonarr",
|
||||
"legacy": false,
|
||||
"maintenance": {
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
## 0.4.0
|
||||
|
||||
- Update transmission-openvpn to 2.12 (haugene/transmission-openvpn:2.12)
|
||||
|
||||
## 0.3.2
|
||||
|
||||
- not a legacy addon anymore
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"build_from_template": {
|
||||
"image": "haugene/transmission-openvpn",
|
||||
"version": "2.10"
|
||||
"version": "2.12"
|
||||
},
|
||||
"build_from": {
|
||||
"armhf": "haugene/transmission-openvpn:2.10-armhf",
|
||||
"aarch64": "haugene/transmission-openvpn:2.10-arm64",
|
||||
"amd64": "haugene/transmission-openvpn:2.10-alpine"
|
||||
"armhf": "haugene/transmission-openvpn:2.12-armhf",
|
||||
"aarch64": "haugene/transmission-openvpn:2.12-arm64",
|
||||
"amd64": "haugene/transmission-openvpn:2.12-alpine"
|
||||
},
|
||||
"squash": false,
|
||||
"args": {}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "transmission-openvpn",
|
||||
"version": "0.3.2",
|
||||
"version": "0.4.0",
|
||||
"slug": "transmission-openvpn",
|
||||
"legacy": false,
|
||||
"maintenance": {
|
||||
@@ -142,4 +142,4 @@
|
||||
"TRANSMISSION_HOME": "/share/transmission-openvpn/transmission-home"
|
||||
},
|
||||
"image": "petersendev/hassio-transmission-openvpn-{arch}"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
## 0.5.0
|
||||
|
||||
- Update znc to 1.8.0 (linuxserver/znc:znc-1.8.0-ls36)
|
||||
|
||||
## 0.4.0
|
||||
|
||||
- not a legacy addon anymore
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"build_from_template": {
|
||||
"image": "linuxserver/znc",
|
||||
"version": "znc-1.7.5-ls28"
|
||||
"version": "znc-1.8.0-ls36"
|
||||
},
|
||||
"build_from": {
|
||||
"armhf": "linuxserver/znc:arm32v7-znc-1.7.5-ls28",
|
||||
"aarch64": "linuxserver/znc:arm64v8-znc-1.7.5-ls28",
|
||||
"amd64": "linuxserver/znc:amd64-znc-1.7.5-ls28"
|
||||
"armhf": "linuxserver/znc:arm32v7-znc-1.8.0-ls36",
|
||||
"aarch64": "linuxserver/znc:arm64v8-znc-1.8.0-ls36",
|
||||
"amd64": "linuxserver/znc:amd64-znc-1.8.0-ls36"
|
||||
},
|
||||
"squash": false,
|
||||
"args": {}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "znc",
|
||||
"version": "0.4.0",
|
||||
"version": "0.5.0",
|
||||
"slug": "znc",
|
||||
"legacy": false,
|
||||
"maintenance": {
|
||||
|
||||
Reference in New Issue
Block a user