diff --git a/stable/photoprism/6.0.8/CHANGELOG.md b/stable/photoprism/6.0.9/CHANGELOG.md similarity index 91% rename from stable/photoprism/6.0.8/CHANGELOG.md rename to stable/photoprism/6.0.9/CHANGELOG.md index 98dec32806..615979ee47 100644 --- a/stable/photoprism/6.0.8/CHANGELOG.md +++ b/stable/photoprism/6.0.9/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [photoprism-6.0.9](https://github.com/truecharts/apps/compare/photoprism-6.0.8...photoprism-6.0.9) (2021-12-07) + +#### Chore + +* update container image tccr.io/truecharts/photoprism to v20211203 ([#1476](https://github.com/truecharts/apps/issues/1476)) + + + ### photoprism-6.0.8 (2021-12-05) @@ -88,12 +97,3 @@ - -### [photoprism-6.0.0](https://github.com/truecharts/apps/compare/photoprism-5.0.12...photoprism-6.0.0) (2021-11-28) - -#### Feat - -* use mariadb instead of sqllite ([#1419](https://github.com/truecharts/apps/issues/1419)) - - - diff --git a/stable/photoprism/6.0.8/CONFIG.md b/stable/photoprism/6.0.9/CONFIG.md similarity index 100% rename from stable/photoprism/6.0.8/CONFIG.md rename to stable/photoprism/6.0.9/CONFIG.md diff --git a/stable/photoprism/6.0.8/Chart.lock b/stable/photoprism/6.0.9/Chart.lock similarity index 84% rename from stable/photoprism/6.0.8/Chart.lock rename to stable/photoprism/6.0.9/Chart.lock index 39f3bf39db..2dfbffe2e5 100644 --- a/stable/photoprism/6.0.8/Chart.lock +++ b/stable/photoprism/6.0.9/Chart.lock @@ -6,4 +6,4 @@ dependencies: repository: https://truecharts.org/ version: 1.0.25 digest: sha256:972f3c2250210957abd12ed6ff4e5cdbc374938bd9937d48aaeedc53bcd0cab6 -generated: "2021-12-05T23:02:02.784770166Z" +generated: "2021-12-07T10:18:40.934847271Z" diff --git a/stable/photoprism/6.0.8/Chart.yaml b/stable/photoprism/6.0.9/Chart.yaml similarity index 95% rename from stable/photoprism/6.0.8/Chart.yaml rename to stable/photoprism/6.0.9/Chart.yaml index d805315e5a..10a28a3ec8 100644 --- a/stable/photoprism/6.0.8/Chart.yaml +++ b/stable/photoprism/6.0.9/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "20211130" +appVersion: "20211203" dependencies: - name: common repository: https://truecharts.org @@ -26,7 +26,7 @@ name: photoprism sources: - https://github.com/photoprism/photoprism - https://hub.docker.com/r/photoprism/photoprism -version: 6.0.8 +version: 6.0.9 annotations: truecharts.org/catagories: | - media diff --git a/stable/photoprism/6.0.8/README.md b/stable/photoprism/6.0.9/README.md similarity index 100% rename from stable/photoprism/6.0.8/README.md rename to stable/photoprism/6.0.9/README.md diff --git a/stable/photoprism/6.0.8/app-readme.md b/stable/photoprism/6.0.9/app-readme.md similarity index 100% rename from stable/photoprism/6.0.8/app-readme.md rename to stable/photoprism/6.0.9/app-readme.md diff --git a/stable/photoprism/6.0.8/charts/common-8.9.13.tgz b/stable/photoprism/6.0.9/charts/common-8.9.13.tgz similarity index 100% rename from stable/photoprism/6.0.8/charts/common-8.9.13.tgz rename to stable/photoprism/6.0.9/charts/common-8.9.13.tgz diff --git a/stable/photoprism/6.0.8/charts/mariadb-1.0.25.tgz b/stable/photoprism/6.0.9/charts/mariadb-1.0.25.tgz similarity index 100% rename from stable/photoprism/6.0.8/charts/mariadb-1.0.25.tgz rename to stable/photoprism/6.0.9/charts/mariadb-1.0.25.tgz diff --git a/stable/photoprism/6.0.8/helm-values.md b/stable/photoprism/6.0.9/helm-values.md similarity index 96% rename from stable/photoprism/6.0.8/helm-values.md rename to stable/photoprism/6.0.9/helm-values.md index c2c62460f9..55b571b0a4 100644 --- a/stable/photoprism/6.0.8/helm-values.md +++ b/stable/photoprism/6.0.9/helm-values.md @@ -32,7 +32,7 @@ You will, however, be able to use all values referenced in the common chart here | envValueFrom.PHOTOPRISM_DATABASE_SERVER.secretKeyRef.name | string | `"mariadbcreds"` | | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"tccr.io/truecharts/photoprism"` | image repository | -| image.tag | string | `"v20211130@sha256:97fa3752e28cd26282f06b87f299c63f5b8413b84de09acd8b71375a2b77540f"` | image tag | +| image.tag | string | `"v20211203@sha256:a1455179da40abe39c1a8750e9f9b8134d3bfb506a0e642dcd5fc3b69579b571"` | image tag | | mariadb.enabled | bool | `true` | | | mariadb.existingSecret | string | `"mariadbcreds"` | | | mariadb.mariadbDatabase | string | `"photoprism"` | | diff --git a/stable/photoprism/6.0.8/ix_values.yaml b/stable/photoprism/6.0.9/ix_values.yaml similarity index 96% rename from stable/photoprism/6.0.8/ix_values.yaml rename to stable/photoprism/6.0.9/ix_values.yaml index 7b00d97205..18dbc60e11 100644 --- a/stable/photoprism/6.0.8/ix_values.yaml +++ b/stable/photoprism/6.0.9/ix_values.yaml @@ -2,7 +2,7 @@ image: # -- image repository repository: tccr.io/truecharts/photoprism # -- image tag - tag: v20211130@sha256:97fa3752e28cd26282f06b87f299c63f5b8413b84de09acd8b71375a2b77540f + tag: v20211203@sha256:a1455179da40abe39c1a8750e9f9b8134d3bfb506a0e642dcd5fc3b69579b571 # -- image pull policy pullPolicy: IfNotPresent diff --git a/stable/photoprism/6.0.8/questions.yaml b/stable/photoprism/6.0.9/questions.yaml similarity index 100% rename from stable/photoprism/6.0.8/questions.yaml rename to stable/photoprism/6.0.9/questions.yaml diff --git a/stable/photoprism/6.0.8/security.md b/stable/photoprism/6.0.9/security.md similarity index 97% rename from stable/photoprism/6.0.8/security.md rename to stable/photoprism/6.0.9/security.md index 8d2da8018d..28c8d10fd7 100644 --- a/stable/photoprism/6.0.8/security.md +++ b/stable/photoprism/6.0.9/security.md @@ -52,7 +52,7 @@ hide: ##### Detected Containers tccr.io/truecharts/alpine:v3.14.2@sha256:4095394abbae907e94b1f2fd2e2de6c4f201a5b9704573243ca8eb16db8cdb7c - tccr.io/truecharts/photoprism:v20211130@sha256:97fa3752e28cd26282f06b87f299c63f5b8413b84de09acd8b71375a2b77540f + tccr.io/truecharts/photoprism:v20211203@sha256:a1455179da40abe39c1a8750e9f9b8134d3bfb506a0e642dcd5fc3b69579b571 tccr.io/truecharts/alpine:v3.14.2@sha256:4095394abbae907e94b1f2fd2e2de6c4f201a5b9704573243ca8eb16db8cdb7c tccr.io/truecharts/mariadb:v10.6.5@sha256:dc3c7228f0f3e338195bbb61b2aebdaa3ed5858e60a4acf1cd5725a2193ab680 @@ -91,7 +91,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/
| -#### Container: tccr.io/truecharts/photoprism:v20211130@sha256:97fa3752e28cd26282f06b87f299c63f5b8413b84de09acd8b71375a2b77540f (ubuntu 21.10) +#### Container: tccr.io/truecharts/photoprism:v20211203@sha256:a1455179da40abe39c1a8750e9f9b8134d3bfb506a0e642dcd5fc3b69579b571 (ubuntu 21.10) **ubuntu** @@ -199,6 +199,7 @@ hide: | libk5crypto3 | CVE-2018-5709 | LOW | 1.18.3-6 | |
Expand...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
| | libkrb5-3 | CVE-2018-5709 | LOW | 1.18.3-6 | |
Expand...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-2018-5709 | LOW | 1.18.3-6 | |
Expand...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
| +| libmariadb3 | CVE-2021-35604 | MEDIUM | 1:10.5.12-1build1 | 1:10.5.13-0ubuntu0.21.10.1 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-35604
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/5MLAXYFLUDC636S46X34USCLDZAOFBM2/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PRCU3RTIPVKPC3GMC76YW7DJEXUEY6FG/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XF3ZFPL3JJ26YRUGXLXQZYJBLZV3WC2C/
https://security.netapp.com/advisory/ntap-20211022-0003/
https://ubuntu.com/security/notices/USN-5123-1
https://ubuntu.com/security/notices/USN-5123-2
https://ubuntu.com/security/notices/USN-5170-1
https://www.oracle.com/security-alerts/cpuoct2021.html
| | libopenexr25 | CVE-2021-3474 | MEDIUM | 2.5.4-2 | |
Expand...https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=24831
https://bugzilla.redhat.com/show_bug.cgi?id=1939142
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3474
https://lists.debian.org/debian-lts-announce/2021/07/msg00001.html
https://ubuntu.com/security/notices/USN-4900-1
https://www.openexr.com/
| | libopenexr25 | CVE-2021-3475 | MEDIUM | 2.5.4-2 | |
Expand...https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=25297
https://bugzilla.redhat.com/show_bug.cgi?id=1939144
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3475
https://lists.debian.org/debian-lts-announce/2021/07/msg00001.html
https://ubuntu.com/security/notices/USN-4900-1
https://www.openexr.com
| | libopenexr25 | CVE-2021-3476 | MEDIUM | 2.5.4-2 | |
Expand...https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=24787
https://bugzilla.redhat.com/show_bug.cgi?id=1939145
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3476
https://lists.debian.org/debian-lts-announce/2021/07/msg00001.html
https://ubuntu.com/security/notices/USN-4900-1
https://www.openexr.com
| @@ -247,6 +248,10 @@ hide: | libtiff5 | CVE-2018-10126 | LOW | 4.3.0-1 | |
Expand...http://bugzilla.maptools.org/show_bug.cgi?id=2786
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-10126
https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E
| | libvo-amrwbenc0 | CVE-2019-2128 | MEDIUM | 0.1.3-2 | |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-2128
https://source.android.com/security/bulletin/2019-08-01
| | login | CVE-2013-4235 | LOW | 1:4.8.1-1ubuntu9 | |
Expand...https://access.redhat.com/security/cve/cve-2013-4235
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2013-4235
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4235
https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E
https://security-tracker.debian.org/tracker/CVE-2013-4235
| +| mariadb-client | CVE-2021-35604 | MEDIUM | 1:10.5.12-1build1 | 1:10.5.13-0ubuntu0.21.10.1 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-35604
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/5MLAXYFLUDC636S46X34USCLDZAOFBM2/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PRCU3RTIPVKPC3GMC76YW7DJEXUEY6FG/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XF3ZFPL3JJ26YRUGXLXQZYJBLZV3WC2C/
https://security.netapp.com/advisory/ntap-20211022-0003/
https://ubuntu.com/security/notices/USN-5123-1
https://ubuntu.com/security/notices/USN-5123-2
https://ubuntu.com/security/notices/USN-5170-1
https://www.oracle.com/security-alerts/cpuoct2021.html
| +| mariadb-client-10.5 | CVE-2021-35604 | MEDIUM | 1:10.5.12-1build1 | 1:10.5.13-0ubuntu0.21.10.1 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-35604
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/5MLAXYFLUDC636S46X34USCLDZAOFBM2/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PRCU3RTIPVKPC3GMC76YW7DJEXUEY6FG/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XF3ZFPL3JJ26YRUGXLXQZYJBLZV3WC2C/
https://security.netapp.com/advisory/ntap-20211022-0003/
https://ubuntu.com/security/notices/USN-5123-1
https://ubuntu.com/security/notices/USN-5123-2
https://ubuntu.com/security/notices/USN-5170-1
https://www.oracle.com/security-alerts/cpuoct2021.html
| +| mariadb-client-core-10.5 | CVE-2021-35604 | MEDIUM | 1:10.5.12-1build1 | 1:10.5.13-0ubuntu0.21.10.1 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-35604
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/5MLAXYFLUDC636S46X34USCLDZAOFBM2/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PRCU3RTIPVKPC3GMC76YW7DJEXUEY6FG/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XF3ZFPL3JJ26YRUGXLXQZYJBLZV3WC2C/
https://security.netapp.com/advisory/ntap-20211022-0003/
https://ubuntu.com/security/notices/USN-5123-1
https://ubuntu.com/security/notices/USN-5123-2
https://ubuntu.com/security/notices/USN-5170-1
https://www.oracle.com/security-alerts/cpuoct2021.html
| +| mariadb-common | CVE-2021-35604 | MEDIUM | 1:10.5.12-1build1 | 1:10.5.13-0ubuntu0.21.10.1 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-35604
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/5MLAXYFLUDC636S46X34USCLDZAOFBM2/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PRCU3RTIPVKPC3GMC76YW7DJEXUEY6FG/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XF3ZFPL3JJ26YRUGXLXQZYJBLZV3WC2C/
https://security.netapp.com/advisory/ntap-20211022-0003/
https://ubuntu.com/security/notices/USN-5123-1
https://ubuntu.com/security/notices/USN-5123-2
https://ubuntu.com/security/notices/USN-5170-1
https://www.oracle.com/security-alerts/cpuoct2021.html
| | passwd | CVE-2013-4235 | LOW | 1:4.8.1-1ubuntu9 | |
Expand...https://access.redhat.com/security/cve/cve-2013-4235
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2013-4235
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4235
https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E
https://security-tracker.debian.org/tracker/CVE-2013-4235
| | perl | CVE-2020-16156 | MEDIUM | 5.32.1-3ubuntu3 | |
Expand...http://blogs.perl.org/users/neilb/2021/11/addressing-cpan-vulnerabilities-related-to-checksums.html
https://blog.hackeriet.no/cpan-signature-verification-vulnerabilities/
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-16156
https://github.com/andk/cpanpm/commit/b27c51adf0fda25dee84cb72cb2b1bf7d832148c
| | perl-base | CVE-2020-16156 | MEDIUM | 5.32.1-3ubuntu3 | |
Expand...http://blogs.perl.org/users/neilb/2021/11/addressing-cpan-vulnerabilities-related-to-checksums.html
https://blog.hackeriet.no/cpan-signature-verification-vulnerabilities/
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-16156
https://github.com/andk/cpanpm/commit/b27c51adf0fda25dee84cb72cb2b1bf7d832148c
| diff --git a/stable/photoprism/6.0.8/templates/common.yaml b/stable/photoprism/6.0.9/templates/common.yaml similarity index 100% rename from stable/photoprism/6.0.8/templates/common.yaml rename to stable/photoprism/6.0.9/templates/common.yaml diff --git a/stable/photoprism/6.0.8/values.yaml b/stable/photoprism/6.0.9/values.yaml similarity index 100% rename from stable/photoprism/6.0.8/values.yaml rename to stable/photoprism/6.0.9/values.yaml