Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2022-03-15 10:02:28 +00:00
parent 5fdb71f77f
commit abb47e8381
8 changed files with 57 additions and 23 deletions
@@ -7,4 +7,3 @@
#### Feat
* add selfservicepassword ([#2160](https://github.com/truecharts/apps/issues/2160))
@@ -191,4 +191,3 @@ hide:
| php7-xmlwriter | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 | <details><summary>Expand...</summary><a href="https://bugs.php.net/bug.php?id=81708">https://bugs.php.net/bug.php?id=81708</a><br><a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708</a><br><a href="https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/">https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/</a><br><a href="https://ubuntu.com/security/notices/USN-5303-1">https://ubuntu.com/security/notices/USN-5303-1</a><br><a href="https://www.php.net/ChangeLog-7.php#PHP_7_4">https://www.php.net/ChangeLog-7.php#PHP_7_4</a><br><a href="https://www.php.net/ChangeLog-8.php#PHP_8_1">https://www.php.net/ChangeLog-8.php#PHP_8_1</a><br></details> |
| php7-xsl | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 | <details><summary>Expand...</summary><a href="https://bugs.php.net/bug.php?id=81708">https://bugs.php.net/bug.php?id=81708</a><br><a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708</a><br><a href="https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/">https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/</a><br><a href="https://ubuntu.com/security/notices/USN-5303-1">https://ubuntu.com/security/notices/USN-5303-1</a><br><a href="https://www.php.net/ChangeLog-7.php#PHP_7_4">https://www.php.net/ChangeLog-7.php#PHP_7_4</a><br><a href="https://www.php.net/ChangeLog-8.php#PHP_8_1">https://www.php.net/ChangeLog-8.php#PHP_8_1</a><br></details> |
| php7-zip | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 | <details><summary>Expand...</summary><a href="https://bugs.php.net/bug.php?id=81708">https://bugs.php.net/bug.php?id=81708</a><br><a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708</a><br><a href="https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/">https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/</a><br><a href="https://ubuntu.com/security/notices/USN-5303-1">https://ubuntu.com/security/notices/USN-5303-1</a><br><a href="https://www.php.net/ChangeLog-7.php#PHP_7_4">https://www.php.net/ChangeLog-7.php#PHP_7_4</a><br><a href="https://www.php.net/ChangeLog-8.php#PHP_8_1">https://www.php.net/ChangeLog-8.php#PHP_8_1</a><br></details> |
+17
View File
@@ -1,6 +1,23 @@
# Changelog<br>
<a name="common-9.1.3"></a>
### [common-9.1.3](https://github.com/truecharts/apps/compare/common-test-3.3.8...common-9.1.3) (2022-03-15)
#### Chore
* update docker general non-major ([#2108](https://github.com/truecharts/apps/issues/2108))
#### Docs
* add BirdBare as a contributor for bug ([#2080](https://github.com/truecharts/apps/issues/2080))
#### Fix
* remove `or` when only one argument ([#2166](https://github.com/truecharts/apps/issues/2166))
<a name="common-9.1.2"></a>
### [common-9.1.2](https://github.com/truecharts/apps/compare/common-9.1.1...common-9.1.2) (2022-03-07)
+1 -1
View File
@@ -203,7 +203,7 @@ This chart is used by a lot of our Apps to provide sane defaults and logic.
| postgresqlImage | object | See below | postgresql specific configuration |
| postgresqlImage.pullPolicy | string | `"IfNotPresent"` | Specify the postgresql image pull policy |
| postgresqlImage.repository | string | `"ghcr.io/truecharts/postgresql"` | Specify the postgresql image |
| postgresqlImage.tag | string | `"v14.2.0@sha256:77d6613230878d835e888db6bd09e4174148111ddabaa90654b4179069b5eb51"` | Specify the postgresql image tag |
| postgresqlImage.tag | string | `"v14.2.0@sha256:d197a9691ce5d949504dabaa75459448f643950a71c1c16b2fcadbaed2d06772"` | Specify the postgresql image tag |
| priorityClassName | string | `nil` | Custom priority class for different treatment by the scheduler |
| probes | object | See below | [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) |
| probes.liveness | object | See below | Liveness probe configuration |
+1 -1
View File
@@ -203,7 +203,7 @@ This chart is used by a lot of our Apps to provide sane defaults and logic.
| postgresqlImage | object | See below | postgresql specific configuration |
| postgresqlImage.pullPolicy | string | `"IfNotPresent"` | Specify the postgresql image pull policy |
| postgresqlImage.repository | string | `"ghcr.io/truecharts/postgresql"` | Specify the postgresql image |
| postgresqlImage.tag | string | `"v14.2.0@sha256:77d6613230878d835e888db6bd09e4174148111ddabaa90654b4179069b5eb51"` | Specify the postgresql image tag |
| postgresqlImage.tag | string | `"v14.2.0@sha256:d197a9691ce5d949504dabaa75459448f643950a71c1c16b2fcadbaed2d06772"` | Specify the postgresql image tag |
| priorityClassName | string | `nil` | Custom priority class for different treatment by the scheduler |
| probes | object | See below | [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) |
| probes.liveness | object | See below | Liveness probe configuration |
@@ -7,4 +7,3 @@
#### Feat
* add selfservicepassword ([#2160](https://github.com/truecharts/apps/issues/2160))
@@ -191,4 +191,3 @@ hide:
| php7-xmlwriter | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 | <details><summary>Expand...</summary><a href="https://bugs.php.net/bug.php?id=81708">https://bugs.php.net/bug.php?id=81708</a><br><a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708</a><br><a href="https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/">https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/</a><br><a href="https://ubuntu.com/security/notices/USN-5303-1">https://ubuntu.com/security/notices/USN-5303-1</a><br><a href="https://www.php.net/ChangeLog-7.php#PHP_7_4">https://www.php.net/ChangeLog-7.php#PHP_7_4</a><br><a href="https://www.php.net/ChangeLog-8.php#PHP_8_1">https://www.php.net/ChangeLog-8.php#PHP_8_1</a><br></details> |
| php7-xsl | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 | <details><summary>Expand...</summary><a href="https://bugs.php.net/bug.php?id=81708">https://bugs.php.net/bug.php?id=81708</a><br><a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708</a><br><a href="https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/">https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/</a><br><a href="https://ubuntu.com/security/notices/USN-5303-1">https://ubuntu.com/security/notices/USN-5303-1</a><br><a href="https://www.php.net/ChangeLog-7.php#PHP_7_4">https://www.php.net/ChangeLog-7.php#PHP_7_4</a><br><a href="https://www.php.net/ChangeLog-8.php#PHP_8_1">https://www.php.net/ChangeLog-8.php#PHP_8_1</a><br></details> |
| php7-zip | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 | <details><summary>Expand...</summary><a href="https://bugs.php.net/bug.php?id=81708">https://bugs.php.net/bug.php?id=81708</a><br><a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708</a><br><a href="https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/">https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/</a><br><a href="https://ubuntu.com/security/notices/USN-5303-1">https://ubuntu.com/security/notices/USN-5303-1</a><br><a href="https://www.php.net/ChangeLog-7.php#PHP_7_4">https://www.php.net/ChangeLog-7.php#PHP_7_4</a><br><a href="https://www.php.net/ChangeLog-8.php#PHP_8_1">https://www.php.net/ChangeLog-8.php#PHP_8_1</a><br></details> |
+22 -1
View File
@@ -6836,6 +6836,27 @@ entries:
- https://github.com/truecharts/apps/releases/download/collabora-online-9.0.20/collabora-online-9.0.20.tgz
version: 9.0.20
common:
- apiVersion: v2
appVersion: latest
created: "2022-03-15T10:02:27.741651423Z"
description: Function library for TrueCharts
digest: 18eb1f956b63d5117bacf855533a4517a1fd67cc8d77a2a9bbc10d58bb820355
home: https://github.com/truecharts/apps/tree/master/charts/common
icon: https://avatars.githubusercontent.com/u/76400755
keywords:
- truecharts
- library-chart
- common
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: common
type: library
urls:
- https://github.com/truecharts/apps/releases/download/common-9.1.3/common-9.1.3.tgz
version: 9.1.3
- apiVersion: v2
appVersion: latest
created: "2022-03-07T01:24:24.557247728Z"
@@ -74354,4 +74375,4 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-9.0.24/zwavejs2mqtt-9.0.24.tgz
version: 9.0.24
generated: "2022-03-14T22:03:01.107488126Z"
generated: "2022-03-15T10:02:27.748290107Z"