Merge pull request #20 from petersendev/hydra2-2.8.4

upgrade hydra2 to 2.8.4
This commit is contained in:
Arne Petersen
2019-11-17 00:02:22 +01:00
committed by GitHub
4 changed files with 11 additions and 2 deletions

View File

@@ -24,6 +24,11 @@ async function run(opts: { patch: boolean })
let updated = false; let updated = false;
for (const addon of dirs) for (const addon of dirs)
{ {
if(addon === "tmp")
{
continue;
}
if (!first) if (!first)
{ {
console.log(chalk.gray("=============================================================")); console.log(chalk.gray("============================================================="));

View File

@@ -1,3 +1,7 @@
## 0.6.0
- Update hydra2 to 2.8.4 (linuxserver/hydra2:v2.8.4-ls43)
## 0.5.0 ## 0.5.0
- Update hydra2 to 2.8.1 (linuxserver/hydra2:v2.8.1-ls42) - Update hydra2 to 2.8.1 (linuxserver/hydra2:v2.8.1-ls42)

View File

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

View File

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