Merge pull request #30 from petersendev/upgrades20200130

This commit is contained in:
Arne Petersen
2020-01-30 08:32:59 +01:00
committed by GitHub
6 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
## 0.10.0
- Update hydra2 to 2.12.4 (linuxserver/hydra2:v2.12.4-ls55)
## 0.9.1
- set snapshot_exclude

View File

@@ -1,4 +1,4 @@
FROM linuxserver/hydra2:v2.11.2-ls53
FROM linuxserver/hydra2:v2.12.4-ls55
# use /data instead of /config for hass.io environment
RUN sed -i "s|/config|/config/hydra2|g" /etc/services.d/nzbhydra2/run \

View File

@@ -1,6 +1,6 @@
{
"name": "hydra2",
"version": "0.9.1",
"version": "0.10.0",
"slug": "hydra2",
"legacy": true,
"maintenance": {

View File

@@ -1,3 +1,7 @@
## 0.2.0
- Update jackett to 0.12.1638 (linuxserver/jackett:v0.12.1638-ls51)
## 0.1.0
- jackett 0.12.1635 (linuxserver/jackett:v0.12.1635-ls51)

View File

@@ -1,4 +1,4 @@
FROM linuxserver/jackett:v0.12.1635-ls51
FROM linuxserver/jackett:v0.12.1638-ls51
# use /data instead of /config for hass.io environment
RUN sed -i "s|/config|/config/jackett|g" /etc/cont-init.d/30-config

View File

@@ -1,6 +1,6 @@
{
"name": "jackett",
"version": "0.1.0",
"version": "0.2.0",
"slug": "jackett",
"legacy": true,
"maintenance": {