From 794d01ccfb2c63a969e3a63d95b941c81296ca55 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Wed, 27 Apr 2022 09:59:59 +0000 Subject: [PATCH] Commit new App releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/plex/{9.0.15 => 9.0.16}/CHANGELOG.md | 18 +++++++++--------- stable/plex/{9.0.15 => 9.0.16}/CONFIG.md | 0 stable/plex/{9.0.15 => 9.0.16}/Chart.lock | 2 +- stable/plex/{9.0.15 => 9.0.16}/Chart.yaml | 2 +- stable/plex/{9.0.15 => 9.0.16}/README.md | 0 stable/plex/{9.0.15 => 9.0.16}/app-readme.md | 0 .../charts/common-9.3.2.tgz | Bin stable/plex/{9.0.15 => 9.0.16}/helm-values.md | 0 stable/plex/{9.0.15 => 9.0.16}/ix_values.yaml | 0 stable/plex/{9.0.15 => 9.0.16}/questions.yaml | 2 +- stable/plex/{9.0.15 => 9.0.16}/security.md | 4 ++-- .../{9.0.15 => 9.0.16}/templates/common.yaml | 0 stable/plex/{9.0.15 => 9.0.16}/values.yaml | 0 13 files changed, 14 insertions(+), 14 deletions(-) rename stable/plex/{9.0.15 => 9.0.16}/CHANGELOG.md (91%) rename stable/plex/{9.0.15 => 9.0.16}/CONFIG.md (100%) rename stable/plex/{9.0.15 => 9.0.16}/Chart.lock (80%) rename stable/plex/{9.0.15 => 9.0.16}/Chart.yaml (97%) rename stable/plex/{9.0.15 => 9.0.16}/README.md (100%) rename stable/plex/{9.0.15 => 9.0.16}/app-readme.md (100%) rename stable/plex/{9.0.15 => 9.0.16}/charts/common-9.3.2.tgz (100%) rename stable/plex/{9.0.15 => 9.0.16}/helm-values.md (100%) rename stable/plex/{9.0.15 => 9.0.16}/ix_values.yaml (100%) rename stable/plex/{9.0.15 => 9.0.16}/questions.yaml (99%) rename stable/plex/{9.0.15 => 9.0.16}/security.md (98%) rename stable/plex/{9.0.15 => 9.0.16}/templates/common.yaml (100%) rename stable/plex/{9.0.15 => 9.0.16}/values.yaml (100%) diff --git a/stable/plex/9.0.15/CHANGELOG.md b/stable/plex/9.0.16/CHANGELOG.md similarity index 91% rename from stable/plex/9.0.15/CHANGELOG.md rename to stable/plex/9.0.16/CHANGELOG.md index f3cb870996..a3c6c5e9f7 100644 --- a/stable/plex/9.0.15/CHANGELOG.md +++ b/stable/plex/9.0.16/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [plex-9.0.16](https://github.com/truecharts/apps/compare/plex-9.0.15...plex-9.0.16) (2022-04-27) + +#### Fix + +* Adjust the description ([#2575](https://github.com/truecharts/apps/issues/2575)) + + + ### [plex-9.0.15](https://github.com/truecharts/apps/compare/plex-9.0.14...plex-9.0.15) (2022-04-26) @@ -88,12 +97,3 @@ #### Chore -* update docker general non-major - - - - -### [plex-9.0.1](https://github.com/truecharts/apps/compare/plex-9.0.0...plex-9.0.1) (2022-03-07) - -#### Chore - diff --git a/stable/plex/9.0.15/CONFIG.md b/stable/plex/9.0.16/CONFIG.md similarity index 100% rename from stable/plex/9.0.15/CONFIG.md rename to stable/plex/9.0.16/CONFIG.md diff --git a/stable/plex/9.0.15/Chart.lock b/stable/plex/9.0.16/Chart.lock similarity index 80% rename from stable/plex/9.0.15/Chart.lock rename to stable/plex/9.0.16/Chart.lock index a77965dfab..ebdccb6460 100644 --- a/stable/plex/9.0.15/Chart.lock +++ b/stable/plex/9.0.16/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://library-charts.truecharts.org version: 9.3.2 digest: sha256:4514044d0d416a02c0029081a25943395114bcb29df51a2ede27d4257f71d412 -generated: "2022-04-26T19:53:46.490428963Z" +generated: "2022-04-27T09:52:11.28786525Z" diff --git a/stable/plex/9.0.15/Chart.yaml b/stable/plex/9.0.16/Chart.yaml similarity index 97% rename from stable/plex/9.0.15/Chart.yaml rename to stable/plex/9.0.16/Chart.yaml index 9cb2a1c99d..5521e4b24e 100644 --- a/stable/plex/9.0.15/Chart.yaml +++ b/stable/plex/9.0.16/Chart.yaml @@ -20,7 +20,7 @@ name: plex sources: - https://github.com/k8s-at-home/container-images/pkgs/container/plex type: application -version: 9.0.15 +version: 9.0.16 annotations: truecharts.org/catagories: | - media diff --git a/stable/plex/9.0.15/README.md b/stable/plex/9.0.16/README.md similarity index 100% rename from stable/plex/9.0.15/README.md rename to stable/plex/9.0.16/README.md diff --git a/stable/plex/9.0.15/app-readme.md b/stable/plex/9.0.16/app-readme.md similarity index 100% rename from stable/plex/9.0.15/app-readme.md rename to stable/plex/9.0.16/app-readme.md diff --git a/stable/plex/9.0.15/charts/common-9.3.2.tgz b/stable/plex/9.0.16/charts/common-9.3.2.tgz similarity index 100% rename from stable/plex/9.0.15/charts/common-9.3.2.tgz rename to stable/plex/9.0.16/charts/common-9.3.2.tgz diff --git a/stable/plex/9.0.15/helm-values.md b/stable/plex/9.0.16/helm-values.md similarity index 100% rename from stable/plex/9.0.15/helm-values.md rename to stable/plex/9.0.16/helm-values.md diff --git a/stable/plex/9.0.15/ix_values.yaml b/stable/plex/9.0.16/ix_values.yaml similarity index 100% rename from stable/plex/9.0.15/ix_values.yaml rename to stable/plex/9.0.16/ix_values.yaml diff --git a/stable/plex/9.0.15/questions.yaml b/stable/plex/9.0.16/questions.yaml similarity index 99% rename from stable/plex/9.0.15/questions.yaml rename to stable/plex/9.0.16/questions.yaml index bc788c9a7a..da6d5512bd 100644 --- a/stable/plex/9.0.15/questions.yaml +++ b/stable/plex/9.0.16/questions.yaml @@ -190,7 +190,7 @@ questions: default: "172.16.0.0/12,10.0.0.0/8,192.168.0.0/16" - variable: PLEX_CLAIM label: "Plex Claim Token" - description: "Claim token to use to register the plex server (Max. 4 minutes old!)" + description: "Claim token to use to register the plex server (Max. 4 minutes old!). You can obtain a claim token to login your server to your plex account by visiting https://www.plex.tv/claim." schema: type: string default: "" diff --git a/stable/plex/9.0.15/security.md b/stable/plex/9.0.16/security.md similarity index 98% rename from stable/plex/9.0.15/security.md rename to stable/plex/9.0.16/security.md index 41f93fc4d0..8f1680dc82 100644 --- a/stable/plex/9.0.15/security.md +++ b/stable/plex/9.0.16/security.md @@ -86,7 +86,7 @@ hide: | bash | CVE-2019-18276 | LOW | 5.0-6ubuntu1.1 | 5.0-6ubuntu1.2 |
Expand...http://packetstormsecurity.com/files/155498/Bash-5.0-Patch-11-Privilege-Escalation.html
https://access.redhat.com/security/cve/CVE-2019-18276
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-18276
https://github.com/bminor/bash/commit/951bdaad7a18cc0dc1036bba86b18b90874d39ff
https://linux.oracle.com/cve/CVE-2019-18276.html
https://linux.oracle.com/errata/ELSA-2021-1679.html
https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E
https://nvd.nist.gov/vuln/detail/CVE-2019-18276
https://security.gentoo.org/glsa/202105-34
https://security.netapp.com/advisory/ntap-20200430-0003/
https://ubuntu.com/security/notices/USN-5380-1
https://www.oracle.com/security-alerts/cpuapr2022.html
https://www.youtube.com/watch?v=-wGtxJ8opa8
| | coreutils | CVE-2016-2781 | LOW | 8.30-3ubuntu2 | |
Expand...http://seclists.org/oss-sec/2016/q1/452
http://www.openwall.com/lists/oss-security/2016/02/28/2
http://www.openwall.com/lists/oss-security/2016/02/28/3
https://access.redhat.com/security/cve/CVE-2016-2781
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-2781
https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E
https://lore.kernel.org/patchwork/patch/793178/
https://nvd.nist.gov/vuln/detail/CVE-2016-2781
| | e2fsprogs | CVE-2022-1304 | MEDIUM | 1.45.5-2ubuntu1 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-1304
https://bugzilla.redhat.com/show_bug.cgi?id=2069726
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1304
https://marc.info/?l=linux-ext4&m=165056234501732&w=2
https://nvd.nist.gov/vuln/detail/CVE-2022-1304
| -| gzip | CVE-2022-1271 | MEDIUM | 1.10-0ubuntu4 | 1.10-0ubuntu4.1 |
Expand...https://access.redhat.com/security/cve/CVE-2022-1271
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1271
https://lists.gnu.org/r/bug-gzip/2022-04/msg00011.html
https://ubuntu.com/security/notices/USN-5378-1
https://ubuntu.com/security/notices/USN-5378-2
https://ubuntu.com/security/notices/USN-5378-3
https://ubuntu.com/security/notices/USN-5378-4
https://www.openwall.com/lists/oss-security/2022/04/07/8
| +| gzip | CVE-2022-1271 | MEDIUM | 1.10-0ubuntu4 | 1.10-0ubuntu4.1 |
Expand...https://access.redhat.com/security/cve/CVE-2022-1271
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1271
https://linux.oracle.com/cve/CVE-2022-1271.html
https://linux.oracle.com/errata/ELSA-2022-1537.html
https://lists.gnu.org/r/bug-gzip/2022-04/msg00011.html
https://ubuntu.com/security/notices/USN-5378-1
https://ubuntu.com/security/notices/USN-5378-2
https://ubuntu.com/security/notices/USN-5378-3
https://ubuntu.com/security/notices/USN-5378-4
https://www.openwall.com/lists/oss-security/2022/04/07/8
| | libasn1-8-heimdal | CVE-2021-3671 | LOW | 7.7.0+dfsg-1ubuntu1 | |
Expand...https://access.redhat.com/security/cve/CVE-2021-3671
https://bugzilla.redhat.com/show_bug.cgi?id=2013080,
https://bugzilla.samba.org/show_bug.cgi?id=14770,
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3671
https://github.com/heimdal/heimdal/commit/04171147948d0a3636bc6374181926f0fb2ec83a
https://nvd.nist.gov/vuln/detail/CVE-2021-3671
https://ubuntu.com/security/notices/USN-5142-1
https://ubuntu.com/security/notices/USN-5174-1
| | libcom-err2 | CVE-2022-1304 | MEDIUM | 1.45.5-2ubuntu1 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-1304
https://bugzilla.redhat.com/show_bug.cgi?id=2069726
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1304
https://marc.info/?l=linux-ext4&m=165056234501732&w=2
https://nvd.nist.gov/vuln/detail/CVE-2022-1304
| | libext2fs2 | CVE-2022-1304 | MEDIUM | 1.45.5-2ubuntu1 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-1304
https://bugzilla.redhat.com/show_bug.cgi?id=2069726
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1304
https://marc.info/?l=linux-ext4&m=165056234501732&w=2
https://nvd.nist.gov/vuln/detail/CVE-2022-1304
| @@ -105,7 +105,7 @@ hide: | libkrb5-3 | CVE-2018-5709 | LOW | 1.17-6ubuntu4.1 | |
Expand...https://access.redhat.com/security/cve/CVE-2018-5709
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-5709
https://github.com/poojamnit/Kerberos-V5-1.16-Vulnerabilities/tree/master/Integer%20Overflow
https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E
| | libkrb5support0 | CVE-2021-36222 | MEDIUM | 1.17-6ubuntu4.1 | |
Expand...https://access.redhat.com/security/cve/CVE-2021-36222
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-36222
https://github.com/krb5/krb5/commit/fc98f520caefff2e5ee9a0026fdf5109944b3562
https://github.com/krb5/krb5/releases
https://linux.oracle.com/cve/CVE-2021-36222.html
https://linux.oracle.com/errata/ELSA-2021-3576.html
https://nvd.nist.gov/vuln/detail/CVE-2021-36222
https://security.netapp.com/advisory/ntap-20211022-0003/
https://security.netapp.com/advisory/ntap-20211104-0007/
https://web.mit.edu/kerberos/advisories/
https://www.debian.org/security/2021/dsa-4944
https://www.oracle.com/security-alerts/cpuoct2021.html
| | libkrb5support0 | CVE-2018-5709 | LOW | 1.17-6ubuntu4.1 | |
Expand...https://access.redhat.com/security/cve/CVE-2018-5709
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-5709
https://github.com/poojamnit/Kerberos-V5-1.16-Vulnerabilities/tree/master/Integer%20Overflow
https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E
| -| liblzma5 | CVE-2022-1271 | MEDIUM | 5.2.4-1ubuntu1 | 5.2.4-1ubuntu1.1 |
Expand...https://access.redhat.com/security/cve/CVE-2022-1271
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1271
https://lists.gnu.org/r/bug-gzip/2022-04/msg00011.html
https://ubuntu.com/security/notices/USN-5378-1
https://ubuntu.com/security/notices/USN-5378-2
https://ubuntu.com/security/notices/USN-5378-3
https://ubuntu.com/security/notices/USN-5378-4
https://www.openwall.com/lists/oss-security/2022/04/07/8
| +| liblzma5 | CVE-2022-1271 | MEDIUM | 5.2.4-1ubuntu1 | 5.2.4-1ubuntu1.1 |
Expand...https://access.redhat.com/security/cve/CVE-2022-1271
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1271
https://linux.oracle.com/cve/CVE-2022-1271.html
https://linux.oracle.com/errata/ELSA-2022-1537.html
https://lists.gnu.org/r/bug-gzip/2022-04/msg00011.html
https://ubuntu.com/security/notices/USN-5378-1
https://ubuntu.com/security/notices/USN-5378-2
https://ubuntu.com/security/notices/USN-5378-3
https://ubuntu.com/security/notices/USN-5378-4
https://www.openwall.com/lists/oss-security/2022/04/07/8
| | libpcre3 | CVE-2017-11164 | LOW | 2:8.39-12build1 | |
Expand...http://openwall.com/lists/oss-security/2017/07/11/3
http://www.securityfocus.com/bid/99575
https://access.redhat.com/security/cve/CVE-2017-11164
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-11164
https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E
| | libpcre3 | CVE-2019-20838 | LOW | 2:8.39-12build1 | |
Expand...http://seclists.org/fulldisclosure/2020/Dec/32
http://seclists.org/fulldisclosure/2021/Feb/14
https://access.redhat.com/security/cve/CVE-2019-20838
https://bugs.gentoo.org/717920
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-20838
https://linux.oracle.com/cve/CVE-2019-20838.html
https://linux.oracle.com/errata/ELSA-2021-4373.html
https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E
https://nvd.nist.gov/vuln/detail/CVE-2019-20838
https://support.apple.com/kb/HT211931
https://support.apple.com/kb/HT212147
https://www.pcre.org/original/changelog.txt
| | libpcre3 | CVE-2020-14155 | LOW | 2:8.39-12build1 | |
Expand...http://seclists.org/fulldisclosure/2020/Dec/32
http://seclists.org/fulldisclosure/2021/Feb/14
https://about.gitlab.com/releases/2020/07/01/security-release-13-1-2-release/
https://access.redhat.com/security/cve/CVE-2020-14155
https://bugs.gentoo.org/717920
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14155
https://linux.oracle.com/cve/CVE-2020-14155.html
https://linux.oracle.com/errata/ELSA-2021-4373.html
https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E
https://nvd.nist.gov/vuln/detail/CVE-2020-14155
https://support.apple.com/kb/HT211931
https://support.apple.com/kb/HT212147
https://www.oracle.com/security-alerts/cpuapr2022.html
https://www.pcre.org/original/changelog.txt
| diff --git a/stable/plex/9.0.15/templates/common.yaml b/stable/plex/9.0.16/templates/common.yaml similarity index 100% rename from stable/plex/9.0.15/templates/common.yaml rename to stable/plex/9.0.16/templates/common.yaml diff --git a/stable/plex/9.0.15/values.yaml b/stable/plex/9.0.16/values.yaml similarity index 100% rename from stable/plex/9.0.15/values.yaml rename to stable/plex/9.0.16/values.yaml