diff --git a/README.md b/README.md index 572e61ca..fa6ba419 100644 --- a/README.md +++ b/README.md @@ -885,10 +885,10 @@ SOFTWARE. [node-red-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [node-red-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [node-red-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-plex]: https://github.com/hassio-addons/addon-plex/tree/v2.6.0 -[addon-doc-plex]: https://github.com/hassio-addons/addon-plex/blob/v2.6.0/README.md +[addon-plex]: https://github.com/hassio-addons/addon-plex/tree/v2.6.1 +[addon-doc-plex]: https://github.com/hassio-addons/addon-plex/blob/v2.6.1/README.md [plex-issue]: https://github.com/hassio-addons/addon-plex/issues -[plex-version-shield]: https://img.shields.io/badge/version-v2.6.0-blue.svg +[plex-version-shield]: https://img.shields.io/badge/version-v2.6.1-blue.svg [plex-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [plex-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [plex-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg diff --git a/plex/CHANGELOG.md b/plex/CHANGELOG.md index 362502b6..6e276aa4 100644 --- a/plex/CHANGELOG.md +++ b/plex/CHANGELOG.md @@ -1,28 +1,18 @@ ## What’s changed -## ✨ New features - -- Add translation support @frenck (#90) - -## 🚀 Enhancements - -- Add note about DLNA support to docs, cleanup port 1900 @frenck (#81) - -## 🧰 Maintenance - -- Apply updated repository structure & CI workflow @frenck (#89) - ## 📚 Documentation -- Add note about DLNA support to docs, cleanup port 1900 @frenck (#81) +- Correct the link to CONTRIBUTING.md @dd32 (#101) ## ⬆️ Dependency updates -- ⬆️ Bump actions/cache from v2.1.4 to v2.1.5 @dependabot (#80) -- ⬆️ Bump brpaz/hadolint-action from v1.3.1 to v1.4.0 @dependabot (#82) -- Upgrades add-on base image to v6.2.0 @frenck (#83) -- ⬆️ Bump docker/setup-qemu-action from v1.0.2 to v1.1.0 @dependabot (#85) -- ⬆️ Bump docker/setup-buildx-action from v1.1.2 to v1.2.0 @dependabot (#86) -- ⬆️ Bump docker/login-action from v1.8.0 to v1.9.0 @dependabot (#87) -- ⬆️ Bump docker/setup-buildx-action from v1.2.0 to v1.3.0 @dependabot (#88) -- ⬆️ Upgrades Plex Media Server to 1.22.3.4392 @frenck (#91) +- ⬆️ Bump brpaz/hadolint-action from v1.4.0 to v1.5.0 @dependabot (#92) +- ⬆️ Bump frenck/action-addon-linter from 2 to 2.1 @dependabot (#93) +- ⬆️ Bump actions/stale from 3.0.18 to 3.0.19 @dependabot (#94) +- ⬆️ Bump frenck/action-addon-information from 1.0.0 to 1.1 @dependabot (#95) +- ⬆️ Bump micnncim/action-label-syncer from 1.2.0 to 1.3.0 @dependabot (#96) +- ⬆️ Bump docker/setup-qemu-action from 1.1.0 to 1.2.0 @dependabot (#98) +- ⬆️ Bump docker/build-push-action from 2.4.0 to 2.5.0 @dependabot (#97) +- ⬆️ Bump actions/cache from 2.1.5 to 2.1.6 @dependabot (#99) +- ⬆️ Bump frenck/action-addon-information from 1.1 to 1.2 @dependabot (#100) +- ⬆️ Upgrades Plex Media Server to 1.23.2.4656 @frenck (#102) diff --git a/plex/README.md b/plex/README.md index 5563672b..26077400 100644 --- a/plex/README.md +++ b/plex/README.md @@ -44,5 +44,5 @@ If you are more interested in stable releases of our add-ons: [patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/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-v2.6.0-blue.svg -[release]: https://github.com/hassio-addons/addon-plex/tree/v2.6.0 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-v2.6.1-blue.svg +[release]: https://github.com/hassio-addons/addon-plex/tree/v2.6.1 \ No newline at end of file diff --git a/plex/config.json b/plex/config.json index 8f424f9a..0fcf84eb 100644 --- a/plex/config.json +++ b/plex/config.json @@ -1,6 +1,6 @@ { "name": "Plex Media Server", - "version": "2.6.0", + "version": "2.6.1", "slug": "plex", "description": "Recorded media, live TV, online news, and podcasts ready to stream.", "url": "https://github.com/hassio-addons/addon-plex",