diff --git a/hyperion/CHANGELOG.md b/hyperion/CHANGELOG.md new file mode 100644 index 000000000..8bbc5e127 --- /dev/null +++ b/hyperion/CHANGELOG.md @@ -0,0 +1,3 @@ +## 0.2.0 + + - Update hyperion to 2.0.0-alpha.7 (2.0.0-alpha.7) diff --git a/hyperion/Dockerfile b/hyperion/Dockerfile index f17a28a99..25fc6e0ba 100644 --- a/hyperion/Dockerfile +++ b/hyperion/Dockerfile @@ -12,7 +12,7 @@ RUN apt-get update \ && apt-get install -y --no-install-recommends \ libjpeg62-turbo=1:1.5.2-2+b1 \ libavahi-compat-libdnssd1=0.7-4+b1 \ - libdbus-1-3=1.12.16-1 \ + libdbus-1-3=1.12.20-0+deb10u1 \ libqt5sql5=5.11.3+dfsg1-1+deb10u3 \ libqt5serialport5=5.11.3-2 \ libqt5network5=5.11.3+dfsg1-1+deb10u3 \ diff --git a/hyperion/build.json b/hyperion/build.json index ffdd1d247..431131b77 100644 --- a/hyperion/build.json +++ b/hyperion/build.json @@ -6,6 +6,6 @@ }, "squash": false, "args": { - "RELEASE": "2.0.0-alpha.6" + "RELEASE": "2.0.0-alpha.7" } } diff --git a/hyperion/config.json b/hyperion/config.json index 17b0ef9c7..69c2b5aa2 100644 --- a/hyperion/config.json +++ b/hyperion/config.json @@ -1,6 +1,6 @@ { "name": "hyperion", - "version": "0.1.0", + "version": "0.2.0", "slug": "hyperion", "legacy": false, "maintenance": { @@ -36,9 +36,7 @@ ], "webui": "http://[HOST]:[PORT:8090]", "boot": "auto", - "options": { - }, - "schema": { - }, + "options": {}, + "schema": {}, "image": "petersendev/hassio-hyperion-{arch}" -} \ No newline at end of file +} diff --git a/jackett/CHANGELOG.md b/jackett/CHANGELOG.md index ad30d8edd..8d95e286d 100644 --- a/jackett/CHANGELOG.md +++ b/jackett/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.11.0 + + - Update jackett to 0.16.938 (linuxserver/jackett:v0.16.938-ls13) + ## 0.10.0 - Update jackett to 0.16.800 (linuxserver/jackett:v0.16.800-ls8) diff --git a/jackett/build.json b/jackett/build.json index a282854f0..b79c7b6df 100644 --- a/jackett/build.json +++ b/jackett/build.json @@ -1,12 +1,12 @@ { "build_from_template": { "image": "linuxserver/jackett", - "version": "v0.16.800-ls8" + "version": "v0.16.938-ls13" }, "build_from": { - "armhf": "linuxserver/jackett:arm32v7-v0.16.800-ls8", - "aarch64": "linuxserver/jackett:arm64v8-v0.16.800-ls8", - "amd64": "linuxserver/jackett:amd64-v0.16.800-ls8" + "armhf": "linuxserver/jackett:arm32v7-v0.16.938-ls13", + "aarch64": "linuxserver/jackett:arm64v8-v0.16.938-ls13", + "amd64": "linuxserver/jackett:amd64-v0.16.938-ls13" }, "squash": false, "args": {} diff --git a/jackett/config.json b/jackett/config.json index 8b86bd2cf..f4bc70c11 100644 --- a/jackett/config.json +++ b/jackett/config.json @@ -1,6 +1,6 @@ { "name": "jackett", - "version": "0.10.0", + "version": "0.11.0", "slug": "jackett", "legacy": false, "maintenance": {