diff --git a/plex/CHANGELOG.md b/plex/CHANGELOG.md index 93c8e4029f..863c956a12 100644 --- a/plex/CHANGELOG.md +++ b/plex/CHANGELOG.md @@ -1,3 +1,7 @@ + +## 1.43.3.10861.318 (2026-08-08) +- Update to latest version from linuxserver/docker-plex (changelog : https://github.com/linuxserver/docker-plex/releases) +- Upstream tag : 1.43.3.10861-07dfddaeb-ls318 ## 1.43.3.10828.316 (2026-08-01) - Version renamed from `1.43.3.10828-00f62d37d-ls316`, which Home Assistant could not order and therefore could not reliably offer as an update: every number of the previous version is kept, as a section of its own. The addon itself and the upstream version it tracks are unchanged diff --git a/plex/config.yaml b/plex/config.yaml index 222eea63e4..c99826b88b 100644 --- a/plex/config.yaml +++ b/plex/config.yaml @@ -175,6 +175,6 @@ slug: plex_nas udev: true url: https://github.com/alexbelgium/hassio-addons/tree/master/plex usb: true -version: "1.43.3.10828.316" +version: "1.43.3.10861.318" video: true webui: "[PROTO:ssl]://[HOST]:[PORT:32400]/web" diff --git a/plex/updater.json b/plex/updater.json index 269ba3b247..3e18907da2 100644 --- a/plex/updater.json +++ b/plex/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "2026-08-01", + "last_update": "2026-08-08", "repository": "alexbelgium/hassio-addons", "slug": "plex", "source": "github", "upstream_repo": "linuxserver/docker-plex", - "upstream_version": "1.43.3.10828-00f62d37d-ls316" + "upstream_version": "1.43.3.10861-07dfddaeb-ls318" }