diff --git a/README.md b/README.md index 5ecbe3ba..ca1a6298 100644 --- a/README.md +++ b/README.md @@ -683,10 +683,10 @@ SOFTWARE. [pi-hole-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [pi-hole-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [pi-hole-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-plex]: https://github.com/hassio-addons/addon-plex/tree/v1.1.0 -[addon-doc-plex]: https://github.com/hassio-addons/addon-plex/blob/v1.1.0/README.md +[addon-plex]: https://github.com/hassio-addons/addon-plex/tree/v1.1.1 +[addon-doc-plex]: https://github.com/hassio-addons/addon-plex/blob/v1.1.1/README.md [plex-issue]: https://github.com/hassio-addons/addon-plex/issues -[plex-version-shield]: https://img.shields.io/badge/version-v1.1.0-blue.svg +[plex-version-shield]: https://img.shields.io/badge/version-v1.1.1-blue.svg [plex-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/plex-armhf.svg [plex-aarch64-shield]: https://img.shields.io/badge/aarch64-no-red.svg [plex-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/plex/CHANGELOG.md b/plex/CHANGELOG.md index 9d757950..c4cccd63 100644 --- a/plex/CHANGELOG.md +++ b/plex/CHANGELOG.md @@ -2,10 +2,7 @@ ### Changed -- Adds Hassio API security role -- Changed past to paste (#9) (@dayofdoom) -- Upgrades base image to v2.2.0 -- Removes support for arm64/aarch64 -- Upgrades Plex Media Server to 1.14.0.5470 +- Upgrades Plex Media Server to 1.14.1.5488 +- Limit supported machines (#10) (@HoppingMonk) -[changelog]: https://github.com/hassio-addons/addon-plex/compare/v1.0.1...v1.1.0 \ No newline at end of file +[changelog]: https://github.com/hassio-addons/addon-plex/compare/v1.1.0...v1.1.1 \ No newline at end of file diff --git a/plex/README.md b/plex/README.md index 75a7a685..4226f14c 100644 --- a/plex/README.md +++ b/plex/README.md @@ -40,12 +40,12 @@ If you are more interested in stable releases of our add-ons: [buymeacoffee]: https://www.buymeacoffee.com/frenck [discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord]: https://discord.me/hassioaddons -[docs]: https://github.com/hassio-addons/addon-plex/blob/v1.1.0/README.md +[docs]: https://github.com/hassio-addons/addon-plex/blob/v1.1.1/README.md [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum]: https://community.home-assistant.io/t/community-hass-io-add-on-plex-media-server/54383?u=frenck [maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg [patreon-shield]: https://www.frenck.nl/images/patreon.png [patreon]: https://www.patreon.com/frenck [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg -[release-shield]: https://img.shields.io/badge/version-v1.1.0-blue.svg -[release]: https://github.com/hassio-addons/addon-plex/tree/v1.1.0 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-v1.1.1-blue.svg +[release]: https://github.com/hassio-addons/addon-plex/tree/v1.1.1 \ No newline at end of file diff --git a/plex/config.json b/plex/config.json index 4477ccc5..cf79a1b7 100644 --- a/plex/config.json +++ b/plex/config.json @@ -1,6 +1,6 @@ { "name": "Plex Media Server", - "version": "1.1.0", + "version": "1.1.1", "slug": "plex", "description": "Recorded media, live TV, online news, and podcasts ready to stream.", "url": "https://community.home-assistant.io/t/community-hass-io-add-on-plex-media-server/54383?u=frenck", @@ -11,6 +11,19 @@ "armhf", "i386" ], + "machine": [ + "intel-nuc", + "qemux86", + "qemux86-64", + "qemuarm", + "qemuarm-64", + "raspberrypi2", + "raspberrypi3", + "raspberrypi3-64", + "tinker", + "odroid-c2", + "odroid-xu" + ], "map": [ "config:rw", "share:rw",