From 94ba3a8e37fa1b71471ec62e538d23a53768ab4a Mon Sep 17 00:00:00 2001 From: Arne Petersen Date: Sat, 14 Sep 2019 05:49:45 +0200 Subject: [PATCH 1/2] update hydra2 to 2.6.17 --- hydra2/CHANGELOG.md | 4 ++++ hydra2/Dockerfile | 2 +- hydra2/config.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/hydra2/CHANGELOG.md b/hydra2/CHANGELOG.md index 6095e3122..5d753ae90 100644 --- a/hydra2/CHANGELOG.md +++ b/hydra2/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.4.0 + + - Update hydra2 to 2.6.17 (linuxserver/hydra2:v2.6.17-ls37) + ## 0.3.0 - Update hydra2 to 2.6.14 (linuxserver/hydra2:v2.6.14-ls33) diff --git a/hydra2/Dockerfile b/hydra2/Dockerfile index a32d5f31e..517224fa2 100644 --- a/hydra2/Dockerfile +++ b/hydra2/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxserver/hydra2:v2.6.14-ls33 +FROM linuxserver/hydra2:v2.6.17-ls37 # use /data instead of /config for hass.io environment RUN sed -i "s|/config|/config/hydra2|g" /etc/services.d/nzbhydra2/run \ diff --git a/hydra2/config.json b/hydra2/config.json index 41ffbd770..e88703fe9 100644 --- a/hydra2/config.json +++ b/hydra2/config.json @@ -1,6 +1,6 @@ { "name": "hydra2", - "version": "0.3.0", + "version": "0.4.0", "slug": "hydra2", "legacy": true, "maintenance": { From 476b8ff5ad0bb2105c3a8840ad74a4a0c0de7fda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2019 03:53:29 +0000 Subject: [PATCH 2/2] Bump lodash from 4.17.11 to 4.17.15 in /.maintenance Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.15. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.15) Signed-off-by: dependabot[bot] --- .maintenance/yarn.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.maintenance/yarn.lock b/.maintenance/yarn.lock index 9c2b3fee3..893364249 100644 --- a/.maintenance/yarn.lock +++ b/.maintenance/yarn.lock @@ -402,8 +402,8 @@ locate-path@^3.0.0: path-exists "^3.0.0" lodash@^4.17.11: - version "4.17.11" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d" + version "4.17.15" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548" make-error@^1.1.1: version "1.3.5"