diff --git a/stable/domoticz/0.0.3/CHANGELOG.md b/stable/domoticz/0.0.4/CHANGELOG.md similarity index 60% rename from stable/domoticz/0.0.3/CHANGELOG.md rename to stable/domoticz/0.0.4/CHANGELOG.md index 15ddb0558c4..933b5079929 100644 --- a/stable/domoticz/0.0.3/CHANGELOG.md +++ b/stable/domoticz/0.0.4/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [domoticz-0.0.4](https://github.com/truecharts/apps/compare/domoticz-0.0.3...domoticz-0.0.4) (2021-12-17) + +#### Chore + +* App-Icon Organization ([#1539](https://github.com/truecharts/apps/issues/1539)) + +#### Fix + +* enable secondary services on some new apps ([#1548](https://github.com/truecharts/apps/issues/1548)) + + + ### [domoticz-0.0.3](https://github.com/truecharts/apps/compare/domoticz-0.0.2...domoticz-0.0.3) (2021-12-14) diff --git a/stable/domoticz/0.0.3/CONFIG.md b/stable/domoticz/0.0.4/CONFIG.md similarity index 100% rename from stable/domoticz/0.0.3/CONFIG.md rename to stable/domoticz/0.0.4/CONFIG.md diff --git a/stable/domoticz/0.0.3/Chart.lock b/stable/domoticz/0.0.4/Chart.lock similarity index 78% rename from stable/domoticz/0.0.3/Chart.lock rename to stable/domoticz/0.0.4/Chart.lock index 060d9c80067..eda114bf125 100644 --- a/stable/domoticz/0.0.3/Chart.lock +++ b/stable/domoticz/0.0.4/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 8.9.21 digest: sha256:29937b76d07f882a8d7e24ffdbc0df01638eb45efbda32695bb24015ead912ba -generated: "2021-12-14T20:12:30.408609175Z" +generated: "2021-12-17T11:21:52.894150173Z" diff --git a/stable/domoticz/0.0.3/Chart.yaml b/stable/domoticz/0.0.4/Chart.yaml similarity index 87% rename from stable/domoticz/0.0.3/Chart.yaml rename to stable/domoticz/0.0.4/Chart.yaml index 7a67f043709..96e4182098a 100644 --- a/stable/domoticz/0.0.3/Chart.yaml +++ b/stable/domoticz/0.0.4/Chart.yaml @@ -1,13 +1,13 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: domoticz -version: 0.0.3 +version: 0.0.4 appVersion: "2021.1.202" description: "Domoticz is a Home Automation System that lets you monitor and configure various devices like Lights, Switches and much more." type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/domoticz -icon: https://raw.githubusercontent.com/domoticz/domoticz/master/www/images/logo.png +icon: https://truecharts.org/_static/img/appicons/domoticz-icon.png keywords: - domoticz sources: diff --git a/stable/domoticz/0.0.3/README.md b/stable/domoticz/0.0.4/README.md similarity index 100% rename from stable/domoticz/0.0.3/README.md rename to stable/domoticz/0.0.4/README.md diff --git a/stable/domoticz/0.0.3/app-readme.md b/stable/domoticz/0.0.4/app-readme.md similarity index 100% rename from stable/domoticz/0.0.3/app-readme.md rename to stable/domoticz/0.0.4/app-readme.md diff --git a/stable/domoticz/0.0.3/charts/common-8.9.21.tgz b/stable/domoticz/0.0.4/charts/common-8.9.21.tgz similarity index 100% rename from stable/domoticz/0.0.3/charts/common-8.9.21.tgz rename to stable/domoticz/0.0.4/charts/common-8.9.21.tgz diff --git a/stable/domoticz/0.0.3/helm-values.md b/stable/domoticz/0.0.4/helm-values.md similarity index 88% rename from stable/domoticz/0.0.3/helm-values.md rename to stable/domoticz/0.0.4/helm-values.md index 26bf7ab1f69..2bd424ec6f6 100644 --- a/stable/domoticz/0.0.3/helm-values.md +++ b/stable/domoticz/0.0.4/helm-values.md @@ -22,8 +22,12 @@ You will, however, be able to use all values referenced in the common chart here | podSecurityContext.runAsGroup | int | `0` | | | podSecurityContext.runAsUser | int | `0` | | | securityContext.runAsNonRoot | bool | `false` | | +| service.comm1.enabled | bool | `true` | | +| service.comm1.ports.comm1.enabled | bool | `true` | | | service.comm1.ports.comm1.port | int | `6144` | | | service.comm1.ports.comm1.targetPort | int | `6144` | | +| service.comm2.enabled | bool | `true` | | +| service.comm2.ports.comm2.enabled | bool | `true` | | | service.comm2.ports.comm2.port | int | `1443` | | | service.comm2.ports.comm2.targetPort | int | `1443` | | | service.main.ports.main.port | int | `10144` | | diff --git a/stable/domoticz/0.0.3/ix_values.yaml b/stable/domoticz/0.0.4/ix_values.yaml similarity index 87% rename from stable/domoticz/0.0.3/ix_values.yaml rename to stable/domoticz/0.0.4/ix_values.yaml index 1b755ddc744..52a5977daa3 100644 --- a/stable/domoticz/0.0.3/ix_values.yaml +++ b/stable/domoticz/0.0.4/ix_values.yaml @@ -21,13 +21,17 @@ service: targetPort: 8080 port: 10144 comm1: + enabled: true ports: comm1: + enabled: true targetPort: 6144 port: 6144 comm2: + enabled: true ports: comm2: + enabled: true targetPort: 1443 port: 1443 diff --git a/stable/domoticz/0.0.3/questions.yaml b/stable/domoticz/0.0.4/questions.yaml similarity index 100% rename from stable/domoticz/0.0.3/questions.yaml rename to stable/domoticz/0.0.4/questions.yaml diff --git a/stable/domoticz/0.0.3/security.md b/stable/domoticz/0.0.4/security.md similarity index 100% rename from stable/domoticz/0.0.3/security.md rename to stable/domoticz/0.0.4/security.md diff --git a/stable/domoticz/0.0.3/templates/common.yaml b/stable/domoticz/0.0.4/templates/common.yaml similarity index 100% rename from stable/domoticz/0.0.3/templates/common.yaml rename to stable/domoticz/0.0.4/templates/common.yaml diff --git a/stable/domoticz/0.0.3/values.yaml b/stable/domoticz/0.0.4/values.yaml similarity index 100% rename from stable/domoticz/0.0.3/values.yaml rename to stable/domoticz/0.0.4/values.yaml diff --git a/stable/domoticz/item.yaml b/stable/domoticz/item.yaml index 3be8d57b347..1f4f5ce1e33 100644 --- a/stable/domoticz/item.yaml +++ b/stable/domoticz/item.yaml @@ -1,4 +1,4 @@ -icon_url: https://raw.githubusercontent.com/domoticz/domoticz/master/www/images/logo.png +icon_url: https://truecharts.org/_static/img/appicons/domoticz-icon.png categories: - incubator diff --git a/stable/emulatorjs/0.0.3/CHANGELOG.md b/stable/emulatorjs/0.0.4/CHANGELOG.md similarity index 61% rename from stable/emulatorjs/0.0.3/CHANGELOG.md rename to stable/emulatorjs/0.0.4/CHANGELOG.md index 99a5c485290..e1664caffe8 100644 --- a/stable/emulatorjs/0.0.3/CHANGELOG.md +++ b/stable/emulatorjs/0.0.4/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [emulatorjs-0.0.4](https://github.com/truecharts/apps/compare/emulatorjs-0.0.3...emulatorjs-0.0.4) (2021-12-17) + +#### Chore + +* App-Icon Organization ([#1539](https://github.com/truecharts/apps/issues/1539)) + +#### Fix + +* enable secondary services on some new apps ([#1548](https://github.com/truecharts/apps/issues/1548)) + + + ### [emulatorjs-0.0.3](https://github.com/truecharts/apps/compare/emulatorjs-0.0.2...emulatorjs-0.0.3) (2021-12-14) diff --git a/stable/emulatorjs/0.0.3/CONFIG.md b/stable/emulatorjs/0.0.4/CONFIG.md similarity index 100% rename from stable/emulatorjs/0.0.3/CONFIG.md rename to stable/emulatorjs/0.0.4/CONFIG.md diff --git a/stable/foldingathome/0.0.3/Chart.lock b/stable/emulatorjs/0.0.4/Chart.lock similarity index 78% rename from stable/foldingathome/0.0.3/Chart.lock rename to stable/emulatorjs/0.0.4/Chart.lock index 8dd0970fe34..e619e04e65c 100644 --- a/stable/foldingathome/0.0.3/Chart.lock +++ b/stable/emulatorjs/0.0.4/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 8.9.21 digest: sha256:29937b76d07f882a8d7e24ffdbc0df01638eb45efbda32695bb24015ead912ba -generated: "2021-12-14T20:15:20.822913532Z" +generated: "2021-12-17T11:21:52.858504378Z" diff --git a/stable/emulatorjs/0.0.3/Chart.yaml b/stable/emulatorjs/0.0.4/Chart.yaml similarity index 84% rename from stable/emulatorjs/0.0.3/Chart.yaml rename to stable/emulatorjs/0.0.4/Chart.yaml index 08450cab7fd..d4c54e119fe 100644 --- a/stable/emulatorjs/0.0.3/Chart.yaml +++ b/stable/emulatorjs/0.0.4/Chart.yaml @@ -1,13 +1,13 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: emulatorjs -version: 0.0.3 +version: 0.0.4 appVersion: "1.4.2" description: Emulatorjs - In browser web based emulation portable to nearly any device for many retro consoles. type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/emulatorjs -icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/emulatorjs-logo.png +icon: https://truecharts.org/_static/img/appicons/emulatorjs-icon.png keywords: - emulatorjs sources: diff --git a/stable/emulatorjs/0.0.3/README.md b/stable/emulatorjs/0.0.4/README.md similarity index 100% rename from stable/emulatorjs/0.0.3/README.md rename to stable/emulatorjs/0.0.4/README.md diff --git a/stable/emulatorjs/0.0.3/app-readme.md b/stable/emulatorjs/0.0.4/app-readme.md similarity index 100% rename from stable/emulatorjs/0.0.3/app-readme.md rename to stable/emulatorjs/0.0.4/app-readme.md diff --git a/stable/emulatorjs/0.0.3/charts/common-8.9.21.tgz b/stable/emulatorjs/0.0.4/charts/common-8.9.21.tgz similarity index 100% rename from stable/emulatorjs/0.0.3/charts/common-8.9.21.tgz rename to stable/emulatorjs/0.0.4/charts/common-8.9.21.tgz diff --git a/stable/emulatorjs/0.0.3/helm-values.md b/stable/emulatorjs/0.0.4/helm-values.md similarity index 88% rename from stable/emulatorjs/0.0.3/helm-values.md rename to stable/emulatorjs/0.0.4/helm-values.md index 472ccd90f93..4b89388d7f5 100644 --- a/stable/emulatorjs/0.0.3/helm-values.md +++ b/stable/emulatorjs/0.0.4/helm-values.md @@ -21,8 +21,12 @@ You will, however, be able to use all values referenced in the common chart here | podSecurityContext.runAsGroup | int | `0` | | | podSecurityContext.runAsUser | int | `0` | | | securityContext.runAsNonRoot | bool | `false` | | +| service.front.enabled | bool | `true` | | +| service.front.ports.front.enabled | bool | `true` | | | service.front.ports.front.port | int | `10124` | | | service.front.ports.front.targetPort | int | `80` | | +| service.ipfs.enabled | bool | `true` | | +| service.ipfs.ports.ipfs.enabled | bool | `true` | | | service.ipfs.ports.ipfs.port | int | `10138` | | | service.ipfs.ports.ipfs.targetPort | int | `4001` | | | service.main.ports.main.port | int | `10130` | | diff --git a/stable/emulatorjs/0.0.3/ix_values.yaml b/stable/emulatorjs/0.0.4/ix_values.yaml similarity index 86% rename from stable/emulatorjs/0.0.3/ix_values.yaml rename to stable/emulatorjs/0.0.4/ix_values.yaml index 5f319324f8f..d45c6a11869 100644 --- a/stable/emulatorjs/0.0.3/ix_values.yaml +++ b/stable/emulatorjs/0.0.4/ix_values.yaml @@ -20,13 +20,17 @@ service: targetPort: 3000 port: 10130 front: + enabled: true ports: front: + enabled: true targetPort: 80 port: 10124 ipfs: + enabled: true ports: ipfs: + enabled: true targetPort: 4001 port: 10138 diff --git a/stable/emulatorjs/0.0.3/questions.yaml b/stable/emulatorjs/0.0.4/questions.yaml similarity index 100% rename from stable/emulatorjs/0.0.3/questions.yaml rename to stable/emulatorjs/0.0.4/questions.yaml diff --git a/stable/emulatorjs/0.0.3/security.md b/stable/emulatorjs/0.0.4/security.md similarity index 99% rename from stable/emulatorjs/0.0.3/security.md rename to stable/emulatorjs/0.0.4/security.md index 57cfb8d8790..90d44f90354 100644 --- a/stable/emulatorjs/0.0.3/security.md +++ b/stable/emulatorjs/0.0.4/security.md @@ -83,3 +83,11 @@ hide: +**gobinary** + + +| No Vulnerabilities found | +|:---------------------------------| + + + diff --git a/stable/emulatorjs/0.0.3/templates/common.yaml b/stable/emulatorjs/0.0.4/templates/common.yaml similarity index 100% rename from stable/emulatorjs/0.0.3/templates/common.yaml rename to stable/emulatorjs/0.0.4/templates/common.yaml diff --git a/stable/emulatorjs/0.0.3/values.yaml b/stable/emulatorjs/0.0.4/values.yaml similarity index 100% rename from stable/emulatorjs/0.0.3/values.yaml rename to stable/emulatorjs/0.0.4/values.yaml diff --git a/stable/emulatorjs/item.yaml b/stable/emulatorjs/item.yaml index 886e67f2996..0ef1e461bb2 100644 --- a/stable/emulatorjs/item.yaml +++ b/stable/emulatorjs/item.yaml @@ -1,4 +1,4 @@ -icon_url: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/emulatorjs-logo.png +icon_url: https://truecharts.org/_static/img/appicons/emulatorjs-icon.png categories: - incubator diff --git a/stable/foldingathome/0.0.3/CHANGELOG.md b/stable/foldingathome/0.0.4/CHANGELOG.md similarity index 61% rename from stable/foldingathome/0.0.3/CHANGELOG.md rename to stable/foldingathome/0.0.4/CHANGELOG.md index d8df70d56ff..efbd36670ce 100644 --- a/stable/foldingathome/0.0.3/CHANGELOG.md +++ b/stable/foldingathome/0.0.4/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [foldingathome-0.0.4](https://github.com/truecharts/apps/compare/foldingathome-0.0.3...foldingathome-0.0.4) (2021-12-17) + +#### Chore + +* App-Icon Organization ([#1539](https://github.com/truecharts/apps/issues/1539)) + +#### Fix + +* enable secondary services on some new apps ([#1548](https://github.com/truecharts/apps/issues/1548)) + + + ### [foldingathome-0.0.3](https://github.com/truecharts/apps/compare/foldingathome-0.0.2...foldingathome-0.0.3) (2021-12-14) diff --git a/stable/foldingathome/0.0.3/CONFIG.md b/stable/foldingathome/0.0.4/CONFIG.md similarity index 100% rename from stable/foldingathome/0.0.3/CONFIG.md rename to stable/foldingathome/0.0.4/CONFIG.md diff --git a/stable/habridge/0.0.3/Chart.lock b/stable/foldingathome/0.0.4/Chart.lock similarity index 78% rename from stable/habridge/0.0.3/Chart.lock rename to stable/foldingathome/0.0.4/Chart.lock index daf43508c35..726c37a3cdb 100644 --- a/stable/habridge/0.0.3/Chart.lock +++ b/stable/foldingathome/0.0.4/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 8.9.21 digest: sha256:29937b76d07f882a8d7e24ffdbc0df01638eb45efbda32695bb24015ead912ba -generated: "2021-12-14T20:17:10.818549508Z" +generated: "2021-12-17T11:21:52.818683447Z" diff --git a/stable/foldingathome/0.0.3/Chart.yaml b/stable/foldingathome/0.0.4/Chart.yaml similarity index 89% rename from stable/foldingathome/0.0.3/Chart.yaml rename to stable/foldingathome/0.0.4/Chart.yaml index a619d7e712d..a68d262351d 100644 --- a/stable/foldingathome/0.0.3/Chart.yaml +++ b/stable/foldingathome/0.0.4/Chart.yaml @@ -1,13 +1,13 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: foldingathome -version: 0.0.3 +version: 0.0.4 appVersion: "7.6.21" description: Folding@home is a distributed computing project for simulating protein dynamics, including the process of protein folding and the movements of proteins implicated in a variety of diseases. type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/foldingathome -icon: https://foldingathome.org/wp-content/uploads/2016/09/folding-at-home-logo.png +icon: https://truecharts.org/_static/img/appicons/foldingathome-icon.png keywords: - foldingathome sources: diff --git a/stable/foldingathome/0.0.3/README.md b/stable/foldingathome/0.0.4/README.md similarity index 100% rename from stable/foldingathome/0.0.3/README.md rename to stable/foldingathome/0.0.4/README.md diff --git a/stable/foldingathome/0.0.3/app-readme.md b/stable/foldingathome/0.0.4/app-readme.md similarity index 100% rename from stable/foldingathome/0.0.3/app-readme.md rename to stable/foldingathome/0.0.4/app-readme.md diff --git a/stable/foldingathome/0.0.3/charts/common-8.9.21.tgz b/stable/foldingathome/0.0.4/charts/common-8.9.21.tgz similarity index 100% rename from stable/foldingathome/0.0.3/charts/common-8.9.21.tgz rename to stable/foldingathome/0.0.4/charts/common-8.9.21.tgz diff --git a/stable/foldingathome/0.0.3/helm-values.md b/stable/foldingathome/0.0.4/helm-values.md similarity index 93% rename from stable/foldingathome/0.0.3/helm-values.md rename to stable/foldingathome/0.0.4/helm-values.md index 653e603bad1..6c491d0163d 100644 --- a/stable/foldingathome/0.0.3/helm-values.md +++ b/stable/foldingathome/0.0.4/helm-values.md @@ -21,6 +21,8 @@ You will, however, be able to use all values referenced in the common chart here | podSecurityContext.runAsGroup | int | `0` | | | podSecurityContext.runAsUser | int | `0` | | | securityContext.runAsNonRoot | bool | `false` | | +| service.control.enabled | bool | `true` | | +| service.control.ports.control.enabled | bool | `true` | | | service.control.ports.control.port | int | `36330` | | | service.control.ports.control.targetPort | int | `36330` | | | service.main.ports.main.port | int | `7396` | | diff --git a/stable/foldingathome/0.0.3/ix_values.yaml b/stable/foldingathome/0.0.4/ix_values.yaml similarity index 92% rename from stable/foldingathome/0.0.3/ix_values.yaml rename to stable/foldingathome/0.0.4/ix_values.yaml index 40310ad6e70..3a5399dc459 100644 --- a/stable/foldingathome/0.0.3/ix_values.yaml +++ b/stable/foldingathome/0.0.4/ix_values.yaml @@ -20,8 +20,10 @@ service: targetPort: 7396 port: 7396 control: + enabled: true ports: control: + enabled: true targetPort: 36330 port: 36330 diff --git a/stable/foldingathome/0.0.3/questions.yaml b/stable/foldingathome/0.0.4/questions.yaml similarity index 100% rename from stable/foldingathome/0.0.3/questions.yaml rename to stable/foldingathome/0.0.4/questions.yaml diff --git a/stable/foldingathome/0.0.3/security.md b/stable/foldingathome/0.0.4/security.md similarity index 100% rename from stable/foldingathome/0.0.3/security.md rename to stable/foldingathome/0.0.4/security.md diff --git a/stable/foldingathome/0.0.3/templates/common.yaml b/stable/foldingathome/0.0.4/templates/common.yaml similarity index 100% rename from stable/foldingathome/0.0.3/templates/common.yaml rename to stable/foldingathome/0.0.4/templates/common.yaml diff --git a/stable/foldingathome/0.0.3/values.yaml b/stable/foldingathome/0.0.4/values.yaml similarity index 100% rename from stable/foldingathome/0.0.3/values.yaml rename to stable/foldingathome/0.0.4/values.yaml diff --git a/stable/foldingathome/item.yaml b/stable/foldingathome/item.yaml index 3f4872fa285..9f85b7e322f 100644 --- a/stable/foldingathome/item.yaml +++ b/stable/foldingathome/item.yaml @@ -1,4 +1,4 @@ -icon_url: https://foldingathome.org/wp-content/uploads/2016/09/folding-at-home-logo.png +icon_url: https://truecharts.org/_static/img/appicons/foldingathome-icon.png categories: - incubator diff --git a/stable/habridge/0.0.3/CHANGELOG.md b/stable/habridge/0.0.4/CHANGELOG.md similarity index 60% rename from stable/habridge/0.0.3/CHANGELOG.md rename to stable/habridge/0.0.4/CHANGELOG.md index 3b9ed72341d..fa0f13d2d41 100644 --- a/stable/habridge/0.0.3/CHANGELOG.md +++ b/stable/habridge/0.0.4/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [habridge-0.0.4](https://github.com/truecharts/apps/compare/habridge-0.0.3...habridge-0.0.4) (2021-12-17) + +#### Chore + +* App-Icon Organization ([#1539](https://github.com/truecharts/apps/issues/1539)) + +#### Fix + +* enable secondary services on some new apps ([#1548](https://github.com/truecharts/apps/issues/1548)) + + + ### [habridge-0.0.3](https://github.com/truecharts/apps/compare/habridge-0.0.2...habridge-0.0.3) (2021-12-14) diff --git a/stable/habridge/0.0.3/CONFIG.md b/stable/habridge/0.0.4/CONFIG.md similarity index 100% rename from stable/habridge/0.0.3/CONFIG.md rename to stable/habridge/0.0.4/CONFIG.md diff --git a/stable/habridge/0.0.4/Chart.lock b/stable/habridge/0.0.4/Chart.lock new file mode 100644 index 00000000000..04059106b73 --- /dev/null +++ b/stable/habridge/0.0.4/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.21 +digest: sha256:29937b76d07f882a8d7e24ffdbc0df01638eb45efbda32695bb24015ead912ba +generated: "2021-12-17T11:21:52.794120543Z" diff --git a/stable/habridge/0.0.3/Chart.yaml b/stable/habridge/0.0.4/Chart.yaml similarity index 89% rename from stable/habridge/0.0.3/Chart.yaml rename to stable/habridge/0.0.4/Chart.yaml index a9a325e3244..4114766c78b 100644 --- a/stable/habridge/0.0.3/Chart.yaml +++ b/stable/habridge/0.0.4/Chart.yaml @@ -1,13 +1,13 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: habridge -version: 0.0.3 +version: 0.0.4 appVersion: "5.4.0" description: Habridge emulates Philips Hue API to other home automation gateways such as an Amazon Echo/Dot or other systems that support Philips Hue. type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/habridge -icon: https://www.bwssystems.com/images/logo.png +icon: https://truecharts.org/_static/img/appicons/habridge-icon.png keywords: - habridge sources: diff --git a/stable/habridge/0.0.3/README.md b/stable/habridge/0.0.4/README.md similarity index 100% rename from stable/habridge/0.0.3/README.md rename to stable/habridge/0.0.4/README.md diff --git a/stable/habridge/0.0.3/app-readme.md b/stable/habridge/0.0.4/app-readme.md similarity index 100% rename from stable/habridge/0.0.3/app-readme.md rename to stable/habridge/0.0.4/app-readme.md diff --git a/stable/habridge/0.0.3/charts/common-8.9.21.tgz b/stable/habridge/0.0.4/charts/common-8.9.21.tgz similarity index 100% rename from stable/habridge/0.0.3/charts/common-8.9.21.tgz rename to stable/habridge/0.0.4/charts/common-8.9.21.tgz diff --git a/stable/habridge/0.0.3/helm-values.md b/stable/habridge/0.0.4/helm-values.md similarity index 93% rename from stable/habridge/0.0.3/helm-values.md rename to stable/habridge/0.0.4/helm-values.md index d42a74b09f4..3ef0e9b79d1 100644 --- a/stable/habridge/0.0.3/helm-values.md +++ b/stable/habridge/0.0.4/helm-values.md @@ -22,6 +22,8 @@ You will, however, be able to use all values referenced in the common chart here | podSecurityContext.runAsUser | int | `0` | | | secret.SEC_KEY | string | `""` | | | securityContext.runAsNonRoot | bool | `false` | | +| service.comm.enabled | bool | `true` | | +| service.comm.ports.comm.enabled | bool | `true` | | | service.comm.ports.comm.port | int | `50000` | | | service.comm.ports.comm.targetPort | int | `50000` | | | service.main.ports.main.port | int | `10146` | | diff --git a/stable/habridge/0.0.3/ix_values.yaml b/stable/habridge/0.0.4/ix_values.yaml similarity index 92% rename from stable/habridge/0.0.3/ix_values.yaml rename to stable/habridge/0.0.4/ix_values.yaml index af3e576dc08..82db499384a 100644 --- a/stable/habridge/0.0.3/ix_values.yaml +++ b/stable/habridge/0.0.4/ix_values.yaml @@ -23,8 +23,10 @@ service: targetPort: 8080 port: 10146 comm: + enabled: true ports: comm: + enabled: true targetPort: 50000 port: 50000 diff --git a/stable/habridge/0.0.3/questions.yaml b/stable/habridge/0.0.4/questions.yaml similarity index 100% rename from stable/habridge/0.0.3/questions.yaml rename to stable/habridge/0.0.4/questions.yaml diff --git a/stable/habridge/0.0.3/security.md b/stable/habridge/0.0.4/security.md similarity index 100% rename from stable/habridge/0.0.3/security.md rename to stable/habridge/0.0.4/security.md diff --git a/stable/habridge/0.0.3/templates/common.yaml b/stable/habridge/0.0.4/templates/common.yaml similarity index 100% rename from stable/habridge/0.0.3/templates/common.yaml rename to stable/habridge/0.0.4/templates/common.yaml diff --git a/stable/habridge/0.0.3/values.yaml b/stable/habridge/0.0.4/values.yaml similarity index 100% rename from stable/habridge/0.0.3/values.yaml rename to stable/habridge/0.0.4/values.yaml diff --git a/stable/habridge/item.yaml b/stable/habridge/item.yaml index d9531d4b82b..f624014ce25 100644 --- a/stable/habridge/item.yaml +++ b/stable/habridge/item.yaml @@ -1,4 +1,4 @@ -icon_url: https://www.bwssystems.com/images/logo.png +icon_url: https://truecharts.org/_static/img/appicons/habridge-icon.png categories: - incubator diff --git a/stable/ipfs/0.0.3/Chart.lock b/stable/ipfs/0.0.3/Chart.lock deleted file mode 100644 index e5175219c9b..00000000000 --- a/stable/ipfs/0.0.3/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.9.21 -digest: sha256:29937b76d07f882a8d7e24ffdbc0df01638eb45efbda32695bb24015ead912ba -generated: "2021-12-14T20:19:00.096315006Z" diff --git a/stable/ipfs/0.0.3/CHANGELOG.md b/stable/ipfs/0.0.4/CHANGELOG.md similarity index 60% rename from stable/ipfs/0.0.3/CHANGELOG.md rename to stable/ipfs/0.0.4/CHANGELOG.md index af7bfd43bee..60d33444c11 100644 --- a/stable/ipfs/0.0.3/CHANGELOG.md +++ b/stable/ipfs/0.0.4/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [ipfs-0.0.4](https://github.com/truecharts/apps/compare/ipfs-0.0.3...ipfs-0.0.4) (2021-12-17) + +#### Chore + +* App-Icon Organization ([#1539](https://github.com/truecharts/apps/issues/1539)) + +#### Fix + +* enable secondary services on some new apps ([#1548](https://github.com/truecharts/apps/issues/1548)) + + + ### [ipfs-0.0.3](https://github.com/truecharts/apps/compare/ipfs-0.0.2...ipfs-0.0.3) (2021-12-14) diff --git a/stable/ipfs/0.0.3/CONFIG.md b/stable/ipfs/0.0.4/CONFIG.md similarity index 100% rename from stable/ipfs/0.0.3/CONFIG.md rename to stable/ipfs/0.0.4/CONFIG.md diff --git a/stable/ipfs/0.0.4/Chart.lock b/stable/ipfs/0.0.4/Chart.lock new file mode 100644 index 00000000000..09ba591b95e --- /dev/null +++ b/stable/ipfs/0.0.4/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.21 +digest: sha256:29937b76d07f882a8d7e24ffdbc0df01638eb45efbda32695bb24015ead912ba +generated: "2021-12-17T11:22:12.946946776Z" diff --git a/stable/ipfs/0.0.3/Chart.yaml b/stable/ipfs/0.0.4/Chart.yaml similarity index 82% rename from stable/ipfs/0.0.3/Chart.yaml rename to stable/ipfs/0.0.4/Chart.yaml index 123772e373b..bd19e791a76 100644 --- a/stable/ipfs/0.0.3/Chart.yaml +++ b/stable/ipfs/0.0.4/Chart.yaml @@ -1,13 +1,13 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: ipfs -version: 0.0.3 +version: 0.0.4 appVersion: "2.13.0" description: Ipfs - A peer-to-peer hypermedia protocol designed to make the web faster, safer, and more open type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/ipfs -icon: https://upload.wikimedia.org/wikipedia/commons/thumb/1/18/Ipfs-logo-1024-ice-text.png/480px-Ipfs-logo-1024-ice-text.png +icon: https://truecharts.org/_static/img/appicons/ipfs-icon.png keywords: - ipfs sources: diff --git a/stable/ipfs/0.0.3/README.md b/stable/ipfs/0.0.4/README.md similarity index 100% rename from stable/ipfs/0.0.3/README.md rename to stable/ipfs/0.0.4/README.md diff --git a/stable/ipfs/0.0.3/app-readme.md b/stable/ipfs/0.0.4/app-readme.md similarity index 100% rename from stable/ipfs/0.0.3/app-readme.md rename to stable/ipfs/0.0.4/app-readme.md diff --git a/stable/ipfs/0.0.3/charts/common-8.9.21.tgz b/stable/ipfs/0.0.4/charts/common-8.9.21.tgz similarity index 100% rename from stable/ipfs/0.0.3/charts/common-8.9.21.tgz rename to stable/ipfs/0.0.4/charts/common-8.9.21.tgz diff --git a/stable/ipfs/0.0.3/helm-values.md b/stable/ipfs/0.0.4/helm-values.md similarity index 85% rename from stable/ipfs/0.0.3/helm-values.md rename to stable/ipfs/0.0.4/helm-values.md index 8cd18d2d7ad..b5de101287d 100644 --- a/stable/ipfs/0.0.3/helm-values.md +++ b/stable/ipfs/0.0.4/helm-values.md @@ -22,12 +22,18 @@ You will, however, be able to use all values referenced in the common chart here | podSecurityContext.runAsUser | int | `0` | | | securityContext.readOnlyRootFilesystem | bool | `false` | | | securityContext.runAsNonRoot | bool | `false` | | +| service.api.enabled | bool | `true` | | +| service.api.ports.api.enabled | bool | `true` | | | service.api.ports.api.port | int | `5001` | | | service.api.ports.api.targetPort | int | `5001` | | +| service.gateway.enabled | bool | `true` | | +| service.gateway.ports.gateway.enabled | bool | `true` | | | service.gateway.ports.gateway.port | int | `10147` | | | service.gateway.ports.gateway.targetPort | int | `8080` | | | service.main.ports.main.port | int | `10125` | | | service.main.ports.main.targetPort | int | `80` | | +| service.peer.enabled | bool | `true` | | +| service.peer.ports.peer.enabled | bool | `true` | | | service.peer.ports.peer.port | int | `4001` | | | service.peer.ports.peer.targetPort | int | `4001` | | diff --git a/stable/ipfs/0.0.3/ix_values.yaml b/stable/ipfs/0.0.4/ix_values.yaml similarity index 84% rename from stable/ipfs/0.0.3/ix_values.yaml rename to stable/ipfs/0.0.4/ix_values.yaml index 89595658702..a834b82e84b 100644 --- a/stable/ipfs/0.0.3/ix_values.yaml +++ b/stable/ipfs/0.0.4/ix_values.yaml @@ -21,18 +21,24 @@ service: targetPort: 80 port: 10125 peer: + enabled: true ports: peer: + enabled: true targetPort: 4001 port: 4001 api: + enabled: true ports: api: + enabled: true targetPort: 5001 port: 5001 gateway: + enabled: true ports: gateway: + enabled: true targetPort: 8080 port: 10147 diff --git a/stable/ipfs/0.0.3/questions.yaml b/stable/ipfs/0.0.4/questions.yaml similarity index 100% rename from stable/ipfs/0.0.3/questions.yaml rename to stable/ipfs/0.0.4/questions.yaml diff --git a/stable/ipfs/0.0.3/security.md b/stable/ipfs/0.0.4/security.md similarity index 99% rename from stable/ipfs/0.0.3/security.md rename to stable/ipfs/0.0.4/security.md index 281bbc18ad1..38864dfaba5 100644 --- a/stable/ipfs/0.0.3/security.md +++ b/stable/ipfs/0.0.4/security.md @@ -100,3 +100,11 @@ hide: +**gobinary** + + +| No Vulnerabilities found | +|:---------------------------------| + + + diff --git a/stable/ipfs/0.0.3/templates/common.yaml b/stable/ipfs/0.0.4/templates/common.yaml similarity index 100% rename from stable/ipfs/0.0.3/templates/common.yaml rename to stable/ipfs/0.0.4/templates/common.yaml diff --git a/stable/ipfs/0.0.3/values.yaml b/stable/ipfs/0.0.4/values.yaml similarity index 100% rename from stable/ipfs/0.0.3/values.yaml rename to stable/ipfs/0.0.4/values.yaml diff --git a/stable/ipfs/item.yaml b/stable/ipfs/item.yaml index 36454df3f4e..0accef47d6a 100644 --- a/stable/ipfs/item.yaml +++ b/stable/ipfs/item.yaml @@ -1,4 +1,4 @@ -icon_url: https://upload.wikimedia.org/wikipedia/commons/thumb/1/18/Ipfs-logo-1024-ice-text.png/480px-Ipfs-logo-1024-ice-text.png +icon_url: https://truecharts.org/_static/img/appicons/ipfs-icon.png categories: - incubator diff --git a/stable/kodi-headless/0.0.3/Chart.lock b/stable/kodi-headless/0.0.3/Chart.lock deleted file mode 100644 index 93d0fdc9d8b..00000000000 --- a/stable/kodi-headless/0.0.3/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.9.21 -digest: sha256:29937b76d07f882a8d7e24ffdbc0df01638eb45efbda32695bb24015ead912ba -generated: "2021-12-14T20:19:57.887727433Z" diff --git a/stable/kodi-headless/0.0.3/CHANGELOG.md b/stable/kodi-headless/0.0.4/CHANGELOG.md similarity index 61% rename from stable/kodi-headless/0.0.3/CHANGELOG.md rename to stable/kodi-headless/0.0.4/CHANGELOG.md index e15dd0d0bd3..b55e42eddb2 100644 --- a/stable/kodi-headless/0.0.3/CHANGELOG.md +++ b/stable/kodi-headless/0.0.4/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [kodi-headless-0.0.4](https://github.com/truecharts/apps/compare/kodi-headless-0.0.3...kodi-headless-0.0.4) (2021-12-17) + +#### Chore + +* App-Icon Organization ([#1539](https://github.com/truecharts/apps/issues/1539)) + +#### Fix + +* enable secondary services on some new apps ([#1548](https://github.com/truecharts/apps/issues/1548)) + + + ### [kodi-headless-0.0.3](https://github.com/truecharts/apps/compare/kodi-headless-0.0.2...kodi-headless-0.0.3) (2021-12-14) diff --git a/stable/kodi-headless/0.0.3/CONFIG.md b/stable/kodi-headless/0.0.4/CONFIG.md similarity index 100% rename from stable/kodi-headless/0.0.3/CONFIG.md rename to stable/kodi-headless/0.0.4/CONFIG.md diff --git a/stable/kodi-headless/0.0.4/Chart.lock b/stable/kodi-headless/0.0.4/Chart.lock new file mode 100644 index 00000000000..cda8c01ad29 --- /dev/null +++ b/stable/kodi-headless/0.0.4/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.21 +digest: sha256:29937b76d07f882a8d7e24ffdbc0df01638eb45efbda32695bb24015ead912ba +generated: "2021-12-17T11:22:19.829474841Z" diff --git a/stable/kodi-headless/0.0.3/Chart.yaml b/stable/kodi-headless/0.0.4/Chart.yaml similarity index 84% rename from stable/kodi-headless/0.0.3/Chart.yaml rename to stable/kodi-headless/0.0.4/Chart.yaml index fe77820feb2..eeff87164af 100644 --- a/stable/kodi-headless/0.0.3/Chart.yaml +++ b/stable/kodi-headless/0.0.4/Chart.yaml @@ -1,13 +1,13 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: kodi-headless -version: 0.0.3 +version: 0.0.4 appVersion: "190" description: A headless install of kodi in a docker container. type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/kodi-headless -icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/kodi-banner.png +icon: https://truecharts.org/_static/img/appicons/kodi-headless-icon.png keywords: - kodi-headless sources: diff --git a/stable/kodi-headless/0.0.3/README.md b/stable/kodi-headless/0.0.4/README.md similarity index 100% rename from stable/kodi-headless/0.0.3/README.md rename to stable/kodi-headless/0.0.4/README.md diff --git a/stable/kodi-headless/0.0.3/app-readme.md b/stable/kodi-headless/0.0.4/app-readme.md similarity index 100% rename from stable/kodi-headless/0.0.3/app-readme.md rename to stable/kodi-headless/0.0.4/app-readme.md diff --git a/stable/kodi-headless/0.0.3/charts/common-8.9.21.tgz b/stable/kodi-headless/0.0.4/charts/common-8.9.21.tgz similarity index 100% rename from stable/kodi-headless/0.0.3/charts/common-8.9.21.tgz rename to stable/kodi-headless/0.0.4/charts/common-8.9.21.tgz diff --git a/stable/kodi-headless/0.0.3/helm-values.md b/stable/kodi-headless/0.0.4/helm-values.md similarity index 88% rename from stable/kodi-headless/0.0.3/helm-values.md rename to stable/kodi-headless/0.0.4/helm-values.md index eec8f6ec6bd..e144b875a59 100644 --- a/stable/kodi-headless/0.0.3/helm-values.md +++ b/stable/kodi-headless/0.0.4/helm-values.md @@ -21,11 +21,15 @@ You will, however, be able to use all values referenced in the common chart here | podSecurityContext.runAsGroup | int | `0` | | | podSecurityContext.runAsUser | int | `0` | | | securityContext.runAsNonRoot | bool | `false` | | +| service.esall.enabled | bool | `true` | | +| service.esall.ports.esall.enabled | bool | `true` | | | service.esall.ports.esall.port | int | `9777` | | | service.esall.ports.esall.protocol | string | `"UDP"` | | | service.esall.ports.esall.targetPort | int | `9777` | | | service.main.ports.main.port | int | `10148` | | | service.main.ports.main.targetPort | int | `8080` | | +| service.websocket.enabled | bool | `true` | | +| service.websocket.ports.websocket.enabled | bool | `true` | | | service.websocket.ports.websocket.port | int | `10152` | | | service.websocket.ports.websocket.targetPort | int | `9090` | | diff --git a/stable/kodi-headless/0.0.3/ix_values.yaml b/stable/kodi-headless/0.0.4/ix_values.yaml similarity index 87% rename from stable/kodi-headless/0.0.3/ix_values.yaml rename to stable/kodi-headless/0.0.4/ix_values.yaml index 7d51e14709d..47f19f991f8 100644 --- a/stable/kodi-headless/0.0.3/ix_values.yaml +++ b/stable/kodi-headless/0.0.4/ix_values.yaml @@ -20,13 +20,17 @@ service: targetPort: 8080 port: 10148 websocket: + enabled: true ports: websocket: + enabled: true targetPort: 9090 port: 10152 esall: + enabled: true ports: esall: + enabled: true protocol: UDP targetPort: 9777 port: 9777 diff --git a/stable/kodi-headless/0.0.3/questions.yaml b/stable/kodi-headless/0.0.4/questions.yaml similarity index 100% rename from stable/kodi-headless/0.0.3/questions.yaml rename to stable/kodi-headless/0.0.4/questions.yaml diff --git a/stable/kodi-headless/0.0.3/security.md b/stable/kodi-headless/0.0.4/security.md similarity index 99% rename from stable/kodi-headless/0.0.3/security.md rename to stable/kodi-headless/0.0.4/security.md index 504842c9e56..aee4e928ced 100644 --- a/stable/kodi-headless/0.0.3/security.md +++ b/stable/kodi-headless/0.0.4/security.md @@ -388,7 +388,7 @@ hide: | libsasl2-modules | CVE-2019-19906 | MEDIUM | 2.1.27~101-g0780600+dfsg-3ubuntu2 | 2.1.27~101-g0780600+dfsg-3ubuntu2.1 |
Expand...http://seclists.org/fulldisclosure/2020/Jul/23
http://seclists.org/fulldisclosure/2020/Jul/24
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19906
https://github.com/cyrusimap/cyrus-sasl/issues/587
https://linux.oracle.com/cve/CVE-2019-19906.html
https://linux.oracle.com/errata/ELSA-2020-4497.html
https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E
https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E
https://lists.debian.org/debian-lts-announce/2019/12/msg00027.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MW6GZCLECGL2PBNHVNPJIX4RPVRVFR7R/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/OB4GSVOJ6ESHQNT5GSV63OX5D4KPSTGT/
https://seclists.org/bugtraq/2019/Dec/42
https://support.apple.com/kb/HT211288
https://support.apple.com/kb/HT211289
https://ubuntu.com/security/notices/USN-4256-1
https://usn.ubuntu.com/4256-1/
https://www.debian.org/security/2019/dsa-4591
https://www.openldap.org/its/index.cgi/Incoming?id=9123
| | libsasl2-modules-db | CVE-2019-19906 | MEDIUM | 2.1.27~101-g0780600+dfsg-3ubuntu2 | 2.1.27~101-g0780600+dfsg-3ubuntu2.1 |
Expand...http://seclists.org/fulldisclosure/2020/Jul/23
http://seclists.org/fulldisclosure/2020/Jul/24
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19906
https://github.com/cyrusimap/cyrus-sasl/issues/587
https://linux.oracle.com/cve/CVE-2019-19906.html
https://linux.oracle.com/errata/ELSA-2020-4497.html
https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E
https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E
https://lists.debian.org/debian-lts-announce/2019/12/msg00027.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MW6GZCLECGL2PBNHVNPJIX4RPVRVFR7R/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/OB4GSVOJ6ESHQNT5GSV63OX5D4KPSTGT/
https://seclists.org/bugtraq/2019/Dec/42
https://support.apple.com/kb/HT211288
https://support.apple.com/kb/HT211289
https://ubuntu.com/security/notices/USN-4256-1
https://usn.ubuntu.com/4256-1/
https://www.debian.org/security/2019/dsa-4591
https://www.openldap.org/its/index.cgi/Incoming?id=9123
| | libsmartcols1 | CVE-2018-7738 | LOW | 2.31.1-0.4ubuntu3.4 | 2.31.1-0.4ubuntu3.7 |
Expand...http://www.securityfocus.com/bid/103367
https://bugs.debian.org/892179
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-7738
https://github.com/karelzak/util-linux/commit/75f03badd7ed9f1dd951863d75e756883d3acc55
https://github.com/karelzak/util-linux/issues/539
https://ubuntu.com/security/notices/USN-4512-1
https://usn.ubuntu.com/4512-1/
https://www.debian.org/security/2018/dsa-4134
| -| libsmbclient | CVE-2016-2124 | MEDIUM | 2:4.7.6+dfsg~ubuntu-0ubuntu2.14 | 2:4.7.6+dfsg~ubuntu-0ubuntu2.26 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-2124
https://linux.oracle.com/cve/CVE-2016-2124.html
https://linux.oracle.com/errata/ELSA-2021-5082.html
https://ubuntu.com/security/notices/USN-5142-1
https://ubuntu.com/security/notices/USN-5174-1
https://www.samba.org/samba/history/samba-4.13.14.html
https://www.samba.org/samba/security/CVE-2016-2124.html
| +| libsmbclient | CVE-2016-2124 | MEDIUM | 2:4.7.6+dfsg~ubuntu-0ubuntu2.14 | 2:4.7.6+dfsg~ubuntu-0ubuntu2.26 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-2124
https://linux.oracle.com/cve/CVE-2016-2124.html
https://linux.oracle.com/errata/ELSA-2021-5192.html
https://ubuntu.com/security/notices/USN-5142-1
https://ubuntu.com/security/notices/USN-5174-1
https://www.samba.org/samba/history/samba-4.13.14.html
https://www.samba.org/samba/security/CVE-2016-2124.html
| | libsmbclient | CVE-2020-10704 | MEDIUM | 2:4.7.6+dfsg~ubuntu-0ubuntu2.14 | 2:4.7.6+dfsg~ubuntu-0ubuntu2.16 |
Expand...http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00054.html
http://lists.opensuse.org/opensuse-security-announce/2020-09/msg00002.html
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-10704
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-10704
https://lists.debian.org/debian-lts-announce/2020/11/msg00041.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U5KW3ZO35NVDO57JSBZHTQZOS3AIQ5QE/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Y7DVGCHG3XPIBQ5ETGMGW7MXNOO4HFH4/
https://security.gentoo.org/glsa/202007-15
https://ubuntu.com/security/notices/USN-4341-1
https://ubuntu.com/security/notices/USN-4341-2
https://www.samba.org/samba/security/CVE-2020-10704.html
| | libsmbclient | CVE-2020-10730 | MEDIUM | 2:4.7.6+dfsg~ubuntu-0ubuntu2.14 | 2:4.7.6+dfsg~ubuntu-0ubuntu2.17 |
Expand...http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00030.html
http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00054.html
http://lists.opensuse.org/opensuse-security-announce/2020-08/msg00000.html
http://lists.opensuse.org/opensuse-security-announce/2020-09/msg00002.html
https://bugzilla.redhat.com/show_bug.cgi?id=1849489;
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-10730
https://linux.oracle.com/cve/CVE-2020-10730.html
https://linux.oracle.com/errata/ELSA-2020-4568.html
https://lists.debian.org/debian-lts-announce/2020/11/msg00041.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6YLNQ5GRXUKYRUAOFZ4DUBVN4SMTL6Q2/
https://security.gentoo.org/glsa/202007-15
https://ubuntu.com/security/notices/USN-4409-1
https://www.debian.org/security/2021/dsa-4884
https://www.samba.org/samba/security/CVE-2020-10730.html
| | libsmbclient | CVE-2020-10745 | MEDIUM | 2:4.7.6+dfsg~ubuntu-0ubuntu2.14 | 2:4.7.6+dfsg~ubuntu-0ubuntu2.17 |
Expand...http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00030.html
http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00054.html
http://lists.opensuse.org/opensuse-security-announce/2020-09/msg00002.html
https://bugzilla.redhat.com/show_bug.cgi?id=1849491;
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-10745
https://lists.debian.org/debian-lts-announce/2020/11/msg00041.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6YLNQ5GRXUKYRUAOFZ4DUBVN4SMTL6Q2/
https://security.gentoo.org/glsa/202007-15
https://ubuntu.com/security/notices/USN-4409-1
https://www.samba.org/samba/security/CVE-2020-10745.html
| @@ -398,7 +398,7 @@ hide: | libsmbclient | CVE-2020-14323 | MEDIUM | 2:4.7.6+dfsg~ubuntu-0ubuntu2.14 | 2:4.7.6+dfsg~ubuntu-0ubuntu2.21 |
Expand...http://lists.opensuse.org/opensuse-security-announce/2020-11/msg00008.html
http://lists.opensuse.org/opensuse-security-announce/2020-11/msg00012.html
https://bugzilla.redhat.com/show_bug.cgi?id=1891685
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14323
https://linux.oracle.com/cve/CVE-2020-14323.html
https://linux.oracle.com/errata/ELSA-2021-1647.html
https://lists.debian.org/debian-lts-announce/2020/11/msg00041.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/JE2M4FE3N3EDXVG4UKSVFPL7SQUGFFDP/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/W6HM73N4NEGFW5GIJJGGP6ZZBS6GTXPB/
https://security.gentoo.org/glsa/202012-24
https://security.netapp.com/advisory/ntap-20201103-0001/
https://ubuntu.com/security/notices/USN-4611-1
https://ubuntu.com/security/notices/USN-4931-1
https://www.samba.org/samba/security/CVE-2020-14323.html
| | libsmbclient | CVE-2020-14383 | MEDIUM | 2:4.7.6+dfsg~ubuntu-0ubuntu2.14 | 2:4.7.6+dfsg~ubuntu-0ubuntu2.21 |
Expand...https://bugzilla.redhat.com/show_bug.cgi?id=1892636
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14383
https://security.gentoo.org/glsa/202012-24
https://ubuntu.com/security/notices/USN-4611-1
https://ubuntu.com/security/notices/USN-4931-1
https://www.samba.org/samba/security/CVE-2020-14383.html
| | libsmbclient | CVE-2020-1472 | MEDIUM | 2:4.7.6+dfsg~ubuntu-0ubuntu2.14 | 2:4.7.6+dfsg~ubuntu-0ubuntu2.19 |
Expand...http://lists.opensuse.org/opensuse-security-announce/2020-09/msg00080.html
http://lists.opensuse.org/opensuse-security-announce/2020-09/msg00086.html
http://packetstormsecurity.com/files/159190/Zerologon-Proof-Of-Concept.html
http://packetstormsecurity.com/files/160127/Zerologon-Netlogon-Privilege-Escalation.html
http://www.openwall.com/lists/oss-security/2020/09/17/2
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-1472
https://kb.cert.org/vuls/id/490028#Samba
https://linux.oracle.com/cve/CVE-2020-1472.html
https://linux.oracle.com/errata/ELSA-2021-1647.html
https://lists.debian.org/debian-lts-announce/2020/11/msg00041.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/H4OTFBL6YDVFH2TBJFJIE4FMHPJEEJK3/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ST6X3A2XXYMGD4INR26DQ4FP4QSM753B/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TAPQQZZAT4TG3XVRTAFV2Y3S7OAHFBUP/
https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2020-1472
https://security.gentoo.org/glsa/202012-24
https://ubuntu.com/security/notices/USN-4510-1
https://ubuntu.com/security/notices/USN-4510-2
https://usn.ubuntu.com/4510-1/
https://usn.ubuntu.com/4510-2/
https://usn.ubuntu.com/4559-1/
https://www.kb.cert.org/vuls/id/490028
https://www.oracle.com/security-alerts/cpuApr2021.html
https://www.samba.org/samba/security/CVE-2020-1472.html
https://www.secura.com/pathtoimg.php?id=2055
https://www.synology.com/security/advisory/Synology_SA_20_21
| -| libsmbclient | CVE-2020-25717 | MEDIUM | 2:4.7.6+dfsg~ubuntu-0ubuntu2.14 | 2:4.7.6+dfsg~ubuntu-0ubuntu2.26 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-25717
https://linux.oracle.com/cve/CVE-2020-25717.html
https://linux.oracle.com/errata/ELSA-2021-5082.html
https://ubuntu.com/security/notices/USN-5142-1
https://ubuntu.com/security/notices/USN-5174-1
https://www.samba.org/samba/history/samba-4.13.14.html
https://www.samba.org/samba/security/CVE-2020-25717.html
| +| libsmbclient | CVE-2020-25717 | MEDIUM | 2:4.7.6+dfsg~ubuntu-0ubuntu2.14 | 2:4.7.6+dfsg~ubuntu-0ubuntu2.26 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-25717
https://linux.oracle.com/cve/CVE-2020-25717.html
https://linux.oracle.com/errata/ELSA-2021-5192.html
https://ubuntu.com/security/notices/USN-5142-1
https://ubuntu.com/security/notices/USN-5174-1
https://www.samba.org/samba/history/samba-4.13.14.html
https://www.samba.org/samba/security/CVE-2020-25717.html
| | libsmbclient | CVE-2020-25722 | MEDIUM | 2:4.7.6+dfsg~ubuntu-0ubuntu2.14 | 2:4.7.6+dfsg~ubuntu-0ubuntu2.26 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-25722
https://ubuntu.com/security/notices/USN-5142-1
https://ubuntu.com/security/notices/USN-5174-1
https://www.samba.org/samba/history/samba-4.13.14.html
https://www.samba.org/samba/security/CVE-2020-25722.html
| | libsmbclient | CVE-2021-20254 | MEDIUM | 2:4.7.6+dfsg~ubuntu-0ubuntu2.14 | 2:4.7.6+dfsg~ubuntu-0ubuntu2.23 |
Expand...https://bugzilla.redhat.com/show_bug.cgi?id=1949442
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-20254
https://linux.oracle.com/cve/CVE-2021-20254.html
https://linux.oracle.com/errata/ELSA-2021-4058.html
https://lists.debian.org/debian-lts-announce/2021/05/msg00023.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/3EP2VJ73OVBPVSOSTVOMGIEQA3MWF6F7/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZAF6L2M6CNAJ2YYYGXPWETTW5YLCWTVT/
https://security.gentoo.org/glsa/202105-22
https://security.netapp.com/advisory/ntap-20210430-0001/
https://ubuntu.com/security/notices/USN-4930-1
https://ubuntu.com/security/notices/USN-4931-1
https://www.samba.org/samba/security/CVE-2021-20254.html
| | libsmbclient | CVE-2019-14902 | LOW | 2:4.7.6+dfsg~ubuntu-0ubuntu2.14 | 2:4.7.6+dfsg~ubuntu-0ubuntu2.15 |
Expand...http://lists.opensuse.org/opensuse-security-announce/2020-01/msg00055.html
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-14902
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-14902
https://lists.debian.org/debian-lts-announce/2021/05/msg00023.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4ACZVNMIFQGGXNJPMHAVBN3H2U65FXQY/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/GQ6U65I2K23YJC4FESW477WL55TU3PPT/
https://security.gentoo.org/glsa/202003-52
https://security.netapp.com/advisory/ntap-20200122-0001/
https://ubuntu.com/security/notices/USN-4244-1
https://usn.ubuntu.com/4244-1/
https://www.samba.org/samba/security/CVE-2019-14902.html
https://www.synology.com/security/advisory/Synology_SA_20_01
| @@ -452,7 +452,7 @@ hide: | libudev1 | CVE-2019-3844 | LOW | 237-3ubuntu10.33 | 237-3ubuntu10.38 |
Expand...http://www.securityfocus.com/bid/108096
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3844
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-3844
https://linux.oracle.com/cve/CVE-2019-3844.html
https://linux.oracle.com/errata/ELSA-2020-1794.html
https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E
https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E
https://security.netapp.com/advisory/ntap-20190619-0002/
https://ubuntu.com/security/notices/USN-4269-1
https://usn.ubuntu.com/4269-1/
| | libudev1 | CVE-2020-13529 | LOW | 237-3ubuntu10.33 | 237-3ubuntu10.49 |
Expand...http://www.openwall.com/lists/oss-security/2021/08/04/2
http://www.openwall.com/lists/oss-security/2021/08/17/3
http://www.openwall.com/lists/oss-security/2021/09/07/3
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13529
https://linux.oracle.com/cve/CVE-2020-13529.html
https://linux.oracle.com/errata/ELSA-2021-4361.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/42TMJVNYRY65B4QCJICBYOEIVZV3KUYI/
https://security.gentoo.org/glsa/202107-48
https://security.netapp.com/advisory/ntap-20210625-0005/
https://talosintelligence.com/vulnerability_reports/TALOS-2020-1142
https://ubuntu.com/security/notices/USN-5013-1
https://ubuntu.com/security/notices/USN-5013-2
| | libuuid1 | CVE-2018-7738 | LOW | 2.31.1-0.4ubuntu3.4 | 2.31.1-0.4ubuntu3.7 |
Expand...http://www.securityfocus.com/bid/103367
https://bugs.debian.org/892179
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-7738
https://github.com/karelzak/util-linux/commit/75f03badd7ed9f1dd951863d75e756883d3acc55
https://github.com/karelzak/util-linux/issues/539
https://ubuntu.com/security/notices/USN-4512-1
https://usn.ubuntu.com/4512-1/
https://www.debian.org/security/2018/dsa-4134
| -| libwbclient0 | CVE-2016-2124 | MEDIUM | 2:4.7.6+dfsg~ubuntu-0ubuntu2.14 | 2:4.7.6+dfsg~ubuntu-0ubuntu2.26 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-2124
https://linux.oracle.com/cve/CVE-2016-2124.html
https://linux.oracle.com/errata/ELSA-2021-5082.html
https://ubuntu.com/security/notices/USN-5142-1
https://ubuntu.com/security/notices/USN-5174-1
https://www.samba.org/samba/history/samba-4.13.14.html
https://www.samba.org/samba/security/CVE-2016-2124.html
| +| libwbclient0 | CVE-2016-2124 | MEDIUM | 2:4.7.6+dfsg~ubuntu-0ubuntu2.14 | 2:4.7.6+dfsg~ubuntu-0ubuntu2.26 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-2124
https://linux.oracle.com/cve/CVE-2016-2124.html
https://linux.oracle.com/errata/ELSA-2021-5192.html
https://ubuntu.com/security/notices/USN-5142-1
https://ubuntu.com/security/notices/USN-5174-1
https://www.samba.org/samba/history/samba-4.13.14.html
https://www.samba.org/samba/security/CVE-2016-2124.html
| | libwbclient0 | CVE-2020-10704 | MEDIUM | 2:4.7.6+dfsg~ubuntu-0ubuntu2.14 | 2:4.7.6+dfsg~ubuntu-0ubuntu2.16 |
Expand...http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00054.html
http://lists.opensuse.org/opensuse-security-announce/2020-09/msg00002.html
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-10704
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-10704
https://lists.debian.org/debian-lts-announce/2020/11/msg00041.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U5KW3ZO35NVDO57JSBZHTQZOS3AIQ5QE/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Y7DVGCHG3XPIBQ5ETGMGW7MXNOO4HFH4/
https://security.gentoo.org/glsa/202007-15
https://ubuntu.com/security/notices/USN-4341-1
https://ubuntu.com/security/notices/USN-4341-2
https://www.samba.org/samba/security/CVE-2020-10704.html
| | libwbclient0 | CVE-2020-10730 | MEDIUM | 2:4.7.6+dfsg~ubuntu-0ubuntu2.14 | 2:4.7.6+dfsg~ubuntu-0ubuntu2.17 |
Expand...http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00030.html
http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00054.html
http://lists.opensuse.org/opensuse-security-announce/2020-08/msg00000.html
http://lists.opensuse.org/opensuse-security-announce/2020-09/msg00002.html
https://bugzilla.redhat.com/show_bug.cgi?id=1849489;
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-10730
https://linux.oracle.com/cve/CVE-2020-10730.html
https://linux.oracle.com/errata/ELSA-2020-4568.html
https://lists.debian.org/debian-lts-announce/2020/11/msg00041.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6YLNQ5GRXUKYRUAOFZ4DUBVN4SMTL6Q2/
https://security.gentoo.org/glsa/202007-15
https://ubuntu.com/security/notices/USN-4409-1
https://www.debian.org/security/2021/dsa-4884
https://www.samba.org/samba/security/CVE-2020-10730.html
| | libwbclient0 | CVE-2020-10745 | MEDIUM | 2:4.7.6+dfsg~ubuntu-0ubuntu2.14 | 2:4.7.6+dfsg~ubuntu-0ubuntu2.17 |
Expand...http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00030.html
http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00054.html
http://lists.opensuse.org/opensuse-security-announce/2020-09/msg00002.html
https://bugzilla.redhat.com/show_bug.cgi?id=1849491;
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-10745
https://lists.debian.org/debian-lts-announce/2020/11/msg00041.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6YLNQ5GRXUKYRUAOFZ4DUBVN4SMTL6Q2/
https://security.gentoo.org/glsa/202007-15
https://ubuntu.com/security/notices/USN-4409-1
https://www.samba.org/samba/security/CVE-2020-10745.html
| @@ -462,7 +462,7 @@ hide: | libwbclient0 | CVE-2020-14323 | MEDIUM | 2:4.7.6+dfsg~ubuntu-0ubuntu2.14 | 2:4.7.6+dfsg~ubuntu-0ubuntu2.21 |
Expand...http://lists.opensuse.org/opensuse-security-announce/2020-11/msg00008.html
http://lists.opensuse.org/opensuse-security-announce/2020-11/msg00012.html
https://bugzilla.redhat.com/show_bug.cgi?id=1891685
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14323
https://linux.oracle.com/cve/CVE-2020-14323.html
https://linux.oracle.com/errata/ELSA-2021-1647.html
https://lists.debian.org/debian-lts-announce/2020/11/msg00041.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/JE2M4FE3N3EDXVG4UKSVFPL7SQUGFFDP/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/W6HM73N4NEGFW5GIJJGGP6ZZBS6GTXPB/
https://security.gentoo.org/glsa/202012-24
https://security.netapp.com/advisory/ntap-20201103-0001/
https://ubuntu.com/security/notices/USN-4611-1
https://ubuntu.com/security/notices/USN-4931-1
https://www.samba.org/samba/security/CVE-2020-14323.html
| | libwbclient0 | CVE-2020-14383 | MEDIUM | 2:4.7.6+dfsg~ubuntu-0ubuntu2.14 | 2:4.7.6+dfsg~ubuntu-0ubuntu2.21 |
Expand...https://bugzilla.redhat.com/show_bug.cgi?id=1892636
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14383
https://security.gentoo.org/glsa/202012-24
https://ubuntu.com/security/notices/USN-4611-1
https://ubuntu.com/security/notices/USN-4931-1
https://www.samba.org/samba/security/CVE-2020-14383.html
| | libwbclient0 | CVE-2020-1472 | MEDIUM | 2:4.7.6+dfsg~ubuntu-0ubuntu2.14 | 2:4.7.6+dfsg~ubuntu-0ubuntu2.19 |
Expand...http://lists.opensuse.org/opensuse-security-announce/2020-09/msg00080.html
http://lists.opensuse.org/opensuse-security-announce/2020-09/msg00086.html
http://packetstormsecurity.com/files/159190/Zerologon-Proof-Of-Concept.html
http://packetstormsecurity.com/files/160127/Zerologon-Netlogon-Privilege-Escalation.html
http://www.openwall.com/lists/oss-security/2020/09/17/2
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-1472
https://kb.cert.org/vuls/id/490028#Samba
https://linux.oracle.com/cve/CVE-2020-1472.html
https://linux.oracle.com/errata/ELSA-2021-1647.html
https://lists.debian.org/debian-lts-announce/2020/11/msg00041.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/H4OTFBL6YDVFH2TBJFJIE4FMHPJEEJK3/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ST6X3A2XXYMGD4INR26DQ4FP4QSM753B/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TAPQQZZAT4TG3XVRTAFV2Y3S7OAHFBUP/
https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2020-1472
https://security.gentoo.org/glsa/202012-24
https://ubuntu.com/security/notices/USN-4510-1
https://ubuntu.com/security/notices/USN-4510-2
https://usn.ubuntu.com/4510-1/
https://usn.ubuntu.com/4510-2/
https://usn.ubuntu.com/4559-1/
https://www.kb.cert.org/vuls/id/490028
https://www.oracle.com/security-alerts/cpuApr2021.html
https://www.samba.org/samba/security/CVE-2020-1472.html
https://www.secura.com/pathtoimg.php?id=2055
https://www.synology.com/security/advisory/Synology_SA_20_21
| -| libwbclient0 | CVE-2020-25717 | MEDIUM | 2:4.7.6+dfsg~ubuntu-0ubuntu2.14 | 2:4.7.6+dfsg~ubuntu-0ubuntu2.26 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-25717
https://linux.oracle.com/cve/CVE-2020-25717.html
https://linux.oracle.com/errata/ELSA-2021-5082.html
https://ubuntu.com/security/notices/USN-5142-1
https://ubuntu.com/security/notices/USN-5174-1
https://www.samba.org/samba/history/samba-4.13.14.html
https://www.samba.org/samba/security/CVE-2020-25717.html
| +| libwbclient0 | CVE-2020-25717 | MEDIUM | 2:4.7.6+dfsg~ubuntu-0ubuntu2.14 | 2:4.7.6+dfsg~ubuntu-0ubuntu2.26 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-25717
https://linux.oracle.com/cve/CVE-2020-25717.html
https://linux.oracle.com/errata/ELSA-2021-5192.html
https://ubuntu.com/security/notices/USN-5142-1
https://ubuntu.com/security/notices/USN-5174-1
https://www.samba.org/samba/history/samba-4.13.14.html
https://www.samba.org/samba/security/CVE-2020-25717.html
| | libwbclient0 | CVE-2020-25722 | MEDIUM | 2:4.7.6+dfsg~ubuntu-0ubuntu2.14 | 2:4.7.6+dfsg~ubuntu-0ubuntu2.26 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-25722
https://ubuntu.com/security/notices/USN-5142-1
https://ubuntu.com/security/notices/USN-5174-1
https://www.samba.org/samba/history/samba-4.13.14.html
https://www.samba.org/samba/security/CVE-2020-25722.html
| | libwbclient0 | CVE-2021-20254 | MEDIUM | 2:4.7.6+dfsg~ubuntu-0ubuntu2.14 | 2:4.7.6+dfsg~ubuntu-0ubuntu2.23 |
Expand...https://bugzilla.redhat.com/show_bug.cgi?id=1949442
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-20254
https://linux.oracle.com/cve/CVE-2021-20254.html
https://linux.oracle.com/errata/ELSA-2021-4058.html
https://lists.debian.org/debian-lts-announce/2021/05/msg00023.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/3EP2VJ73OVBPVSOSTVOMGIEQA3MWF6F7/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZAF6L2M6CNAJ2YYYGXPWETTW5YLCWTVT/
https://security.gentoo.org/glsa/202105-22
https://security.netapp.com/advisory/ntap-20210430-0001/
https://ubuntu.com/security/notices/USN-4930-1
https://ubuntu.com/security/notices/USN-4931-1
https://www.samba.org/samba/security/CVE-2021-20254.html
| | libwbclient0 | CVE-2019-14902 | LOW | 2:4.7.6+dfsg~ubuntu-0ubuntu2.14 | 2:4.7.6+dfsg~ubuntu-0ubuntu2.15 |
Expand...http://lists.opensuse.org/opensuse-security-announce/2020-01/msg00055.html
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-14902
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-14902
https://lists.debian.org/debian-lts-announce/2021/05/msg00023.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4ACZVNMIFQGGXNJPMHAVBN3H2U65FXQY/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/GQ6U65I2K23YJC4FESW477WL55TU3PPT/
https://security.gentoo.org/glsa/202003-52
https://security.netapp.com/advisory/ntap-20200122-0001/
https://ubuntu.com/security/notices/USN-4244-1
https://usn.ubuntu.com/4244-1/
https://www.samba.org/samba/security/CVE-2019-14902.html
https://www.synology.com/security/advisory/Synology_SA_20_01
| @@ -551,7 +551,7 @@ hide: | perl-base | CVE-2020-10543 | LOW | 5.26.1-6ubuntu0.3 | 5.26.1-6ubuntu0.5 |
Expand...http://lists.opensuse.org/opensuse-security-announce/2020-06/msg00044.html
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-10543
https://github.com/Perl/perl5/blob/blead/pod/perl5303delta.pod
https://github.com/Perl/perl5/compare/v5.30.2...v5.30.3
https://github.com/perl/perl5/commit/897d1f7fd515b828e4b198d8b8bef76c6faf03ed
https://linux.oracle.com/cve/CVE-2020-10543.html
https://linux.oracle.com/errata/ELSA-2021-9238.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/IN3TTBO5KSGWE5IRIKDJ5JSQRH7ANNXE/
https://metacpan.org/pod/release/XSAWYERX/perl-5.28.3/pod/perldelta.pod
https://metacpan.org/pod/release/XSAWYERX/perl-5.30.3/pod/perldelta.pod
https://security.gentoo.org/glsa/202006-03
https://security.netapp.com/advisory/ntap-20200611-0001/
https://ubuntu.com/security/notices/USN-4602-1
https://ubuntu.com/security/notices/USN-4602-2
https://www.oracle.com//security-alerts/cpujul2021.html
https://www.oracle.com/security-alerts/cpuApr2021.html
https://www.oracle.com/security-alerts/cpujan2021.html
https://www.oracle.com/security-alerts/cpuoct2020.html
https://www.oracle.com/security-alerts/cpuoct2021.html
| | perl-base | CVE-2020-10878 | LOW | 5.26.1-6ubuntu0.3 | 5.26.1-6ubuntu0.5 |
Expand...http://lists.opensuse.org/opensuse-security-announce/2020-06/msg00044.html
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-10878
https://github.com/Perl/perl5/blob/blead/pod/perl5303delta.pod
https://github.com/Perl/perl5/compare/v5.30.2...v5.30.3
https://github.com/perl/perl5/commit/0a320d753fe7fca03df259a4dfd8e641e51edaa8
https://github.com/perl/perl5/commit/3295b48defa0f8570114877b063fe546dd348b3c
https://linux.oracle.com/cve/CVE-2020-10878.html
https://linux.oracle.com/errata/ELSA-2021-9238.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/IN3TTBO5KSGWE5IRIKDJ5JSQRH7ANNXE/
https://metacpan.org/pod/release/XSAWYERX/perl-5.28.3/pod/perldelta.pod
https://metacpan.org/pod/release/XSAWYERX/perl-5.30.3/pod/perldelta.pod
https://security.gentoo.org/glsa/202006-03
https://security.netapp.com/advisory/ntap-20200611-0001/
https://ubuntu.com/security/notices/USN-4602-1
https://ubuntu.com/security/notices/USN-4602-2
https://www.oracle.com//security-alerts/cpujul2021.html
https://www.oracle.com/security-alerts/cpuApr2021.html
https://www.oracle.com/security-alerts/cpujan2021.html
https://www.oracle.com/security-alerts/cpuoct2020.html
https://www.oracle.com/security-alerts/cpuoct2021.html
| | perl-base | CVE-2020-12723 | LOW | 5.26.1-6ubuntu0.3 | 5.26.1-6ubuntu0.5 |
Expand...http://lists.opensuse.org/opensuse-security-announce/2020-06/msg00044.html
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-12723
https://github.com/Perl/perl5/blob/blead/pod/perl5303delta.pod
https://github.com/Perl/perl5/compare/v5.30.2...v5.30.3
https://github.com/Perl/perl5/issues/16947
https://github.com/Perl/perl5/issues/17743
https://github.com/perl/perl5/commit/66bbb51b93253a3f87d11c2695cfb7bdb782184a
https://linux.oracle.com/cve/CVE-2020-12723.html
https://linux.oracle.com/errata/ELSA-2021-9238.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/IN3TTBO5KSGWE5IRIKDJ5JSQRH7ANNXE/
https://metacpan.org/pod/release/XSAWYERX/perl-5.28.3/pod/perldelta.pod
https://metacpan.org/pod/release/XSAWYERX/perl-5.30.3/pod/perldelta.pod
https://security.gentoo.org/glsa/202006-03
https://security.netapp.com/advisory/ntap-20200611-0001/
https://ubuntu.com/security/notices/USN-4602-1
https://ubuntu.com/security/notices/USN-4602-2
https://www.oracle.com//security-alerts/cpujul2021.html
https://www.oracle.com/security-alerts/cpuApr2021.html
https://www.oracle.com/security-alerts/cpujan2021.html
https://www.oracle.com/security-alerts/cpuoct2020.html
https://www.oracle.com/security-alerts/cpuoct2021.html
| -| samba-libs | CVE-2016-2124 | MEDIUM | 2:4.7.6+dfsg~ubuntu-0ubuntu2.14 | 2:4.7.6+dfsg~ubuntu-0ubuntu2.26 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-2124
https://linux.oracle.com/cve/CVE-2016-2124.html
https://linux.oracle.com/errata/ELSA-2021-5082.html
https://ubuntu.com/security/notices/USN-5142-1
https://ubuntu.com/security/notices/USN-5174-1
https://www.samba.org/samba/history/samba-4.13.14.html
https://www.samba.org/samba/security/CVE-2016-2124.html
| +| samba-libs | CVE-2016-2124 | MEDIUM | 2:4.7.6+dfsg~ubuntu-0ubuntu2.14 | 2:4.7.6+dfsg~ubuntu-0ubuntu2.26 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-2124
https://linux.oracle.com/cve/CVE-2016-2124.html
https://linux.oracle.com/errata/ELSA-2021-5192.html
https://ubuntu.com/security/notices/USN-5142-1
https://ubuntu.com/security/notices/USN-5174-1
https://www.samba.org/samba/history/samba-4.13.14.html
https://www.samba.org/samba/security/CVE-2016-2124.html
| | samba-libs | CVE-2020-10704 | MEDIUM | 2:4.7.6+dfsg~ubuntu-0ubuntu2.14 | 2:4.7.6+dfsg~ubuntu-0ubuntu2.16 |
Expand...http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00054.html
http://lists.opensuse.org/opensuse-security-announce/2020-09/msg00002.html
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-10704
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-10704
https://lists.debian.org/debian-lts-announce/2020/11/msg00041.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U5KW3ZO35NVDO57JSBZHTQZOS3AIQ5QE/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Y7DVGCHG3XPIBQ5ETGMGW7MXNOO4HFH4/
https://security.gentoo.org/glsa/202007-15
https://ubuntu.com/security/notices/USN-4341-1
https://ubuntu.com/security/notices/USN-4341-2
https://www.samba.org/samba/security/CVE-2020-10704.html
| | samba-libs | CVE-2020-10730 | MEDIUM | 2:4.7.6+dfsg~ubuntu-0ubuntu2.14 | 2:4.7.6+dfsg~ubuntu-0ubuntu2.17 |
Expand...http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00030.html
http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00054.html
http://lists.opensuse.org/opensuse-security-announce/2020-08/msg00000.html
http://lists.opensuse.org/opensuse-security-announce/2020-09/msg00002.html
https://bugzilla.redhat.com/show_bug.cgi?id=1849489;
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-10730
https://linux.oracle.com/cve/CVE-2020-10730.html
https://linux.oracle.com/errata/ELSA-2020-4568.html
https://lists.debian.org/debian-lts-announce/2020/11/msg00041.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6YLNQ5GRXUKYRUAOFZ4DUBVN4SMTL6Q2/
https://security.gentoo.org/glsa/202007-15
https://ubuntu.com/security/notices/USN-4409-1
https://www.debian.org/security/2021/dsa-4884
https://www.samba.org/samba/security/CVE-2020-10730.html
| | samba-libs | CVE-2020-10745 | MEDIUM | 2:4.7.6+dfsg~ubuntu-0ubuntu2.14 | 2:4.7.6+dfsg~ubuntu-0ubuntu2.17 |
Expand...http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00030.html
http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00054.html
http://lists.opensuse.org/opensuse-security-announce/2020-09/msg00002.html
https://bugzilla.redhat.com/show_bug.cgi?id=1849491;
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-10745
https://lists.debian.org/debian-lts-announce/2020/11/msg00041.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6YLNQ5GRXUKYRUAOFZ4DUBVN4SMTL6Q2/
https://security.gentoo.org/glsa/202007-15
https://ubuntu.com/security/notices/USN-4409-1
https://www.samba.org/samba/security/CVE-2020-10745.html
| @@ -561,7 +561,7 @@ hide: | samba-libs | CVE-2020-14323 | MEDIUM | 2:4.7.6+dfsg~ubuntu-0ubuntu2.14 | 2:4.7.6+dfsg~ubuntu-0ubuntu2.21 |
Expand...http://lists.opensuse.org/opensuse-security-announce/2020-11/msg00008.html
http://lists.opensuse.org/opensuse-security-announce/2020-11/msg00012.html
https://bugzilla.redhat.com/show_bug.cgi?id=1891685
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14323
https://linux.oracle.com/cve/CVE-2020-14323.html
https://linux.oracle.com/errata/ELSA-2021-1647.html
https://lists.debian.org/debian-lts-announce/2020/11/msg00041.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/JE2M4FE3N3EDXVG4UKSVFPL7SQUGFFDP/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/W6HM73N4NEGFW5GIJJGGP6ZZBS6GTXPB/
https://security.gentoo.org/glsa/202012-24
https://security.netapp.com/advisory/ntap-20201103-0001/
https://ubuntu.com/security/notices/USN-4611-1
https://ubuntu.com/security/notices/USN-4931-1
https://www.samba.org/samba/security/CVE-2020-14323.html
| | samba-libs | CVE-2020-14383 | MEDIUM | 2:4.7.6+dfsg~ubuntu-0ubuntu2.14 | 2:4.7.6+dfsg~ubuntu-0ubuntu2.21 |
Expand...https://bugzilla.redhat.com/show_bug.cgi?id=1892636
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14383
https://security.gentoo.org/glsa/202012-24
https://ubuntu.com/security/notices/USN-4611-1
https://ubuntu.com/security/notices/USN-4931-1
https://www.samba.org/samba/security/CVE-2020-14383.html
| | samba-libs | CVE-2020-1472 | MEDIUM | 2:4.7.6+dfsg~ubuntu-0ubuntu2.14 | 2:4.7.6+dfsg~ubuntu-0ubuntu2.19 |
Expand...http://lists.opensuse.org/opensuse-security-announce/2020-09/msg00080.html
http://lists.opensuse.org/opensuse-security-announce/2020-09/msg00086.html
http://packetstormsecurity.com/files/159190/Zerologon-Proof-Of-Concept.html
http://packetstormsecurity.com/files/160127/Zerologon-Netlogon-Privilege-Escalation.html
http://www.openwall.com/lists/oss-security/2020/09/17/2
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-1472
https://kb.cert.org/vuls/id/490028#Samba
https://linux.oracle.com/cve/CVE-2020-1472.html
https://linux.oracle.com/errata/ELSA-2021-1647.html
https://lists.debian.org/debian-lts-announce/2020/11/msg00041.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/H4OTFBL6YDVFH2TBJFJIE4FMHPJEEJK3/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ST6X3A2XXYMGD4INR26DQ4FP4QSM753B/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TAPQQZZAT4TG3XVRTAFV2Y3S7OAHFBUP/
https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2020-1472
https://security.gentoo.org/glsa/202012-24
https://ubuntu.com/security/notices/USN-4510-1
https://ubuntu.com/security/notices/USN-4510-2
https://usn.ubuntu.com/4510-1/
https://usn.ubuntu.com/4510-2/
https://usn.ubuntu.com/4559-1/
https://www.kb.cert.org/vuls/id/490028
https://www.oracle.com/security-alerts/cpuApr2021.html
https://www.samba.org/samba/security/CVE-2020-1472.html
https://www.secura.com/pathtoimg.php?id=2055
https://www.synology.com/security/advisory/Synology_SA_20_21
| -| samba-libs | CVE-2020-25717 | MEDIUM | 2:4.7.6+dfsg~ubuntu-0ubuntu2.14 | 2:4.7.6+dfsg~ubuntu-0ubuntu2.26 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-25717
https://linux.oracle.com/cve/CVE-2020-25717.html
https://linux.oracle.com/errata/ELSA-2021-5082.html
https://ubuntu.com/security/notices/USN-5142-1
https://ubuntu.com/security/notices/USN-5174-1
https://www.samba.org/samba/history/samba-4.13.14.html
https://www.samba.org/samba/security/CVE-2020-25717.html
| +| samba-libs | CVE-2020-25717 | MEDIUM | 2:4.7.6+dfsg~ubuntu-0ubuntu2.14 | 2:4.7.6+dfsg~ubuntu-0ubuntu2.26 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-25717
https://linux.oracle.com/cve/CVE-2020-25717.html
https://linux.oracle.com/errata/ELSA-2021-5192.html
https://ubuntu.com/security/notices/USN-5142-1
https://ubuntu.com/security/notices/USN-5174-1
https://www.samba.org/samba/history/samba-4.13.14.html
https://www.samba.org/samba/security/CVE-2020-25717.html
| | samba-libs | CVE-2020-25722 | MEDIUM | 2:4.7.6+dfsg~ubuntu-0ubuntu2.14 | 2:4.7.6+dfsg~ubuntu-0ubuntu2.26 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-25722
https://ubuntu.com/security/notices/USN-5142-1
https://ubuntu.com/security/notices/USN-5174-1
https://www.samba.org/samba/history/samba-4.13.14.html
https://www.samba.org/samba/security/CVE-2020-25722.html
| | samba-libs | CVE-2021-20254 | MEDIUM | 2:4.7.6+dfsg~ubuntu-0ubuntu2.14 | 2:4.7.6+dfsg~ubuntu-0ubuntu2.23 |
Expand...https://bugzilla.redhat.com/show_bug.cgi?id=1949442
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-20254
https://linux.oracle.com/cve/CVE-2021-20254.html
https://linux.oracle.com/errata/ELSA-2021-4058.html
https://lists.debian.org/debian-lts-announce/2021/05/msg00023.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/3EP2VJ73OVBPVSOSTVOMGIEQA3MWF6F7/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZAF6L2M6CNAJ2YYYGXPWETTW5YLCWTVT/
https://security.gentoo.org/glsa/202105-22
https://security.netapp.com/advisory/ntap-20210430-0001/
https://ubuntu.com/security/notices/USN-4930-1
https://ubuntu.com/security/notices/USN-4931-1
https://www.samba.org/samba/security/CVE-2021-20254.html
| | samba-libs | CVE-2019-14902 | LOW | 2:4.7.6+dfsg~ubuntu-0ubuntu2.14 | 2:4.7.6+dfsg~ubuntu-0ubuntu2.15 |
Expand...http://lists.opensuse.org/opensuse-security-announce/2020-01/msg00055.html
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-14902
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-14902
https://lists.debian.org/debian-lts-announce/2021/05/msg00023.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4ACZVNMIFQGGXNJPMHAVBN3H2U65FXQY/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/GQ6U65I2K23YJC4FESW477WL55TU3PPT/
https://security.gentoo.org/glsa/202003-52
https://security.netapp.com/advisory/ntap-20200122-0001/
https://ubuntu.com/security/notices/USN-4244-1
https://usn.ubuntu.com/4244-1/
https://www.samba.org/samba/security/CVE-2019-14902.html
https://www.synology.com/security/advisory/Synology_SA_20_01
| diff --git a/stable/kodi-headless/0.0.3/templates/common.yaml b/stable/kodi-headless/0.0.4/templates/common.yaml similarity index 100% rename from stable/kodi-headless/0.0.3/templates/common.yaml rename to stable/kodi-headless/0.0.4/templates/common.yaml diff --git a/stable/kodi-headless/0.0.3/values.yaml b/stable/kodi-headless/0.0.4/values.yaml similarity index 100% rename from stable/kodi-headless/0.0.3/values.yaml rename to stable/kodi-headless/0.0.4/values.yaml diff --git a/stable/kodi-headless/item.yaml b/stable/kodi-headless/item.yaml index 1303b97f36d..11bc246e6c2 100644 --- a/stable/kodi-headless/item.yaml +++ b/stable/kodi-headless/item.yaml @@ -1,4 +1,4 @@ -icon_url: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/kodi-banner.png +icon_url: https://truecharts.org/_static/img/appicons/kodi-headless-icon.png categories: - incubator diff --git a/stable/minisatip/0.0.3/Chart.lock b/stable/minisatip/0.0.3/Chart.lock deleted file mode 100644 index 6f958c00900..00000000000 --- a/stable/minisatip/0.0.3/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.9.21 -digest: sha256:29937b76d07f882a8d7e24ffdbc0df01638eb45efbda32695bb24015ead912ba -generated: "2021-12-14T20:22:35.007193236Z" diff --git a/stable/minisatip/0.0.3/CHANGELOG.md b/stable/minisatip/0.0.4/CHANGELOG.md similarity index 61% rename from stable/minisatip/0.0.3/CHANGELOG.md rename to stable/minisatip/0.0.4/CHANGELOG.md index e95fa6a0502..2356b4f1ac7 100644 --- a/stable/minisatip/0.0.3/CHANGELOG.md +++ b/stable/minisatip/0.0.4/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [minisatip-0.0.4](https://github.com/truecharts/apps/compare/minisatip-0.0.3...minisatip-0.0.4) (2021-12-17) + +#### Chore + +* App-Icon Organization ([#1539](https://github.com/truecharts/apps/issues/1539)) + +#### Fix + +* enable secondary services on some new apps ([#1548](https://github.com/truecharts/apps/issues/1548)) + + + ### [minisatip-0.0.3](https://github.com/truecharts/apps/compare/minisatip-0.0.2...minisatip-0.0.3) (2021-12-14) diff --git a/stable/minisatip/0.0.3/CONFIG.md b/stable/minisatip/0.0.4/CONFIG.md similarity index 100% rename from stable/minisatip/0.0.3/CONFIG.md rename to stable/minisatip/0.0.4/CONFIG.md diff --git a/stable/emulatorjs/0.0.3/Chart.lock b/stable/minisatip/0.0.4/Chart.lock similarity index 79% rename from stable/emulatorjs/0.0.3/Chart.lock rename to stable/minisatip/0.0.4/Chart.lock index bac4732ba85..69842c41d66 100644 --- a/stable/emulatorjs/0.0.3/Chart.lock +++ b/stable/minisatip/0.0.4/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 8.9.21 digest: sha256:29937b76d07f882a8d7e24ffdbc0df01638eb45efbda32695bb24015ead912ba -generated: "2021-12-14T20:13:19.28654083Z" +generated: "2021-12-17T11:22:27.75492868Z" diff --git a/stable/minisatip/0.0.3/Chart.yaml b/stable/minisatip/0.0.4/Chart.yaml similarity index 84% rename from stable/minisatip/0.0.3/Chart.yaml rename to stable/minisatip/0.0.4/Chart.yaml index 1e497220329..fa166907bee 100644 --- a/stable/minisatip/0.0.3/Chart.yaml +++ b/stable/minisatip/0.0.4/Chart.yaml @@ -1,13 +1,13 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: minisatip -version: 0.0.3 +version: 0.0.4 appVersion: "2021.12.01" description: Minisatip is a multi-threaded satip server version 1.2 that runs under Linux. type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/minisatip -icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/minisatip-icon.png +icon: https://truecharts.org/_static/img/appicons/minisatip-icon.png keywords: - minisatip sources: diff --git a/stable/minisatip/0.0.3/README.md b/stable/minisatip/0.0.4/README.md similarity index 100% rename from stable/minisatip/0.0.3/README.md rename to stable/minisatip/0.0.4/README.md diff --git a/stable/minisatip/0.0.3/app-readme.md b/stable/minisatip/0.0.4/app-readme.md similarity index 100% rename from stable/minisatip/0.0.3/app-readme.md rename to stable/minisatip/0.0.4/app-readme.md diff --git a/stable/minisatip/0.0.3/charts/common-8.9.21.tgz b/stable/minisatip/0.0.4/charts/common-8.9.21.tgz similarity index 100% rename from stable/minisatip/0.0.3/charts/common-8.9.21.tgz rename to stable/minisatip/0.0.4/charts/common-8.9.21.tgz diff --git a/stable/minisatip/0.0.3/helm-values.md b/stable/minisatip/0.0.4/helm-values.md similarity index 88% rename from stable/minisatip/0.0.3/helm-values.md rename to stable/minisatip/0.0.4/helm-values.md index f413caa2652..5c7094a0582 100644 --- a/stable/minisatip/0.0.3/helm-values.md +++ b/stable/minisatip/0.0.4/helm-values.md @@ -21,11 +21,15 @@ You will, however, be able to use all values referenced in the common chart here | podSecurityContext.runAsGroup | int | `0` | | | podSecurityContext.runAsUser | int | `0` | | | securityContext.runAsNonRoot | bool | `false` | | +| service.discovery.enabled | bool | `true` | | +| service.discovery.ports.discovery.enabled | bool | `true` | | | service.discovery.ports.discovery.port | int | `1900` | | | service.discovery.ports.discovery.protocol | string | `"UDP"` | | | service.discovery.ports.discovery.targetPort | int | `1900` | | | service.main.ports.main.port | int | `8875` | | | service.main.ports.main.targetPort | int | `8875` | | +| service.rtsp.enabled | bool | `true` | | +| service.rtsp.ports.rtsp.enabled | bool | `true` | | | service.rtsp.ports.rtsp.port | int | `554` | | | service.rtsp.ports.rtsp.targetPort | int | `554` | | diff --git a/stable/minisatip/0.0.3/ix_values.yaml b/stable/minisatip/0.0.4/ix_values.yaml similarity index 87% rename from stable/minisatip/0.0.3/ix_values.yaml rename to stable/minisatip/0.0.4/ix_values.yaml index ebcfee29371..d5962fd289b 100644 --- a/stable/minisatip/0.0.3/ix_values.yaml +++ b/stable/minisatip/0.0.4/ix_values.yaml @@ -20,13 +20,17 @@ service: targetPort: 8875 port: 8875 rtsp: + enabled: true ports: rtsp: + enabled: true targetPort: 554 port: 554 discovery: + enabled: true ports: discovery: + enabled: true protocol: UDP targetPort: 1900 port: 1900 diff --git a/stable/minisatip/0.0.3/questions.yaml b/stable/minisatip/0.0.4/questions.yaml similarity index 100% rename from stable/minisatip/0.0.3/questions.yaml rename to stable/minisatip/0.0.4/questions.yaml diff --git a/stable/minisatip/0.0.3/security.md b/stable/minisatip/0.0.4/security.md similarity index 100% rename from stable/minisatip/0.0.3/security.md rename to stable/minisatip/0.0.4/security.md diff --git a/stable/minisatip/0.0.3/templates/common.yaml b/stable/minisatip/0.0.4/templates/common.yaml similarity index 100% rename from stable/minisatip/0.0.3/templates/common.yaml rename to stable/minisatip/0.0.4/templates/common.yaml diff --git a/stable/minisatip/0.0.3/values.yaml b/stable/minisatip/0.0.4/values.yaml similarity index 100% rename from stable/minisatip/0.0.3/values.yaml rename to stable/minisatip/0.0.4/values.yaml diff --git a/stable/minisatip/item.yaml b/stable/minisatip/item.yaml index 5e321538889..0f913a6b85b 100644 --- a/stable/minisatip/item.yaml +++ b/stable/minisatip/item.yaml @@ -1,4 +1,4 @@ -icon_url: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/minisatip-icon.png +icon_url: https://truecharts.org/_static/img/appicons/minisatip-icon.png categories: - incubator diff --git a/stable/pydio-cells/0.0.3/Chart.lock b/stable/pydio-cells/0.0.3/Chart.lock deleted file mode 100644 index ec2995db93a..00000000000 --- a/stable/pydio-cells/0.0.3/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.9.21 -digest: sha256:29937b76d07f882a8d7e24ffdbc0df01638eb45efbda32695bb24015ead912ba -generated: "2021-12-14T20:33:36.689660361Z" diff --git a/stable/pydio-cells/0.0.3/CHANGELOG.md b/stable/pydio-cells/0.0.4/CHANGELOG.md similarity index 61% rename from stable/pydio-cells/0.0.3/CHANGELOG.md rename to stable/pydio-cells/0.0.4/CHANGELOG.md index 9d3696455e0..8c540df2687 100644 --- a/stable/pydio-cells/0.0.3/CHANGELOG.md +++ b/stable/pydio-cells/0.0.4/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [pydio-cells-0.0.4](https://github.com/truecharts/apps/compare/pydio-cells-0.0.3...pydio-cells-0.0.4) (2021-12-17) + +#### Chore + +* App-Icon Organization ([#1539](https://github.com/truecharts/apps/issues/1539)) + +#### Fix + +* enable secondary services on some new apps ([#1548](https://github.com/truecharts/apps/issues/1548)) + + + ### [pydio-cells-0.0.3](https://github.com/truecharts/apps/compare/pydio-cells-0.0.2...pydio-cells-0.0.3) (2021-12-14) diff --git a/stable/pydio-cells/0.0.3/CONFIG.md b/stable/pydio-cells/0.0.4/CONFIG.md similarity index 100% rename from stable/pydio-cells/0.0.3/CONFIG.md rename to stable/pydio-cells/0.0.4/CONFIG.md diff --git a/stable/pydio-cells/0.0.4/Chart.lock b/stable/pydio-cells/0.0.4/Chart.lock new file mode 100644 index 00000000000..ed1aa5478c0 --- /dev/null +++ b/stable/pydio-cells/0.0.4/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.21 +digest: sha256:29937b76d07f882a8d7e24ffdbc0df01638eb45efbda32695bb24015ead912ba +generated: "2021-12-17T11:22:34.571123611Z" diff --git a/stable/pydio-cells/0.0.3/Chart.yaml b/stable/pydio-cells/0.0.4/Chart.yaml similarity index 87% rename from stable/pydio-cells/0.0.3/Chart.yaml rename to stable/pydio-cells/0.0.4/Chart.yaml index 6b3ed14ab72..0abce5c21fd 100644 --- a/stable/pydio-cells/0.0.3/Chart.yaml +++ b/stable/pydio-cells/0.0.4/Chart.yaml @@ -1,13 +1,13 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: pydio-cells -version: 0.0.3 +version: 0.0.4 appVersion: "3.0.3" description: Pydio-cells is the nextgen file sharing platform for organizations. type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/pydio-cells -icon: https://raw.githubusercontent.com/wiki/pydio/cells/images/PydioCellsColor.png +icon: https://truecharts.org/_static/img/appicons/pydio-cells-icon.png keywords: - pydio-cells sources: diff --git a/stable/pydio-cells/0.0.3/README.md b/stable/pydio-cells/0.0.4/README.md similarity index 100% rename from stable/pydio-cells/0.0.3/README.md rename to stable/pydio-cells/0.0.4/README.md diff --git a/stable/pydio-cells/0.0.3/app-readme.md b/stable/pydio-cells/0.0.4/app-readme.md similarity index 100% rename from stable/pydio-cells/0.0.3/app-readme.md rename to stable/pydio-cells/0.0.4/app-readme.md diff --git a/stable/pydio-cells/0.0.3/charts/common-8.9.21.tgz b/stable/pydio-cells/0.0.4/charts/common-8.9.21.tgz similarity index 100% rename from stable/pydio-cells/0.0.3/charts/common-8.9.21.tgz rename to stable/pydio-cells/0.0.4/charts/common-8.9.21.tgz diff --git a/stable/pydio-cells/0.0.3/helm-values.md b/stable/pydio-cells/0.0.4/helm-values.md similarity index 93% rename from stable/pydio-cells/0.0.3/helm-values.md rename to stable/pydio-cells/0.0.4/helm-values.md index adb5e56e2a9..75ed0980cbe 100644 --- a/stable/pydio-cells/0.0.3/helm-values.md +++ b/stable/pydio-cells/0.0.4/helm-values.md @@ -22,6 +22,8 @@ You will, however, be able to use all values referenced in the common chart here | podSecurityContext.runAsGroup | int | `0` | | | podSecurityContext.runAsUser | int | `0` | | | securityContext.runAsNonRoot | bool | `false` | | +| service.gprc.enabled | bool | `true` | | +| service.gprc.ports.gprc.enabled | bool | `true` | | | service.gprc.ports.gprc.port | int | `33060` | | | service.gprc.ports.gprc.targetPort | int | `33060` | | | service.main.ports.main.port | int | `10150` | | diff --git a/stable/pydio-cells/0.0.3/ix_values.yaml b/stable/pydio-cells/0.0.4/ix_values.yaml similarity index 92% rename from stable/pydio-cells/0.0.3/ix_values.yaml rename to stable/pydio-cells/0.0.4/ix_values.yaml index aaf3967edcd..1be4bffcbde 100644 --- a/stable/pydio-cells/0.0.3/ix_values.yaml +++ b/stable/pydio-cells/0.0.4/ix_values.yaml @@ -21,8 +21,10 @@ service: targetPort: 8080 port: 10150 gprc: + enabled: true ports: gprc: + enabled: true targetPort: 33060 port: 33060 diff --git a/stable/pydio-cells/0.0.3/questions.yaml b/stable/pydio-cells/0.0.4/questions.yaml similarity index 100% rename from stable/pydio-cells/0.0.3/questions.yaml rename to stable/pydio-cells/0.0.4/questions.yaml diff --git a/stable/pydio-cells/0.0.3/security.md b/stable/pydio-cells/0.0.4/security.md similarity index 100% rename from stable/pydio-cells/0.0.3/security.md rename to stable/pydio-cells/0.0.4/security.md diff --git a/stable/pydio-cells/0.0.3/templates/common.yaml b/stable/pydio-cells/0.0.4/templates/common.yaml similarity index 100% rename from stable/pydio-cells/0.0.3/templates/common.yaml rename to stable/pydio-cells/0.0.4/templates/common.yaml diff --git a/stable/pydio-cells/0.0.3/values.yaml b/stable/pydio-cells/0.0.4/values.yaml similarity index 100% rename from stable/pydio-cells/0.0.3/values.yaml rename to stable/pydio-cells/0.0.4/values.yaml diff --git a/stable/pydio-cells/item.yaml b/stable/pydio-cells/item.yaml index 565467ba6b4..f6f7644543c 100644 --- a/stable/pydio-cells/item.yaml +++ b/stable/pydio-cells/item.yaml @@ -1,4 +1,4 @@ -icon_url: https://raw.githubusercontent.com/wiki/pydio/cells/images/PydioCellsColor.png +icon_url: https://truecharts.org/_static/img/appicons/pydio-cells-icon.png categories: - incubator diff --git a/stable/quassel-core/0.0.3/CHANGELOG.md b/stable/quassel-core/0.0.4/CHANGELOG.md similarity index 61% rename from stable/quassel-core/0.0.3/CHANGELOG.md rename to stable/quassel-core/0.0.4/CHANGELOG.md index 907ccebd901..0946e0cac26 100644 --- a/stable/quassel-core/0.0.3/CHANGELOG.md +++ b/stable/quassel-core/0.0.4/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [quassel-core-0.0.4](https://github.com/truecharts/apps/compare/quassel-core-0.0.3...quassel-core-0.0.4) (2021-12-17) + +#### Chore + +* App-Icon Organization ([#1539](https://github.com/truecharts/apps/issues/1539)) + +#### Fix + +* enable secondary services on some new apps ([#1548](https://github.com/truecharts/apps/issues/1548)) + + + ### [quassel-core-0.0.3](https://github.com/truecharts/apps/compare/quassel-core-0.0.2...quassel-core-0.0.3) (2021-12-14) diff --git a/stable/quassel-core/0.0.3/CONFIG.md b/stable/quassel-core/0.0.4/CONFIG.md similarity index 100% rename from stable/quassel-core/0.0.3/CONFIG.md rename to stable/quassel-core/0.0.4/CONFIG.md diff --git a/stable/quassel-core/0.0.3/Chart.lock b/stable/quassel-core/0.0.4/Chart.lock similarity index 84% rename from stable/quassel-core/0.0.3/Chart.lock rename to stable/quassel-core/0.0.4/Chart.lock index 32638e5ac1f..103e14ac7f2 100644 --- a/stable/quassel-core/0.0.3/Chart.lock +++ b/stable/quassel-core/0.0.4/Chart.lock @@ -6,4 +6,4 @@ dependencies: repository: https://truecharts.org/ version: 6.0.31 digest: sha256:80e513d2ac68eb52a019c1af28bc6410f932f5f38239ffff58a9e209b9464178 -generated: "2021-12-14T20:34:04.066450717Z" +generated: "2021-12-17T11:22:39.103870582Z" diff --git a/stable/quassel-core/0.0.3/Chart.yaml b/stable/quassel-core/0.0.4/Chart.yaml similarity index 87% rename from stable/quassel-core/0.0.3/Chart.yaml rename to stable/quassel-core/0.0.4/Chart.yaml index 78275b4f33e..aed70fa055e 100644 --- a/stable/quassel-core/0.0.3/Chart.yaml +++ b/stable/quassel-core/0.0.4/Chart.yaml @@ -1,13 +1,13 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: quassel-core -version: 0.0.3 +version: 0.0.4 appVersion: "0.13.1" description: Quassel-core is a modern, cross-platform, distributed IRC client. type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/quassel-core -icon: http://icons.iconarchive.com/icons/oxygen-icons.org/oxygen/256/Apps-quassel-icon.png +icon: https://truecharts.org/_static/img/appicons/quassel-core-icon.png keywords: - quassel-core sources: diff --git a/stable/quassel-core/0.0.3/README.md b/stable/quassel-core/0.0.4/README.md similarity index 100% rename from stable/quassel-core/0.0.3/README.md rename to stable/quassel-core/0.0.4/README.md diff --git a/stable/quassel-core/0.0.3/app-readme.md b/stable/quassel-core/0.0.4/app-readme.md similarity index 100% rename from stable/quassel-core/0.0.3/app-readme.md rename to stable/quassel-core/0.0.4/app-readme.md diff --git a/stable/quassel-core/0.0.3/charts/common-8.9.21.tgz b/stable/quassel-core/0.0.4/charts/common-8.9.21.tgz similarity index 100% rename from stable/quassel-core/0.0.3/charts/common-8.9.21.tgz rename to stable/quassel-core/0.0.4/charts/common-8.9.21.tgz diff --git a/stable/quassel-core/0.0.3/charts/postgresql-6.0.31.tgz b/stable/quassel-core/0.0.4/charts/postgresql-6.0.31.tgz similarity index 100% rename from stable/quassel-core/0.0.3/charts/postgresql-6.0.31.tgz rename to stable/quassel-core/0.0.4/charts/postgresql-6.0.31.tgz diff --git a/stable/quassel-core/0.0.3/helm-values.md b/stable/quassel-core/0.0.4/helm-values.md similarity index 95% rename from stable/quassel-core/0.0.3/helm-values.md rename to stable/quassel-core/0.0.4/helm-values.md index 29874b37f81..64ba6a657f9 100644 --- a/stable/quassel-core/0.0.3/helm-values.md +++ b/stable/quassel-core/0.0.4/helm-values.md @@ -33,6 +33,8 @@ You will, however, be able to use all values referenced in the common chart here | postgresql.postgresqlUsername | string | `"quassel-core"` | | | securityContext.readOnlyRootFilesystem | bool | `false` | | | securityContext.runAsNonRoot | bool | `false` | | +| service.ident.enabled | bool | `true` | | +| service.ident.ports.ident.enabled | bool | `true` | | | service.ident.ports.ident.port | int | `10113` | | | service.ident.ports.ident.targetPort | int | `10113` | | | service.main.ports.main.port | int | `4242` | | diff --git a/stable/quassel-core/0.0.3/ix_values.yaml b/stable/quassel-core/0.0.4/ix_values.yaml similarity index 95% rename from stable/quassel-core/0.0.3/ix_values.yaml rename to stable/quassel-core/0.0.4/ix_values.yaml index 70b731cd784..74fba1b1025 100644 --- a/stable/quassel-core/0.0.3/ix_values.yaml +++ b/stable/quassel-core/0.0.4/ix_values.yaml @@ -36,8 +36,10 @@ service: targetPort: 4242 port: 4242 ident: + enabled: true ports: ident: + enabled: true targetPort: 10113 port: 10113 diff --git a/stable/quassel-core/0.0.3/questions.yaml b/stable/quassel-core/0.0.4/questions.yaml similarity index 100% rename from stable/quassel-core/0.0.3/questions.yaml rename to stable/quassel-core/0.0.4/questions.yaml diff --git a/stable/quassel-core/0.0.3/security.md b/stable/quassel-core/0.0.4/security.md similarity index 100% rename from stable/quassel-core/0.0.3/security.md rename to stable/quassel-core/0.0.4/security.md diff --git a/stable/quassel-core/0.0.3/templates/common.yaml b/stable/quassel-core/0.0.4/templates/common.yaml similarity index 100% rename from stable/quassel-core/0.0.3/templates/common.yaml rename to stable/quassel-core/0.0.4/templates/common.yaml diff --git a/stable/quassel-core/0.0.3/values.yaml b/stable/quassel-core/0.0.4/values.yaml similarity index 100% rename from stable/quassel-core/0.0.3/values.yaml rename to stable/quassel-core/0.0.4/values.yaml diff --git a/stable/quassel-core/item.yaml b/stable/quassel-core/item.yaml index 425109c86da..b21c4338111 100644 --- a/stable/quassel-core/item.yaml +++ b/stable/quassel-core/item.yaml @@ -1,4 +1,4 @@ -icon_url: http://icons.iconarchive.com/icons/oxygen-icons.org/oxygen/256/Apps-quassel-icon.png +icon_url: https://truecharts.org/_static/img/appicons/quassel-core-icon.png categories: - incubator diff --git a/stable/syslog-ng/0.0.3/Chart.lock b/stable/syslog-ng/0.0.3/Chart.lock deleted file mode 100644 index 6eab718d2ca..00000000000 --- a/stable/syslog-ng/0.0.3/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.9.21 -digest: sha256:29937b76d07f882a8d7e24ffdbc0df01638eb45efbda32695bb24015ead912ba -generated: "2021-12-14T20:36:50.302747206Z" diff --git a/stable/syslog-ng/0.0.3/CHANGELOG.md b/stable/syslog-ng/0.0.4/CHANGELOG.md similarity index 61% rename from stable/syslog-ng/0.0.3/CHANGELOG.md rename to stable/syslog-ng/0.0.4/CHANGELOG.md index 84720027626..11b7614a204 100644 --- a/stable/syslog-ng/0.0.3/CHANGELOG.md +++ b/stable/syslog-ng/0.0.4/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [syslog-ng-0.0.4](https://github.com/truecharts/apps/compare/syslog-ng-0.0.3...syslog-ng-0.0.4) (2021-12-17) + +#### Chore + +* App-Icon Organization ([#1539](https://github.com/truecharts/apps/issues/1539)) + +#### Fix + +* enable secondary services on some new apps ([#1548](https://github.com/truecharts/apps/issues/1548)) + + + ### [syslog-ng-0.0.3](https://github.com/truecharts/apps/compare/syslog-ng-0.0.2...syslog-ng-0.0.3) (2021-12-14) diff --git a/stable/syslog-ng/0.0.3/CONFIG.md b/stable/syslog-ng/0.0.4/CONFIG.md similarity index 100% rename from stable/syslog-ng/0.0.3/CONFIG.md rename to stable/syslog-ng/0.0.4/CONFIG.md diff --git a/stable/syslog-ng/0.0.4/Chart.lock b/stable/syslog-ng/0.0.4/Chart.lock new file mode 100644 index 00000000000..583be81fb2c --- /dev/null +++ b/stable/syslog-ng/0.0.4/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.21 +digest: sha256:29937b76d07f882a8d7e24ffdbc0df01638eb45efbda32695bb24015ead912ba +generated: "2021-12-17T11:22:45.732417276Z" diff --git a/stable/syslog-ng/0.0.3/Chart.yaml b/stable/syslog-ng/0.0.4/Chart.yaml similarity index 84% rename from stable/syslog-ng/0.0.3/Chart.yaml rename to stable/syslog-ng/0.0.4/Chart.yaml index 663386854d6..3a7fdc84150 100644 --- a/stable/syslog-ng/0.0.3/Chart.yaml +++ b/stable/syslog-ng/0.0.4/Chart.yaml @@ -1,13 +1,13 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: syslog-ng -version: 0.0.3 +version: 0.0.4 appVersion: "3.30.1" description: syslog-ng allows you to flexibly collect, parse, classify, rewrite and correlate logs. type: application deprecated: false home: https://github.com/truecharts/apps/tree/master/charts/stable/syslog-ng -icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/syslog-ng-logo.png +icon: https://truecharts.org/_static/img/appicons/syslog-ng-icon.png keywords: - syslog-ng sources: diff --git a/stable/syslog-ng/0.0.3/README.md b/stable/syslog-ng/0.0.4/README.md similarity index 100% rename from stable/syslog-ng/0.0.3/README.md rename to stable/syslog-ng/0.0.4/README.md diff --git a/stable/syslog-ng/0.0.3/app-readme.md b/stable/syslog-ng/0.0.4/app-readme.md similarity index 100% rename from stable/syslog-ng/0.0.3/app-readme.md rename to stable/syslog-ng/0.0.4/app-readme.md diff --git a/stable/syslog-ng/0.0.3/charts/common-8.9.21.tgz b/stable/syslog-ng/0.0.4/charts/common-8.9.21.tgz similarity index 100% rename from stable/syslog-ng/0.0.3/charts/common-8.9.21.tgz rename to stable/syslog-ng/0.0.4/charts/common-8.9.21.tgz diff --git a/stable/syslog-ng/0.0.3/helm-values.md b/stable/syslog-ng/0.0.4/helm-values.md similarity index 88% rename from stable/syslog-ng/0.0.3/helm-values.md rename to stable/syslog-ng/0.0.4/helm-values.md index 7be01aeea1a..160a4d02051 100644 --- a/stable/syslog-ng/0.0.3/helm-values.md +++ b/stable/syslog-ng/0.0.4/helm-values.md @@ -24,8 +24,12 @@ You will, however, be able to use all values referenced in the common chart here | securityContext.runAsNonRoot | bool | `false` | | | service.main.ports.main.port | int | `6601` | | | service.main.ports.main.targetPort | int | `6601` | | +| service.syslog-tls.enabled | bool | `true` | | +| service.syslog-tls.ports.syslog-tls.enabled | bool | `true` | | | service.syslog-tls.ports.syslog-tls.port | int | `6514` | | | service.syslog-tls.ports.syslog-tls.targetPort | int | `6514` | | +| service.syslog-udp.enabled | bool | `true` | | +| service.syslog-udp.ports.syslog-udp.enabled | bool | `true` | | | service.syslog-udp.ports.syslog-udp.port | int | `5514` | | | service.syslog-udp.ports.syslog-udp.protocol | string | `"UDP"` | | | service.syslog-udp.ports.syslog-udp.targetPort | int | `5514` | | diff --git a/stable/syslog-ng/0.0.3/ix_values.yaml b/stable/syslog-ng/0.0.4/ix_values.yaml similarity index 88% rename from stable/syslog-ng/0.0.3/ix_values.yaml rename to stable/syslog-ng/0.0.4/ix_values.yaml index 7170b646471..d99f0d06f2a 100644 --- a/stable/syslog-ng/0.0.3/ix_values.yaml +++ b/stable/syslog-ng/0.0.4/ix_values.yaml @@ -21,14 +21,18 @@ service: targetPort: 6601 port: 6601 syslog-udp: + enabled: true ports: syslog-udp: + enabled: true protocol: UDP targetPort: 5514 port: 5514 syslog-tls: + enabled: true ports: syslog-tls: + enabled: true targetPort: 6514 port: 6514 diff --git a/stable/syslog-ng/0.0.3/questions.yaml b/stable/syslog-ng/0.0.4/questions.yaml similarity index 100% rename from stable/syslog-ng/0.0.3/questions.yaml rename to stable/syslog-ng/0.0.4/questions.yaml diff --git a/stable/syslog-ng/0.0.3/security.md b/stable/syslog-ng/0.0.4/security.md similarity index 100% rename from stable/syslog-ng/0.0.3/security.md rename to stable/syslog-ng/0.0.4/security.md diff --git a/stable/syslog-ng/0.0.3/templates/common.yaml b/stable/syslog-ng/0.0.4/templates/common.yaml similarity index 100% rename from stable/syslog-ng/0.0.3/templates/common.yaml rename to stable/syslog-ng/0.0.4/templates/common.yaml diff --git a/stable/syslog-ng/0.0.3/values.yaml b/stable/syslog-ng/0.0.4/values.yaml similarity index 100% rename from stable/syslog-ng/0.0.3/values.yaml rename to stable/syslog-ng/0.0.4/values.yaml diff --git a/stable/syslog-ng/item.yaml b/stable/syslog-ng/item.yaml index d117b155d93..e0ba7670b77 100644 --- a/stable/syslog-ng/item.yaml +++ b/stable/syslog-ng/item.yaml @@ -1,4 +1,4 @@ -icon_url: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/syslog-ng-logo.png +icon_url: https://truecharts.org/_static/img/appicons/syslog-ng-icon.png categories: - incubator