From a1682d003f69822e02730a36b04348772494d79d Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Date: Wed, 7 Apr 2021 22:33:57 +0500 Subject: [PATCH] Add changelog for plex/minio charts --- charts/minio/1.2.1/CHANGELOG.md | 1 + charts/plex/1.3.0/CHANGELOG.md | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 charts/minio/1.2.1/CHANGELOG.md create mode 100644 charts/plex/1.3.0/CHANGELOG.md diff --git a/charts/minio/1.2.1/CHANGELOG.md b/charts/minio/1.2.1/CHANGELOG.md new file mode 100644 index 0000000000..cdcbb90a82 --- /dev/null +++ b/charts/minio/1.2.1/CHANGELOG.md @@ -0,0 +1 @@ +* TLS Support added for Minio application. This lets users to use TrueNAS certificates with Minio Application. \ No newline at end of file diff --git a/charts/plex/1.3.0/CHANGELOG.md b/charts/plex/1.3.0/CHANGELOG.md new file mode 100644 index 0000000000..463b0e6a81 --- /dev/null +++ b/charts/plex/1.3.0/CHANGELOG.md @@ -0,0 +1,5 @@ +* Application liveness / readiness probes were updated addressing a bug where TrueNAS failed +to consider plex application as `Active` if it was configured to only use `HTTPS`. + +* Nvidia GPU support was properly added which ensures users having NVIDIA gpu can now consume it +for hardware acceleration.