From 1b4b419d37d3b4e4ab6b509fad5e42136b45c828 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Wed, 23 Jun 2021 13:41:32 -0400 Subject: [PATCH] Bot Updating Documentation --- images/docker-jellyfin.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/images/docker-jellyfin.md b/images/docker-jellyfin.md index 77aaa62ca6..472f6ce6bc 100644 --- a/images/docker-jellyfin.md +++ b/images/docker-jellyfin.md @@ -39,7 +39,7 @@ This image provides various versions that are available via tags. `latest` tag u | Tag | Description | | :----: | --- | | latest | Stable Jellyfin releases - Focal baseimage | -| bionic | Stable Jellyfin releases - Bionic baseimage | +| bionic | DEPRECATED, no longer updated - Stable Jellyfin releases - Bionic baseimage | | nightly | Nightly Jellyfin releases | ## Application Setup @@ -259,6 +259,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to ## Versions +* **23.06.21:** - Add log message if device permissions are incorrect. Pin jellyfin dependency versions to prevent upstream apt repo issues. Deprecate the `bionic` tag. * **21.05.21:** - Add nvidia.icd file to fix missing tonemapping using Nvidia HW. * **20.01.21:** - Add Jellyfin Binary Environmentals * **20.01.21:** - Deprecate `UMASK_SET` in favor of UMASK in baseimage, see above for more information.