From c2abc1803cabb94a4d800baf8f26d9ad2f3f6d18 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Mon, 14 Mar 2022 20:02:59 +0000 Subject: [PATCH] Commit new App releases for TrueCharts Signed-off-by: TrueCharts-Bot --- incubator/lanraragi/{0.0.2 => 0.0.3}/CHANGELOG.md | 9 +++++++++ incubator/lanraragi/{0.0.2 => 0.0.3}/CONFIG.md | 0 incubator/lanraragi/{0.0.2 => 0.0.3}/Chart.lock | 2 +- incubator/lanraragi/{0.0.2 => 0.0.3}/Chart.yaml | 4 ++-- incubator/lanraragi/{0.0.2 => 0.0.3}/README.md | 0 incubator/lanraragi/{0.0.2 => 0.0.3}/app-readme.md | 0 .../{0.0.2 => 0.0.3}/charts/common-9.1.2.tgz | Bin incubator/lanraragi/{0.0.2 => 0.0.3}/helm-values.md | 2 +- incubator/lanraragi/{0.0.2 => 0.0.3}/ix_values.yaml | 2 +- incubator/lanraragi/{0.0.2 => 0.0.3}/questions.yaml | 0 incubator/lanraragi/{0.0.2 => 0.0.3}/security.md | 10 +++++----- .../{0.0.2 => 0.0.3}/templates/common.yaml | 0 incubator/lanraragi/{0.0.2 => 0.0.3}/values.yaml | 0 13 files changed, 19 insertions(+), 10 deletions(-) rename incubator/lanraragi/{0.0.2 => 0.0.3}/CHANGELOG.md (63%) rename incubator/lanraragi/{0.0.2 => 0.0.3}/CONFIG.md (100%) rename incubator/lanraragi/{0.0.2 => 0.0.3}/Chart.lock (78%) rename incubator/lanraragi/{0.0.2 => 0.0.3}/Chart.yaml (95%) rename incubator/lanraragi/{0.0.2 => 0.0.3}/README.md (100%) rename incubator/lanraragi/{0.0.2 => 0.0.3}/app-readme.md (100%) rename incubator/lanraragi/{0.0.2 => 0.0.3}/charts/common-9.1.2.tgz (100%) rename incubator/lanraragi/{0.0.2 => 0.0.3}/helm-values.md (93%) rename incubator/lanraragi/{0.0.2 => 0.0.3}/ix_values.yaml (86%) rename incubator/lanraragi/{0.0.2 => 0.0.3}/questions.yaml (100%) rename incubator/lanraragi/{0.0.2 => 0.0.3}/security.md (99%) rename incubator/lanraragi/{0.0.2 => 0.0.3}/templates/common.yaml (100%) rename incubator/lanraragi/{0.0.2 => 0.0.3}/values.yaml (100%) diff --git a/incubator/lanraragi/0.0.2/CHANGELOG.md b/incubator/lanraragi/0.0.3/CHANGELOG.md similarity index 63% rename from incubator/lanraragi/0.0.2/CHANGELOG.md rename to incubator/lanraragi/0.0.3/CHANGELOG.md index 4e98241241..1b08279e8e 100644 --- a/incubator/lanraragi/0.0.2/CHANGELOG.md +++ b/incubator/lanraragi/0.0.3/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [lanraragi-0.0.3](https://github.com/truecharts/apps/compare/lanraragi-0.0.2...lanraragi-0.0.3) (2022-03-14) + +#### Fix + +* update image tag ([#2165](https://github.com/truecharts/apps/issues/2165)) + + + ### [lanraragi-0.0.2](https://github.com/truecharts/apps/compare/lanraragi-5.0.1...lanraragi-0.0.2) (2022-03-14) diff --git a/incubator/lanraragi/0.0.2/CONFIG.md b/incubator/lanraragi/0.0.3/CONFIG.md similarity index 100% rename from incubator/lanraragi/0.0.2/CONFIG.md rename to incubator/lanraragi/0.0.3/CONFIG.md diff --git a/incubator/lanraragi/0.0.2/Chart.lock b/incubator/lanraragi/0.0.3/Chart.lock similarity index 78% rename from incubator/lanraragi/0.0.2/Chart.lock rename to incubator/lanraragi/0.0.3/Chart.lock index 19b02d88ba..b0e84ff373 100644 --- a/incubator/lanraragi/0.0.2/Chart.lock +++ b/incubator/lanraragi/0.0.3/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 9.1.2 digest: sha256:c31f80d9a593b307274ae84096234c1928a407d3899cf5b173eac54118901f24 -generated: "2022-03-14T15:48:24.525713851Z" +generated: "2022-03-14T19:55:51.684315597Z" diff --git a/incubator/lanraragi/0.0.2/Chart.yaml b/incubator/lanraragi/0.0.3/Chart.yaml similarity index 95% rename from incubator/lanraragi/0.0.2/Chart.yaml rename to incubator/lanraragi/0.0.3/Chart.yaml index 50709415dd..e23fd954e5 100644 --- a/incubator/lanraragi/0.0.2/Chart.yaml +++ b/incubator/lanraragi/0.0.3/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: ".0.8.4" +appVersion: "0.8.4" dependencies: - name: common repository: https://truecharts.org @@ -21,7 +21,7 @@ sources: - https://github.com/Difegue/LANraragi - https://hub.docker.com/r/difegue/lanraragi - https://sugoi.gitbook.io/lanraragi/ -version: 0.0.2 +version: 0.0.3 annotations: truecharts.org/catagories: | - media diff --git a/incubator/lanraragi/0.0.2/README.md b/incubator/lanraragi/0.0.3/README.md similarity index 100% rename from incubator/lanraragi/0.0.2/README.md rename to incubator/lanraragi/0.0.3/README.md diff --git a/incubator/lanraragi/0.0.2/app-readme.md b/incubator/lanraragi/0.0.3/app-readme.md similarity index 100% rename from incubator/lanraragi/0.0.2/app-readme.md rename to incubator/lanraragi/0.0.3/app-readme.md diff --git a/incubator/lanraragi/0.0.2/charts/common-9.1.2.tgz b/incubator/lanraragi/0.0.3/charts/common-9.1.2.tgz similarity index 100% rename from incubator/lanraragi/0.0.2/charts/common-9.1.2.tgz rename to incubator/lanraragi/0.0.3/charts/common-9.1.2.tgz diff --git a/incubator/lanraragi/0.0.2/helm-values.md b/incubator/lanraragi/0.0.3/helm-values.md similarity index 93% rename from incubator/lanraragi/0.0.2/helm-values.md rename to incubator/lanraragi/0.0.3/helm-values.md index 35bc720491..1533f44720 100644 --- a/incubator/lanraragi/0.0.2/helm-values.md +++ b/incubator/lanraragi/0.0.3/helm-values.md @@ -15,7 +15,7 @@ You will, however, be able to use all values referenced in the common chart here | env.LRR_UID | string | `"{{ .Values.security.PUID }}"` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"tccr.io/truecharts/lanraragi"` | | -| image.tag | string | `"v.0.8.4@sha256:e41603c23afbb27544cdef8cf30f4e568eb499bd3221f81953e6cd60c469ab25"` | | +| image.tag | string | `"v0.8.4@sha256:b9af21eae127e581758bf2038e82d0a00b20d3199f550ccfb2d5b130fa9b375c"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/home/koyomi/lanraragi/database"` | | | persistence.content.enabled | bool | `true` | | diff --git a/incubator/lanraragi/0.0.2/ix_values.yaml b/incubator/lanraragi/0.0.3/ix_values.yaml similarity index 86% rename from incubator/lanraragi/0.0.2/ix_values.yaml rename to incubator/lanraragi/0.0.3/ix_values.yaml index 7369d5455c..c3fdb8ea76 100644 --- a/incubator/lanraragi/0.0.2/ix_values.yaml +++ b/incubator/lanraragi/0.0.3/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/lanraragi - tag: v.0.8.4@sha256:e41603c23afbb27544cdef8cf30f4e568eb499bd3221f81953e6cd60c469ab25 + tag: v0.8.4@sha256:b9af21eae127e581758bf2038e82d0a00b20d3199f550ccfb2d5b130fa9b375c pullPolicy: IfNotPresent securityContext: diff --git a/incubator/lanraragi/0.0.2/questions.yaml b/incubator/lanraragi/0.0.3/questions.yaml similarity index 100% rename from incubator/lanraragi/0.0.2/questions.yaml rename to incubator/lanraragi/0.0.3/questions.yaml diff --git a/incubator/lanraragi/0.0.2/security.md b/incubator/lanraragi/0.0.3/security.md similarity index 99% rename from incubator/lanraragi/0.0.2/security.md rename to incubator/lanraragi/0.0.3/security.md index ed5ac225e6..5ed0dceb7e 100644 --- a/incubator/lanraragi/0.0.2/security.md +++ b/incubator/lanraragi/0.0.3/security.md @@ -46,7 +46,7 @@ hide: tccr.io/truecharts/alpine:v3.14.2@sha256:4095394abbae907e94b1f2fd2e2de6c4f201a5b9704573243ca8eb16db8cdb7c tccr.io/truecharts/alpine:v3.14.2@sha256:4095394abbae907e94b1f2fd2e2de6c4f201a5b9704573243ca8eb16db8cdb7c - tccr.io/truecharts/lanraragi:v.0.8.4@sha256:e41603c23afbb27544cdef8cf30f4e568eb499bd3221f81953e6cd60c469ab25 + tccr.io/truecharts/lanraragi:v0.8.4@sha256:b9af21eae127e581758bf2038e82d0a00b20d3199f550ccfb2d5b130fa9b375c ##### Scan Results @@ -115,7 +115,7 @@ hide: | ssl_client | CVE-2021-42375 | MEDIUM | 1.33.1-r3 | 1.33.1-r5 |
Expand...https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/
https://security.netapp.com/advisory/ntap-20211223-0002/
| -#### Container: tccr.io/truecharts/lanraragi:v.0.8.4@sha256:e41603c23afbb27544cdef8cf30f4e568eb499bd3221f81953e6cd60c469ab25 (alpine 3.12.9) +#### Container: tccr.io/truecharts/lanraragi:v0.8.4@sha256:b9af21eae127e581758bf2038e82d0a00b20d3199f550ccfb2d5b130fa9b375c (alpine 3.12.9) **alpine** @@ -128,9 +128,9 @@ hide: | expat | CVE-2022-22824 | CRITICAL | 2.2.9-r1 | 2.2.10-r0 |
Expand...http://www.openwall.com/lists/oss-security/2022/01/17/3
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22824
https://github.com/libexpat/libexpat/pull/539
https://ubuntu.com/security/notices/USN-5288-1
https://www.debian.org/security/2022/dsa-5073
https://www.tenable.com/security/tns-2022-05
| | expat | CVE-2022-23852 | CRITICAL | 2.2.9-r1 | 2.2.10-r1 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23852
https://github.com/libexpat/libexpat/pull/550
https://lists.debian.org/debian-lts-announce/2022/03/msg00007.html
https://security.netapp.com/advisory/ntap-20220217-0001/
https://ubuntu.com/security/notices/USN-5288-1
https://www.debian.org/security/2022/dsa-5073
https://www.tenable.com/security/tns-2022-05
| | expat | CVE-2022-23990 | CRITICAL | 2.2.9-r1 | 2.2.10-r1 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23990
https://github.com/libexpat/libexpat/pull/551
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/34NXVL2RZC2YZRV74ZQ3RNFB7WCEUP7D/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/R7FF2UH7MPXKTADYSJUAHI2Y5UHBSHUH/
https://ubuntu.com/security/notices/USN-5288-1
https://www.debian.org/security/2022/dsa-5073
https://www.tenable.com/security/tns-2022-05
| -| expat | CVE-2022-25235 | CRITICAL | 2.2.9-r1 | 2.2.10-r2 |
Expand...http://www.openwall.com/lists/oss-security/2022/02/19/1
https://blog.hartwork.org/posts/expat-2-4-5-released/
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25235
https://github.com/libexpat/libexpat/pull/562
https://github.com/libexpat/libexpat/pull/562/commits/367ae600b48d74261bbc339b17e9318424049791 (fix)
https://github.com/libexpat/libexpat/pull/562/commits/97cfdc3fa7dca759880d81e371901f4620279106 (tests)
https://linux.oracle.com/cve/CVE-2022-25235.html
https://linux.oracle.com/errata/ELSA-2022-0824.html
https://lists.debian.org/debian-lts-announce/2022/03/msg00007.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/3UFRBA3UQVIQKXTBUQXDWQOVWNBKLERU/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Y27XO3JMKAOMQZVPS3B4MJGEAHCZF5OM/
https://security.netapp.com/advisory/ntap-20220303-0008/
https://ubuntu.com/security/notices/USN-5288-1
https://www.debian.org/security/2022/dsa-5085
| -| expat | CVE-2022-25236 | CRITICAL | 2.2.9-r1 | 2.2.10-r2 |
Expand...http://www.openwall.com/lists/oss-security/2022/02/19/1
https://blog.hartwork.org/posts/expat-2-4-5-released/
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25236
https://github.com/libexpat/libexpat/pull/561
https://github.com/libexpat/libexpat/pull/561/commits/2de077423fb22750ebea599677d523b53cb93b1d (test)
https://github.com/libexpat/libexpat/pull/561/commits/a2fe525e660badd64b6c557c2b1ec26ddc07f6e4 (fix)
https://github.com/libexpat/libexpat/pull/577
https://linux.oracle.com/cve/CVE-2022-25236.html
https://linux.oracle.com/errata/ELSA-2022-0824.html
https://lists.debian.org/debian-lts-announce/2022/03/msg00007.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/3UFRBA3UQVIQKXTBUQXDWQOVWNBKLERU/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Y27XO3JMKAOMQZVPS3B4MJGEAHCZF5OM/
https://security.netapp.com/advisory/ntap-20220303-0008/
https://ubuntu.com/security/notices/USN-5288-1
https://www.debian.org/security/2022/dsa-5085
| -| expat | CVE-2022-25315 | CRITICAL | 2.2.9-r1 | 2.2.10-r2 |
Expand...http://www.openwall.com/lists/oss-security/2022/02/19/1
https://blog.hartwork.org/posts/expat-2-4-5-released/
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25315
https://github.com/libexpat/libexpat/pull/559
https://linux.oracle.com/cve/CVE-2022-25315.html
https://linux.oracle.com/errata/ELSA-2022-0824.html
https://lists.debian.org/debian-lts-announce/2022/03/msg00007.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/3UFRBA3UQVIQKXTBUQXDWQOVWNBKLERU/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Y27XO3JMKAOMQZVPS3B4MJGEAHCZF5OM/
https://security.netapp.com/advisory/ntap-20220303-0008/
https://ubuntu.com/security/notices/USN-5320-1
https://www.debian.org/security/2022/dsa-5085
| +| expat | CVE-2022-25235 | CRITICAL | 2.2.9-r1 | 2.2.10-r2 |
Expand...http://www.openwall.com/lists/oss-security/2022/02/19/1
https://blog.hartwork.org/posts/expat-2-4-5-released/
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25235
https://github.com/libexpat/libexpat/pull/562
https://github.com/libexpat/libexpat/pull/562/commits/367ae600b48d74261bbc339b17e9318424049791 (fix)
https://github.com/libexpat/libexpat/pull/562/commits/97cfdc3fa7dca759880d81e371901f4620279106 (tests)
https://linux.oracle.com/cve/CVE-2022-25235.html
https://linux.oracle.com/errata/ELSA-2022-0850.html
https://lists.debian.org/debian-lts-announce/2022/03/msg00007.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/3UFRBA3UQVIQKXTBUQXDWQOVWNBKLERU/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Y27XO3JMKAOMQZVPS3B4MJGEAHCZF5OM/
https://security.netapp.com/advisory/ntap-20220303-0008/
https://ubuntu.com/security/notices/USN-5288-1
https://www.debian.org/security/2022/dsa-5085
| +| expat | CVE-2022-25236 | CRITICAL | 2.2.9-r1 | 2.2.10-r2 |
Expand...http://www.openwall.com/lists/oss-security/2022/02/19/1
https://blog.hartwork.org/posts/expat-2-4-5-released/
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25236
https://github.com/libexpat/libexpat/pull/561
https://github.com/libexpat/libexpat/pull/561/commits/2de077423fb22750ebea599677d523b53cb93b1d (test)
https://github.com/libexpat/libexpat/pull/561/commits/a2fe525e660badd64b6c557c2b1ec26ddc07f6e4 (fix)
https://github.com/libexpat/libexpat/pull/577
https://linux.oracle.com/cve/CVE-2022-25236.html
https://linux.oracle.com/errata/ELSA-2022-0850.html
https://lists.debian.org/debian-lts-announce/2022/03/msg00007.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/3UFRBA3UQVIQKXTBUQXDWQOVWNBKLERU/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Y27XO3JMKAOMQZVPS3B4MJGEAHCZF5OM/
https://security.netapp.com/advisory/ntap-20220303-0008/
https://ubuntu.com/security/notices/USN-5288-1
https://www.debian.org/security/2022/dsa-5085
| +| expat | CVE-2022-25315 | CRITICAL | 2.2.9-r1 | 2.2.10-r2 |
Expand...http://www.openwall.com/lists/oss-security/2022/02/19/1
https://blog.hartwork.org/posts/expat-2-4-5-released/
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25315
https://github.com/libexpat/libexpat/pull/559
https://linux.oracle.com/cve/CVE-2022-25315.html
https://linux.oracle.com/errata/ELSA-2022-0850.html
https://lists.debian.org/debian-lts-announce/2022/03/msg00007.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/3UFRBA3UQVIQKXTBUQXDWQOVWNBKLERU/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Y27XO3JMKAOMQZVPS3B4MJGEAHCZF5OM/
https://security.netapp.com/advisory/ntap-20220303-0008/
https://ubuntu.com/security/notices/USN-5320-1
https://www.debian.org/security/2022/dsa-5085
| | expat | CVE-2021-45960 | HIGH | 2.2.9-r1 | 2.2.10-r0 |
Expand...http://www.openwall.com/lists/oss-security/2022/01/17/3
https://bugzilla.mozilla.org/show_bug.cgi?id=1217609
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45960
https://github.com/libexpat/libexpat/issues/531
https://github.com/libexpat/libexpat/pull/534
https://github.com/libexpat/libexpat/pull/534/commits/0adcb34c49bee5b19bd29b16a578c510c23597ea
https://security.netapp.com/advisory/ntap-20220121-0004/
https://ubuntu.com/security/notices/USN-5288-1
https://www.debian.org/security/2022/dsa-5073
https://www.tenable.com/security/tns-2022-05
| | expat | CVE-2021-46143 | HIGH | 2.2.9-r1 | 2.2.10-r0 |
Expand...http://www.openwall.com/lists/oss-security/2022/01/17/3
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-46143
https://github.com/libexpat/libexpat/issues/532
https://github.com/libexpat/libexpat/pull/538
https://security.netapp.com/advisory/ntap-20220121-0006/
https://ubuntu.com/security/notices/USN-5288-1
https://www.debian.org/security/2022/dsa-5073
https://www.tenable.com/security/tns-2022-05
| | expat | CVE-2022-22825 | HIGH | 2.2.9-r1 | 2.2.10-r0 |
Expand...http://www.openwall.com/lists/oss-security/2022/01/17/3
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22825
https://github.com/libexpat/libexpat/pull/539
https://ubuntu.com/security/notices/USN-5288-1
https://www.debian.org/security/2022/dsa-5073
https://www.tenable.com/security/tns-2022-05
| diff --git a/incubator/lanraragi/0.0.2/templates/common.yaml b/incubator/lanraragi/0.0.3/templates/common.yaml similarity index 100% rename from incubator/lanraragi/0.0.2/templates/common.yaml rename to incubator/lanraragi/0.0.3/templates/common.yaml diff --git a/incubator/lanraragi/0.0.2/values.yaml b/incubator/lanraragi/0.0.3/values.yaml similarity index 100% rename from incubator/lanraragi/0.0.2/values.yaml rename to incubator/lanraragi/0.0.3/values.yaml