diff --git a/incubator/portalexample/0.0.1/CHANGELOG.md b/incubator/portalexample/0.0.1/CHANGELOG.md deleted file mode 100644 index 83dcf52c4b7..00000000000 --- a/incubator/portalexample/0.0.1/CHANGELOG.md +++ /dev/null @@ -1,4 +0,0 @@ - - -### portalexample-0.0.1 (2021-09-16) - diff --git a/incubator/portalexample/0.0.1/Chart.lock b/incubator/portalexample/0.0.1/Chart.lock deleted file mode 100644 index 72a90bd44b2..00000000000 --- a/incubator/portalexample/0.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-16T10:12:06.360221466Z" diff --git a/incubator/portalexample/0.0.1/charts/common-7.0.12.tgz b/incubator/portalexample/0.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/incubator/portalexample/0.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/incubator/portalexample/0.0.2/CHANGELOG.md b/incubator/portalexample/0.0.2/CHANGELOG.md new file mode 100644 index 00000000000..9e9e7da0ea7 --- /dev/null +++ b/incubator/portalexample/0.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [portalexample-0.0.2](https://github.com/truecharts/apps/compare/portalexample-0.0.1...portalexample-0.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/incubator/portalexample/0.0.1/CONFIG.md b/incubator/portalexample/0.0.2/CONFIG.md similarity index 100% rename from incubator/portalexample/0.0.1/CONFIG.md rename to incubator/portalexample/0.0.2/CONFIG.md diff --git a/incubator/portalexample/0.0.2/Chart.lock b/incubator/portalexample/0.0.2/Chart.lock new file mode 100644 index 00000000000..ac2b6c0a7d0 --- /dev/null +++ b/incubator/portalexample/0.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:00:22.933407591Z" diff --git a/incubator/portalexample/0.0.1/Chart.yaml b/incubator/portalexample/0.0.2/Chart.yaml similarity index 94% rename from incubator/portalexample/0.0.1/Chart.yaml rename to incubator/portalexample/0.0.2/Chart.yaml index 64e83870cdb..001af07d098 100644 --- a/incubator/portalexample/0.0.1/Chart.yaml +++ b/incubator/portalexample/0.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2021.09" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 deprecated: false description: portal example home: https://github.com/truecharts/apps/tree/master/charts/stable/pihole @@ -21,4 +21,4 @@ sources: - https://github.com/pi-hole - https://github.com/pi-hole/docker-pi-hole type: application -version: 0.0.1 +version: 0.0.2 diff --git a/incubator/portalexample/0.0.1/README.md b/incubator/portalexample/0.0.2/README.md similarity index 96% rename from incubator/portalexample/0.0.1/README.md rename to incubator/portalexample/0.0.2/README.md index 6c691ab51cf..af87394e02c 100644 --- a/incubator/portalexample/0.0.1/README.md +++ b/incubator/portalexample/0.0.2/README.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/incubator/portalexample/0.0.1/app-readme.md b/incubator/portalexample/0.0.2/app-readme.md similarity index 100% rename from incubator/portalexample/0.0.1/app-readme.md rename to incubator/portalexample/0.0.2/app-readme.md diff --git a/incubator/portalexample/0.0.2/charts/common-7.0.14.tgz b/incubator/portalexample/0.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/incubator/portalexample/0.0.2/charts/common-7.0.14.tgz differ diff --git a/incubator/portalexample/0.0.1/helm-values.md b/incubator/portalexample/0.0.2/helm-values.md similarity index 100% rename from incubator/portalexample/0.0.1/helm-values.md rename to incubator/portalexample/0.0.2/helm-values.md diff --git a/incubator/portalexample/0.0.1/ix_values.yaml b/incubator/portalexample/0.0.2/ix_values.yaml similarity index 100% rename from incubator/portalexample/0.0.1/ix_values.yaml rename to incubator/portalexample/0.0.2/ix_values.yaml diff --git a/incubator/portalexample/0.0.1/questions.yaml b/incubator/portalexample/0.0.2/questions.yaml similarity index 100% rename from incubator/portalexample/0.0.1/questions.yaml rename to incubator/portalexample/0.0.2/questions.yaml diff --git a/incubator/portalexample/0.0.1/templates/_configmap.tpl b/incubator/portalexample/0.0.2/templates/_configmap.tpl similarity index 100% rename from incubator/portalexample/0.0.1/templates/_configmap.tpl rename to incubator/portalexample/0.0.2/templates/_configmap.tpl diff --git a/incubator/portalexample/0.0.1/templates/common.yaml b/incubator/portalexample/0.0.2/templates/common.yaml similarity index 100% rename from incubator/portalexample/0.0.1/templates/common.yaml rename to incubator/portalexample/0.0.2/templates/common.yaml diff --git a/incubator/portalexample/0.0.1/test_values.yaml b/incubator/portalexample/0.0.2/test_values.yaml similarity index 100% rename from incubator/portalexample/0.0.1/test_values.yaml rename to incubator/portalexample/0.0.2/test_values.yaml diff --git a/incubator/portalexample/0.0.1/values.yaml b/incubator/portalexample/0.0.2/values.yaml similarity index 100% rename from incubator/portalexample/0.0.1/values.yaml rename to incubator/portalexample/0.0.2/values.yaml diff --git a/incubator/sogo/3.0.4/CHANGELOG.md b/incubator/sogo/3.0.4/CHANGELOG.md deleted file mode 100644 index 94d02c0e67b..00000000000 --- a/incubator/sogo/3.0.4/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [sogo-3.0.4](https://github.com/truecharts/apps/compare/sogo-3.0.3...sogo-3.0.4) (2021-09-21) - -#### Chore - -* update non-major ([#1015](https://github.com/truecharts/apps/issues/1015)) - diff --git a/incubator/sogo/3.0.4/charts/common-7.0.12.tgz b/incubator/sogo/3.0.4/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/incubator/sogo/3.0.4/charts/common-7.0.12.tgz and /dev/null differ diff --git a/incubator/sogo/3.0.4/charts/memcached-5.14.2.tgz b/incubator/sogo/3.0.4/charts/memcached-5.14.2.tgz deleted file mode 100644 index 1d1c8e94fc9..00000000000 Binary files a/incubator/sogo/3.0.4/charts/memcached-5.14.2.tgz and /dev/null differ diff --git a/incubator/sogo/3.0.4/charts/postgresql-2.2.0.tgz b/incubator/sogo/3.0.4/charts/postgresql-2.2.0.tgz deleted file mode 100644 index 3949017ae6d..00000000000 Binary files a/incubator/sogo/3.0.4/charts/postgresql-2.2.0.tgz and /dev/null differ diff --git a/incubator/sogo/3.0.5/CHANGELOG.md b/incubator/sogo/3.0.5/CHANGELOG.md new file mode 100644 index 00000000000..1d0c35c18a0 --- /dev/null +++ b/incubator/sogo/3.0.5/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [sogo-3.0.5](https://github.com/truecharts/apps/compare/sogo-3.0.4...sogo-3.0.5) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/incubator/sogo/3.0.4/CONFIG.md b/incubator/sogo/3.0.5/CONFIG.md similarity index 100% rename from incubator/sogo/3.0.4/CONFIG.md rename to incubator/sogo/3.0.5/CONFIG.md diff --git a/incubator/sogo/3.0.4/Chart.lock b/incubator/sogo/3.0.5/Chart.lock similarity index 51% rename from incubator/sogo/3.0.4/Chart.lock rename to incubator/sogo/3.0.5/Chart.lock index adcf51e2d7d..b1717feb996 100644 --- a/incubator/sogo/3.0.4/Chart.lock +++ b/incubator/sogo/3.0.5/Chart.lock @@ -1,12 +1,12 @@ dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 - name: postgresql repository: https://truecharts.org/ - version: 2.2.0 + version: 2.2.4 - name: memcached repository: https://charts.bitnami.com/bitnami - version: 5.14.2 -digest: sha256:b43f504bc0b8663c0291fa6da1b49b6d8edc3598bd9fe5a4b99d900795016029 -generated: "2021-09-21T09:03:08.948397659Z" + version: 5.15.1 +digest: sha256:eea594212aacdcf7fcd28303078faff9c5b655e90872e42cc1877a2ff5d677b8 +generated: "2021-09-21T10:00:34.285474419Z" diff --git a/incubator/sogo/3.0.4/Chart.yaml b/incubator/sogo/3.0.5/Chart.yaml similarity index 90% rename from incubator/sogo/3.0.4/Chart.yaml rename to incubator/sogo/3.0.5/Chart.yaml index 6611191efae..1d3d283274c 100644 --- a/incubator/sogo/3.0.4/Chart.yaml +++ b/incubator/sogo/3.0.5/Chart.yaml @@ -3,15 +3,15 @@ appVersion: "5.2.0" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 - condition: postgresql.enabled name: postgresql repository: https://truecharts.org/ - version: 2.2.0 + version: 2.2.4 - condition: memcached.enabled name: memcached repository: https://charts.bitnami.com/bitnami - version: 5.14.2 + version: 5.15.1 deprecated: false description: Groupware package home: https://github.com/truecharts/apps/tree/master/charts/stable/sogo @@ -27,4 +27,4 @@ name: sogo sources: - https://www.sogo.nu/ type: application -version: 3.0.4 +version: 3.0.5 diff --git a/incubator/sogo/3.0.4/README.md b/incubator/sogo/3.0.5/README.md similarity index 88% rename from incubator/sogo/3.0.4/README.md rename to incubator/sogo/3.0.5/README.md index 5e802331f60..c471929c629 100644 --- a/incubator/sogo/3.0.4/README.md +++ b/incubator/sogo/3.0.5/README.md @@ -17,9 +17,9 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.bitnami.com/bitnami | memcached | 5.14.2 | -| https://truecharts.org/ | common | 7.0.12 | -| https://truecharts.org/ | postgresql | 2.2.0 | +| https://charts.bitnami.com/bitnami | memcached | 5.15.1 | +| https://truecharts.org/ | common | 7.0.14 | +| https://truecharts.org/ | postgresql | 2.2.4 | ## Installing the Chart diff --git a/incubator/sogo/3.0.4/app-readme.md b/incubator/sogo/3.0.5/app-readme.md similarity index 100% rename from incubator/sogo/3.0.4/app-readme.md rename to incubator/sogo/3.0.5/app-readme.md diff --git a/incubator/sogo/3.0.5/charts/common-7.0.14.tgz b/incubator/sogo/3.0.5/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/incubator/sogo/3.0.5/charts/common-7.0.14.tgz differ diff --git a/incubator/sogo/3.0.5/charts/memcached-5.15.1.tgz b/incubator/sogo/3.0.5/charts/memcached-5.15.1.tgz new file mode 100644 index 00000000000..605ec87362d Binary files /dev/null and b/incubator/sogo/3.0.5/charts/memcached-5.15.1.tgz differ diff --git a/incubator/sogo/3.0.5/charts/postgresql-2.2.4.tgz b/incubator/sogo/3.0.5/charts/postgresql-2.2.4.tgz new file mode 100644 index 00000000000..574546c2ffd Binary files /dev/null and b/incubator/sogo/3.0.5/charts/postgresql-2.2.4.tgz differ diff --git a/incubator/sogo/3.0.4/helm-values.md b/incubator/sogo/3.0.5/helm-values.md similarity index 100% rename from incubator/sogo/3.0.4/helm-values.md rename to incubator/sogo/3.0.5/helm-values.md diff --git a/incubator/sogo/3.0.4/ix_values.yaml b/incubator/sogo/3.0.5/ix_values.yaml similarity index 100% rename from incubator/sogo/3.0.4/ix_values.yaml rename to incubator/sogo/3.0.5/ix_values.yaml diff --git a/incubator/sogo/3.0.4/questions.yaml b/incubator/sogo/3.0.5/questions.yaml similarity index 100% rename from incubator/sogo/3.0.4/questions.yaml rename to incubator/sogo/3.0.5/questions.yaml diff --git a/incubator/sogo/3.0.4/templates/_config.tpl b/incubator/sogo/3.0.5/templates/_config.tpl similarity index 100% rename from incubator/sogo/3.0.4/templates/_config.tpl rename to incubator/sogo/3.0.5/templates/_config.tpl diff --git a/incubator/sogo/3.0.4/templates/common.yaml b/incubator/sogo/3.0.5/templates/common.yaml similarity index 100% rename from incubator/sogo/3.0.4/templates/common.yaml rename to incubator/sogo/3.0.5/templates/common.yaml diff --git a/incubator/sogo/3.0.4/test_values.yaml b/incubator/sogo/3.0.5/test_values.yaml similarity index 100% rename from incubator/sogo/3.0.4/test_values.yaml rename to incubator/sogo/3.0.5/test_values.yaml diff --git a/incubator/sogo/3.0.4/values.yaml b/incubator/sogo/3.0.5/values.yaml similarity index 100% rename from incubator/sogo/3.0.4/values.yaml rename to incubator/sogo/3.0.5/values.yaml diff --git a/incubator/teamspeak3/0.0.2/CHANGELOG.md b/incubator/teamspeak3/0.0.2/CHANGELOG.md deleted file mode 100644 index 5b64bfff7f7..00000000000 --- a/incubator/teamspeak3/0.0.2/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [teamspeak3-0.0.2](https://github.com/truecharts/apps/compare/teamspeak3-0.0.1...teamspeak3-0.0.2) (2021-09-14) - -#### Chore - -* update non-major ([#987](https://github.com/truecharts/apps/issues/987)) - diff --git a/incubator/teamspeak3/0.0.2/Chart.lock b/incubator/teamspeak3/0.0.2/Chart.lock deleted file mode 100644 index ecad33e1bd0..00000000000 --- a/incubator/teamspeak3/0.0.2/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-14T20:40:23.934083885Z" diff --git a/incubator/teamspeak3/0.0.2/charts/common-7.0.12.tgz b/incubator/teamspeak3/0.0.2/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/incubator/teamspeak3/0.0.2/charts/common-7.0.12.tgz and /dev/null differ diff --git a/incubator/teamspeak3/0.0.3/CHANGELOG.md b/incubator/teamspeak3/0.0.3/CHANGELOG.md new file mode 100644 index 00000000000..e1287e2555e --- /dev/null +++ b/incubator/teamspeak3/0.0.3/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [teamspeak3-0.0.3](https://github.com/truecharts/apps/compare/teamspeak3-0.0.2...teamspeak3-0.0.3) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/incubator/teamspeak3/0.0.2/CONFIG.md b/incubator/teamspeak3/0.0.3/CONFIG.md similarity index 100% rename from incubator/teamspeak3/0.0.2/CONFIG.md rename to incubator/teamspeak3/0.0.3/CONFIG.md diff --git a/incubator/teamspeak3/0.0.3/Chart.lock b/incubator/teamspeak3/0.0.3/Chart.lock new file mode 100644 index 00000000000..911694d2e57 --- /dev/null +++ b/incubator/teamspeak3/0.0.3/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:00:49.142049202Z" diff --git a/incubator/teamspeak3/0.0.2/Chart.yaml b/incubator/teamspeak3/0.0.3/Chart.yaml similarity index 95% rename from incubator/teamspeak3/0.0.2/Chart.yaml rename to incubator/teamspeak3/0.0.3/Chart.yaml index c24dce80e41..2bac74f591e 100644 --- a/incubator/teamspeak3/0.0.2/Chart.yaml +++ b/incubator/teamspeak3/0.0.3/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "3.13.6" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 deprecated: false description: TeamSpeak is software for quality voice communication via the Internet. home: https://github.com/truecharts/apps/tree/master/charts/stable/teamspeak3 @@ -23,4 +23,4 @@ sources: - https://hub.docker.com/_/teamspeak - https://www.teamspeak.com/en/ type: application -version: 0.0.2 +version: 0.0.3 diff --git a/incubator/teamspeak3/0.0.2/README.md b/incubator/teamspeak3/0.0.3/README.md similarity index 96% rename from incubator/teamspeak3/0.0.2/README.md rename to incubator/teamspeak3/0.0.3/README.md index b33442b8ba4..9bd435839a2 100644 --- a/incubator/teamspeak3/0.0.2/README.md +++ b/incubator/teamspeak3/0.0.3/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/incubator/teamspeak3/0.0.2/app-readme.md b/incubator/teamspeak3/0.0.3/app-readme.md similarity index 100% rename from incubator/teamspeak3/0.0.2/app-readme.md rename to incubator/teamspeak3/0.0.3/app-readme.md diff --git a/incubator/teamspeak3/0.0.3/charts/common-7.0.14.tgz b/incubator/teamspeak3/0.0.3/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/incubator/teamspeak3/0.0.3/charts/common-7.0.14.tgz differ diff --git a/incubator/teamspeak3/0.0.2/helm-values.md b/incubator/teamspeak3/0.0.3/helm-values.md similarity index 100% rename from incubator/teamspeak3/0.0.2/helm-values.md rename to incubator/teamspeak3/0.0.3/helm-values.md diff --git a/incubator/teamspeak3/0.0.2/ix_values.yaml b/incubator/teamspeak3/0.0.3/ix_values.yaml similarity index 100% rename from incubator/teamspeak3/0.0.2/ix_values.yaml rename to incubator/teamspeak3/0.0.3/ix_values.yaml diff --git a/incubator/teamspeak3/0.0.2/questions.yaml b/incubator/teamspeak3/0.0.3/questions.yaml similarity index 100% rename from incubator/teamspeak3/0.0.2/questions.yaml rename to incubator/teamspeak3/0.0.3/questions.yaml diff --git a/incubator/teamspeak3/0.0.2/templates/common.yaml b/incubator/teamspeak3/0.0.3/templates/common.yaml similarity index 100% rename from incubator/teamspeak3/0.0.2/templates/common.yaml rename to incubator/teamspeak3/0.0.3/templates/common.yaml diff --git a/incubator/teamspeak3/0.0.2/test_values.yaml b/incubator/teamspeak3/0.0.3/test_values.yaml similarity index 100% rename from incubator/teamspeak3/0.0.2/test_values.yaml rename to incubator/teamspeak3/0.0.3/test_values.yaml diff --git a/incubator/teamspeak3/0.0.2/values.yaml b/incubator/teamspeak3/0.0.3/values.yaml similarity index 100% rename from incubator/teamspeak3/0.0.2/values.yaml rename to incubator/teamspeak3/0.0.3/values.yaml diff --git a/stable/airsonic/2.0.2/CHANGELOG.md b/stable/airsonic/2.0.2/CHANGELOG.md deleted file mode 100644 index 64510bc7a99..00000000000 --- a/stable/airsonic/2.0.2/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [airsonic-2.0.2](https://github.com/truecharts/apps/compare/airsonic-2.0.1...airsonic-2.0.2) (2021-09-21) - -#### Chore - -* update non-major ([#1013](https://github.com/truecharts/apps/issues/1013)) - diff --git a/stable/airsonic/2.0.2/Chart.lock b/stable/airsonic/2.0.2/Chart.lock deleted file mode 100644 index fed70413c00..00000000000 --- a/stable/airsonic/2.0.2/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-21T08:42:46.118592915Z" diff --git a/stable/airsonic/2.0.2/charts/common-7.0.12.tgz b/stable/airsonic/2.0.2/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/airsonic/2.0.2/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/airsonic/2.0.3/CHANGELOG.md b/stable/airsonic/2.0.3/CHANGELOG.md new file mode 100644 index 00000000000..f74903012a4 --- /dev/null +++ b/stable/airsonic/2.0.3/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [airsonic-2.0.3](https://github.com/truecharts/apps/compare/airsonic-2.0.2...airsonic-2.0.3) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/airsonic/2.0.2/CONFIG.md b/stable/airsonic/2.0.3/CONFIG.md similarity index 100% rename from stable/airsonic/2.0.2/CONFIG.md rename to stable/airsonic/2.0.3/CONFIG.md diff --git a/stable/airsonic/2.0.3/Chart.lock b/stable/airsonic/2.0.3/Chart.lock new file mode 100644 index 00000000000..70bdbe73720 --- /dev/null +++ b/stable/airsonic/2.0.3/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:00:58.171545721Z" diff --git a/stable/airsonic/2.0.2/Chart.yaml b/stable/airsonic/2.0.3/Chart.yaml similarity index 95% rename from stable/airsonic/2.0.2/Chart.yaml rename to stable/airsonic/2.0.3/Chart.yaml index d1d8a0f2225..89cc43e7218 100644 --- a/stable/airsonic/2.0.2/Chart.yaml +++ b/stable/airsonic/2.0.3/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "10.6.2" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 description: Airsonic is a Free and Open Source community driven media server home: https://github.com/truecharts/apps/tree/master/charts/incubator/airsonic icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/airsonic-logo.png @@ -19,4 +19,4 @@ sources: - https://github.com/airsonic/airsonic - https://github.com/linuxserver/docker-airsonic - https://github.com/k8s-at-home/charts/tree/master/charts/airsonic -version: 2.0.2 +version: 2.0.3 diff --git a/stable/airsonic/2.0.2/README.md b/stable/airsonic/2.0.3/README.md similarity index 96% rename from stable/airsonic/2.0.2/README.md rename to stable/airsonic/2.0.3/README.md index 2740d3b1f8c..d001fa93a0d 100644 --- a/stable/airsonic/2.0.2/README.md +++ b/stable/airsonic/2.0.3/README.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/airsonic/2.0.2/app-readme.md b/stable/airsonic/2.0.3/app-readme.md similarity index 100% rename from stable/airsonic/2.0.2/app-readme.md rename to stable/airsonic/2.0.3/app-readme.md diff --git a/stable/airsonic/2.0.3/charts/common-7.0.14.tgz b/stable/airsonic/2.0.3/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/airsonic/2.0.3/charts/common-7.0.14.tgz differ diff --git a/stable/airsonic/2.0.2/helm-values.md b/stable/airsonic/2.0.3/helm-values.md similarity index 100% rename from stable/airsonic/2.0.2/helm-values.md rename to stable/airsonic/2.0.3/helm-values.md diff --git a/stable/airsonic/2.0.2/ix_values.yaml b/stable/airsonic/2.0.3/ix_values.yaml similarity index 100% rename from stable/airsonic/2.0.2/ix_values.yaml rename to stable/airsonic/2.0.3/ix_values.yaml diff --git a/stable/airsonic/2.0.2/questions.yaml b/stable/airsonic/2.0.3/questions.yaml similarity index 100% rename from stable/airsonic/2.0.2/questions.yaml rename to stable/airsonic/2.0.3/questions.yaml diff --git a/stable/airsonic/2.0.2/templates/common.yaml b/stable/airsonic/2.0.3/templates/common.yaml similarity index 100% rename from stable/airsonic/2.0.2/templates/common.yaml rename to stable/airsonic/2.0.3/templates/common.yaml diff --git a/stable/airsonic/2.0.2/test_values.yaml b/stable/airsonic/2.0.3/test_values.yaml similarity index 100% rename from stable/airsonic/2.0.2/test_values.yaml rename to stable/airsonic/2.0.3/test_values.yaml diff --git a/stable/airsonic/2.0.2/values.yaml b/stable/airsonic/2.0.3/values.yaml similarity index 100% rename from stable/airsonic/2.0.2/values.yaml rename to stable/airsonic/2.0.3/values.yaml diff --git a/stable/appdaemon/4.0.1/CHANGELOG.md b/stable/appdaemon/4.0.1/CHANGELOG.md deleted file mode 100644 index 260d2173be7..00000000000 --- a/stable/appdaemon/4.0.1/CHANGELOG.md +++ /dev/null @@ -1,20 +0,0 @@ - - -### [appdaemon-4.0.1](https://github.com/truecharts/apps/compare/appdaemon-3.11.15...appdaemon-4.0.1) (2021-09-13) - -#### Chore - -* update non-major -* update non-major - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - -#### Fix - -* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956)) - diff --git a/stable/appdaemon/4.0.1/Chart.lock b/stable/appdaemon/4.0.1/Chart.lock deleted file mode 100644 index 02bc8a103f7..00000000000 --- a/stable/appdaemon/4.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-13T16:50:37.570561166Z" diff --git a/stable/appdaemon/4.0.1/charts/common-7.0.12.tgz b/stable/appdaemon/4.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/appdaemon/4.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/appdaemon/4.0.2/CHANGELOG.md b/stable/appdaemon/4.0.2/CHANGELOG.md new file mode 100644 index 00000000000..891f394c337 --- /dev/null +++ b/stable/appdaemon/4.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [appdaemon-4.0.2](https://github.com/truecharts/apps/compare/appdaemon-4.0.1...appdaemon-4.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/appdaemon/4.0.1/CONFIG.md b/stable/appdaemon/4.0.2/CONFIG.md similarity index 100% rename from stable/appdaemon/4.0.1/CONFIG.md rename to stable/appdaemon/4.0.2/CONFIG.md diff --git a/stable/appdaemon/4.0.2/Chart.lock b/stable/appdaemon/4.0.2/Chart.lock new file mode 100644 index 00000000000..b1e604e8fa6 --- /dev/null +++ b/stable/appdaemon/4.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:01:07.040185975Z" diff --git a/stable/appdaemon/4.0.1/Chart.yaml b/stable/appdaemon/4.0.2/Chart.yaml similarity index 96% rename from stable/appdaemon/4.0.1/Chart.yaml rename to stable/appdaemon/4.0.2/Chart.yaml index 1cd95150d64..fc1ec87cd12 100644 --- a/stable/appdaemon/4.0.1/Chart.yaml +++ b/stable/appdaemon/4.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "4.1.0" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 deprecated: false description: AppDaemon is a loosely coupled, multithreaded, sandboxed python execution environment for writing automation apps for Home Assistant home automation software. @@ -26,4 +26,4 @@ name: appdaemon sources: - https://github.com/AppDaemon/appdaemon type: application -version: 4.0.1 +version: 4.0.2 diff --git a/stable/appdaemon/4.0.1/README.md b/stable/appdaemon/4.0.2/README.md similarity index 96% rename from stable/appdaemon/4.0.1/README.md rename to stable/appdaemon/4.0.2/README.md index f955473c19d..e407add0b89 100644 --- a/stable/appdaemon/4.0.1/README.md +++ b/stable/appdaemon/4.0.2/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/appdaemon/4.0.1/app-readme.md b/stable/appdaemon/4.0.2/app-readme.md similarity index 100% rename from stable/appdaemon/4.0.1/app-readme.md rename to stable/appdaemon/4.0.2/app-readme.md diff --git a/stable/appdaemon/4.0.2/charts/common-7.0.14.tgz b/stable/appdaemon/4.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/appdaemon/4.0.2/charts/common-7.0.14.tgz differ diff --git a/stable/appdaemon/4.0.1/helm-values.md b/stable/appdaemon/4.0.2/helm-values.md similarity index 100% rename from stable/appdaemon/4.0.1/helm-values.md rename to stable/appdaemon/4.0.2/helm-values.md diff --git a/stable/appdaemon/4.0.1/ix_values.yaml b/stable/appdaemon/4.0.2/ix_values.yaml similarity index 100% rename from stable/appdaemon/4.0.1/ix_values.yaml rename to stable/appdaemon/4.0.2/ix_values.yaml diff --git a/stable/appdaemon/4.0.1/questions.yaml b/stable/appdaemon/4.0.2/questions.yaml similarity index 99% rename from stable/appdaemon/4.0.1/questions.yaml rename to stable/appdaemon/4.0.2/questions.yaml index 7cbedf8d005..4727ba90505 100644 --- a/stable/appdaemon/4.0.1/questions.yaml +++ b/stable/appdaemon/4.0.2/questions.yaml @@ -1218,12 +1218,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/appdaemon/4.0.1/templates/common.yaml b/stable/appdaemon/4.0.2/templates/common.yaml similarity index 100% rename from stable/appdaemon/4.0.1/templates/common.yaml rename to stable/appdaemon/4.0.2/templates/common.yaml diff --git a/stable/appdaemon/4.0.1/test_values.yaml b/stable/appdaemon/4.0.2/test_values.yaml similarity index 100% rename from stable/appdaemon/4.0.1/test_values.yaml rename to stable/appdaemon/4.0.2/test_values.yaml diff --git a/stable/appdaemon/4.0.1/values.yaml b/stable/appdaemon/4.0.2/values.yaml similarity index 100% rename from stable/appdaemon/4.0.1/values.yaml rename to stable/appdaemon/4.0.2/values.yaml diff --git a/stable/authelia/3.0.7/CHANGELOG.md b/stable/authelia/3.0.7/CHANGELOG.md deleted file mode 100644 index 10b78cb62da..00000000000 --- a/stable/authelia/3.0.7/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [authelia-3.0.7](https://github.com/truecharts/apps/compare/authelia-3.0.6...authelia-3.0.7) (2021-09-21) - -#### Chore - -* update non-major ([#1015](https://github.com/truecharts/apps/issues/1015)) - diff --git a/stable/authelia/3.0.7/charts/common-7.0.12.tgz b/stable/authelia/3.0.7/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/authelia/3.0.7/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/authelia/3.0.7/charts/postgresql-2.2.0.tgz b/stable/authelia/3.0.7/charts/postgresql-2.2.0.tgz deleted file mode 100644 index 3949017ae6d..00000000000 Binary files a/stable/authelia/3.0.7/charts/postgresql-2.2.0.tgz and /dev/null differ diff --git a/stable/authelia/3.0.8/CHANGELOG.md b/stable/authelia/3.0.8/CHANGELOG.md new file mode 100644 index 00000000000..bd606b1564a --- /dev/null +++ b/stable/authelia/3.0.8/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [authelia-3.0.8](https://github.com/truecharts/apps/compare/authelia-3.0.7...authelia-3.0.8) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/authelia/3.0.7/CONFIG.md b/stable/authelia/3.0.8/CONFIG.md similarity index 100% rename from stable/authelia/3.0.7/CONFIG.md rename to stable/authelia/3.0.8/CONFIG.md diff --git a/stable/authelia/3.0.7/Chart.lock b/stable/authelia/3.0.8/Chart.lock similarity index 56% rename from stable/authelia/3.0.7/Chart.lock rename to stable/authelia/3.0.8/Chart.lock index dd2a444ef6c..127abd447ba 100644 --- a/stable/authelia/3.0.7/Chart.lock +++ b/stable/authelia/3.0.8/Chart.lock @@ -1,12 +1,12 @@ dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 - name: postgresql repository: https://truecharts.org/ - version: 2.2.0 + version: 2.2.4 - name: redis repository: https://charts.bitnami.com/bitnami version: 15.3.2 -digest: sha256:b253f7f5df09fa780744ea5a252f40f66265907e246089aad0f54c1e630cbd90 -generated: "2021-09-21T09:03:30.651140443Z" +digest: sha256:c67bd8d91ff40a21a88b2a72bfda8fb360827968e41c37a14baf1aaa779c2336 +generated: "2021-09-21T10:01:18.208220819Z" diff --git a/stable/authelia/3.0.7/Chart.yaml b/stable/authelia/3.0.8/Chart.yaml similarity index 94% rename from stable/authelia/3.0.7/Chart.yaml rename to stable/authelia/3.0.8/Chart.yaml index 2f38ed789ed..23cdb15e823 100644 --- a/stable/authelia/3.0.7/Chart.yaml +++ b/stable/authelia/3.0.8/Chart.yaml @@ -3,11 +3,11 @@ appVersion: "4.31.0" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 - condition: postgresql.enabled name: postgresql repository: https://truecharts.org/ - version: 2.2.0 + version: 2.2.4 - condition: redis.enabled name: redis repository: https://charts.bitnami.com/bitnami @@ -38,4 +38,4 @@ sources: - https://github.com/authelia/chartrepo - https://github.com/authelia/authelia type: application -version: 3.0.7 +version: 3.0.8 diff --git a/stable/authelia/3.0.7/README.md b/stable/authelia/3.0.8/README.md similarity index 93% rename from stable/authelia/3.0.7/README.md rename to stable/authelia/3.0.8/README.md index 3d51341cfdc..e6e84d9e7b0 100644 --- a/stable/authelia/3.0.7/README.md +++ b/stable/authelia/3.0.8/README.md @@ -19,8 +19,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| | https://charts.bitnami.com/bitnami | redis | 15.3.2 | -| https://truecharts.org/ | common | 7.0.12 | -| https://truecharts.org/ | postgresql | 2.2.0 | +| https://truecharts.org/ | common | 7.0.14 | +| https://truecharts.org/ | postgresql | 2.2.4 | ## Installing the Chart diff --git a/stable/authelia/3.0.7/app-readme.md b/stable/authelia/3.0.8/app-readme.md similarity index 100% rename from stable/authelia/3.0.7/app-readme.md rename to stable/authelia/3.0.8/app-readme.md diff --git a/stable/authelia/3.0.8/charts/common-7.0.14.tgz b/stable/authelia/3.0.8/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/authelia/3.0.8/charts/common-7.0.14.tgz differ diff --git a/stable/authelia/3.0.8/charts/postgresql-2.2.4.tgz b/stable/authelia/3.0.8/charts/postgresql-2.2.4.tgz new file mode 100644 index 00000000000..574546c2ffd Binary files /dev/null and b/stable/authelia/3.0.8/charts/postgresql-2.2.4.tgz differ diff --git a/stable/authelia/3.0.7/charts/redis-15.3.2.tgz b/stable/authelia/3.0.8/charts/redis-15.3.2.tgz similarity index 100% rename from stable/authelia/3.0.7/charts/redis-15.3.2.tgz rename to stable/authelia/3.0.8/charts/redis-15.3.2.tgz diff --git a/stable/authelia/3.0.7/helm-values.md b/stable/authelia/3.0.8/helm-values.md similarity index 100% rename from stable/authelia/3.0.7/helm-values.md rename to stable/authelia/3.0.8/helm-values.md diff --git a/stable/authelia/3.0.7/ix_values.yaml b/stable/authelia/3.0.8/ix_values.yaml similarity index 100% rename from stable/authelia/3.0.7/ix_values.yaml rename to stable/authelia/3.0.8/ix_values.yaml diff --git a/stable/authelia/3.0.7/questions.yaml b/stable/authelia/3.0.8/questions.yaml similarity index 100% rename from stable/authelia/3.0.7/questions.yaml rename to stable/authelia/3.0.8/questions.yaml diff --git a/stable/authelia/3.0.7/templates/_configmap.tpl b/stable/authelia/3.0.8/templates/_configmap.tpl similarity index 100% rename from stable/authelia/3.0.7/templates/_configmap.tpl rename to stable/authelia/3.0.8/templates/_configmap.tpl diff --git a/stable/authelia/3.0.7/templates/_secrets.tpl b/stable/authelia/3.0.8/templates/_secrets.tpl similarity index 100% rename from stable/authelia/3.0.7/templates/_secrets.tpl rename to stable/authelia/3.0.8/templates/_secrets.tpl diff --git a/stable/authelia/3.0.7/templates/common.yaml b/stable/authelia/3.0.8/templates/common.yaml similarity index 100% rename from stable/authelia/3.0.7/templates/common.yaml rename to stable/authelia/3.0.8/templates/common.yaml diff --git a/stable/authelia/3.0.7/test_values.yaml b/stable/authelia/3.0.8/test_values.yaml similarity index 100% rename from stable/authelia/3.0.7/test_values.yaml rename to stable/authelia/3.0.8/test_values.yaml diff --git a/stable/authelia/3.0.7/values.yaml b/stable/authelia/3.0.8/values.yaml similarity index 100% rename from stable/authelia/3.0.7/values.yaml rename to stable/authelia/3.0.8/values.yaml diff --git a/stable/bazarr/7.0.1/CHANGELOG.md b/stable/bazarr/7.0.1/CHANGELOG.md deleted file mode 100644 index 21c84cd7375..00000000000 --- a/stable/bazarr/7.0.1/CHANGELOG.md +++ /dev/null @@ -1,20 +0,0 @@ - - -### [bazarr-7.0.1](https://github.com/truecharts/apps/compare/bazarr-6.11.16...bazarr-7.0.1) (2021-09-13) - -#### Chore - -* update non-major -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - -#### Fix - -* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956)) - diff --git a/stable/bazarr/7.0.1/Chart.lock b/stable/bazarr/7.0.1/Chart.lock deleted file mode 100644 index 96319257d12..00000000000 --- a/stable/bazarr/7.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-13T16:51:03.911651949Z" diff --git a/stable/bazarr/7.0.1/charts/common-7.0.12.tgz b/stable/bazarr/7.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/bazarr/7.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/bazarr/7.0.2/CHANGELOG.md b/stable/bazarr/7.0.2/CHANGELOG.md new file mode 100644 index 00000000000..7d3aa5fb82f --- /dev/null +++ b/stable/bazarr/7.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [bazarr-7.0.2](https://github.com/truecharts/apps/compare/bazarr-7.0.1...bazarr-7.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/bazarr/7.0.1/CONFIG.md b/stable/bazarr/7.0.2/CONFIG.md similarity index 100% rename from stable/bazarr/7.0.1/CONFIG.md rename to stable/bazarr/7.0.2/CONFIG.md diff --git a/stable/bazarr/7.0.2/Chart.lock b/stable/bazarr/7.0.2/Chart.lock new file mode 100644 index 00000000000..b13dae1dc19 --- /dev/null +++ b/stable/bazarr/7.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:01:33.273252524Z" diff --git a/stable/bazarr/7.0.1/Chart.yaml b/stable/bazarr/7.0.2/Chart.yaml similarity index 96% rename from stable/bazarr/7.0.1/Chart.yaml rename to stable/bazarr/7.0.2/Chart.yaml index 8487dc41b08..738340b6985 100644 --- a/stable/bazarr/7.0.1/Chart.yaml +++ b/stable/bazarr/7.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.9.9" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 deprecated: false description: Bazarr is a companion application to Bazarr and Radarr. It manages and downloads subtitles based on your requirements @@ -29,4 +29,4 @@ sources: - https://github.com/Bazarr/Bazarr - https://hub.docker.com/r/linuxserver/bazarr type: application -version: 7.0.1 +version: 7.0.2 diff --git a/stable/bazarr/7.0.1/README.md b/stable/bazarr/7.0.2/README.md similarity index 96% rename from stable/bazarr/7.0.1/README.md rename to stable/bazarr/7.0.2/README.md index 64ae54f4324..e8e5f21afe8 100644 --- a/stable/bazarr/7.0.1/README.md +++ b/stable/bazarr/7.0.2/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/bazarr/7.0.1/app-readme.md b/stable/bazarr/7.0.2/app-readme.md similarity index 100% rename from stable/bazarr/7.0.1/app-readme.md rename to stable/bazarr/7.0.2/app-readme.md diff --git a/stable/bazarr/7.0.2/charts/common-7.0.14.tgz b/stable/bazarr/7.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/bazarr/7.0.2/charts/common-7.0.14.tgz differ diff --git a/stable/bazarr/7.0.1/helm-values.md b/stable/bazarr/7.0.2/helm-values.md similarity index 100% rename from stable/bazarr/7.0.1/helm-values.md rename to stable/bazarr/7.0.2/helm-values.md diff --git a/stable/bazarr/7.0.1/ix_values.yaml b/stable/bazarr/7.0.2/ix_values.yaml similarity index 100% rename from stable/bazarr/7.0.1/ix_values.yaml rename to stable/bazarr/7.0.2/ix_values.yaml diff --git a/stable/bazarr/7.0.1/questions.yaml b/stable/bazarr/7.0.2/questions.yaml similarity index 99% rename from stable/bazarr/7.0.1/questions.yaml rename to stable/bazarr/7.0.2/questions.yaml index 27429b94efd..3f2481fce7a 100644 --- a/stable/bazarr/7.0.1/questions.yaml +++ b/stable/bazarr/7.0.2/questions.yaml @@ -1334,12 +1334,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/bazarr/7.0.1/templates/common.yaml b/stable/bazarr/7.0.2/templates/common.yaml similarity index 100% rename from stable/bazarr/7.0.1/templates/common.yaml rename to stable/bazarr/7.0.2/templates/common.yaml diff --git a/stable/bazarr/7.0.1/test_values.yaml b/stable/bazarr/7.0.2/test_values.yaml similarity index 100% rename from stable/bazarr/7.0.1/test_values.yaml rename to stable/bazarr/7.0.2/test_values.yaml diff --git a/stable/bazarr/7.0.1/values.yaml b/stable/bazarr/7.0.2/values.yaml similarity index 100% rename from stable/bazarr/7.0.1/values.yaml rename to stable/bazarr/7.0.2/values.yaml diff --git a/stable/booksonic-air/2.0.2/CHANGELOG.md b/stable/booksonic-air/2.0.2/CHANGELOG.md deleted file mode 100644 index d53a551d233..00000000000 --- a/stable/booksonic-air/2.0.2/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [booksonic-air-2.0.2](https://github.com/truecharts/apps/compare/booksonic-air-2.0.1...booksonic-air-2.0.2) (2021-09-21) - -#### Chore - -* update non-major ([#1013](https://github.com/truecharts/apps/issues/1013)) - diff --git a/stable/booksonic-air/2.0.2/Chart.lock b/stable/booksonic-air/2.0.2/Chart.lock deleted file mode 100644 index f8ac73afb76..00000000000 --- a/stable/booksonic-air/2.0.2/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 7.0.12 -digest: sha256:6609ac081f2fa3f9ccafe5462c1016a5848be1029bec1127c0ecbce7981ec9d2 -generated: "2021-09-21T08:43:18.612576933Z" diff --git a/stable/booksonic-air/2.0.2/charts/common-7.0.12.tgz b/stable/booksonic-air/2.0.2/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/booksonic-air/2.0.2/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/booksonic-air/2.0.3/CHANGELOG.md b/stable/booksonic-air/2.0.3/CHANGELOG.md new file mode 100644 index 00000000000..92be033da01 --- /dev/null +++ b/stable/booksonic-air/2.0.3/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [booksonic-air-2.0.3](https://github.com/truecharts/apps/compare/booksonic-air-2.0.2...booksonic-air-2.0.3) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/booksonic-air/2.0.2/CONFIG.md b/stable/booksonic-air/2.0.3/CONFIG.md similarity index 100% rename from stable/booksonic-air/2.0.2/CONFIG.md rename to stable/booksonic-air/2.0.3/CONFIG.md diff --git a/stable/booksonic-air/2.0.3/Chart.lock b/stable/booksonic-air/2.0.3/Chart.lock new file mode 100644 index 00000000000..290ab3414b9 --- /dev/null +++ b/stable/booksonic-air/2.0.3/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 7.0.14 +digest: sha256:050b52e7ae7aa5580026804422c8a279ceaacd28df48af65de0b530e6d045954 +generated: "2021-09-21T10:01:42.295325188Z" diff --git a/stable/booksonic-air/2.0.2/Chart.yaml b/stable/booksonic-air/2.0.3/Chart.yaml similarity index 95% rename from stable/booksonic-air/2.0.2/Chart.yaml rename to stable/booksonic-air/2.0.3/Chart.yaml index 888581b1311..ab63af88d70 100644 --- a/stable/booksonic-air/2.0.2/Chart.yaml +++ b/stable/booksonic-air/2.0.3/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2009.1.0" dependencies: - name: common repository: https://truecharts.org - version: 7.0.12 + version: 7.0.14 description: Booksonic is a platform for accessing the audibooks you own wherever you are home: https://github.com/truechartsapps/tree/master/charts/incubator/booksonic-air @@ -20,4 +20,4 @@ name: booksonic-air sources: - https://github.com/popeen/Booksonic-Air - https://hub.docker.com/r/linuxserver/booksonic-air -version: 2.0.2 +version: 2.0.3 diff --git a/stable/booksonic-air/2.0.2/README.md b/stable/booksonic-air/2.0.3/README.md similarity index 96% rename from stable/booksonic-air/2.0.2/README.md rename to stable/booksonic-air/2.0.3/README.md index 146f16374c2..81bd7e7e1b3 100644 --- a/stable/booksonic-air/2.0.2/README.md +++ b/stable/booksonic-air/2.0.3/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 7.0.12 | +| https://truecharts.org | common | 7.0.14 | ## Installing the Chart diff --git a/stable/booksonic-air/2.0.2/app-readme.md b/stable/booksonic-air/2.0.3/app-readme.md similarity index 100% rename from stable/booksonic-air/2.0.2/app-readme.md rename to stable/booksonic-air/2.0.3/app-readme.md diff --git a/stable/booksonic-air/2.0.3/charts/common-7.0.14.tgz b/stable/booksonic-air/2.0.3/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/booksonic-air/2.0.3/charts/common-7.0.14.tgz differ diff --git a/stable/booksonic-air/2.0.2/helm-values.md b/stable/booksonic-air/2.0.3/helm-values.md similarity index 100% rename from stable/booksonic-air/2.0.2/helm-values.md rename to stable/booksonic-air/2.0.3/helm-values.md diff --git a/stable/booksonic-air/2.0.2/ix_values.yaml b/stable/booksonic-air/2.0.3/ix_values.yaml similarity index 100% rename from stable/booksonic-air/2.0.2/ix_values.yaml rename to stable/booksonic-air/2.0.3/ix_values.yaml diff --git a/stable/booksonic-air/2.0.2/questions.yaml b/stable/booksonic-air/2.0.3/questions.yaml similarity index 100% rename from stable/booksonic-air/2.0.2/questions.yaml rename to stable/booksonic-air/2.0.3/questions.yaml diff --git a/stable/booksonic-air/2.0.2/templates/common.yaml b/stable/booksonic-air/2.0.3/templates/common.yaml similarity index 100% rename from stable/booksonic-air/2.0.2/templates/common.yaml rename to stable/booksonic-air/2.0.3/templates/common.yaml diff --git a/stable/booksonic-air/2.0.2/test_values.yaml b/stable/booksonic-air/2.0.3/test_values.yaml similarity index 100% rename from stable/booksonic-air/2.0.2/test_values.yaml rename to stable/booksonic-air/2.0.3/test_values.yaml diff --git a/stable/booksonic-air/2.0.2/values.yaml b/stable/booksonic-air/2.0.3/values.yaml similarity index 100% rename from stable/booksonic-air/2.0.2/values.yaml rename to stable/booksonic-air/2.0.3/values.yaml diff --git a/stable/calibre-web/7.0.2/CHANGELOG.md b/stable/calibre-web/7.0.2/CHANGELOG.md deleted file mode 100644 index 086f48204e5..00000000000 --- a/stable/calibre-web/7.0.2/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [calibre-web-7.0.2](https://github.com/truecharts/apps/compare/calibre-web-7.0.1...calibre-web-7.0.2) (2021-09-14) - -#### Chore - -* update non-major ([#987](https://github.com/truecharts/apps/issues/987)) - diff --git a/stable/calibre-web/7.0.2/Chart.lock b/stable/calibre-web/7.0.2/Chart.lock deleted file mode 100644 index d3e8212b5f0..00000000000 --- a/stable/calibre-web/7.0.2/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-14T20:41:06.685796645Z" diff --git a/stable/calibre-web/7.0.2/charts/common-7.0.12.tgz b/stable/calibre-web/7.0.2/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/calibre-web/7.0.2/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/calibre-web/7.0.3/CHANGELOG.md b/stable/calibre-web/7.0.3/CHANGELOG.md new file mode 100644 index 00000000000..55f0c114dbd --- /dev/null +++ b/stable/calibre-web/7.0.3/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [calibre-web-7.0.3](https://github.com/truecharts/apps/compare/calibre-web-7.0.2...calibre-web-7.0.3) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/calibre-web/7.0.2/CONFIG.md b/stable/calibre-web/7.0.3/CONFIG.md similarity index 100% rename from stable/calibre-web/7.0.2/CONFIG.md rename to stable/calibre-web/7.0.3/CONFIG.md diff --git a/stable/calibre-web/7.0.3/Chart.lock b/stable/calibre-web/7.0.3/Chart.lock new file mode 100644 index 00000000000..4c7451417ea --- /dev/null +++ b/stable/calibre-web/7.0.3/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:01:51.137115151Z" diff --git a/stable/calibre-web/7.0.2/Chart.yaml b/stable/calibre-web/7.0.3/Chart.yaml similarity index 95% rename from stable/calibre-web/7.0.2/Chart.yaml rename to stable/calibre-web/7.0.3/Chart.yaml index 5b1f0aac573..52dab2fe74b 100644 --- a/stable/calibre-web/7.0.2/Chart.yaml +++ b/stable/calibre-web/7.0.3/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.6.12" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 deprecated: false description: Calibre-Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database. @@ -23,4 +23,4 @@ sources: - https://hub.docker.com/r/linuxserver/calibre-web/ - https://github.com/janeczku/calibre-web type: application -version: 7.0.2 +version: 7.0.3 diff --git a/stable/calibre-web/7.0.2/README.md b/stable/calibre-web/7.0.3/README.md similarity index 96% rename from stable/calibre-web/7.0.2/README.md rename to stable/calibre-web/7.0.3/README.md index cbc0a6778b4..ee0ce13bbce 100644 --- a/stable/calibre-web/7.0.2/README.md +++ b/stable/calibre-web/7.0.3/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/calibre-web/7.0.2/app-readme.md b/stable/calibre-web/7.0.3/app-readme.md similarity index 100% rename from stable/calibre-web/7.0.2/app-readme.md rename to stable/calibre-web/7.0.3/app-readme.md diff --git a/stable/calibre-web/7.0.3/charts/common-7.0.14.tgz b/stable/calibre-web/7.0.3/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/calibre-web/7.0.3/charts/common-7.0.14.tgz differ diff --git a/stable/calibre-web/7.0.2/helm-values.md b/stable/calibre-web/7.0.3/helm-values.md similarity index 100% rename from stable/calibre-web/7.0.2/helm-values.md rename to stable/calibre-web/7.0.3/helm-values.md diff --git a/stable/calibre-web/7.0.2/ix_values.yaml b/stable/calibre-web/7.0.3/ix_values.yaml similarity index 100% rename from stable/calibre-web/7.0.2/ix_values.yaml rename to stable/calibre-web/7.0.3/ix_values.yaml diff --git a/stable/calibre-web/7.0.2/questions.yaml b/stable/calibre-web/7.0.3/questions.yaml similarity index 100% rename from stable/calibre-web/7.0.2/questions.yaml rename to stable/calibre-web/7.0.3/questions.yaml diff --git a/stable/calibre-web/7.0.2/templates/common.yaml b/stable/calibre-web/7.0.3/templates/common.yaml similarity index 100% rename from stable/calibre-web/7.0.2/templates/common.yaml rename to stable/calibre-web/7.0.3/templates/common.yaml diff --git a/stable/calibre-web/7.0.2/test_values.yaml b/stable/calibre-web/7.0.3/test_values.yaml similarity index 100% rename from stable/calibre-web/7.0.2/test_values.yaml rename to stable/calibre-web/7.0.3/test_values.yaml diff --git a/stable/calibre-web/7.0.2/values.yaml b/stable/calibre-web/7.0.3/values.yaml similarity index 100% rename from stable/calibre-web/7.0.2/values.yaml rename to stable/calibre-web/7.0.3/values.yaml diff --git a/stable/calibre/2.0.1/CHANGELOG.md b/stable/calibre/2.0.1/CHANGELOG.md deleted file mode 100644 index 838e860785f..00000000000 --- a/stable/calibre/2.0.1/CHANGELOG.md +++ /dev/null @@ -1,16 +0,0 @@ - - -### [calibre-2.0.1](https://github.com/truecharts/apps/compare/calibre-1.9.15...calibre-2.0.1) (2021-09-13) - -#### Chore - -* move all LSIO containers to github registry ([#957](https://github.com/truecharts/apps/issues/957)) -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - diff --git a/stable/calibre/2.0.1/Chart.lock b/stable/calibre/2.0.1/Chart.lock deleted file mode 100644 index 4d1b7cc4c6a..00000000000 --- a/stable/calibre/2.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 7.0.12 -digest: sha256:6609ac081f2fa3f9ccafe5462c1016a5848be1029bec1127c0ecbce7981ec9d2 -generated: "2021-09-13T16:51:30.600716689Z" diff --git a/stable/calibre/2.0.1/charts/common-7.0.12.tgz b/stable/calibre/2.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/calibre/2.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/calibre/2.0.2/CHANGELOG.md b/stable/calibre/2.0.2/CHANGELOG.md new file mode 100644 index 00000000000..c086b96c756 --- /dev/null +++ b/stable/calibre/2.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [calibre-2.0.2](https://github.com/truecharts/apps/compare/calibre-web-7.0.2...calibre-2.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/calibre/2.0.1/CONFIG.md b/stable/calibre/2.0.2/CONFIG.md similarity index 100% rename from stable/calibre/2.0.1/CONFIG.md rename to stable/calibre/2.0.2/CONFIG.md diff --git a/stable/calibre/2.0.2/Chart.lock b/stable/calibre/2.0.2/Chart.lock new file mode 100644 index 00000000000..f273f149a94 --- /dev/null +++ b/stable/calibre/2.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 7.0.14 +digest: sha256:050b52e7ae7aa5580026804422c8a279ceaacd28df48af65de0b530e6d045954 +generated: "2021-09-21T10:02:00.118071165Z" diff --git a/stable/calibre/2.0.1/Chart.yaml b/stable/calibre/2.0.2/Chart.yaml similarity index 94% rename from stable/calibre/2.0.1/Chart.yaml rename to stable/calibre/2.0.2/Chart.yaml index f32759c70bc..24b4ae45785 100644 --- a/stable/calibre/2.0.1/Chart.yaml +++ b/stable/calibre/2.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "5.26.0" dependencies: - name: common repository: https://truecharts.org - version: 7.0.12 + version: 7.0.14 description: Calibre is a powerful and easy to use e-book manager. home: https://github.com/truechartsapps/tree/master/charts/incubator/calibre icon: https://github.com/kovidgoyal/calibre/raw/master/resources/images/lt.png @@ -18,4 +18,4 @@ name: calibre sources: - https://hub.docker.com/r/linuxserver/calibre/ - https://github.com/kovidgoyal/calibre/ -version: 2.0.1 +version: 2.0.2 diff --git a/stable/calibre/2.0.1/README.md b/stable/calibre/2.0.2/README.md similarity index 96% rename from stable/calibre/2.0.1/README.md rename to stable/calibre/2.0.2/README.md index 78868af246d..5594cb5e994 100644 --- a/stable/calibre/2.0.1/README.md +++ b/stable/calibre/2.0.2/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 7.0.12 | +| https://truecharts.org | common | 7.0.14 | ## Installing the Chart diff --git a/stable/calibre/2.0.1/app-readme.md b/stable/calibre/2.0.2/app-readme.md similarity index 100% rename from stable/calibre/2.0.1/app-readme.md rename to stable/calibre/2.0.2/app-readme.md diff --git a/stable/calibre/2.0.2/charts/common-7.0.14.tgz b/stable/calibre/2.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/calibre/2.0.2/charts/common-7.0.14.tgz differ diff --git a/stable/calibre/2.0.1/helm-values.md b/stable/calibre/2.0.2/helm-values.md similarity index 100% rename from stable/calibre/2.0.1/helm-values.md rename to stable/calibre/2.0.2/helm-values.md diff --git a/stable/calibre/2.0.1/ix_values.yaml b/stable/calibre/2.0.2/ix_values.yaml similarity index 100% rename from stable/calibre/2.0.1/ix_values.yaml rename to stable/calibre/2.0.2/ix_values.yaml diff --git a/stable/calibre/2.0.1/questions.yaml b/stable/calibre/2.0.2/questions.yaml similarity index 99% rename from stable/calibre/2.0.1/questions.yaml rename to stable/calibre/2.0.2/questions.yaml index 3d7292b4dfb..8dff36b44ae 100644 --- a/stable/calibre/2.0.1/questions.yaml +++ b/stable/calibre/2.0.2/questions.yaml @@ -1416,12 +1416,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/calibre/2.0.1/templates/common.yaml b/stable/calibre/2.0.2/templates/common.yaml similarity index 100% rename from stable/calibre/2.0.1/templates/common.yaml rename to stable/calibre/2.0.2/templates/common.yaml diff --git a/stable/calibre/2.0.1/test_values.yaml b/stable/calibre/2.0.2/test_values.yaml similarity index 100% rename from stable/calibre/2.0.1/test_values.yaml rename to stable/calibre/2.0.2/test_values.yaml diff --git a/stable/calibre/2.0.1/values.yaml b/stable/calibre/2.0.2/values.yaml similarity index 100% rename from stable/calibre/2.0.1/values.yaml rename to stable/calibre/2.0.2/values.yaml diff --git a/stable/collabora-online/7.0.2/CHANGELOG.md b/stable/collabora-online/7.0.2/CHANGELOG.md deleted file mode 100644 index 9c35b4a43b1..00000000000 --- a/stable/collabora-online/7.0.2/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [collabora-online-7.0.2](https://github.com/truecharts/apps/compare/collabora-online-7.0.1...collabora-online-7.0.2) (2021-09-21) - -#### Chore - -* update non-major ([#1013](https://github.com/truecharts/apps/issues/1013)) - diff --git a/stable/collabora-online/7.0.2/Chart.lock b/stable/collabora-online/7.0.2/Chart.lock deleted file mode 100644 index 602acf3ceb3..00000000000 --- a/stable/collabora-online/7.0.2/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-21T08:43:29.77567888Z" diff --git a/stable/collabora-online/7.0.2/charts/common-7.0.12.tgz b/stable/collabora-online/7.0.2/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/collabora-online/7.0.2/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/collabora-online/7.0.3/CHANGELOG.md b/stable/collabora-online/7.0.3/CHANGELOG.md new file mode 100644 index 00000000000..710bdb5a690 --- /dev/null +++ b/stable/collabora-online/7.0.3/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [collabora-online-7.0.3](https://github.com/truecharts/apps/compare/collabora-online-7.0.2...collabora-online-7.0.3) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/collabora-online/7.0.2/CONFIG.md b/stable/collabora-online/7.0.3/CONFIG.md similarity index 100% rename from stable/collabora-online/7.0.2/CONFIG.md rename to stable/collabora-online/7.0.3/CONFIG.md diff --git a/stable/collabora-online/7.0.3/Chart.lock b/stable/collabora-online/7.0.3/Chart.lock new file mode 100644 index 00000000000..321924f76c5 --- /dev/null +++ b/stable/collabora-online/7.0.3/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:02:09.233492721Z" diff --git a/stable/collabora-online/7.0.2/Chart.yaml b/stable/collabora-online/7.0.3/Chart.yaml similarity index 96% rename from stable/collabora-online/7.0.2/Chart.yaml rename to stable/collabora-online/7.0.3/Chart.yaml index e2dcb7d0557..29a71cc7892 100644 --- a/stable/collabora-online/7.0.2/Chart.yaml +++ b/stable/collabora-online/7.0.3/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "6.4.11.3" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 deprecated: false description: "Collabora Online Development Edition \u2013 an awesome, Online Office\ \ suite image suitable for home use." @@ -25,4 +25,4 @@ sources: - https://sdk.collaboraonline.com/contents.html - https://github.com/CollaboraOnline/online/tree/master/kubernetes/helm type: application -version: 7.0.2 +version: 7.0.3 diff --git a/stable/collabora-online/7.0.2/README.md b/stable/collabora-online/7.0.3/README.md similarity index 96% rename from stable/collabora-online/7.0.2/README.md rename to stable/collabora-online/7.0.3/README.md index 5b04aac8ce5..5e5185adae1 100644 --- a/stable/collabora-online/7.0.2/README.md +++ b/stable/collabora-online/7.0.3/README.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/collabora-online/7.0.2/app-readme.md b/stable/collabora-online/7.0.3/app-readme.md similarity index 100% rename from stable/collabora-online/7.0.2/app-readme.md rename to stable/collabora-online/7.0.3/app-readme.md diff --git a/stable/collabora-online/7.0.3/charts/common-7.0.14.tgz b/stable/collabora-online/7.0.3/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/collabora-online/7.0.3/charts/common-7.0.14.tgz differ diff --git a/stable/collabora-online/7.0.2/helm-values.md b/stable/collabora-online/7.0.3/helm-values.md similarity index 100% rename from stable/collabora-online/7.0.2/helm-values.md rename to stable/collabora-online/7.0.3/helm-values.md diff --git a/stable/collabora-online/7.0.2/ix_values.yaml b/stable/collabora-online/7.0.3/ix_values.yaml similarity index 100% rename from stable/collabora-online/7.0.2/ix_values.yaml rename to stable/collabora-online/7.0.3/ix_values.yaml diff --git a/stable/collabora-online/7.0.2/questions.yaml b/stable/collabora-online/7.0.3/questions.yaml similarity index 100% rename from stable/collabora-online/7.0.2/questions.yaml rename to stable/collabora-online/7.0.3/questions.yaml diff --git a/stable/collabora-online/7.0.2/templates/common.yaml b/stable/collabora-online/7.0.3/templates/common.yaml similarity index 100% rename from stable/collabora-online/7.0.2/templates/common.yaml rename to stable/collabora-online/7.0.3/templates/common.yaml diff --git a/stable/collabora-online/7.0.2/test_values.yaml b/stable/collabora-online/7.0.3/test_values.yaml similarity index 100% rename from stable/collabora-online/7.0.2/test_values.yaml rename to stable/collabora-online/7.0.3/test_values.yaml diff --git a/stable/collabora-online/7.0.2/values.yaml b/stable/collabora-online/7.0.3/values.yaml similarity index 100% rename from stable/collabora-online/7.0.2/values.yaml rename to stable/collabora-online/7.0.3/values.yaml diff --git a/stable/custom-app/1.0.3/CHANGELOG.md b/stable/custom-app/1.0.3/CHANGELOG.md deleted file mode 100644 index 4efce1700ca..00000000000 --- a/stable/custom-app/1.0.3/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [custom-app-1.0.3](https://github.com/truecharts/apps/compare/custom-app-1.0.2...custom-app-1.0.3) (2021-09-21) - -#### Chore - -* update non-major ([#1013](https://github.com/truecharts/apps/issues/1013)) - diff --git a/stable/custom-app/1.0.3/Chart.lock b/stable/custom-app/1.0.3/Chart.lock deleted file mode 100644 index 2e73a8a86ce..00000000000 --- a/stable/custom-app/1.0.3/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-21T08:43:41.168428599Z" diff --git a/stable/custom-app/1.0.3/charts/common-7.0.12.tgz b/stable/custom-app/1.0.3/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/custom-app/1.0.3/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/custom-app/1.0.4/CHANGELOG.md b/stable/custom-app/1.0.4/CHANGELOG.md new file mode 100644 index 00000000000..b717b5231dd --- /dev/null +++ b/stable/custom-app/1.0.4/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [custom-app-1.0.4](https://github.com/truecharts/apps/compare/custom-app-1.0.3...custom-app-1.0.4) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/custom-app/1.0.3/CONFIG.md b/stable/custom-app/1.0.4/CONFIG.md similarity index 100% rename from stable/custom-app/1.0.3/CONFIG.md rename to stable/custom-app/1.0.4/CONFIG.md diff --git a/stable/custom-app/1.0.4/Chart.lock b/stable/custom-app/1.0.4/Chart.lock new file mode 100644 index 00000000000..9e0f19b6da6 --- /dev/null +++ b/stable/custom-app/1.0.4/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:02:18.183950366Z" diff --git a/stable/custom-app/1.0.3/Chart.yaml b/stable/custom-app/1.0.4/Chart.yaml similarity index 94% rename from stable/custom-app/1.0.3/Chart.yaml rename to stable/custom-app/1.0.4/Chart.yaml index be2c8adfb52..4416a72f5aa 100644 --- a/stable/custom-app/1.0.3/Chart.yaml +++ b/stable/custom-app/1.0.4/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.18.773" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 deprecated: false description: Advanced tool to create your own TrueCharts-based App home: https://github.com/truecharts/apps/tree/master/charts/stable/custom-app @@ -19,4 +19,4 @@ name: custom-app sources: - https://github.com/truecharts/apps/tree/master/charts/stable/custom-app type: application -version: 1.0.3 +version: 1.0.4 diff --git a/stable/custom-app/1.0.3/README.md b/stable/custom-app/1.0.4/README.md similarity index 96% rename from stable/custom-app/1.0.3/README.md rename to stable/custom-app/1.0.4/README.md index 38ba06eebbf..4ba6b90efaf 100644 --- a/stable/custom-app/1.0.3/README.md +++ b/stable/custom-app/1.0.4/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/custom-app/1.0.3/app-readme.md b/stable/custom-app/1.0.4/app-readme.md similarity index 100% rename from stable/custom-app/1.0.3/app-readme.md rename to stable/custom-app/1.0.4/app-readme.md diff --git a/stable/custom-app/1.0.4/charts/common-7.0.14.tgz b/stable/custom-app/1.0.4/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/custom-app/1.0.4/charts/common-7.0.14.tgz differ diff --git a/stable/custom-app/1.0.3/helm-values.md b/stable/custom-app/1.0.4/helm-values.md similarity index 100% rename from stable/custom-app/1.0.3/helm-values.md rename to stable/custom-app/1.0.4/helm-values.md diff --git a/stable/custom-app/1.0.3/ix_values.yaml b/stable/custom-app/1.0.4/ix_values.yaml similarity index 100% rename from stable/custom-app/1.0.3/ix_values.yaml rename to stable/custom-app/1.0.4/ix_values.yaml diff --git a/stable/custom-app/1.0.3/questions.yaml b/stable/custom-app/1.0.4/questions.yaml similarity index 100% rename from stable/custom-app/1.0.3/questions.yaml rename to stable/custom-app/1.0.4/questions.yaml diff --git a/stable/custom-app/1.0.3/templates/common.yaml b/stable/custom-app/1.0.4/templates/common.yaml similarity index 100% rename from stable/custom-app/1.0.3/templates/common.yaml rename to stable/custom-app/1.0.4/templates/common.yaml diff --git a/stable/custom-app/1.0.3/test_values.yaml b/stable/custom-app/1.0.4/test_values.yaml similarity index 100% rename from stable/custom-app/1.0.3/test_values.yaml rename to stable/custom-app/1.0.4/test_values.yaml diff --git a/stable/custom-app/1.0.3/values.yaml b/stable/custom-app/1.0.4/values.yaml similarity index 100% rename from stable/custom-app/1.0.3/values.yaml rename to stable/custom-app/1.0.4/values.yaml diff --git a/stable/deconz/2.0.1/CHANGELOG.md b/stable/deconz/2.0.1/CHANGELOG.md deleted file mode 100644 index be7702f4128..00000000000 --- a/stable/deconz/2.0.1/CHANGELOG.md +++ /dev/null @@ -1,16 +0,0 @@ - - -### [deconz-2.0.1](https://github.com/truecharts/apps/compare/deconz-1.9.15...deconz-2.0.1) (2021-09-13) - -#### Chore - -* move most remaining Apps to GHCR mirror ([#959](https://github.com/truecharts/apps/issues/959)) -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - diff --git a/stable/deconz/2.0.1/Chart.lock b/stable/deconz/2.0.1/Chart.lock deleted file mode 100644 index fb6cfc210fe..00000000000 --- a/stable/deconz/2.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 7.0.12 -digest: sha256:6609ac081f2fa3f9ccafe5462c1016a5848be1029bec1127c0ecbce7981ec9d2 -generated: "2021-09-13T16:51:57.916684505Z" diff --git a/stable/deconz/2.0.1/charts/common-7.0.12.tgz b/stable/deconz/2.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/deconz/2.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/deconz/2.0.2/CHANGELOG.md b/stable/deconz/2.0.2/CHANGELOG.md new file mode 100644 index 00000000000..d639b4f9b84 --- /dev/null +++ b/stable/deconz/2.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [deconz-2.0.2](https://github.com/truecharts/apps/compare/deconz-2.0.1...deconz-2.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/deconz/2.0.1/CONFIG.md b/stable/deconz/2.0.2/CONFIG.md similarity index 100% rename from stable/deconz/2.0.1/CONFIG.md rename to stable/deconz/2.0.2/CONFIG.md diff --git a/stable/deconz/2.0.2/Chart.lock b/stable/deconz/2.0.2/Chart.lock new file mode 100644 index 00000000000..3bc700977df --- /dev/null +++ b/stable/deconz/2.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 7.0.14 +digest: sha256:050b52e7ae7aa5580026804422c8a279ceaacd28df48af65de0b530e6d045954 +generated: "2021-09-21T10:02:27.099450241Z" diff --git a/stable/deconz/2.0.1/Chart.yaml b/stable/deconz/2.0.2/Chart.yaml similarity index 95% rename from stable/deconz/2.0.1/Chart.yaml rename to stable/deconz/2.0.2/Chart.yaml index 23aa3313bb5..4e901d014c4 100644 --- a/stable/deconz/2.0.1/Chart.yaml +++ b/stable/deconz/2.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.12.06" dependencies: - name: common repository: https://truecharts.org - version: 7.0.12 + version: 7.0.14 description: deCONZ is an easy to use control software, with which you can set up and control Zigbee networks of any size without further programming effort. home: https://github.com/truechartsapps/tree/master/charts/incubator/deconz @@ -22,4 +22,4 @@ name: deconz sources: - https://github.com/dresden-elektronik/deconz-rest-plugin - https://github.com/marthoc/docker-deconz -version: 2.0.1 +version: 2.0.2 diff --git a/stable/deconz/2.0.1/README.md b/stable/deconz/2.0.2/README.md similarity index 96% rename from stable/deconz/2.0.1/README.md rename to stable/deconz/2.0.2/README.md index 9f7c7a09412..51afdc99ff3 100644 --- a/stable/deconz/2.0.1/README.md +++ b/stable/deconz/2.0.2/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 7.0.12 | +| https://truecharts.org | common | 7.0.14 | ## Installing the Chart diff --git a/stable/deconz/2.0.1/app-readme.md b/stable/deconz/2.0.2/app-readme.md similarity index 100% rename from stable/deconz/2.0.1/app-readme.md rename to stable/deconz/2.0.2/app-readme.md diff --git a/stable/deconz/2.0.2/charts/common-7.0.14.tgz b/stable/deconz/2.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/deconz/2.0.2/charts/common-7.0.14.tgz differ diff --git a/stable/deconz/2.0.1/helm-values.md b/stable/deconz/2.0.2/helm-values.md similarity index 100% rename from stable/deconz/2.0.1/helm-values.md rename to stable/deconz/2.0.2/helm-values.md diff --git a/stable/deconz/2.0.1/ix_values.yaml b/stable/deconz/2.0.2/ix_values.yaml similarity index 100% rename from stable/deconz/2.0.1/ix_values.yaml rename to stable/deconz/2.0.2/ix_values.yaml diff --git a/stable/deconz/2.0.1/questions.yaml b/stable/deconz/2.0.2/questions.yaml similarity index 99% rename from stable/deconz/2.0.1/questions.yaml rename to stable/deconz/2.0.2/questions.yaml index 10bf7f2fd56..86c675526c9 100644 --- a/stable/deconz/2.0.1/questions.yaml +++ b/stable/deconz/2.0.2/questions.yaml @@ -1560,12 +1560,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/deconz/2.0.1/templates/common.yaml b/stable/deconz/2.0.2/templates/common.yaml similarity index 100% rename from stable/deconz/2.0.1/templates/common.yaml rename to stable/deconz/2.0.2/templates/common.yaml diff --git a/stable/deconz/2.0.1/test_values.yaml b/stable/deconz/2.0.2/test_values.yaml similarity index 100% rename from stable/deconz/2.0.1/test_values.yaml rename to stable/deconz/2.0.2/test_values.yaml diff --git a/stable/deconz/2.0.1/values.yaml b/stable/deconz/2.0.2/values.yaml similarity index 100% rename from stable/deconz/2.0.1/values.yaml rename to stable/deconz/2.0.2/values.yaml diff --git a/stable/deepstack-cpu/5.0.1/CHANGELOG.md b/stable/deepstack-cpu/5.0.1/CHANGELOG.md deleted file mode 100644 index ade180a789a..00000000000 --- a/stable/deepstack-cpu/5.0.1/CHANGELOG.md +++ /dev/null @@ -1,19 +0,0 @@ - - -### [deepstack-cpu-5.0.1](https://github.com/truecharts/apps/compare/deepstack-cpu-4.11.15...deepstack-cpu-5.0.1) (2021-09-13) - -#### Chore - -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - -#### Fix - -* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956)) - diff --git a/stable/deepstack-cpu/5.0.1/Chart.lock b/stable/deepstack-cpu/5.0.1/Chart.lock deleted file mode 100644 index e8585c6f0e9..00000000000 --- a/stable/deepstack-cpu/5.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-13T16:52:06.748757493Z" diff --git a/stable/deepstack-cpu/5.0.1/charts/common-7.0.12.tgz b/stable/deepstack-cpu/5.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/deepstack-cpu/5.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/deepstack-cpu/5.0.2/CHANGELOG.md b/stable/deepstack-cpu/5.0.2/CHANGELOG.md new file mode 100644 index 00000000000..ebc65f9f06f --- /dev/null +++ b/stable/deepstack-cpu/5.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [deepstack-cpu-5.0.2](https://github.com/truecharts/apps/compare/deepstack-cpu-5.0.1...deepstack-cpu-5.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/deepstack-cpu/5.0.1/CONFIG.md b/stable/deepstack-cpu/5.0.2/CONFIG.md similarity index 100% rename from stable/deepstack-cpu/5.0.1/CONFIG.md rename to stable/deepstack-cpu/5.0.2/CONFIG.md diff --git a/stable/deepstack-cpu/5.0.2/Chart.lock b/stable/deepstack-cpu/5.0.2/Chart.lock new file mode 100644 index 00000000000..9defd472c6c --- /dev/null +++ b/stable/deepstack-cpu/5.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:02:36.251887017Z" diff --git a/stable/deepstack-cpu/5.0.1/Chart.yaml b/stable/deepstack-cpu/5.0.2/Chart.yaml similarity index 96% rename from stable/deepstack-cpu/5.0.1/Chart.yaml rename to stable/deepstack-cpu/5.0.2/Chart.yaml index a1dd4d85344..d35fec55c72 100644 --- a/stable/deepstack-cpu/5.0.1/Chart.yaml +++ b/stable/deepstack-cpu/5.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "cpu-2021.0" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 deprecated: false description: DeepStack AI provides AI features including Face Recognition, Object Detection, Scene Recognition and custom AI Models @@ -25,4 +25,4 @@ sources: - https://hub.docker.com/r/deepquestai/deepstack - https://www.deepstack.cc/ type: application -version: 5.0.1 +version: 5.0.2 diff --git a/stable/deepstack-cpu/5.0.1/README.md b/stable/deepstack-cpu/5.0.2/README.md similarity index 96% rename from stable/deepstack-cpu/5.0.1/README.md rename to stable/deepstack-cpu/5.0.2/README.md index 48fa71c8365..655f8e3f8f5 100644 --- a/stable/deepstack-cpu/5.0.1/README.md +++ b/stable/deepstack-cpu/5.0.2/README.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/deepstack-cpu/5.0.1/app-readme.md b/stable/deepstack-cpu/5.0.2/app-readme.md similarity index 100% rename from stable/deepstack-cpu/5.0.1/app-readme.md rename to stable/deepstack-cpu/5.0.2/app-readme.md diff --git a/stable/deepstack-cpu/5.0.2/charts/common-7.0.14.tgz b/stable/deepstack-cpu/5.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/deepstack-cpu/5.0.2/charts/common-7.0.14.tgz differ diff --git a/stable/deepstack-cpu/5.0.1/helm-values.md b/stable/deepstack-cpu/5.0.2/helm-values.md similarity index 100% rename from stable/deepstack-cpu/5.0.1/helm-values.md rename to stable/deepstack-cpu/5.0.2/helm-values.md diff --git a/stable/deepstack-cpu/5.0.1/ix_values.yaml b/stable/deepstack-cpu/5.0.2/ix_values.yaml similarity index 100% rename from stable/deepstack-cpu/5.0.1/ix_values.yaml rename to stable/deepstack-cpu/5.0.2/ix_values.yaml diff --git a/stable/deepstack-cpu/5.0.1/questions.yaml b/stable/deepstack-cpu/5.0.2/questions.yaml similarity index 99% rename from stable/deepstack-cpu/5.0.1/questions.yaml rename to stable/deepstack-cpu/5.0.2/questions.yaml index e9140f05741..d7096284fc9 100644 --- a/stable/deepstack-cpu/5.0.1/questions.yaml +++ b/stable/deepstack-cpu/5.0.2/questions.yaml @@ -1354,12 +1354,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/deepstack-cpu/5.0.1/templates/common.yaml b/stable/deepstack-cpu/5.0.2/templates/common.yaml similarity index 100% rename from stable/deepstack-cpu/5.0.1/templates/common.yaml rename to stable/deepstack-cpu/5.0.2/templates/common.yaml diff --git a/stable/deepstack-cpu/5.0.1/test_values.yaml b/stable/deepstack-cpu/5.0.2/test_values.yaml similarity index 100% rename from stable/deepstack-cpu/5.0.1/test_values.yaml rename to stable/deepstack-cpu/5.0.2/test_values.yaml diff --git a/stable/deepstack-cpu/5.0.1/values.yaml b/stable/deepstack-cpu/5.0.2/values.yaml similarity index 100% rename from stable/deepstack-cpu/5.0.1/values.yaml rename to stable/deepstack-cpu/5.0.2/values.yaml diff --git a/stable/deluge/7.0.1/CHANGELOG.md b/stable/deluge/7.0.1/CHANGELOG.md deleted file mode 100644 index 8bf58ac6ccb..00000000000 --- a/stable/deluge/7.0.1/CHANGELOG.md +++ /dev/null @@ -1,20 +0,0 @@ - - -### [deluge-7.0.1](https://github.com/truecharts/apps/compare/deluge-6.11.15...deluge-7.0.1) (2021-09-13) - -#### Chore - -* move all LSIO containers to github registry ([#957](https://github.com/truecharts/apps/issues/957)) -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - -#### Fix - -* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956)) - diff --git a/stable/deluge/7.0.1/Chart.lock b/stable/deluge/7.0.1/Chart.lock deleted file mode 100644 index 46c1492f795..00000000000 --- a/stable/deluge/7.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-13T16:52:15.801450343Z" diff --git a/stable/deluge/7.0.1/charts/common-7.0.12.tgz b/stable/deluge/7.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/deluge/7.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/deluge/7.0.2/CHANGELOG.md b/stable/deluge/7.0.2/CHANGELOG.md new file mode 100644 index 00000000000..18bf0dd537f --- /dev/null +++ b/stable/deluge/7.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [deluge-7.0.2](https://github.com/truecharts/apps/compare/deluge-7.0.1...deluge-7.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/deluge/7.0.1/CONFIG.md b/stable/deluge/7.0.2/CONFIG.md similarity index 100% rename from stable/deluge/7.0.1/CONFIG.md rename to stable/deluge/7.0.2/CONFIG.md diff --git a/stable/deluge/7.0.2/Chart.lock b/stable/deluge/7.0.2/Chart.lock new file mode 100644 index 00000000000..69213bbb2ff --- /dev/null +++ b/stable/deluge/7.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:02:45.337263726Z" diff --git a/stable/deluge/7.0.1/Chart.yaml b/stable/deluge/7.0.2/Chart.yaml similarity index 94% rename from stable/deluge/7.0.1/Chart.yaml rename to stable/deluge/7.0.2/Chart.yaml index ea2a953d912..7a491cba442 100644 --- a/stable/deluge/7.0.1/Chart.yaml +++ b/stable/deluge/7.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.0.3-2201" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 deprecated: false description: Deluge App for TrueNAS SCALE home: https://github.com/truecharts/apps/tree/master/charts/incubator/deluge @@ -21,4 +21,4 @@ name: deluge sources: - https://github.com/deluge-torrent/deluge type: application -version: 7.0.1 +version: 7.0.2 diff --git a/stable/deluge/7.0.1/README.md b/stable/deluge/7.0.2/README.md similarity index 96% rename from stable/deluge/7.0.1/README.md rename to stable/deluge/7.0.2/README.md index 3c59aab3efb..38961da3533 100644 --- a/stable/deluge/7.0.1/README.md +++ b/stable/deluge/7.0.2/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/deluge/7.0.1/app-readme.md b/stable/deluge/7.0.2/app-readme.md similarity index 100% rename from stable/deluge/7.0.1/app-readme.md rename to stable/deluge/7.0.2/app-readme.md diff --git a/stable/deluge/7.0.2/charts/common-7.0.14.tgz b/stable/deluge/7.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/deluge/7.0.2/charts/common-7.0.14.tgz differ diff --git a/stable/deluge/7.0.1/helm-values.md b/stable/deluge/7.0.2/helm-values.md similarity index 100% rename from stable/deluge/7.0.1/helm-values.md rename to stable/deluge/7.0.2/helm-values.md diff --git a/stable/deluge/7.0.1/ix_values.yaml b/stable/deluge/7.0.2/ix_values.yaml similarity index 100% rename from stable/deluge/7.0.1/ix_values.yaml rename to stable/deluge/7.0.2/ix_values.yaml diff --git a/stable/deluge/7.0.1/questions.yaml b/stable/deluge/7.0.2/questions.yaml similarity index 99% rename from stable/deluge/7.0.1/questions.yaml rename to stable/deluge/7.0.2/questions.yaml index 2e2399efb79..4017a160cf9 100644 --- a/stable/deluge/7.0.1/questions.yaml +++ b/stable/deluge/7.0.2/questions.yaml @@ -1444,12 +1444,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/deluge/7.0.1/templates/common.yaml b/stable/deluge/7.0.2/templates/common.yaml similarity index 100% rename from stable/deluge/7.0.1/templates/common.yaml rename to stable/deluge/7.0.2/templates/common.yaml diff --git a/stable/deluge/7.0.1/test_values.yaml b/stable/deluge/7.0.2/test_values.yaml similarity index 100% rename from stable/deluge/7.0.1/test_values.yaml rename to stable/deluge/7.0.2/test_values.yaml diff --git a/stable/deluge/7.0.1/values.yaml b/stable/deluge/7.0.2/values.yaml similarity index 100% rename from stable/deluge/7.0.1/values.yaml rename to stable/deluge/7.0.2/values.yaml diff --git a/stable/dizquetv/2.0.2/CHANGELOG.md b/stable/dizquetv/2.0.2/CHANGELOG.md deleted file mode 100644 index 06789bde591..00000000000 --- a/stable/dizquetv/2.0.2/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [dizquetv-2.0.2](https://github.com/truecharts/apps/compare/dizquetv-2.0.1...dizquetv-2.0.2) (2021-09-21) - -#### Chore - -* update non-major ([#1013](https://github.com/truecharts/apps/issues/1013)) - diff --git a/stable/dizquetv/2.0.2/Chart.lock b/stable/dizquetv/2.0.2/Chart.lock deleted file mode 100644 index b7c066c1e2b..00000000000 --- a/stable/dizquetv/2.0.2/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 7.0.12 -digest: sha256:6609ac081f2fa3f9ccafe5462c1016a5848be1029bec1127c0ecbce7981ec9d2 -generated: "2021-09-21T08:43:52.174478366Z" diff --git a/stable/dizquetv/2.0.2/charts/common-7.0.12.tgz b/stable/dizquetv/2.0.2/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/dizquetv/2.0.2/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/dizquetv/2.0.3/CHANGELOG.md b/stable/dizquetv/2.0.3/CHANGELOG.md new file mode 100644 index 00000000000..9c6f34ecba5 --- /dev/null +++ b/stable/dizquetv/2.0.3/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [dizquetv-2.0.3](https://github.com/truecharts/apps/compare/dizquetv-2.0.2...dizquetv-2.0.3) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/dizquetv/2.0.2/CONFIG.md b/stable/dizquetv/2.0.3/CONFIG.md similarity index 100% rename from stable/dizquetv/2.0.2/CONFIG.md rename to stable/dizquetv/2.0.3/CONFIG.md diff --git a/stable/dizquetv/2.0.3/Chart.lock b/stable/dizquetv/2.0.3/Chart.lock new file mode 100644 index 00000000000..04cc002c51a --- /dev/null +++ b/stable/dizquetv/2.0.3/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 7.0.14 +digest: sha256:050b52e7ae7aa5580026804422c8a279ceaacd28df48af65de0b530e6d045954 +generated: "2021-09-21T10:02:54.344557654Z" diff --git a/stable/dizquetv/2.0.2/Chart.yaml b/stable/dizquetv/2.0.3/Chart.yaml similarity index 94% rename from stable/dizquetv/2.0.2/Chart.yaml rename to stable/dizquetv/2.0.3/Chart.yaml index 4ab84e4ac4c..675f1b7948c 100644 --- a/stable/dizquetv/2.0.2/Chart.yaml +++ b/stable/dizquetv/2.0.3/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.4.5" dependencies: - name: common repository: https://truecharts.org - version: 7.0.12 + version: 7.0.14 description: Create live TV channel streams from media on your Plex servers. home: https://github.com/truechartsapps/tree/master/charts/incubator/dizquetv icon: https://github.com/vexorian/dizquetv/raw/main/resources/dizquetv.png?raw=true @@ -19,4 +19,4 @@ name: dizquetv sources: - https://github.com/vexorian/dizquetv - https://hub.docker.com/r/vexorian/dizquetv -version: 2.0.2 +version: 2.0.3 diff --git a/stable/dizquetv/2.0.2/README.md b/stable/dizquetv/2.0.3/README.md similarity index 96% rename from stable/dizquetv/2.0.2/README.md rename to stable/dizquetv/2.0.3/README.md index 5597f819e5d..877bff75ee9 100644 --- a/stable/dizquetv/2.0.2/README.md +++ b/stable/dizquetv/2.0.3/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 7.0.12 | +| https://truecharts.org | common | 7.0.14 | ## Installing the Chart diff --git a/stable/dizquetv/2.0.2/app-readme.md b/stable/dizquetv/2.0.3/app-readme.md similarity index 100% rename from stable/dizquetv/2.0.2/app-readme.md rename to stable/dizquetv/2.0.3/app-readme.md diff --git a/stable/dizquetv/2.0.3/charts/common-7.0.14.tgz b/stable/dizquetv/2.0.3/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/dizquetv/2.0.3/charts/common-7.0.14.tgz differ diff --git a/stable/dizquetv/2.0.2/helm-values.md b/stable/dizquetv/2.0.3/helm-values.md similarity index 100% rename from stable/dizquetv/2.0.2/helm-values.md rename to stable/dizquetv/2.0.3/helm-values.md diff --git a/stable/dizquetv/2.0.2/ix_values.yaml b/stable/dizquetv/2.0.3/ix_values.yaml similarity index 100% rename from stable/dizquetv/2.0.2/ix_values.yaml rename to stable/dizquetv/2.0.3/ix_values.yaml diff --git a/stable/dizquetv/2.0.2/questions.yaml b/stable/dizquetv/2.0.3/questions.yaml similarity index 100% rename from stable/dizquetv/2.0.2/questions.yaml rename to stable/dizquetv/2.0.3/questions.yaml diff --git a/stable/dizquetv/2.0.2/templates/common.yaml b/stable/dizquetv/2.0.3/templates/common.yaml similarity index 100% rename from stable/dizquetv/2.0.2/templates/common.yaml rename to stable/dizquetv/2.0.3/templates/common.yaml diff --git a/stable/dizquetv/2.0.2/test_values.yaml b/stable/dizquetv/2.0.3/test_values.yaml similarity index 100% rename from stable/dizquetv/2.0.2/test_values.yaml rename to stable/dizquetv/2.0.3/test_values.yaml diff --git a/stable/dizquetv/2.0.2/values.yaml b/stable/dizquetv/2.0.3/values.yaml similarity index 100% rename from stable/dizquetv/2.0.2/values.yaml rename to stable/dizquetv/2.0.3/values.yaml diff --git a/stable/duplicati/2.0.2/CHANGELOG.md b/stable/duplicati/2.0.2/CHANGELOG.md deleted file mode 100644 index d5e0f7ed251..00000000000 --- a/stable/duplicati/2.0.2/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [duplicati-2.0.2](https://github.com/truecharts/apps/compare/duplicati-2.0.1...duplicati-2.0.2) (2021-09-21) - -#### Chore - -* update non-major ([#1013](https://github.com/truecharts/apps/issues/1013)) - diff --git a/stable/duplicati/2.0.2/Chart.lock b/stable/duplicati/2.0.2/Chart.lock deleted file mode 100644 index 76354ccc5f4..00000000000 --- a/stable/duplicati/2.0.2/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 7.0.12 -digest: sha256:6609ac081f2fa3f9ccafe5462c1016a5848be1029bec1127c0ecbce7981ec9d2 -generated: "2021-09-21T08:44:03.085400607Z" diff --git a/stable/duplicati/2.0.2/charts/common-7.0.12.tgz b/stable/duplicati/2.0.2/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/duplicati/2.0.2/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/duplicati/2.0.3/CHANGELOG.md b/stable/duplicati/2.0.3/CHANGELOG.md new file mode 100644 index 00000000000..62d84cf53ea --- /dev/null +++ b/stable/duplicati/2.0.3/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [duplicati-2.0.3](https://github.com/truecharts/apps/compare/duplicati-2.0.2...duplicati-2.0.3) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/duplicati/2.0.2/CONFIG.md b/stable/duplicati/2.0.3/CONFIG.md similarity index 100% rename from stable/duplicati/2.0.2/CONFIG.md rename to stable/duplicati/2.0.3/CONFIG.md diff --git a/stable/duplicati/2.0.3/Chart.lock b/stable/duplicati/2.0.3/Chart.lock new file mode 100644 index 00000000000..c0bf5acff31 --- /dev/null +++ b/stable/duplicati/2.0.3/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 7.0.14 +digest: sha256:050b52e7ae7aa5580026804422c8a279ceaacd28df48af65de0b530e6d045954 +generated: "2021-09-21T10:03:03.437820121Z" diff --git a/stable/duplicati/2.0.2/Chart.yaml b/stable/duplicati/2.0.3/Chart.yaml similarity index 94% rename from stable/duplicati/2.0.2/Chart.yaml rename to stable/duplicati/2.0.3/Chart.yaml index 68323c52d4c..97c44172f09 100644 --- a/stable/duplicati/2.0.2/Chart.yaml +++ b/stable/duplicati/2.0.3/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://truecharts.org - version: 7.0.12 + version: 7.0.14 description: Store securely encrypted backups on cloud storage services! home: https://github.com/truechartsapps/tree/master/charts/incubator/duplicati icon: https://avatars.githubusercontent.com/u/8270231?s=200&v=4 @@ -18,4 +18,4 @@ name: duplicati sources: - https://hub.docker.com/r/linuxserver/duplicati/ - https://github.com/duplicati/duplicati -version: 2.0.2 +version: 2.0.3 diff --git a/stable/duplicati/2.0.2/README.md b/stable/duplicati/2.0.3/README.md similarity index 96% rename from stable/duplicati/2.0.2/README.md rename to stable/duplicati/2.0.3/README.md index 18e673c8c31..bd396895367 100644 --- a/stable/duplicati/2.0.2/README.md +++ b/stable/duplicati/2.0.3/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 7.0.12 | +| https://truecharts.org | common | 7.0.14 | ## Installing the Chart diff --git a/stable/duplicati/2.0.2/app-readme.md b/stable/duplicati/2.0.3/app-readme.md similarity index 100% rename from stable/duplicati/2.0.2/app-readme.md rename to stable/duplicati/2.0.3/app-readme.md diff --git a/stable/duplicati/2.0.3/charts/common-7.0.14.tgz b/stable/duplicati/2.0.3/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/duplicati/2.0.3/charts/common-7.0.14.tgz differ diff --git a/stable/duplicati/2.0.2/helm-values.md b/stable/duplicati/2.0.3/helm-values.md similarity index 100% rename from stable/duplicati/2.0.2/helm-values.md rename to stable/duplicati/2.0.3/helm-values.md diff --git a/stable/duplicati/2.0.2/ix_values.yaml b/stable/duplicati/2.0.3/ix_values.yaml similarity index 100% rename from stable/duplicati/2.0.2/ix_values.yaml rename to stable/duplicati/2.0.3/ix_values.yaml diff --git a/stable/duplicati/2.0.2/questions.yaml b/stable/duplicati/2.0.3/questions.yaml similarity index 100% rename from stable/duplicati/2.0.2/questions.yaml rename to stable/duplicati/2.0.3/questions.yaml diff --git a/stable/duplicati/2.0.2/templates/common.yaml b/stable/duplicati/2.0.3/templates/common.yaml similarity index 100% rename from stable/duplicati/2.0.2/templates/common.yaml rename to stable/duplicati/2.0.3/templates/common.yaml diff --git a/stable/duplicati/2.0.2/test_values.yaml b/stable/duplicati/2.0.3/test_values.yaml similarity index 100% rename from stable/duplicati/2.0.2/test_values.yaml rename to stable/duplicati/2.0.3/test_values.yaml diff --git a/stable/duplicati/2.0.2/values.yaml b/stable/duplicati/2.0.3/values.yaml similarity index 100% rename from stable/duplicati/2.0.2/values.yaml rename to stable/duplicati/2.0.3/values.yaml diff --git a/stable/emby/7.0.1/CHANGELOG.md b/stable/emby/7.0.1/CHANGELOG.md deleted file mode 100644 index 03bb2a2b0e2..00000000000 --- a/stable/emby/7.0.1/CHANGELOG.md +++ /dev/null @@ -1,19 +0,0 @@ - - -### [emby-7.0.1](https://github.com/truecharts/apps/compare/emby-6.11.15...emby-7.0.1) (2021-09-13) - -#### Chore - -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - -#### Fix - -* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956)) - diff --git a/stable/emby/7.0.1/Chart.lock b/stable/emby/7.0.1/Chart.lock deleted file mode 100644 index 17999cc2005..00000000000 --- a/stable/emby/7.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-13T16:52:42.455378981Z" diff --git a/stable/emby/7.0.1/charts/common-7.0.12.tgz b/stable/emby/7.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/emby/7.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/emby/7.0.2/CHANGELOG.md b/stable/emby/7.0.2/CHANGELOG.md new file mode 100644 index 00000000000..e48aab9c560 --- /dev/null +++ b/stable/emby/7.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [emby-7.0.2](https://github.com/truecharts/apps/compare/emby-7.0.1...emby-7.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/emby/7.0.1/CONFIG.md b/stable/emby/7.0.2/CONFIG.md similarity index 100% rename from stable/emby/7.0.1/CONFIG.md rename to stable/emby/7.0.2/CONFIG.md diff --git a/stable/emby/7.0.2/Chart.lock b/stable/emby/7.0.2/Chart.lock new file mode 100644 index 00000000000..744526d3554 --- /dev/null +++ b/stable/emby/7.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:03:12.620277559Z" diff --git a/stable/emby/7.0.1/Chart.yaml b/stable/emby/7.0.2/Chart.yaml similarity index 95% rename from stable/emby/7.0.1/Chart.yaml rename to stable/emby/7.0.2/Chart.yaml index 406a98a2b67..0739acff25d 100644 --- a/stable/emby/7.0.1/Chart.yaml +++ b/stable/emby/7.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "4.6.4.0" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 deprecated: false description: Emby Server is a home media server home: https://github.com/truecharts/apps/master/stable/emby @@ -25,4 +25,4 @@ sources: - https://hub.docker.com/r/linuxserver/emby - https://github.com/linuxserver/docker-emby.git type: application -version: 7.0.1 +version: 7.0.2 diff --git a/stable/emby/7.0.1/README.md b/stable/emby/7.0.2/README.md similarity index 96% rename from stable/emby/7.0.1/README.md rename to stable/emby/7.0.2/README.md index c53ca8756bd..af01525baa7 100644 --- a/stable/emby/7.0.1/README.md +++ b/stable/emby/7.0.2/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/emby/7.0.1/app-readme.md b/stable/emby/7.0.2/app-readme.md similarity index 100% rename from stable/emby/7.0.1/app-readme.md rename to stable/emby/7.0.2/app-readme.md diff --git a/stable/emby/7.0.2/charts/common-7.0.14.tgz b/stable/emby/7.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/emby/7.0.2/charts/common-7.0.14.tgz differ diff --git a/stable/emby/7.0.1/helm-values.md b/stable/emby/7.0.2/helm-values.md similarity index 100% rename from stable/emby/7.0.1/helm-values.md rename to stable/emby/7.0.2/helm-values.md diff --git a/stable/emby/7.0.1/ix_values.yaml b/stable/emby/7.0.2/ix_values.yaml similarity index 100% rename from stable/emby/7.0.1/ix_values.yaml rename to stable/emby/7.0.2/ix_values.yaml diff --git a/stable/emby/7.0.1/questions.yaml b/stable/emby/7.0.2/questions.yaml similarity index 99% rename from stable/emby/7.0.1/questions.yaml rename to stable/emby/7.0.2/questions.yaml index 98ea66c7a22..4e85fa5619d 100644 --- a/stable/emby/7.0.1/questions.yaml +++ b/stable/emby/7.0.2/questions.yaml @@ -1342,12 +1342,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/emby/7.0.1/templates/common.yaml b/stable/emby/7.0.2/templates/common.yaml similarity index 100% rename from stable/emby/7.0.1/templates/common.yaml rename to stable/emby/7.0.2/templates/common.yaml diff --git a/stable/emby/7.0.1/test_values.yaml b/stable/emby/7.0.2/test_values.yaml similarity index 100% rename from stable/emby/7.0.1/test_values.yaml rename to stable/emby/7.0.2/test_values.yaml diff --git a/stable/emby/7.0.1/values.yaml b/stable/emby/7.0.2/values.yaml similarity index 100% rename from stable/emby/7.0.1/values.yaml rename to stable/emby/7.0.2/values.yaml diff --git a/stable/esphome/7.0.2/CHANGELOG.md b/stable/esphome/7.0.2/CHANGELOG.md deleted file mode 100644 index f8d7fe5c575..00000000000 --- a/stable/esphome/7.0.2/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [esphome-7.0.2](https://github.com/truecharts/apps/compare/esphome-7.0.1...esphome-7.0.2) (2021-09-21) - -#### Chore - -* update non-major ([#1013](https://github.com/truecharts/apps/issues/1013)) - diff --git a/stable/esphome/7.0.2/Chart.lock b/stable/esphome/7.0.2/Chart.lock deleted file mode 100644 index a9752a97127..00000000000 --- a/stable/esphome/7.0.2/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-21T08:44:14.145472847Z" diff --git a/stable/esphome/7.0.2/charts/common-7.0.12.tgz b/stable/esphome/7.0.2/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/esphome/7.0.2/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/esphome/7.0.3/CHANGELOG.md b/stable/esphome/7.0.3/CHANGELOG.md new file mode 100644 index 00000000000..2cac66047a3 --- /dev/null +++ b/stable/esphome/7.0.3/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [esphome-7.0.3](https://github.com/truecharts/apps/compare/esphome-7.0.2...esphome-7.0.3) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/esphome/7.0.2/CONFIG.md b/stable/esphome/7.0.3/CONFIG.md similarity index 100% rename from stable/esphome/7.0.2/CONFIG.md rename to stable/esphome/7.0.3/CONFIG.md diff --git a/stable/esphome/7.0.3/Chart.lock b/stable/esphome/7.0.3/Chart.lock new file mode 100644 index 00000000000..ed7cfc5d1ad --- /dev/null +++ b/stable/esphome/7.0.3/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:03:21.555838409Z" diff --git a/stable/esphome/7.0.2/Chart.yaml b/stable/esphome/7.0.3/Chart.yaml similarity index 95% rename from stable/esphome/7.0.2/Chart.yaml rename to stable/esphome/7.0.3/Chart.yaml index bb4d1f82991..c4a852db8ff 100644 --- a/stable/esphome/7.0.2/Chart.yaml +++ b/stable/esphome/7.0.3/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2021.9.1" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 deprecated: false description: ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems. @@ -24,4 +24,4 @@ sources: - https://github.com/esphome/esphome - https://hub.docker.com/u/esphome type: application -version: 7.0.2 +version: 7.0.3 diff --git a/stable/esphome/7.0.2/README.md b/stable/esphome/7.0.3/README.md similarity index 96% rename from stable/esphome/7.0.2/README.md rename to stable/esphome/7.0.3/README.md index e5ccdf4917b..a689d04ca9e 100644 --- a/stable/esphome/7.0.2/README.md +++ b/stable/esphome/7.0.3/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/esphome/7.0.2/app-readme.md b/stable/esphome/7.0.3/app-readme.md similarity index 100% rename from stable/esphome/7.0.2/app-readme.md rename to stable/esphome/7.0.3/app-readme.md diff --git a/stable/esphome/7.0.3/charts/common-7.0.14.tgz b/stable/esphome/7.0.3/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/esphome/7.0.3/charts/common-7.0.14.tgz differ diff --git a/stable/esphome/7.0.2/helm-values.md b/stable/esphome/7.0.3/helm-values.md similarity index 100% rename from stable/esphome/7.0.2/helm-values.md rename to stable/esphome/7.0.3/helm-values.md diff --git a/stable/esphome/7.0.2/ix_values.yaml b/stable/esphome/7.0.3/ix_values.yaml similarity index 100% rename from stable/esphome/7.0.2/ix_values.yaml rename to stable/esphome/7.0.3/ix_values.yaml diff --git a/stable/esphome/7.0.2/questions.yaml b/stable/esphome/7.0.3/questions.yaml similarity index 100% rename from stable/esphome/7.0.2/questions.yaml rename to stable/esphome/7.0.3/questions.yaml diff --git a/stable/esphome/7.0.2/templates/common.yaml b/stable/esphome/7.0.3/templates/common.yaml similarity index 100% rename from stable/esphome/7.0.2/templates/common.yaml rename to stable/esphome/7.0.3/templates/common.yaml diff --git a/stable/esphome/7.0.2/test_values.yaml b/stable/esphome/7.0.3/test_values.yaml similarity index 100% rename from stable/esphome/7.0.2/test_values.yaml rename to stable/esphome/7.0.3/test_values.yaml diff --git a/stable/esphome/7.0.2/values.yaml b/stable/esphome/7.0.3/values.yaml similarity index 100% rename from stable/esphome/7.0.2/values.yaml rename to stable/esphome/7.0.3/values.yaml diff --git a/stable/external-service/2.0.1/CHANGELOG.md b/stable/external-service/2.0.1/CHANGELOG.md deleted file mode 100644 index d1787219805..00000000000 --- a/stable/external-service/2.0.1/CHANGELOG.md +++ /dev/null @@ -1,11 +0,0 @@ - - -### [external-service-2.0.1](https://github.com/truecharts/apps/compare/external-service-1.4.15...external-service-2.0.1) (2021-09-13) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - diff --git a/stable/external-service/2.0.1/Chart.lock b/stable/external-service/2.0.1/Chart.lock deleted file mode 100644 index 3297a61d3ec..00000000000 --- a/stable/external-service/2.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-13T16:53:05.422536361Z" diff --git a/stable/external-service/2.0.1/charts/common-7.0.12.tgz b/stable/external-service/2.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/external-service/2.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/external-service/2.0.2/CHANGELOG.md b/stable/external-service/2.0.2/CHANGELOG.md new file mode 100644 index 00000000000..e35b1af847d --- /dev/null +++ b/stable/external-service/2.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [external-service-2.0.2](https://github.com/truecharts/apps/compare/external-service-2.0.1...external-service-2.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/external-service/2.0.1/CONFIG.md b/stable/external-service/2.0.2/CONFIG.md similarity index 100% rename from stable/external-service/2.0.1/CONFIG.md rename to stable/external-service/2.0.2/CONFIG.md diff --git a/stable/external-service/2.0.2/Chart.lock b/stable/external-service/2.0.2/Chart.lock new file mode 100644 index 00000000000..4e892177519 --- /dev/null +++ b/stable/external-service/2.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:03:30.38106309Z" diff --git a/stable/external-service/2.0.1/Chart.yaml b/stable/external-service/2.0.2/Chart.yaml similarity index 95% rename from stable/external-service/2.0.1/Chart.yaml rename to stable/external-service/2.0.2/Chart.yaml index 3e07f8e41c4..4470c0d7986 100644 --- a/stable/external-service/2.0.1/Chart.yaml +++ b/stable/external-service/2.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.66.6" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 deprecated: false description: Allow external services to be used like Apps. home: https://github.com/truecharts/apps/tree/master/charts/stable/external-service @@ -23,4 +23,4 @@ name: external-service sources: - https://github.com/truecharts/apps/tree/master/charts/stable/external-service type: application -version: 2.0.1 +version: 2.0.2 diff --git a/stable/external-service/2.0.1/README.md b/stable/external-service/2.0.2/README.md similarity index 96% rename from stable/external-service/2.0.1/README.md rename to stable/external-service/2.0.2/README.md index f4bc21d6331..74c847f1ecf 100644 --- a/stable/external-service/2.0.1/README.md +++ b/stable/external-service/2.0.2/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/external-service/2.0.1/app-readme.md b/stable/external-service/2.0.2/app-readme.md similarity index 100% rename from stable/external-service/2.0.1/app-readme.md rename to stable/external-service/2.0.2/app-readme.md diff --git a/stable/external-service/2.0.2/charts/common-7.0.14.tgz b/stable/external-service/2.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/external-service/2.0.2/charts/common-7.0.14.tgz differ diff --git a/stable/external-service/2.0.1/helm-values.md b/stable/external-service/2.0.2/helm-values.md similarity index 100% rename from stable/external-service/2.0.1/helm-values.md rename to stable/external-service/2.0.2/helm-values.md diff --git a/stable/external-service/2.0.1/ix_values.yaml b/stable/external-service/2.0.2/ix_values.yaml similarity index 100% rename from stable/external-service/2.0.1/ix_values.yaml rename to stable/external-service/2.0.2/ix_values.yaml diff --git a/stable/external-service/2.0.1/questions.yaml b/stable/external-service/2.0.2/questions.yaml similarity index 100% rename from stable/external-service/2.0.1/questions.yaml rename to stable/external-service/2.0.2/questions.yaml diff --git a/stable/external-service/2.0.1/templates/common.yaml b/stable/external-service/2.0.2/templates/common.yaml similarity index 100% rename from stable/external-service/2.0.1/templates/common.yaml rename to stable/external-service/2.0.2/templates/common.yaml diff --git a/stable/external-service/2.0.1/test_values.yaml b/stable/external-service/2.0.2/test_values.yaml similarity index 100% rename from stable/external-service/2.0.1/test_values.yaml rename to stable/external-service/2.0.2/test_values.yaml diff --git a/stable/external-service/2.0.1/values.yaml b/stable/external-service/2.0.2/values.yaml similarity index 100% rename from stable/external-service/2.0.1/values.yaml rename to stable/external-service/2.0.2/values.yaml diff --git a/stable/fireflyiii/8.0.4/CHANGELOG.md b/stable/fireflyiii/8.0.4/CHANGELOG.md deleted file mode 100644 index 80f2f942b02..00000000000 --- a/stable/fireflyiii/8.0.4/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [fireflyiii-8.0.4](https://github.com/truecharts/apps/compare/fireflyiii-8.0.3...fireflyiii-8.0.4) (2021-09-21) - -#### Chore - -* update non-major ([#1015](https://github.com/truecharts/apps/issues/1015)) - diff --git a/stable/fireflyiii/8.0.4/Chart.lock b/stable/fireflyiii/8.0.4/Chart.lock deleted file mode 100644 index 9d06a609019..00000000000 --- a/stable/fireflyiii/8.0.4/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -- name: postgresql - repository: https://truecharts.org/ - version: 2.2.0 -digest: sha256:7fe8914f9289069a13a3925b5f312db82f19a4ac7b6e0f28ca28f1ad454f7dd9 -generated: "2021-09-21T09:03:50.354235304Z" diff --git a/stable/fireflyiii/8.0.4/charts/common-7.0.12.tgz b/stable/fireflyiii/8.0.4/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/fireflyiii/8.0.4/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/fireflyiii/8.0.4/charts/postgresql-2.2.0.tgz b/stable/fireflyiii/8.0.4/charts/postgresql-2.2.0.tgz deleted file mode 100644 index 3949017ae6d..00000000000 Binary files a/stable/fireflyiii/8.0.4/charts/postgresql-2.2.0.tgz and /dev/null differ diff --git a/stable/fireflyiii/8.0.5/CHANGELOG.md b/stable/fireflyiii/8.0.5/CHANGELOG.md new file mode 100644 index 00000000000..e1d5a9336f2 --- /dev/null +++ b/stable/fireflyiii/8.0.5/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [fireflyiii-8.0.5](https://github.com/truecharts/apps/compare/fireflyiii-8.0.4...fireflyiii-8.0.5) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/fireflyiii/8.0.4/CONFIG.md b/stable/fireflyiii/8.0.5/CONFIG.md similarity index 100% rename from stable/fireflyiii/8.0.4/CONFIG.md rename to stable/fireflyiii/8.0.5/CONFIG.md diff --git a/stable/fireflyiii/8.0.5/Chart.lock b/stable/fireflyiii/8.0.5/Chart.lock new file mode 100644 index 00000000000..183220b2421 --- /dev/null +++ b/stable/fireflyiii/8.0.5/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +- name: postgresql + repository: https://truecharts.org/ + version: 2.2.4 +digest: sha256:a03b04f6d0429c53b4cf7da1400e7051fd0706e0500566124cbb35ed5ffc0060 +generated: "2021-09-21T10:03:39.980171306Z" diff --git a/stable/fireflyiii/8.0.4/Chart.yaml b/stable/fireflyiii/8.0.5/Chart.yaml similarity index 93% rename from stable/fireflyiii/8.0.4/Chart.yaml rename to stable/fireflyiii/8.0.5/Chart.yaml index 467a192d848..bea2552e289 100644 --- a/stable/fireflyiii/8.0.4/Chart.yaml +++ b/stable/fireflyiii/8.0.5/Chart.yaml @@ -3,11 +3,11 @@ appVersion: "5.5.12" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 - condition: postgresql.enabled name: postgresql repository: https://truecharts.org/ - version: 2.2.0 + version: 2.2.4 deprecated: false description: A free and open source personal finance manager home: https://github.com/firefly-iii/firefly-iii/ @@ -27,4 +27,4 @@ name: fireflyiii sources: - https://github.com/firefly-iii/firefly-iii/ type: application -version: 8.0.4 +version: 8.0.5 diff --git a/stable/fireflyiii/8.0.4/README.md b/stable/fireflyiii/8.0.5/README.md similarity index 92% rename from stable/fireflyiii/8.0.4/README.md rename to stable/fireflyiii/8.0.5/README.md index feb4b7ca6d4..f93e0f12fe8 100644 --- a/stable/fireflyiii/8.0.4/README.md +++ b/stable/fireflyiii/8.0.5/README.md @@ -17,8 +17,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | -| https://truecharts.org/ | postgresql | 2.2.0 | +| https://truecharts.org/ | common | 7.0.14 | +| https://truecharts.org/ | postgresql | 2.2.4 | ## Installing the Chart diff --git a/stable/fireflyiii/8.0.4/app-readme.md b/stable/fireflyiii/8.0.5/app-readme.md similarity index 100% rename from stable/fireflyiii/8.0.4/app-readme.md rename to stable/fireflyiii/8.0.5/app-readme.md diff --git a/stable/fireflyiii/8.0.5/charts/common-7.0.14.tgz b/stable/fireflyiii/8.0.5/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/fireflyiii/8.0.5/charts/common-7.0.14.tgz differ diff --git a/stable/fireflyiii/8.0.5/charts/postgresql-2.2.4.tgz b/stable/fireflyiii/8.0.5/charts/postgresql-2.2.4.tgz new file mode 100644 index 00000000000..574546c2ffd Binary files /dev/null and b/stable/fireflyiii/8.0.5/charts/postgresql-2.2.4.tgz differ diff --git a/stable/fireflyiii/8.0.4/helm-values.md b/stable/fireflyiii/8.0.5/helm-values.md similarity index 100% rename from stable/fireflyiii/8.0.4/helm-values.md rename to stable/fireflyiii/8.0.5/helm-values.md diff --git a/stable/fireflyiii/8.0.4/ix_values.yaml b/stable/fireflyiii/8.0.5/ix_values.yaml similarity index 100% rename from stable/fireflyiii/8.0.4/ix_values.yaml rename to stable/fireflyiii/8.0.5/ix_values.yaml diff --git a/stable/fireflyiii/8.0.4/questions.yaml b/stable/fireflyiii/8.0.5/questions.yaml similarity index 100% rename from stable/fireflyiii/8.0.4/questions.yaml rename to stable/fireflyiii/8.0.5/questions.yaml diff --git a/stable/fireflyiii/8.0.4/templates/common.yaml b/stable/fireflyiii/8.0.5/templates/common.yaml similarity index 100% rename from stable/fireflyiii/8.0.4/templates/common.yaml rename to stable/fireflyiii/8.0.5/templates/common.yaml diff --git a/stable/fireflyiii/8.0.4/templates/secrets.yaml b/stable/fireflyiii/8.0.5/templates/secrets.yaml similarity index 100% rename from stable/fireflyiii/8.0.4/templates/secrets.yaml rename to stable/fireflyiii/8.0.5/templates/secrets.yaml diff --git a/stable/fireflyiii/8.0.4/test_values.yaml b/stable/fireflyiii/8.0.5/test_values.yaml similarity index 100% rename from stable/fireflyiii/8.0.4/test_values.yaml rename to stable/fireflyiii/8.0.5/test_values.yaml diff --git a/stable/fireflyiii/8.0.4/values.yaml b/stable/fireflyiii/8.0.5/values.yaml similarity index 100% rename from stable/fireflyiii/8.0.4/values.yaml rename to stable/fireflyiii/8.0.5/values.yaml diff --git a/stable/flaresolverr/2.0.1/CHANGELOG.md b/stable/flaresolverr/2.0.1/CHANGELOG.md deleted file mode 100644 index 2686550d39f..00000000000 --- a/stable/flaresolverr/2.0.1/CHANGELOG.md +++ /dev/null @@ -1,19 +0,0 @@ - - -### [flaresolverr-2.0.1](https://github.com/truecharts/apps/compare/flaresolverr-1.9.15...flaresolverr-2.0.1) (2021-09-13) - -#### Chore - -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - -#### Fix - -* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956)) - diff --git a/stable/flaresolverr/2.0.1/Chart.lock b/stable/flaresolverr/2.0.1/Chart.lock deleted file mode 100644 index a7cf9efc414..00000000000 --- a/stable/flaresolverr/2.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 7.0.12 -digest: sha256:6609ac081f2fa3f9ccafe5462c1016a5848be1029bec1127c0ecbce7981ec9d2 -generated: "2021-09-13T16:53:27.26453299Z" diff --git a/stable/flaresolverr/2.0.1/charts/common-7.0.12.tgz b/stable/flaresolverr/2.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/flaresolverr/2.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/flaresolverr/2.0.2/CHANGELOG.md b/stable/flaresolverr/2.0.2/CHANGELOG.md new file mode 100644 index 00000000000..b776d77e577 --- /dev/null +++ b/stable/flaresolverr/2.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [flaresolverr-2.0.2](https://github.com/truecharts/apps/compare/flaresolverr-2.0.1...flaresolverr-2.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/flaresolverr/2.0.1/CONFIG.md b/stable/flaresolverr/2.0.2/CONFIG.md similarity index 100% rename from stable/flaresolverr/2.0.1/CONFIG.md rename to stable/flaresolverr/2.0.2/CONFIG.md diff --git a/stable/flaresolverr/2.0.2/Chart.lock b/stable/flaresolverr/2.0.2/Chart.lock new file mode 100644 index 00000000000..ee30026bacb --- /dev/null +++ b/stable/flaresolverr/2.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 7.0.14 +digest: sha256:050b52e7ae7aa5580026804422c8a279ceaacd28df48af65de0b530e6d045954 +generated: "2021-09-21T10:03:50.596514189Z" diff --git a/stable/flaresolverr/2.0.1/Chart.yaml b/stable/flaresolverr/2.0.2/Chart.yaml similarity index 95% rename from stable/flaresolverr/2.0.1/Chart.yaml rename to stable/flaresolverr/2.0.2/Chart.yaml index 23e72746fdd..1d3d734a079 100644 --- a/stable/flaresolverr/2.0.1/Chart.yaml +++ b/stable/flaresolverr/2.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.2.9" dependencies: - name: common repository: https://truecharts.org - version: 7.0.12 + version: 7.0.14 description: FlareSolverr is a proxy server to bypass Cloudflare protection home: https://github.com/truechartsapps/tree/master/charts/incubator/flaresolverr icon: https://raw.githubusercontent.com/FlareSolverr/FlareSolverr/master/resources/flaresolverr_logo.svg @@ -19,4 +19,4 @@ name: flaresolverr sources: - https://github.com/FlareSolverr/FlareSolverr - https://hub.docker.com/r/flaresolverr/flaresolverr -version: 2.0.1 +version: 2.0.2 diff --git a/stable/flaresolverr/2.0.1/README.md b/stable/flaresolverr/2.0.2/README.md similarity index 96% rename from stable/flaresolverr/2.0.1/README.md rename to stable/flaresolverr/2.0.2/README.md index 296422bcf6a..127059a18df 100644 --- a/stable/flaresolverr/2.0.1/README.md +++ b/stable/flaresolverr/2.0.2/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 7.0.12 | +| https://truecharts.org | common | 7.0.14 | ## Installing the Chart diff --git a/stable/flaresolverr/2.0.1/app-readme.md b/stable/flaresolverr/2.0.2/app-readme.md similarity index 100% rename from stable/flaresolverr/2.0.1/app-readme.md rename to stable/flaresolverr/2.0.2/app-readme.md diff --git a/stable/flaresolverr/2.0.2/charts/common-7.0.14.tgz b/stable/flaresolverr/2.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/flaresolverr/2.0.2/charts/common-7.0.14.tgz differ diff --git a/stable/flaresolverr/2.0.1/helm-values.md b/stable/flaresolverr/2.0.2/helm-values.md similarity index 100% rename from stable/flaresolverr/2.0.1/helm-values.md rename to stable/flaresolverr/2.0.2/helm-values.md diff --git a/stable/flaresolverr/2.0.1/ix_values.yaml b/stable/flaresolverr/2.0.2/ix_values.yaml similarity index 100% rename from stable/flaresolverr/2.0.1/ix_values.yaml rename to stable/flaresolverr/2.0.2/ix_values.yaml diff --git a/stable/flaresolverr/2.0.1/questions.yaml b/stable/flaresolverr/2.0.2/questions.yaml similarity index 99% rename from stable/flaresolverr/2.0.1/questions.yaml rename to stable/flaresolverr/2.0.2/questions.yaml index 3da15798661..aa2e4a2cc9a 100644 --- a/stable/flaresolverr/2.0.1/questions.yaml +++ b/stable/flaresolverr/2.0.2/questions.yaml @@ -1333,12 +1333,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/flaresolverr/2.0.1/templates/common.yaml b/stable/flaresolverr/2.0.2/templates/common.yaml similarity index 100% rename from stable/flaresolverr/2.0.1/templates/common.yaml rename to stable/flaresolverr/2.0.2/templates/common.yaml diff --git a/stable/flaresolverr/2.0.1/test_values.yaml b/stable/flaresolverr/2.0.2/test_values.yaml similarity index 100% rename from stable/flaresolverr/2.0.1/test_values.yaml rename to stable/flaresolverr/2.0.2/test_values.yaml diff --git a/stable/flaresolverr/2.0.1/values.yaml b/stable/flaresolverr/2.0.2/values.yaml similarity index 100% rename from stable/flaresolverr/2.0.1/values.yaml rename to stable/flaresolverr/2.0.2/values.yaml diff --git a/stable/flood/2.0.1/CHANGELOG.md b/stable/flood/2.0.1/CHANGELOG.md deleted file mode 100644 index 68f943a1f8a..00000000000 --- a/stable/flood/2.0.1/CHANGELOG.md +++ /dev/null @@ -1,20 +0,0 @@ - - -### [flood-2.0.1](https://github.com/truecharts/apps/compare/flood-1.9.15...flood-2.0.1) (2021-09-13) - -#### Chore - -* move more dockerhub containers to GHCR mirror ([#958](https://github.com/truecharts/apps/issues/958)) -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - -#### Fix - -* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956)) - diff --git a/stable/flood/2.0.1/Chart.lock b/stable/flood/2.0.1/Chart.lock deleted file mode 100644 index 3b39baa71eb..00000000000 --- a/stable/flood/2.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 7.0.12 -digest: sha256:6609ac081f2fa3f9ccafe5462c1016a5848be1029bec1127c0ecbce7981ec9d2 -generated: "2021-09-13T16:53:36.311133864Z" diff --git a/stable/flood/2.0.1/charts/common-7.0.12.tgz b/stable/flood/2.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/flood/2.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/flood/2.0.2/CHANGELOG.md b/stable/flood/2.0.2/CHANGELOG.md new file mode 100644 index 00000000000..ab1895c2fb3 --- /dev/null +++ b/stable/flood/2.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [flood-2.0.2](https://github.com/truecharts/apps/compare/flood-2.0.1...flood-2.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/flood/2.0.1/CONFIG.md b/stable/flood/2.0.2/CONFIG.md similarity index 100% rename from stable/flood/2.0.1/CONFIG.md rename to stable/flood/2.0.2/CONFIG.md diff --git a/stable/flood/2.0.2/Chart.lock b/stable/flood/2.0.2/Chart.lock new file mode 100644 index 00000000000..71164bf61dc --- /dev/null +++ b/stable/flood/2.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 7.0.14 +digest: sha256:050b52e7ae7aa5580026804422c8a279ceaacd28df48af65de0b530e6d045954 +generated: "2021-09-21T10:03:59.741664819Z" diff --git a/stable/flood/2.0.1/Chart.yaml b/stable/flood/2.0.2/Chart.yaml similarity index 94% rename from stable/flood/2.0.1/Chart.yaml rename to stable/flood/2.0.2/Chart.yaml index 59ab024f216..f1790835879 100644 --- a/stable/flood/2.0.1/Chart.yaml +++ b/stable/flood/2.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "4.6.1" dependencies: - name: common repository: https://truecharts.org - version: 7.0.12 + version: 7.0.14 description: Flood is a monitoring service for various torrent clients home: https://github.com/truechartsapps/tree/master/charts/incubator/flood icon: https://raw.githubusercontent.com/jesec/flood/master/flood.svg @@ -21,4 +21,4 @@ name: flood sources: - https://github.com/jesec/flood - https://hub.docker.com/r/jesec/flood -version: 2.0.1 +version: 2.0.2 diff --git a/stable/flood/2.0.1/README.md b/stable/flood/2.0.2/README.md similarity index 96% rename from stable/flood/2.0.1/README.md rename to stable/flood/2.0.2/README.md index eb6f510dd9a..a3f2ac9a092 100644 --- a/stable/flood/2.0.1/README.md +++ b/stable/flood/2.0.2/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 7.0.12 | +| https://truecharts.org | common | 7.0.14 | ## Installing the Chart diff --git a/stable/flood/2.0.1/app-readme.md b/stable/flood/2.0.2/app-readme.md similarity index 100% rename from stable/flood/2.0.1/app-readme.md rename to stable/flood/2.0.2/app-readme.md diff --git a/stable/flood/2.0.2/charts/common-7.0.14.tgz b/stable/flood/2.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/flood/2.0.2/charts/common-7.0.14.tgz differ diff --git a/stable/flood/2.0.1/ci/ct-values.yaml b/stable/flood/2.0.2/ci/ct-values.yaml similarity index 100% rename from stable/flood/2.0.1/ci/ct-values.yaml rename to stable/flood/2.0.2/ci/ct-values.yaml diff --git a/stable/flood/2.0.1/helm-values.md b/stable/flood/2.0.2/helm-values.md similarity index 100% rename from stable/flood/2.0.1/helm-values.md rename to stable/flood/2.0.2/helm-values.md diff --git a/stable/flood/2.0.1/ix_values.yaml b/stable/flood/2.0.2/ix_values.yaml similarity index 100% rename from stable/flood/2.0.1/ix_values.yaml rename to stable/flood/2.0.2/ix_values.yaml diff --git a/stable/flood/2.0.1/questions.yaml b/stable/flood/2.0.2/questions.yaml similarity index 99% rename from stable/flood/2.0.1/questions.yaml rename to stable/flood/2.0.2/questions.yaml index 7f306b38325..6980a9288e9 100644 --- a/stable/flood/2.0.1/questions.yaml +++ b/stable/flood/2.0.2/questions.yaml @@ -1340,12 +1340,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/flood/2.0.1/templates/common.yaml b/stable/flood/2.0.2/templates/common.yaml similarity index 100% rename from stable/flood/2.0.1/templates/common.yaml rename to stable/flood/2.0.2/templates/common.yaml diff --git a/stable/flood/2.0.1/test_values.yaml b/stable/flood/2.0.2/test_values.yaml similarity index 100% rename from stable/flood/2.0.1/test_values.yaml rename to stable/flood/2.0.2/test_values.yaml diff --git a/stable/flood/2.0.1/values.yaml b/stable/flood/2.0.2/values.yaml similarity index 100% rename from stable/flood/2.0.1/values.yaml rename to stable/flood/2.0.2/values.yaml diff --git a/stable/focalboard/2.0.1/CHANGELOG.md b/stable/focalboard/2.0.1/CHANGELOG.md deleted file mode 100644 index 09d49ec64fd..00000000000 --- a/stable/focalboard/2.0.1/CHANGELOG.md +++ /dev/null @@ -1,20 +0,0 @@ - - -### [focalboard-2.0.1](https://github.com/truecharts/apps/compare/focalboard-1.9.15...focalboard-2.0.1) (2021-09-13) - -#### Chore - -* move more dockerhub containers to GHCR mirror ([#958](https://github.com/truecharts/apps/issues/958)) -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - -#### Fix - -* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956)) - diff --git a/stable/focalboard/2.0.1/Chart.lock b/stable/focalboard/2.0.1/Chart.lock deleted file mode 100644 index fd76a4569db..00000000000 --- a/stable/focalboard/2.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 7.0.12 -digest: sha256:6609ac081f2fa3f9ccafe5462c1016a5848be1029bec1127c0ecbce7981ec9d2 -generated: "2021-09-13T16:53:45.552824128Z" diff --git a/stable/focalboard/2.0.1/charts/common-7.0.12.tgz b/stable/focalboard/2.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/focalboard/2.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/focalboard/2.0.2/CHANGELOG.md b/stable/focalboard/2.0.2/CHANGELOG.md new file mode 100644 index 00000000000..c09036359f9 --- /dev/null +++ b/stable/focalboard/2.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [focalboard-2.0.2](https://github.com/truecharts/apps/compare/focalboard-2.0.1...focalboard-2.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/focalboard/2.0.1/CONFIG.md b/stable/focalboard/2.0.2/CONFIG.md similarity index 100% rename from stable/focalboard/2.0.1/CONFIG.md rename to stable/focalboard/2.0.2/CONFIG.md diff --git a/stable/focalboard/2.0.2/Chart.lock b/stable/focalboard/2.0.2/Chart.lock new file mode 100644 index 00000000000..be7a4901dd4 --- /dev/null +++ b/stable/focalboard/2.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 7.0.14 +digest: sha256:050b52e7ae7aa5580026804422c8a279ceaacd28df48af65de0b530e6d045954 +generated: "2021-09-21T10:04:09.021206616Z" diff --git a/stable/focalboard/2.0.1/Chart.yaml b/stable/focalboard/2.0.2/Chart.yaml similarity index 95% rename from stable/focalboard/2.0.1/Chart.yaml rename to stable/focalboard/2.0.2/Chart.yaml index 08abb0338fe..82c7b94e6dd 100644 --- a/stable/focalboard/2.0.1/Chart.yaml +++ b/stable/focalboard/2.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.8.0" dependencies: - name: common repository: https://truecharts.org - version: 7.0.12 + version: 7.0.14 description: Focalboard is an open source, self-hosted alternative to Trello, Notion, and Asana. home: https://github.com/truechartsapps/tree/master/charts/incubator/focalboard @@ -22,4 +22,4 @@ sources: - https://www.focalboard.com/ - https://github.com/mattermost/focalboard - https://github.com/FlipEnergy/container-images/blob/main/focalboard -version: 2.0.1 +version: 2.0.2 diff --git a/stable/focalboard/2.0.1/README.md b/stable/focalboard/2.0.2/README.md similarity index 96% rename from stable/focalboard/2.0.1/README.md rename to stable/focalboard/2.0.2/README.md index 36a7233b964..b64407242b8 100644 --- a/stable/focalboard/2.0.1/README.md +++ b/stable/focalboard/2.0.2/README.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 7.0.12 | +| https://truecharts.org | common | 7.0.14 | ## Installing the Chart diff --git a/stable/focalboard/2.0.1/app-readme.md b/stable/focalboard/2.0.2/app-readme.md similarity index 100% rename from stable/focalboard/2.0.1/app-readme.md rename to stable/focalboard/2.0.2/app-readme.md diff --git a/stable/focalboard/2.0.2/charts/common-7.0.14.tgz b/stable/focalboard/2.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/focalboard/2.0.2/charts/common-7.0.14.tgz differ diff --git a/stable/focalboard/2.0.1/helm-values.md b/stable/focalboard/2.0.2/helm-values.md similarity index 100% rename from stable/focalboard/2.0.1/helm-values.md rename to stable/focalboard/2.0.2/helm-values.md diff --git a/stable/focalboard/2.0.1/ix_values.yaml b/stable/focalboard/2.0.2/ix_values.yaml similarity index 100% rename from stable/focalboard/2.0.1/ix_values.yaml rename to stable/focalboard/2.0.2/ix_values.yaml diff --git a/stable/focalboard/2.0.1/questions.yaml b/stable/focalboard/2.0.2/questions.yaml similarity index 99% rename from stable/focalboard/2.0.1/questions.yaml rename to stable/focalboard/2.0.2/questions.yaml index de1b209077f..2f6e4834412 100644 --- a/stable/focalboard/2.0.1/questions.yaml +++ b/stable/focalboard/2.0.2/questions.yaml @@ -1333,12 +1333,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/focalboard/2.0.1/templates/common.yaml b/stable/focalboard/2.0.2/templates/common.yaml similarity index 100% rename from stable/focalboard/2.0.1/templates/common.yaml rename to stable/focalboard/2.0.2/templates/common.yaml diff --git a/stable/focalboard/2.0.1/test_values.yaml b/stable/focalboard/2.0.2/test_values.yaml similarity index 100% rename from stable/focalboard/2.0.1/test_values.yaml rename to stable/focalboard/2.0.2/test_values.yaml diff --git a/stable/focalboard/2.0.1/values.yaml b/stable/focalboard/2.0.2/values.yaml similarity index 100% rename from stable/focalboard/2.0.1/values.yaml rename to stable/focalboard/2.0.2/values.yaml diff --git a/stable/freeradius/2.0.1/CHANGELOG.md b/stable/freeradius/2.0.1/CHANGELOG.md deleted file mode 100644 index 8ae6449e8bc..00000000000 --- a/stable/freeradius/2.0.1/CHANGELOG.md +++ /dev/null @@ -1,15 +0,0 @@ - - -### [freeradius-2.0.1](https://github.com/truecharts/apps/compare/freeradius-1.7.18...freeradius-2.0.1) (2021-09-13) - -#### Chore - -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - diff --git a/stable/freeradius/2.0.1/Chart.lock b/stable/freeradius/2.0.1/Chart.lock deleted file mode 100644 index 036805aaba9..00000000000 --- a/stable/freeradius/2.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-13T16:53:54.340547534Z" diff --git a/stable/freeradius/2.0.1/charts/common-7.0.12.tgz b/stable/freeradius/2.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/freeradius/2.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/freeradius/2.0.2/CHANGELOG.md b/stable/freeradius/2.0.2/CHANGELOG.md new file mode 100644 index 00000000000..af2d7d2f915 --- /dev/null +++ b/stable/freeradius/2.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [freeradius-2.0.2](https://github.com/truecharts/apps/compare/freeradius-2.0.1...freeradius-2.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/freeradius/2.0.1/CONFIG.md b/stable/freeradius/2.0.2/CONFIG.md similarity index 100% rename from stable/freeradius/2.0.1/CONFIG.md rename to stable/freeradius/2.0.2/CONFIG.md diff --git a/stable/freeradius/2.0.2/Chart.lock b/stable/freeradius/2.0.2/Chart.lock new file mode 100644 index 00000000000..cd3bca8e2d6 --- /dev/null +++ b/stable/freeradius/2.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:04:18.02714443Z" diff --git a/stable/freeradius/2.0.1/Chart.yaml b/stable/freeradius/2.0.2/Chart.yaml similarity index 94% rename from stable/freeradius/2.0.1/Chart.yaml rename to stable/freeradius/2.0.2/Chart.yaml index 213775487d3..7438b25761d 100644 --- a/stable/freeradius/2.0.1/Chart.yaml +++ b/stable/freeradius/2.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "3.0.23" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 deprecated: false description: OpenSource Radius implementation home: https://www.openldap.org @@ -24,4 +24,4 @@ sources: - https://hub.docker.com/r/freeradius/freeradius-server/ - https://freeradius.org/ type: application -version: 2.0.1 +version: 2.0.2 diff --git a/stable/freeradius/2.0.1/README.md b/stable/freeradius/2.0.2/README.md similarity index 96% rename from stable/freeradius/2.0.1/README.md rename to stable/freeradius/2.0.2/README.md index 7b30d3eb661..a2a2d4f466c 100644 --- a/stable/freeradius/2.0.1/README.md +++ b/stable/freeradius/2.0.2/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/freeradius/2.0.1/app-readme.md b/stable/freeradius/2.0.2/app-readme.md similarity index 100% rename from stable/freeradius/2.0.1/app-readme.md rename to stable/freeradius/2.0.2/app-readme.md diff --git a/stable/freeradius/2.0.2/charts/common-7.0.14.tgz b/stable/freeradius/2.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/freeradius/2.0.2/charts/common-7.0.14.tgz differ diff --git a/stable/freeradius/2.0.1/helm-values.md b/stable/freeradius/2.0.2/helm-values.md similarity index 100% rename from stable/freeradius/2.0.1/helm-values.md rename to stable/freeradius/2.0.2/helm-values.md diff --git a/stable/freeradius/2.0.1/ix_values.yaml b/stable/freeradius/2.0.2/ix_values.yaml similarity index 100% rename from stable/freeradius/2.0.1/ix_values.yaml rename to stable/freeradius/2.0.2/ix_values.yaml diff --git a/stable/freeradius/2.0.1/questions.yaml b/stable/freeradius/2.0.2/questions.yaml similarity index 99% rename from stable/freeradius/2.0.1/questions.yaml rename to stable/freeradius/2.0.2/questions.yaml index 5e36b3cf0a5..f8696a3b002 100644 --- a/stable/freeradius/2.0.1/questions.yaml +++ b/stable/freeradius/2.0.2/questions.yaml @@ -1222,12 +1222,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/freeradius/2.0.1/templates/common.yaml b/stable/freeradius/2.0.2/templates/common.yaml similarity index 100% rename from stable/freeradius/2.0.1/templates/common.yaml rename to stable/freeradius/2.0.2/templates/common.yaml diff --git a/stable/freeradius/2.0.1/test_values.yaml b/stable/freeradius/2.0.2/test_values.yaml similarity index 100% rename from stable/freeradius/2.0.1/test_values.yaml rename to stable/freeradius/2.0.2/test_values.yaml diff --git a/stable/freeradius/2.0.1/values.yaml b/stable/freeradius/2.0.2/values.yaml similarity index 100% rename from stable/freeradius/2.0.1/values.yaml rename to stable/freeradius/2.0.2/values.yaml diff --git a/stable/freshrss/7.0.2/CHANGELOG.md b/stable/freshrss/7.0.2/CHANGELOG.md deleted file mode 100644 index dcac46200e4..00000000000 --- a/stable/freshrss/7.0.2/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [freshrss-7.0.2](https://github.com/truecharts/apps/compare/freshrss-7.0.1...freshrss-7.0.2) (2021-09-21) - -#### Chore - -* update non-major ([#1013](https://github.com/truecharts/apps/issues/1013)) - diff --git a/stable/freshrss/7.0.2/Chart.lock b/stable/freshrss/7.0.2/Chart.lock deleted file mode 100644 index 81a0f5e07dc..00000000000 --- a/stable/freshrss/7.0.2/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-21T08:44:39.553341237Z" diff --git a/stable/freshrss/7.0.2/charts/common-7.0.12.tgz b/stable/freshrss/7.0.2/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/freshrss/7.0.2/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/freshrss/7.0.3/CHANGELOG.md b/stable/freshrss/7.0.3/CHANGELOG.md new file mode 100644 index 00000000000..7d63011fecf --- /dev/null +++ b/stable/freshrss/7.0.3/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [freshrss-7.0.3](https://github.com/truecharts/apps/compare/freshrss-7.0.2...freshrss-7.0.3) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/freshrss/7.0.2/CONFIG.md b/stable/freshrss/7.0.3/CONFIG.md similarity index 100% rename from stable/freshrss/7.0.2/CONFIG.md rename to stable/freshrss/7.0.3/CONFIG.md diff --git a/stable/freshrss/7.0.3/Chart.lock b/stable/freshrss/7.0.3/Chart.lock new file mode 100644 index 00000000000..f810b130dde --- /dev/null +++ b/stable/freshrss/7.0.3/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:04:26.993231121Z" diff --git a/stable/freshrss/7.0.2/Chart.yaml b/stable/freshrss/7.0.3/Chart.yaml similarity index 94% rename from stable/freshrss/7.0.2/Chart.yaml rename to stable/freshrss/7.0.3/Chart.yaml index a36e4529832..7bea279b7f4 100644 --- a/stable/freshrss/7.0.2/Chart.yaml +++ b/stable/freshrss/7.0.3/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.18.1" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 deprecated: false description: FreshRSS is a self-hosted RSS feed aggregator home: https://github.com/truecharts/apps/tree/master/charts/incubator/freshrss @@ -21,4 +21,4 @@ sources: - https://github.com/FreshRSS/FreshRSS - https://hub.docker.com/r/linuxserver/freshrss type: application -version: 7.0.2 +version: 7.0.3 diff --git a/stable/freshrss/7.0.2/README.md b/stable/freshrss/7.0.3/README.md similarity index 96% rename from stable/freshrss/7.0.2/README.md rename to stable/freshrss/7.0.3/README.md index 1159ebc3b60..2da35d9d0af 100644 --- a/stable/freshrss/7.0.2/README.md +++ b/stable/freshrss/7.0.3/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/freshrss/7.0.2/app-readme.md b/stable/freshrss/7.0.3/app-readme.md similarity index 100% rename from stable/freshrss/7.0.2/app-readme.md rename to stable/freshrss/7.0.3/app-readme.md diff --git a/stable/freshrss/7.0.3/charts/common-7.0.14.tgz b/stable/freshrss/7.0.3/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/freshrss/7.0.3/charts/common-7.0.14.tgz differ diff --git a/stable/freshrss/7.0.2/helm-values.md b/stable/freshrss/7.0.3/helm-values.md similarity index 100% rename from stable/freshrss/7.0.2/helm-values.md rename to stable/freshrss/7.0.3/helm-values.md diff --git a/stable/freshrss/7.0.2/ix_values.yaml b/stable/freshrss/7.0.3/ix_values.yaml similarity index 100% rename from stable/freshrss/7.0.2/ix_values.yaml rename to stable/freshrss/7.0.3/ix_values.yaml diff --git a/stable/freshrss/7.0.2/questions.yaml b/stable/freshrss/7.0.3/questions.yaml similarity index 100% rename from stable/freshrss/7.0.2/questions.yaml rename to stable/freshrss/7.0.3/questions.yaml diff --git a/stable/freshrss/7.0.2/templates/common.yaml b/stable/freshrss/7.0.3/templates/common.yaml similarity index 100% rename from stable/freshrss/7.0.2/templates/common.yaml rename to stable/freshrss/7.0.3/templates/common.yaml diff --git a/stable/freshrss/7.0.2/test_values.yaml b/stable/freshrss/7.0.3/test_values.yaml similarity index 100% rename from stable/freshrss/7.0.2/test_values.yaml rename to stable/freshrss/7.0.3/test_values.yaml diff --git a/stable/freshrss/7.0.2/values.yaml b/stable/freshrss/7.0.3/values.yaml similarity index 100% rename from stable/freshrss/7.0.2/values.yaml rename to stable/freshrss/7.0.3/values.yaml diff --git a/stable/gaps/7.0.1/CHANGELOG.md b/stable/gaps/7.0.1/CHANGELOG.md deleted file mode 100644 index 83538d704c9..00000000000 --- a/stable/gaps/7.0.1/CHANGELOG.md +++ /dev/null @@ -1,20 +0,0 @@ - - -### [gaps-7.0.1](https://github.com/truecharts/apps/compare/gaps-6.11.15...gaps-7.0.1) (2021-09-13) - -#### Chore - -* move more dockerhub containers to GHCR mirror ([#958](https://github.com/truecharts/apps/issues/958)) -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - -#### Fix - -* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956)) - diff --git a/stable/gaps/7.0.1/Chart.lock b/stable/gaps/7.0.1/Chart.lock deleted file mode 100644 index d87d001436d..00000000000 --- a/stable/gaps/7.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-13T16:54:12.034604524Z" diff --git a/stable/gaps/7.0.1/charts/common-7.0.12.tgz b/stable/gaps/7.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/gaps/7.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/gaps/7.0.2/CHANGELOG.md b/stable/gaps/7.0.2/CHANGELOG.md new file mode 100644 index 00000000000..a5255995b4b --- /dev/null +++ b/stable/gaps/7.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [gaps-7.0.2](https://github.com/truecharts/apps/compare/gaps-7.0.1...gaps-7.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/gaps/7.0.1/CONFIG.md b/stable/gaps/7.0.2/CONFIG.md similarity index 100% rename from stable/gaps/7.0.1/CONFIG.md rename to stable/gaps/7.0.2/CONFIG.md diff --git a/stable/gaps/7.0.2/Chart.lock b/stable/gaps/7.0.2/Chart.lock new file mode 100644 index 00000000000..a2b3b28c54c --- /dev/null +++ b/stable/gaps/7.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:04:35.869581396Z" diff --git a/stable/gaps/7.0.1/Chart.yaml b/stable/gaps/7.0.2/Chart.yaml similarity index 95% rename from stable/gaps/7.0.1/Chart.yaml rename to stable/gaps/7.0.2/Chart.yaml index 004f5d1e3c9..b65fde28abe 100644 --- a/stable/gaps/7.0.1/Chart.yaml +++ b/stable/gaps/7.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.8.8" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 deprecated: false description: Gaps searches through your Plex Server or local folders for all movies, then queries for known movies in the same collection. @@ -22,4 +22,4 @@ name: gaps sources: - https://github.com/JasonHHouse/gaps type: application -version: 7.0.1 +version: 7.0.2 diff --git a/stable/gaps/7.0.1/README.md b/stable/gaps/7.0.2/README.md similarity index 96% rename from stable/gaps/7.0.1/README.md rename to stable/gaps/7.0.2/README.md index bc34045f1f6..db5d03e4127 100644 --- a/stable/gaps/7.0.1/README.md +++ b/stable/gaps/7.0.2/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/gaps/7.0.1/app-readme.md b/stable/gaps/7.0.2/app-readme.md similarity index 100% rename from stable/gaps/7.0.1/app-readme.md rename to stable/gaps/7.0.2/app-readme.md diff --git a/stable/gaps/7.0.2/charts/common-7.0.14.tgz b/stable/gaps/7.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/gaps/7.0.2/charts/common-7.0.14.tgz differ diff --git a/stable/gaps/7.0.1/helm-values.md b/stable/gaps/7.0.2/helm-values.md similarity index 100% rename from stable/gaps/7.0.1/helm-values.md rename to stable/gaps/7.0.2/helm-values.md diff --git a/stable/gaps/7.0.1/ix_values.yaml b/stable/gaps/7.0.2/ix_values.yaml similarity index 100% rename from stable/gaps/7.0.1/ix_values.yaml rename to stable/gaps/7.0.2/ix_values.yaml diff --git a/stable/gaps/7.0.1/questions.yaml b/stable/gaps/7.0.2/questions.yaml similarity index 99% rename from stable/gaps/7.0.1/questions.yaml rename to stable/gaps/7.0.2/questions.yaml index 4967a0602e3..5d50868d7e6 100644 --- a/stable/gaps/7.0.1/questions.yaml +++ b/stable/gaps/7.0.2/questions.yaml @@ -1333,12 +1333,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/gaps/7.0.1/templates/common.yaml b/stable/gaps/7.0.2/templates/common.yaml similarity index 100% rename from stable/gaps/7.0.1/templates/common.yaml rename to stable/gaps/7.0.2/templates/common.yaml diff --git a/stable/gaps/7.0.1/test_values.yaml b/stable/gaps/7.0.2/test_values.yaml similarity index 100% rename from stable/gaps/7.0.1/test_values.yaml rename to stable/gaps/7.0.2/test_values.yaml diff --git a/stable/gaps/7.0.1/values.yaml b/stable/gaps/7.0.2/values.yaml similarity index 100% rename from stable/gaps/7.0.1/values.yaml rename to stable/gaps/7.0.2/values.yaml diff --git a/stable/gonic/2.0.1/CHANGELOG.md b/stable/gonic/2.0.1/CHANGELOG.md deleted file mode 100644 index b41e37201d5..00000000000 --- a/stable/gonic/2.0.1/CHANGELOG.md +++ /dev/null @@ -1,20 +0,0 @@ - - -### [gonic-2.0.1](https://github.com/truecharts/apps/compare/gonic-1.9.15...gonic-2.0.1) (2021-09-13) - -#### Chore - -* move more dockerhub containers to GHCR mirror ([#958](https://github.com/truecharts/apps/issues/958)) -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - -#### Fix - -* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956)) - diff --git a/stable/gonic/2.0.1/Chart.lock b/stable/gonic/2.0.1/Chart.lock deleted file mode 100644 index 065a59a7e0c..00000000000 --- a/stable/gonic/2.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 7.0.12 -digest: sha256:6609ac081f2fa3f9ccafe5462c1016a5848be1029bec1127c0ecbce7981ec9d2 -generated: "2021-09-13T16:54:21.136659982Z" diff --git a/stable/gonic/2.0.1/charts/common-7.0.12.tgz b/stable/gonic/2.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/gonic/2.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/gonic/2.0.2/CHANGELOG.md b/stable/gonic/2.0.2/CHANGELOG.md new file mode 100644 index 00000000000..fc441043fcb --- /dev/null +++ b/stable/gonic/2.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [gonic-2.0.2](https://github.com/truecharts/apps/compare/gonic-2.0.1...gonic-2.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/gonic/2.0.1/CONFIG.md b/stable/gonic/2.0.2/CONFIG.md similarity index 100% rename from stable/gonic/2.0.1/CONFIG.md rename to stable/gonic/2.0.2/CONFIG.md diff --git a/stable/gonic/2.0.2/Chart.lock b/stable/gonic/2.0.2/Chart.lock new file mode 100644 index 00000000000..169b5d56249 --- /dev/null +++ b/stable/gonic/2.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 7.0.14 +digest: sha256:050b52e7ae7aa5580026804422c8a279ceaacd28df48af65de0b530e6d045954 +generated: "2021-09-21T10:04:44.785330235Z" diff --git a/stable/gonic/2.0.1/Chart.yaml b/stable/gonic/2.0.2/Chart.yaml similarity index 94% rename from stable/gonic/2.0.1/Chart.yaml rename to stable/gonic/2.0.2/Chart.yaml index 3902f29343c..85e19567c8d 100644 --- a/stable/gonic/2.0.1/Chart.yaml +++ b/stable/gonic/2.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.13.1" dependencies: - name: common repository: https://truecharts.org - version: 7.0.12 + version: 7.0.14 description: Music streaming server / subsonic server API implementation home: https://github.com/truechartsapps/tree/master/charts/incubator/gonic icon: https://raw.githubusercontent.com/sentriz/gonic/master/.github/logo.png @@ -19,4 +19,4 @@ name: gonic sources: - https://github.com/sentriz/gonic - https://hub.docker.com/r/sentriz/gonic -version: 2.0.1 +version: 2.0.2 diff --git a/stable/gonic/2.0.1/README.md b/stable/gonic/2.0.2/README.md similarity index 96% rename from stable/gonic/2.0.1/README.md rename to stable/gonic/2.0.2/README.md index 2a4a827f23a..2d9708dfaca 100644 --- a/stable/gonic/2.0.1/README.md +++ b/stable/gonic/2.0.2/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 7.0.12 | +| https://truecharts.org | common | 7.0.14 | ## Installing the Chart diff --git a/stable/gonic/2.0.1/app-readme.md b/stable/gonic/2.0.2/app-readme.md similarity index 100% rename from stable/gonic/2.0.1/app-readme.md rename to stable/gonic/2.0.2/app-readme.md diff --git a/stable/gonic/2.0.2/charts/common-7.0.14.tgz b/stable/gonic/2.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/gonic/2.0.2/charts/common-7.0.14.tgz differ diff --git a/stable/gonic/2.0.1/ci/ct-values.yaml b/stable/gonic/2.0.2/ci/ct-values.yaml similarity index 100% rename from stable/gonic/2.0.1/ci/ct-values.yaml rename to stable/gonic/2.0.2/ci/ct-values.yaml diff --git a/stable/gonic/2.0.1/helm-values.md b/stable/gonic/2.0.2/helm-values.md similarity index 100% rename from stable/gonic/2.0.1/helm-values.md rename to stable/gonic/2.0.2/helm-values.md diff --git a/stable/gonic/2.0.1/ix_values.yaml b/stable/gonic/2.0.2/ix_values.yaml similarity index 100% rename from stable/gonic/2.0.1/ix_values.yaml rename to stable/gonic/2.0.2/ix_values.yaml diff --git a/stable/gonic/2.0.1/questions.yaml b/stable/gonic/2.0.2/questions.yaml similarity index 99% rename from stable/gonic/2.0.1/questions.yaml rename to stable/gonic/2.0.2/questions.yaml index 7439c2dfbb7..381c1732faa 100644 --- a/stable/gonic/2.0.1/questions.yaml +++ b/stable/gonic/2.0.2/questions.yaml @@ -1333,12 +1333,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/gonic/2.0.1/templates/common.yaml b/stable/gonic/2.0.2/templates/common.yaml similarity index 100% rename from stable/gonic/2.0.1/templates/common.yaml rename to stable/gonic/2.0.2/templates/common.yaml diff --git a/stable/gonic/2.0.1/test_values.yaml b/stable/gonic/2.0.2/test_values.yaml similarity index 100% rename from stable/gonic/2.0.1/test_values.yaml rename to stable/gonic/2.0.2/test_values.yaml diff --git a/stable/gonic/2.0.1/values.yaml b/stable/gonic/2.0.2/values.yaml similarity index 100% rename from stable/gonic/2.0.1/values.yaml rename to stable/gonic/2.0.2/values.yaml diff --git a/stable/grocy/7.0.2/CHANGELOG.md b/stable/grocy/7.0.2/CHANGELOG.md deleted file mode 100644 index 2e305d741ba..00000000000 --- a/stable/grocy/7.0.2/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [grocy-7.0.2](https://github.com/truecharts/apps/compare/grocy-7.0.1...grocy-7.0.2) (2021-09-21) - -#### Chore - -* update non-major ([#1013](https://github.com/truecharts/apps/issues/1013)) - diff --git a/stable/grocy/7.0.2/Chart.lock b/stable/grocy/7.0.2/Chart.lock deleted file mode 100644 index 21a1a4fce67..00000000000 --- a/stable/grocy/7.0.2/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-21T08:44:50.444943551Z" diff --git a/stable/grocy/7.0.2/charts/common-7.0.12.tgz b/stable/grocy/7.0.2/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/grocy/7.0.2/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/grocy/7.0.3/CHANGELOG.md b/stable/grocy/7.0.3/CHANGELOG.md new file mode 100644 index 00000000000..7dd5848b69e --- /dev/null +++ b/stable/grocy/7.0.3/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [grocy-7.0.3](https://github.com/truecharts/apps/compare/grocy-7.0.2...grocy-7.0.3) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/grocy/7.0.2/CONFIG.md b/stable/grocy/7.0.3/CONFIG.md similarity index 100% rename from stable/grocy/7.0.2/CONFIG.md rename to stable/grocy/7.0.3/CONFIG.md diff --git a/stable/grocy/7.0.3/Chart.lock b/stable/grocy/7.0.3/Chart.lock new file mode 100644 index 00000000000..5727fd2bcec --- /dev/null +++ b/stable/grocy/7.0.3/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:04:53.926619923Z" diff --git a/stable/grocy/7.0.2/Chart.yaml b/stable/grocy/7.0.3/Chart.yaml similarity index 94% rename from stable/grocy/7.0.2/Chart.yaml rename to stable/grocy/7.0.3/Chart.yaml index 814ba2e6e04..21e551227bb 100644 --- a/stable/grocy/7.0.2/Chart.yaml +++ b/stable/grocy/7.0.3/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "3.1.1" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 deprecated: false description: ERP beyond your fridge - grocy is a web-based self-hosted groceries & household management solution for your home @@ -20,4 +20,4 @@ name: grocy sources: - https://github.com/grocy/grocy type: application -version: 7.0.2 +version: 7.0.3 diff --git a/stable/grocy/7.0.2/README.md b/stable/grocy/7.0.3/README.md similarity index 96% rename from stable/grocy/7.0.2/README.md rename to stable/grocy/7.0.3/README.md index 09cceafc4e2..d39a6a12d36 100644 --- a/stable/grocy/7.0.2/README.md +++ b/stable/grocy/7.0.3/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/grocy/7.0.2/app-readme.md b/stable/grocy/7.0.3/app-readme.md similarity index 100% rename from stable/grocy/7.0.2/app-readme.md rename to stable/grocy/7.0.3/app-readme.md diff --git a/stable/grocy/7.0.3/charts/common-7.0.14.tgz b/stable/grocy/7.0.3/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/grocy/7.0.3/charts/common-7.0.14.tgz differ diff --git a/stable/grocy/7.0.2/helm-values.md b/stable/grocy/7.0.3/helm-values.md similarity index 100% rename from stable/grocy/7.0.2/helm-values.md rename to stable/grocy/7.0.3/helm-values.md diff --git a/stable/grocy/7.0.2/ix_values.yaml b/stable/grocy/7.0.3/ix_values.yaml similarity index 100% rename from stable/grocy/7.0.2/ix_values.yaml rename to stable/grocy/7.0.3/ix_values.yaml diff --git a/stable/grocy/7.0.2/questions.yaml b/stable/grocy/7.0.3/questions.yaml similarity index 100% rename from stable/grocy/7.0.2/questions.yaml rename to stable/grocy/7.0.3/questions.yaml diff --git a/stable/grocy/7.0.2/templates/common.yaml b/stable/grocy/7.0.3/templates/common.yaml similarity index 100% rename from stable/grocy/7.0.2/templates/common.yaml rename to stable/grocy/7.0.3/templates/common.yaml diff --git a/stable/grocy/7.0.2/test_values.yaml b/stable/grocy/7.0.3/test_values.yaml similarity index 100% rename from stable/grocy/7.0.2/test_values.yaml rename to stable/grocy/7.0.3/test_values.yaml diff --git a/stable/grocy/7.0.2/values.yaml b/stable/grocy/7.0.3/values.yaml similarity index 100% rename from stable/grocy/7.0.2/values.yaml rename to stable/grocy/7.0.3/values.yaml diff --git a/stable/handbrake/7.0.1/CHANGELOG.md b/stable/handbrake/7.0.1/CHANGELOG.md deleted file mode 100644 index e09321dd354..00000000000 --- a/stable/handbrake/7.0.1/CHANGELOG.md +++ /dev/null @@ -1,20 +0,0 @@ - - -### [handbrake-7.0.1](https://github.com/truecharts/apps/compare/handbrake-6.11.15...handbrake-7.0.1) (2021-09-13) - -#### Chore - -* move more dockerhub containers to GHCR mirror ([#958](https://github.com/truecharts/apps/issues/958)) -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - -#### Fix - -* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956)) - diff --git a/stable/handbrake/7.0.1/Chart.lock b/stable/handbrake/7.0.1/Chart.lock deleted file mode 100644 index e1610244d23..00000000000 --- a/stable/handbrake/7.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-13T16:54:39.113285122Z" diff --git a/stable/handbrake/7.0.1/charts/common-7.0.12.tgz b/stable/handbrake/7.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/handbrake/7.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/handbrake/7.0.2/CHANGELOG.md b/stable/handbrake/7.0.2/CHANGELOG.md new file mode 100644 index 00000000000..c3f89344b29 --- /dev/null +++ b/stable/handbrake/7.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [handbrake-7.0.2](https://github.com/truecharts/apps/compare/handbrake-7.0.1...handbrake-7.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/handbrake/7.0.1/CONFIG.md b/stable/handbrake/7.0.2/CONFIG.md similarity index 100% rename from stable/handbrake/7.0.1/CONFIG.md rename to stable/handbrake/7.0.2/CONFIG.md diff --git a/stable/handbrake/7.0.2/Chart.lock b/stable/handbrake/7.0.2/Chart.lock new file mode 100644 index 00000000000..65e3921c76a --- /dev/null +++ b/stable/handbrake/7.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:05:02.993263644Z" diff --git a/stable/handbrake/7.0.1/Chart.yaml b/stable/handbrake/7.0.2/Chart.yaml similarity index 95% rename from stable/handbrake/7.0.1/Chart.yaml rename to stable/handbrake/7.0.2/Chart.yaml index 31d13e9fe6e..1d3e9e6b458 100644 --- a/stable/handbrake/7.0.1/Chart.yaml +++ b/stable/handbrake/7.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.24.1" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 deprecated: false description: HandBrake is a tool for converting video from nearly any format to a selection of modern, widely supported codecs. @@ -27,4 +27,4 @@ sources: - https://hub.docker.com/r/jlesage/handbrake/ - https://handbrake.fr/ type: application -version: 7.0.1 +version: 7.0.2 diff --git a/stable/handbrake/7.0.1/README.md b/stable/handbrake/7.0.2/README.md similarity index 96% rename from stable/handbrake/7.0.1/README.md rename to stable/handbrake/7.0.2/README.md index 15ecef0a316..d1f7c60eeaa 100644 --- a/stable/handbrake/7.0.1/README.md +++ b/stable/handbrake/7.0.2/README.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/handbrake/7.0.1/app-readme.md b/stable/handbrake/7.0.2/app-readme.md similarity index 100% rename from stable/handbrake/7.0.1/app-readme.md rename to stable/handbrake/7.0.2/app-readme.md diff --git a/stable/handbrake/7.0.2/charts/common-7.0.14.tgz b/stable/handbrake/7.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/handbrake/7.0.2/charts/common-7.0.14.tgz differ diff --git a/stable/handbrake/7.0.1/helm-values.md b/stable/handbrake/7.0.2/helm-values.md similarity index 100% rename from stable/handbrake/7.0.1/helm-values.md rename to stable/handbrake/7.0.2/helm-values.md diff --git a/stable/handbrake/7.0.1/ix_values.yaml b/stable/handbrake/7.0.2/ix_values.yaml similarity index 100% rename from stable/handbrake/7.0.1/ix_values.yaml rename to stable/handbrake/7.0.2/ix_values.yaml diff --git a/stable/handbrake/7.0.1/questions.yaml b/stable/handbrake/7.0.2/questions.yaml similarity index 99% rename from stable/handbrake/7.0.1/questions.yaml rename to stable/handbrake/7.0.2/questions.yaml index 0e7d33d28d7..201ff98391d 100644 --- a/stable/handbrake/7.0.1/questions.yaml +++ b/stable/handbrake/7.0.2/questions.yaml @@ -1517,12 +1517,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/handbrake/7.0.1/templates/common.yaml b/stable/handbrake/7.0.2/templates/common.yaml similarity index 100% rename from stable/handbrake/7.0.1/templates/common.yaml rename to stable/handbrake/7.0.2/templates/common.yaml diff --git a/stable/handbrake/7.0.1/test_values.yaml b/stable/handbrake/7.0.2/test_values.yaml similarity index 100% rename from stable/handbrake/7.0.1/test_values.yaml rename to stable/handbrake/7.0.2/test_values.yaml diff --git a/stable/handbrake/7.0.1/values.yaml b/stable/handbrake/7.0.2/values.yaml similarity index 100% rename from stable/handbrake/7.0.1/values.yaml rename to stable/handbrake/7.0.2/values.yaml diff --git a/stable/haste-server/2.0.1/CHANGELOG.md b/stable/haste-server/2.0.1/CHANGELOG.md deleted file mode 100644 index e76ab24751f..00000000000 --- a/stable/haste-server/2.0.1/CHANGELOG.md +++ /dev/null @@ -1,19 +0,0 @@ - - -### [haste-server-2.0.1](https://github.com/truecharts/apps/compare/haste-server-1.11.15...haste-server-2.0.1) (2021-09-13) - -#### Chore - -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - -#### Fix - -* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956)) - diff --git a/stable/haste-server/2.0.1/Chart.lock b/stable/haste-server/2.0.1/Chart.lock deleted file mode 100644 index 090a248837e..00000000000 --- a/stable/haste-server/2.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-13T16:54:48.069262782Z" diff --git a/stable/haste-server/2.0.1/charts/common-7.0.12.tgz b/stable/haste-server/2.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/haste-server/2.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/haste-server/2.0.2/CHANGELOG.md b/stable/haste-server/2.0.2/CHANGELOG.md new file mode 100644 index 00000000000..cc6c6a6fd62 --- /dev/null +++ b/stable/haste-server/2.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [haste-server-2.0.2](https://github.com/truecharts/apps/compare/haste-server-2.0.1...haste-server-2.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/haste-server/2.0.1/CONFIG.md b/stable/haste-server/2.0.2/CONFIG.md similarity index 100% rename from stable/haste-server/2.0.1/CONFIG.md rename to stable/haste-server/2.0.2/CONFIG.md diff --git a/stable/haste-server/2.0.2/Chart.lock b/stable/haste-server/2.0.2/Chart.lock new file mode 100644 index 00000000000..f89d2642de7 --- /dev/null +++ b/stable/haste-server/2.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:05:12.285715202Z" diff --git a/stable/haste-server/2.0.1/Chart.yaml b/stable/haste-server/2.0.2/Chart.yaml similarity index 94% rename from stable/haste-server/2.0.1/Chart.yaml rename to stable/haste-server/2.0.2/Chart.yaml index 8675021ca35..47790a29c5c 100644 --- a/stable/haste-server/2.0.1/Chart.yaml +++ b/stable/haste-server/2.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 description: Simple text sharing home: https://github.com/truecharts/apps/tree/master/charts/incubator/haste icon: https://raw.githubusercontent.com/nicholaswilde/helm-charts/main/images/haste.png @@ -21,4 +21,4 @@ name: haste-server sources: - https://github.com/seejohnrun/haste-server - https://github.com/k8s-at-home/container-images -version: 2.0.1 +version: 2.0.2 diff --git a/stable/haste-server/2.0.1/README.md b/stable/haste-server/2.0.2/README.md similarity index 96% rename from stable/haste-server/2.0.1/README.md rename to stable/haste-server/2.0.2/README.md index 3a04766f445..7c452543852 100644 --- a/stable/haste-server/2.0.1/README.md +++ b/stable/haste-server/2.0.2/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/haste-server/2.0.1/app-readme.md b/stable/haste-server/2.0.2/app-readme.md similarity index 100% rename from stable/haste-server/2.0.1/app-readme.md rename to stable/haste-server/2.0.2/app-readme.md diff --git a/stable/haste-server/2.0.2/charts/common-7.0.14.tgz b/stable/haste-server/2.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/haste-server/2.0.2/charts/common-7.0.14.tgz differ diff --git a/stable/haste-server/2.0.1/helm-values.md b/stable/haste-server/2.0.2/helm-values.md similarity index 100% rename from stable/haste-server/2.0.1/helm-values.md rename to stable/haste-server/2.0.2/helm-values.md diff --git a/stable/haste-server/2.0.1/ix_values.yaml b/stable/haste-server/2.0.2/ix_values.yaml similarity index 100% rename from stable/haste-server/2.0.1/ix_values.yaml rename to stable/haste-server/2.0.2/ix_values.yaml diff --git a/stable/haste-server/2.0.1/questions.yaml b/stable/haste-server/2.0.2/questions.yaml similarity index 99% rename from stable/haste-server/2.0.1/questions.yaml rename to stable/haste-server/2.0.2/questions.yaml index 15b6897cf2b..ac3a017b34a 100644 --- a/stable/haste-server/2.0.1/questions.yaml +++ b/stable/haste-server/2.0.2/questions.yaml @@ -1339,12 +1339,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/haste-server/2.0.1/templates/common.yaml b/stable/haste-server/2.0.2/templates/common.yaml similarity index 100% rename from stable/haste-server/2.0.1/templates/common.yaml rename to stable/haste-server/2.0.2/templates/common.yaml diff --git a/stable/haste-server/2.0.1/test_values.yaml b/stable/haste-server/2.0.2/test_values.yaml similarity index 100% rename from stable/haste-server/2.0.1/test_values.yaml rename to stable/haste-server/2.0.2/test_values.yaml diff --git a/stable/haste-server/2.0.1/values.yaml b/stable/haste-server/2.0.2/values.yaml similarity index 100% rename from stable/haste-server/2.0.1/values.yaml rename to stable/haste-server/2.0.2/values.yaml diff --git a/stable/healthchecks/2.0.2/CHANGELOG.md b/stable/healthchecks/2.0.2/CHANGELOG.md deleted file mode 100644 index 514641463e9..00000000000 --- a/stable/healthchecks/2.0.2/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [healthchecks-2.0.2](https://github.com/truecharts/apps/compare/healthchecks-2.0.1...healthchecks-2.0.2) (2021-09-14) - -#### Chore - -* update non-major ([#987](https://github.com/truecharts/apps/issues/987)) - diff --git a/stable/healthchecks/2.0.2/Chart.lock b/stable/healthchecks/2.0.2/Chart.lock deleted file mode 100644 index 65a510ec093..00000000000 --- a/stable/healthchecks/2.0.2/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 7.0.12 -digest: sha256:6609ac081f2fa3f9ccafe5462c1016a5848be1029bec1127c0ecbce7981ec9d2 -generated: "2021-09-14T20:41:44.748641575Z" diff --git a/stable/healthchecks/2.0.2/charts/common-7.0.12.tgz b/stable/healthchecks/2.0.2/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/healthchecks/2.0.2/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/healthchecks/2.0.3/CHANGELOG.md b/stable/healthchecks/2.0.3/CHANGELOG.md new file mode 100644 index 00000000000..33ce40ab5f8 --- /dev/null +++ b/stable/healthchecks/2.0.3/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [healthchecks-2.0.3](https://github.com/truecharts/apps/compare/healthchecks-2.0.2...healthchecks-2.0.3) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/healthchecks/2.0.2/CONFIG.md b/stable/healthchecks/2.0.3/CONFIG.md similarity index 100% rename from stable/healthchecks/2.0.2/CONFIG.md rename to stable/healthchecks/2.0.3/CONFIG.md diff --git a/stable/healthchecks/2.0.3/Chart.lock b/stable/healthchecks/2.0.3/Chart.lock new file mode 100644 index 00000000000..58c62486c4a --- /dev/null +++ b/stable/healthchecks/2.0.3/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 7.0.14 +digest: sha256:050b52e7ae7aa5580026804422c8a279ceaacd28df48af65de0b530e6d045954 +generated: "2021-09-21T10:05:21.398814028Z" diff --git a/stable/healthchecks/2.0.2/Chart.yaml b/stable/healthchecks/2.0.3/Chart.yaml similarity index 95% rename from stable/healthchecks/2.0.2/Chart.yaml rename to stable/healthchecks/2.0.3/Chart.yaml index 85f373d3f31..92efb0d47c4 100644 --- a/stable/healthchecks/2.0.2/Chart.yaml +++ b/stable/healthchecks/2.0.3/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.22.0" dependencies: - name: common repository: https://truecharts.org - version: 7.0.12 + version: 7.0.14 description: Healthchecks is a cron job monitoring service. It listens for HTTP requests and email messages ("pings") from your cron jobs and scheduled tasks ("checks"). When a ping does not arrive on time, Healthchecks sends out alerts. @@ -22,4 +22,4 @@ name: healthchecks sources: - https://github.com/healthchecks/healthchecks - https://hub.docker.com/r/linuxserver/healthchecks -version: 2.0.2 +version: 2.0.3 diff --git a/stable/healthchecks/2.0.2/README.md b/stable/healthchecks/2.0.3/README.md similarity index 97% rename from stable/healthchecks/2.0.2/README.md rename to stable/healthchecks/2.0.3/README.md index 7190a186acb..723cda3cb3d 100644 --- a/stable/healthchecks/2.0.2/README.md +++ b/stable/healthchecks/2.0.3/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 7.0.12 | +| https://truecharts.org | common | 7.0.14 | ## Installing the Chart diff --git a/stable/healthchecks/2.0.2/app-readme.md b/stable/healthchecks/2.0.3/app-readme.md similarity index 100% rename from stable/healthchecks/2.0.2/app-readme.md rename to stable/healthchecks/2.0.3/app-readme.md diff --git a/stable/healthchecks/2.0.3/charts/common-7.0.14.tgz b/stable/healthchecks/2.0.3/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/healthchecks/2.0.3/charts/common-7.0.14.tgz differ diff --git a/stable/healthchecks/2.0.2/helm-values.md b/stable/healthchecks/2.0.3/helm-values.md similarity index 100% rename from stable/healthchecks/2.0.2/helm-values.md rename to stable/healthchecks/2.0.3/helm-values.md diff --git a/stable/healthchecks/2.0.2/ix_values.yaml b/stable/healthchecks/2.0.3/ix_values.yaml similarity index 100% rename from stable/healthchecks/2.0.2/ix_values.yaml rename to stable/healthchecks/2.0.3/ix_values.yaml diff --git a/stable/healthchecks/2.0.2/questions.yaml b/stable/healthchecks/2.0.3/questions.yaml similarity index 100% rename from stable/healthchecks/2.0.2/questions.yaml rename to stable/healthchecks/2.0.3/questions.yaml diff --git a/stable/healthchecks/2.0.2/templates/common.yaml b/stable/healthchecks/2.0.3/templates/common.yaml similarity index 100% rename from stable/healthchecks/2.0.2/templates/common.yaml rename to stable/healthchecks/2.0.3/templates/common.yaml diff --git a/stable/healthchecks/2.0.2/test_values.yaml b/stable/healthchecks/2.0.3/test_values.yaml similarity index 100% rename from stable/healthchecks/2.0.2/test_values.yaml rename to stable/healthchecks/2.0.3/test_values.yaml diff --git a/stable/healthchecks/2.0.2/values.yaml b/stable/healthchecks/2.0.3/values.yaml similarity index 100% rename from stable/healthchecks/2.0.2/values.yaml rename to stable/healthchecks/2.0.3/values.yaml diff --git a/stable/heimdall/7.0.2/CHANGELOG.md b/stable/heimdall/7.0.2/CHANGELOG.md deleted file mode 100644 index c2a78522371..00000000000 --- a/stable/heimdall/7.0.2/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [heimdall-7.0.2](https://github.com/truecharts/apps/compare/heimdall-7.0.1...heimdall-7.0.2) (2021-09-21) - -#### Chore - -* update non-major ([#1013](https://github.com/truecharts/apps/issues/1013)) - diff --git a/stable/heimdall/7.0.2/Chart.lock b/stable/heimdall/7.0.2/Chart.lock deleted file mode 100644 index cc9385f308e..00000000000 --- a/stable/heimdall/7.0.2/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-21T08:45:01.436576472Z" diff --git a/stable/heimdall/7.0.2/charts/common-7.0.12.tgz b/stable/heimdall/7.0.2/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/heimdall/7.0.2/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/heimdall/7.0.3/CHANGELOG.md b/stable/heimdall/7.0.3/CHANGELOG.md new file mode 100644 index 00000000000..3dd2cddb77d --- /dev/null +++ b/stable/heimdall/7.0.3/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [heimdall-7.0.3](https://github.com/truecharts/apps/compare/heimdall-7.0.2...heimdall-7.0.3) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/heimdall/7.0.2/CONFIG.md b/stable/heimdall/7.0.3/CONFIG.md similarity index 100% rename from stable/heimdall/7.0.2/CONFIG.md rename to stable/heimdall/7.0.3/CONFIG.md diff --git a/stable/heimdall/7.0.3/Chart.lock b/stable/heimdall/7.0.3/Chart.lock new file mode 100644 index 00000000000..fb51fd49775 --- /dev/null +++ b/stable/heimdall/7.0.3/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:05:30.45231118Z" diff --git a/stable/heimdall/7.0.2/Chart.yaml b/stable/heimdall/7.0.3/Chart.yaml similarity index 93% rename from stable/heimdall/7.0.2/Chart.yaml rename to stable/heimdall/7.0.3/Chart.yaml index 5202fa2ef4e..e57915e43a6 100644 --- a/stable/heimdall/7.0.2/Chart.yaml +++ b/stable/heimdall/7.0.3/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.2.2" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 deprecated: false description: An Application dashboard and launcher home: https://github.com/truecharts/apps/tree/master/charts/incubator/heimdall @@ -18,4 +18,4 @@ maintainers: name: heimdall sources: null type: application -version: 7.0.2 +version: 7.0.3 diff --git a/stable/heimdall/7.0.2/README.md b/stable/heimdall/7.0.3/README.md similarity index 96% rename from stable/heimdall/7.0.2/README.md rename to stable/heimdall/7.0.3/README.md index 219b7b0f796..953b087bcbf 100644 --- a/stable/heimdall/7.0.2/README.md +++ b/stable/heimdall/7.0.3/README.md @@ -13,7 +13,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/heimdall/7.0.2/app-readme.md b/stable/heimdall/7.0.3/app-readme.md similarity index 100% rename from stable/heimdall/7.0.2/app-readme.md rename to stable/heimdall/7.0.3/app-readme.md diff --git a/stable/heimdall/7.0.3/charts/common-7.0.14.tgz b/stable/heimdall/7.0.3/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/heimdall/7.0.3/charts/common-7.0.14.tgz differ diff --git a/stable/heimdall/7.0.2/helm-values.md b/stable/heimdall/7.0.3/helm-values.md similarity index 100% rename from stable/heimdall/7.0.2/helm-values.md rename to stable/heimdall/7.0.3/helm-values.md diff --git a/stable/heimdall/7.0.2/ix_values.yaml b/stable/heimdall/7.0.3/ix_values.yaml similarity index 100% rename from stable/heimdall/7.0.2/ix_values.yaml rename to stable/heimdall/7.0.3/ix_values.yaml diff --git a/stable/heimdall/7.0.2/questions.yaml b/stable/heimdall/7.0.3/questions.yaml similarity index 100% rename from stable/heimdall/7.0.2/questions.yaml rename to stable/heimdall/7.0.3/questions.yaml diff --git a/stable/heimdall/7.0.2/templates/common.yaml b/stable/heimdall/7.0.3/templates/common.yaml similarity index 100% rename from stable/heimdall/7.0.2/templates/common.yaml rename to stable/heimdall/7.0.3/templates/common.yaml diff --git a/stable/heimdall/7.0.2/test_values.yaml b/stable/heimdall/7.0.3/test_values.yaml similarity index 100% rename from stable/heimdall/7.0.2/test_values.yaml rename to stable/heimdall/7.0.3/test_values.yaml diff --git a/stable/heimdall/7.0.2/values.yaml b/stable/heimdall/7.0.3/values.yaml similarity index 100% rename from stable/heimdall/7.0.2/values.yaml rename to stable/heimdall/7.0.3/values.yaml diff --git a/stable/home-assistant/7.0.2/CHANGELOG.md b/stable/home-assistant/7.0.2/CHANGELOG.md deleted file mode 100644 index 356375db0e0..00000000000 --- a/stable/home-assistant/7.0.2/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [home-assistant-7.0.2](https://github.com/truecharts/apps/compare/home-assistant-7.0.1...home-assistant-7.0.2) (2021-09-21) - -#### Chore - -* update non-major ([#1013](https://github.com/truecharts/apps/issues/1013)) - diff --git a/stable/home-assistant/7.0.2/Chart.lock b/stable/home-assistant/7.0.2/Chart.lock deleted file mode 100644 index c7af1e86c9e..00000000000 --- a/stable/home-assistant/7.0.2/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-21T08:45:12.322910316Z" diff --git a/stable/home-assistant/7.0.2/charts/common-7.0.12.tgz b/stable/home-assistant/7.0.2/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/home-assistant/7.0.2/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/home-assistant/7.0.3/CHANGELOG.md b/stable/home-assistant/7.0.3/CHANGELOG.md new file mode 100644 index 00000000000..ba4c954e4d3 --- /dev/null +++ b/stable/home-assistant/7.0.3/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [home-assistant-7.0.3](https://github.com/truecharts/apps/compare/home-assistant-7.0.2...home-assistant-7.0.3) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/home-assistant/7.0.2/CONFIG.md b/stable/home-assistant/7.0.3/CONFIG.md similarity index 100% rename from stable/home-assistant/7.0.2/CONFIG.md rename to stable/home-assistant/7.0.3/CONFIG.md diff --git a/stable/home-assistant/7.0.3/Chart.lock b/stable/home-assistant/7.0.3/Chart.lock new file mode 100644 index 00000000000..68c83485ef2 --- /dev/null +++ b/stable/home-assistant/7.0.3/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:05:39.611591484Z" diff --git a/stable/home-assistant/7.0.2/Chart.yaml b/stable/home-assistant/7.0.3/Chart.yaml similarity index 95% rename from stable/home-assistant/7.0.2/Chart.yaml rename to stable/home-assistant/7.0.3/Chart.yaml index a9f3ffbe688..859ed35512c 100644 --- a/stable/home-assistant/7.0.2/Chart.yaml +++ b/stable/home-assistant/7.0.3/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2021.9.7" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 deprecated: false description: home-assistant App for TrueNAS SCALE home: https://github.com/truecharts/apps/tree/master/charts/stable/home-assistant @@ -25,4 +25,4 @@ sources: - https://github.com/home-assistant/home-assistant - https://github.com/cdr/code-server type: application -version: 7.0.2 +version: 7.0.3 diff --git a/stable/home-assistant/7.0.2/README.md b/stable/home-assistant/7.0.3/README.md similarity index 96% rename from stable/home-assistant/7.0.2/README.md rename to stable/home-assistant/7.0.3/README.md index a09dc340a0e..42f8760a0c9 100644 --- a/stable/home-assistant/7.0.2/README.md +++ b/stable/home-assistant/7.0.3/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/home-assistant/7.0.2/app-readme.md b/stable/home-assistant/7.0.3/app-readme.md similarity index 100% rename from stable/home-assistant/7.0.2/app-readme.md rename to stable/home-assistant/7.0.3/app-readme.md diff --git a/stable/home-assistant/7.0.3/charts/common-7.0.14.tgz b/stable/home-assistant/7.0.3/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/home-assistant/7.0.3/charts/common-7.0.14.tgz differ diff --git a/stable/home-assistant/7.0.2/helm-values.md b/stable/home-assistant/7.0.3/helm-values.md similarity index 100% rename from stable/home-assistant/7.0.2/helm-values.md rename to stable/home-assistant/7.0.3/helm-values.md diff --git a/stable/home-assistant/7.0.2/ix_values.yaml b/stable/home-assistant/7.0.3/ix_values.yaml similarity index 100% rename from stable/home-assistant/7.0.2/ix_values.yaml rename to stable/home-assistant/7.0.3/ix_values.yaml diff --git a/stable/home-assistant/7.0.2/questions.yaml b/stable/home-assistant/7.0.3/questions.yaml similarity index 100% rename from stable/home-assistant/7.0.2/questions.yaml rename to stable/home-assistant/7.0.3/questions.yaml diff --git a/stable/home-assistant/7.0.2/templates/common.yaml b/stable/home-assistant/7.0.3/templates/common.yaml similarity index 100% rename from stable/home-assistant/7.0.2/templates/common.yaml rename to stable/home-assistant/7.0.3/templates/common.yaml diff --git a/stable/home-assistant/7.0.2/templates/secret.yaml b/stable/home-assistant/7.0.3/templates/secret.yaml similarity index 100% rename from stable/home-assistant/7.0.2/templates/secret.yaml rename to stable/home-assistant/7.0.3/templates/secret.yaml diff --git a/stable/home-assistant/7.0.2/test_values.yaml b/stable/home-assistant/7.0.3/test_values.yaml similarity index 100% rename from stable/home-assistant/7.0.2/test_values.yaml rename to stable/home-assistant/7.0.3/test_values.yaml diff --git a/stable/home-assistant/7.0.2/values.yaml b/stable/home-assistant/7.0.3/values.yaml similarity index 100% rename from stable/home-assistant/7.0.2/values.yaml rename to stable/home-assistant/7.0.3/values.yaml diff --git a/stable/hyperion-ng/2.0.1/CHANGELOG.md b/stable/hyperion-ng/2.0.1/CHANGELOG.md deleted file mode 100644 index ebf69f57802..00000000000 --- a/stable/hyperion-ng/2.0.1/CHANGELOG.md +++ /dev/null @@ -1,19 +0,0 @@ - - -### [hyperion-ng-2.0.1](https://github.com/truecharts/apps/compare/hyperion-ng-1.9.16...hyperion-ng-2.0.1) (2021-09-13) - -#### Chore - -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - -#### Fix - -* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956)) - diff --git a/stable/hyperion-ng/2.0.1/Chart.lock b/stable/hyperion-ng/2.0.1/Chart.lock deleted file mode 100644 index e2a30cf97ba..00000000000 --- a/stable/hyperion-ng/2.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 7.0.12 -digest: sha256:6609ac081f2fa3f9ccafe5462c1016a5848be1029bec1127c0ecbce7981ec9d2 -generated: "2021-09-13T16:55:24.160341443Z" diff --git a/stable/hyperion-ng/2.0.1/charts/common-7.0.12.tgz b/stable/hyperion-ng/2.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/hyperion-ng/2.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/hyperion-ng/2.0.2/CHANGELOG.md b/stable/hyperion-ng/2.0.2/CHANGELOG.md new file mode 100644 index 00000000000..2dc5a0df23b --- /dev/null +++ b/stable/hyperion-ng/2.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [hyperion-ng-2.0.2](https://github.com/truecharts/apps/compare/hyperion-ng-2.0.1...hyperion-ng-2.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/hyperion-ng/2.0.1/CONFIG.md b/stable/hyperion-ng/2.0.2/CONFIG.md similarity index 100% rename from stable/hyperion-ng/2.0.1/CONFIG.md rename to stable/hyperion-ng/2.0.2/CONFIG.md diff --git a/stable/hyperion-ng/2.0.2/Chart.lock b/stable/hyperion-ng/2.0.2/Chart.lock new file mode 100644 index 00000000000..888c78bd979 --- /dev/null +++ b/stable/hyperion-ng/2.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 7.0.14 +digest: sha256:050b52e7ae7aa5580026804422c8a279ceaacd28df48af65de0b530e6d045954 +generated: "2021-09-21T10:05:48.71014283Z" diff --git a/stable/hyperion-ng/2.0.1/Chart.yaml b/stable/hyperion-ng/2.0.2/Chart.yaml similarity index 94% rename from stable/hyperion-ng/2.0.1/Chart.yaml rename to stable/hyperion-ng/2.0.2/Chart.yaml index 78dd5cb64a8..17277805aa9 100644 --- a/stable/hyperion-ng/2.0.1/Chart.yaml +++ b/stable/hyperion-ng/2.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.0.0-alph" dependencies: - name: common repository: https://truecharts.org - version: 7.0.12 + version: 7.0.14 description: Hyperion is an opensource Bias or Ambient Lighting implementation home: https://github.com/truechartsapps/tree/master/charts/incubator/hyperion-ng icon: https://avatars.githubusercontent.com/u/17778452?s=200&v=4 @@ -19,4 +19,4 @@ name: hyperion-ng sources: - https://github.com/hyperion-project/hyperion.ng - https://hub.docker.com/r/sirfragalot/hyperion.ng -version: 2.0.1 +version: 2.0.2 diff --git a/stable/hyperion-ng/2.0.1/README.md b/stable/hyperion-ng/2.0.2/README.md similarity index 96% rename from stable/hyperion-ng/2.0.1/README.md rename to stable/hyperion-ng/2.0.2/README.md index 48bc4807cda..69a3174a556 100644 --- a/stable/hyperion-ng/2.0.1/README.md +++ b/stable/hyperion-ng/2.0.2/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 7.0.12 | +| https://truecharts.org | common | 7.0.14 | ## Installing the Chart diff --git a/stable/hyperion-ng/2.0.1/app-readme.md b/stable/hyperion-ng/2.0.2/app-readme.md similarity index 100% rename from stable/hyperion-ng/2.0.1/app-readme.md rename to stable/hyperion-ng/2.0.2/app-readme.md diff --git a/stable/hyperion-ng/2.0.2/charts/common-7.0.14.tgz b/stable/hyperion-ng/2.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/hyperion-ng/2.0.2/charts/common-7.0.14.tgz differ diff --git a/stable/hyperion-ng/2.0.1/helm-values.md b/stable/hyperion-ng/2.0.2/helm-values.md similarity index 100% rename from stable/hyperion-ng/2.0.1/helm-values.md rename to stable/hyperion-ng/2.0.2/helm-values.md diff --git a/stable/hyperion-ng/2.0.1/ix_values.yaml b/stable/hyperion-ng/2.0.2/ix_values.yaml similarity index 100% rename from stable/hyperion-ng/2.0.1/ix_values.yaml rename to stable/hyperion-ng/2.0.2/ix_values.yaml diff --git a/stable/hyperion-ng/2.0.1/questions.yaml b/stable/hyperion-ng/2.0.2/questions.yaml similarity index 99% rename from stable/hyperion-ng/2.0.1/questions.yaml rename to stable/hyperion-ng/2.0.2/questions.yaml index 3b0ba52860f..63a7989e154 100644 --- a/stable/hyperion-ng/2.0.1/questions.yaml +++ b/stable/hyperion-ng/2.0.2/questions.yaml @@ -1636,12 +1636,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/hyperion-ng/2.0.1/templates/common.yaml b/stable/hyperion-ng/2.0.2/templates/common.yaml similarity index 100% rename from stable/hyperion-ng/2.0.1/templates/common.yaml rename to stable/hyperion-ng/2.0.2/templates/common.yaml diff --git a/stable/hyperion-ng/2.0.1/test_values.yaml b/stable/hyperion-ng/2.0.2/test_values.yaml similarity index 100% rename from stable/hyperion-ng/2.0.1/test_values.yaml rename to stable/hyperion-ng/2.0.2/test_values.yaml diff --git a/stable/hyperion-ng/2.0.1/values.yaml b/stable/hyperion-ng/2.0.2/values.yaml similarity index 100% rename from stable/hyperion-ng/2.0.1/values.yaml rename to stable/hyperion-ng/2.0.2/values.yaml diff --git a/stable/jackett/7.0.3/CHANGELOG.md b/stable/jackett/7.0.3/CHANGELOG.md deleted file mode 100644 index 3ae6bf7bd79..00000000000 --- a/stable/jackett/7.0.3/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [jackett-7.0.3](https://github.com/truecharts/apps/compare/jackett-7.0.2...jackett-7.0.3) (2021-09-21) - -#### Chore - -* update non-major ([#1013](https://github.com/truecharts/apps/issues/1013)) - diff --git a/stable/jackett/7.0.3/Chart.lock b/stable/jackett/7.0.3/Chart.lock deleted file mode 100644 index 3a4318afc21..00000000000 --- a/stable/jackett/7.0.3/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-21T08:45:23.556295643Z" diff --git a/stable/jackett/7.0.3/charts/common-7.0.12.tgz b/stable/jackett/7.0.3/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/jackett/7.0.3/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/jackett/7.0.4/CHANGELOG.md b/stable/jackett/7.0.4/CHANGELOG.md new file mode 100644 index 00000000000..734b5c6af75 --- /dev/null +++ b/stable/jackett/7.0.4/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [jackett-7.0.4](https://github.com/truecharts/apps/compare/jackett-7.0.3...jackett-7.0.4) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/jackett/7.0.3/CONFIG.md b/stable/jackett/7.0.4/CONFIG.md similarity index 100% rename from stable/jackett/7.0.3/CONFIG.md rename to stable/jackett/7.0.4/CONFIG.md diff --git a/stable/jackett/7.0.4/Chart.lock b/stable/jackett/7.0.4/Chart.lock new file mode 100644 index 00000000000..970495b2133 --- /dev/null +++ b/stable/jackett/7.0.4/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:05:57.786995716Z" diff --git a/stable/jackett/7.0.3/Chart.yaml b/stable/jackett/7.0.4/Chart.yaml similarity index 94% rename from stable/jackett/7.0.3/Chart.yaml rename to stable/jackett/7.0.4/Chart.yaml index 8aa7b153056..806e6510c17 100644 --- a/stable/jackett/7.0.3/Chart.yaml +++ b/stable/jackett/7.0.4/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.18.773" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 deprecated: false description: API Support for your favorite torrent trackers. home: https://github.com/truecharts/apps/tree/master/charts/stable/jackett @@ -24,4 +24,4 @@ name: jackett sources: - https://github.com/Jackett/Jackett type: application -version: 7.0.3 +version: 7.0.4 diff --git a/stable/jackett/7.0.3/README.md b/stable/jackett/7.0.4/README.md similarity index 96% rename from stable/jackett/7.0.3/README.md rename to stable/jackett/7.0.4/README.md index 59ef7df121e..917a54a803d 100644 --- a/stable/jackett/7.0.3/README.md +++ b/stable/jackett/7.0.4/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/jackett/7.0.3/app-readme.md b/stable/jackett/7.0.4/app-readme.md similarity index 100% rename from stable/jackett/7.0.3/app-readme.md rename to stable/jackett/7.0.4/app-readme.md diff --git a/stable/jackett/7.0.4/charts/common-7.0.14.tgz b/stable/jackett/7.0.4/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/jackett/7.0.4/charts/common-7.0.14.tgz differ diff --git a/stable/jackett/7.0.3/helm-values.md b/stable/jackett/7.0.4/helm-values.md similarity index 100% rename from stable/jackett/7.0.3/helm-values.md rename to stable/jackett/7.0.4/helm-values.md diff --git a/stable/jackett/7.0.3/ix_values.yaml b/stable/jackett/7.0.4/ix_values.yaml similarity index 100% rename from stable/jackett/7.0.3/ix_values.yaml rename to stable/jackett/7.0.4/ix_values.yaml diff --git a/stable/jackett/7.0.3/questions.yaml b/stable/jackett/7.0.4/questions.yaml similarity index 100% rename from stable/jackett/7.0.3/questions.yaml rename to stable/jackett/7.0.4/questions.yaml diff --git a/stable/jackett/7.0.3/templates/common.yaml b/stable/jackett/7.0.4/templates/common.yaml similarity index 100% rename from stable/jackett/7.0.3/templates/common.yaml rename to stable/jackett/7.0.4/templates/common.yaml diff --git a/stable/jackett/7.0.3/test_values.yaml b/stable/jackett/7.0.4/test_values.yaml similarity index 100% rename from stable/jackett/7.0.3/test_values.yaml rename to stable/jackett/7.0.4/test_values.yaml diff --git a/stable/jackett/7.0.3/values.yaml b/stable/jackett/7.0.4/values.yaml similarity index 100% rename from stable/jackett/7.0.3/values.yaml rename to stable/jackett/7.0.4/values.yaml diff --git a/stable/jdownloader2/2.0.2/CHANGELOG.md b/stable/jdownloader2/2.0.2/CHANGELOG.md deleted file mode 100644 index 0d7fcb6cf7a..00000000000 --- a/stable/jdownloader2/2.0.2/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [jdownloader2-2.0.2](https://github.com/truecharts/apps/compare/jdownloader2-2.0.1...jdownloader2-2.0.2) (2021-09-13) - -#### Fix - -* set jdownloader2 umask to 002 ([#982](https://github.com/truecharts/apps/issues/982)) - diff --git a/stable/jdownloader2/2.0.2/Chart.lock b/stable/jdownloader2/2.0.2/Chart.lock deleted file mode 100644 index cf6b8ead065..00000000000 --- a/stable/jdownloader2/2.0.2/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-13T18:31:23.469507681Z" diff --git a/stable/jdownloader2/2.0.2/charts/common-7.0.12.tgz b/stable/jdownloader2/2.0.2/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/jdownloader2/2.0.2/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/jdownloader2/2.0.3/CHANGELOG.md b/stable/jdownloader2/2.0.3/CHANGELOG.md new file mode 100644 index 00000000000..72a622b53be --- /dev/null +++ b/stable/jdownloader2/2.0.3/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [jdownloader2-2.0.3](https://github.com/truecharts/apps/compare/jdownloader2-2.0.2...jdownloader2-2.0.3) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/jdownloader2/2.0.2/CONFIG.md b/stable/jdownloader2/2.0.3/CONFIG.md similarity index 100% rename from stable/jdownloader2/2.0.2/CONFIG.md rename to stable/jdownloader2/2.0.3/CONFIG.md diff --git a/stable/jdownloader2/2.0.3/Chart.lock b/stable/jdownloader2/2.0.3/Chart.lock new file mode 100644 index 00000000000..93f15735ec9 --- /dev/null +++ b/stable/jdownloader2/2.0.3/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:06:07.012259716Z" diff --git a/stable/jdownloader2/2.0.2/Chart.yaml b/stable/jdownloader2/2.0.3/Chart.yaml similarity index 95% rename from stable/jdownloader2/2.0.2/Chart.yaml rename to stable/jdownloader2/2.0.3/Chart.yaml index 60a4b401a16..acd0f84e1d1 100644 --- a/stable/jdownloader2/2.0.2/Chart.yaml +++ b/stable/jdownloader2/2.0.3/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.7.1" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 deprecated: false description: JDownloader is a free, open-source download management tool with a huge community of developers that makes downloading as easy and fast as it should be. @@ -23,4 +23,4 @@ sources: - https://hub.docker.com/r/jlesage/jdownloader-2 - https://jdownloader.org/ type: application -version: 2.0.2 +version: 2.0.3 diff --git a/stable/jdownloader2/2.0.2/README.md b/stable/jdownloader2/2.0.3/README.md similarity index 96% rename from stable/jdownloader2/2.0.2/README.md rename to stable/jdownloader2/2.0.3/README.md index 1312acd571c..a320e66fde2 100644 --- a/stable/jdownloader2/2.0.2/README.md +++ b/stable/jdownloader2/2.0.3/README.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/jdownloader2/2.0.2/app-readme.md b/stable/jdownloader2/2.0.3/app-readme.md similarity index 100% rename from stable/jdownloader2/2.0.2/app-readme.md rename to stable/jdownloader2/2.0.3/app-readme.md diff --git a/stable/jdownloader2/2.0.3/charts/common-7.0.14.tgz b/stable/jdownloader2/2.0.3/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/jdownloader2/2.0.3/charts/common-7.0.14.tgz differ diff --git a/stable/jdownloader2/2.0.2/helm-values.md b/stable/jdownloader2/2.0.3/helm-values.md similarity index 100% rename from stable/jdownloader2/2.0.2/helm-values.md rename to stable/jdownloader2/2.0.3/helm-values.md diff --git a/stable/jdownloader2/2.0.2/ix_values.yaml b/stable/jdownloader2/2.0.3/ix_values.yaml similarity index 100% rename from stable/jdownloader2/2.0.2/ix_values.yaml rename to stable/jdownloader2/2.0.3/ix_values.yaml diff --git a/stable/jdownloader2/2.0.2/questions.yaml b/stable/jdownloader2/2.0.3/questions.yaml similarity index 99% rename from stable/jdownloader2/2.0.2/questions.yaml rename to stable/jdownloader2/2.0.3/questions.yaml index ed476840c9a..a333672b48f 100644 --- a/stable/jdownloader2/2.0.2/questions.yaml +++ b/stable/jdownloader2/2.0.3/questions.yaml @@ -1527,12 +1527,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/jdownloader2/2.0.2/templates/common.yaml b/stable/jdownloader2/2.0.3/templates/common.yaml similarity index 100% rename from stable/jdownloader2/2.0.2/templates/common.yaml rename to stable/jdownloader2/2.0.3/templates/common.yaml diff --git a/stable/jdownloader2/2.0.2/test_values.yaml b/stable/jdownloader2/2.0.3/test_values.yaml similarity index 100% rename from stable/jdownloader2/2.0.2/test_values.yaml rename to stable/jdownloader2/2.0.3/test_values.yaml diff --git a/stable/jdownloader2/2.0.2/values.yaml b/stable/jdownloader2/2.0.3/values.yaml similarity index 100% rename from stable/jdownloader2/2.0.2/values.yaml rename to stable/jdownloader2/2.0.3/values.yaml diff --git a/stable/jellyfin/7.0.1/CHANGELOG.md b/stable/jellyfin/7.0.1/CHANGELOG.md deleted file mode 100644 index b4909be2baa..00000000000 --- a/stable/jellyfin/7.0.1/CHANGELOG.md +++ /dev/null @@ -1,20 +0,0 @@ - - -### [jellyfin-7.0.1](https://github.com/truecharts/apps/compare/jellyfin-6.11.16...jellyfin-7.0.1) (2021-09-13) - -#### Chore - -* move more dockerhub containers to GHCR mirror ([#958](https://github.com/truecharts/apps/issues/958)) -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - -#### Fix - -* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956)) - diff --git a/stable/jellyfin/7.0.1/Chart.lock b/stable/jellyfin/7.0.1/Chart.lock deleted file mode 100644 index dc4ac5e19fd..00000000000 --- a/stable/jellyfin/7.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-13T16:55:50.905740278Z" diff --git a/stable/jellyfin/7.0.1/charts/common-7.0.12.tgz b/stable/jellyfin/7.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/jellyfin/7.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/jellyfin/7.0.2/CHANGELOG.md b/stable/jellyfin/7.0.2/CHANGELOG.md new file mode 100644 index 00000000000..0a38960b2aa --- /dev/null +++ b/stable/jellyfin/7.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [jellyfin-7.0.2](https://github.com/truecharts/apps/compare/jellyfin-7.0.1...jellyfin-7.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/jellyfin/7.0.1/CONFIG.md b/stable/jellyfin/7.0.2/CONFIG.md similarity index 100% rename from stable/jellyfin/7.0.1/CONFIG.md rename to stable/jellyfin/7.0.2/CONFIG.md diff --git a/stable/jellyfin/7.0.2/Chart.lock b/stable/jellyfin/7.0.2/Chart.lock new file mode 100644 index 00000000000..82ad498c1ff --- /dev/null +++ b/stable/jellyfin/7.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:06:16.001727257Z" diff --git a/stable/jellyfin/7.0.1/Chart.yaml b/stable/jellyfin/7.0.2/Chart.yaml similarity index 94% rename from stable/jellyfin/7.0.1/Chart.yaml rename to stable/jellyfin/7.0.2/Chart.yaml index 48fc5f35ac6..4c014635444 100644 --- a/stable/jellyfin/7.0.1/Chart.yaml +++ b/stable/jellyfin/7.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "10.7.7" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 deprecated: false description: Jellyfin is a Free Software Media System home: https://github.com/truecharts/apps/tree/master/charts/stable/jellyfin @@ -24,4 +24,4 @@ name: jellyfin sources: - https://github.com/jellyfin/jellyfin type: application -version: 7.0.1 +version: 7.0.2 diff --git a/stable/jellyfin/7.0.1/README.md b/stable/jellyfin/7.0.2/README.md similarity index 96% rename from stable/jellyfin/7.0.1/README.md rename to stable/jellyfin/7.0.2/README.md index c935094f402..9e788c09a5f 100644 --- a/stable/jellyfin/7.0.1/README.md +++ b/stable/jellyfin/7.0.2/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/jellyfin/7.0.1/app-readme.md b/stable/jellyfin/7.0.2/app-readme.md similarity index 100% rename from stable/jellyfin/7.0.1/app-readme.md rename to stable/jellyfin/7.0.2/app-readme.md diff --git a/stable/jellyfin/7.0.2/charts/common-7.0.14.tgz b/stable/jellyfin/7.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/jellyfin/7.0.2/charts/common-7.0.14.tgz differ diff --git a/stable/jellyfin/7.0.1/helm-values.md b/stable/jellyfin/7.0.2/helm-values.md similarity index 100% rename from stable/jellyfin/7.0.1/helm-values.md rename to stable/jellyfin/7.0.2/helm-values.md diff --git a/stable/jellyfin/7.0.1/ix_values.yaml b/stable/jellyfin/7.0.2/ix_values.yaml similarity index 100% rename from stable/jellyfin/7.0.1/ix_values.yaml rename to stable/jellyfin/7.0.2/ix_values.yaml diff --git a/stable/jellyfin/7.0.1/questions.yaml b/stable/jellyfin/7.0.2/questions.yaml similarity index 99% rename from stable/jellyfin/7.0.1/questions.yaml rename to stable/jellyfin/7.0.2/questions.yaml index 9072289da00..359f66d2e76 100644 --- a/stable/jellyfin/7.0.1/questions.yaml +++ b/stable/jellyfin/7.0.2/questions.yaml @@ -1342,12 +1342,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/jellyfin/7.0.1/templates/common.yaml b/stable/jellyfin/7.0.2/templates/common.yaml similarity index 100% rename from stable/jellyfin/7.0.1/templates/common.yaml rename to stable/jellyfin/7.0.2/templates/common.yaml diff --git a/stable/jellyfin/7.0.1/test_values.yaml b/stable/jellyfin/7.0.2/test_values.yaml similarity index 100% rename from stable/jellyfin/7.0.1/test_values.yaml rename to stable/jellyfin/7.0.2/test_values.yaml diff --git a/stable/jellyfin/7.0.1/values.yaml b/stable/jellyfin/7.0.2/values.yaml similarity index 100% rename from stable/jellyfin/7.0.1/values.yaml rename to stable/jellyfin/7.0.2/values.yaml diff --git a/stable/k8s-gateway/2.0.1/CHANGELOG.md b/stable/k8s-gateway/2.0.1/CHANGELOG.md deleted file mode 100644 index 83bfc78a1d7..00000000000 --- a/stable/k8s-gateway/2.0.1/CHANGELOG.md +++ /dev/null @@ -1,15 +0,0 @@ - - -### [k8s-gateway-2.0.1](https://github.com/truecharts/apps/compare/k8s-gateway-1.0.10...k8s-gateway-2.0.1) (2021-09-13) - -#### Chore - -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - diff --git a/stable/k8s-gateway/2.0.1/Chart.lock b/stable/k8s-gateway/2.0.1/Chart.lock deleted file mode 100644 index 8506a757620..00000000000 --- a/stable/k8s-gateway/2.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-13T16:56:00.009010917Z" diff --git a/stable/k8s-gateway/2.0.1/charts/common-7.0.12.tgz b/stable/k8s-gateway/2.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/k8s-gateway/2.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/k8s-gateway/2.0.2/CHANGELOG.md b/stable/k8s-gateway/2.0.2/CHANGELOG.md new file mode 100644 index 00000000000..eadeb28bb14 --- /dev/null +++ b/stable/k8s-gateway/2.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [k8s-gateway-2.0.2](https://github.com/truecharts/apps/compare/k8s-gateway-2.0.1...k8s-gateway-2.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/k8s-gateway/2.0.1/CONFIG.md b/stable/k8s-gateway/2.0.2/CONFIG.md similarity index 100% rename from stable/k8s-gateway/2.0.1/CONFIG.md rename to stable/k8s-gateway/2.0.2/CONFIG.md diff --git a/stable/k8s-gateway/2.0.2/Chart.lock b/stable/k8s-gateway/2.0.2/Chart.lock new file mode 100644 index 00000000000..220b0388c30 --- /dev/null +++ b/stable/k8s-gateway/2.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:06:25.25922743Z" diff --git a/stable/k8s-gateway/2.0.1/Chart.yaml b/stable/k8s-gateway/2.0.2/Chart.yaml similarity index 94% rename from stable/k8s-gateway/2.0.1/Chart.yaml rename to stable/k8s-gateway/2.0.2/Chart.yaml index 1c7b42785cf..0af4c0e55c7 100644 --- a/stable/k8s-gateway/2.0.1/Chart.yaml +++ b/stable/k8s-gateway/2.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.1.8" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 deprecated: false description: A Helm chart for the k8s_gateway CoreDNS plugin home: https://github.com/truecharts/apps/tree/master/charts/stable/k8s-gateway @@ -20,4 +20,4 @@ name: k8s-gateway sources: - https://github.com/ori-edge/k8s_gateway type: application -version: 2.0.1 +version: 2.0.2 diff --git a/stable/k8s-gateway/2.0.1/README.md b/stable/k8s-gateway/2.0.2/README.md similarity index 96% rename from stable/k8s-gateway/2.0.1/README.md rename to stable/k8s-gateway/2.0.2/README.md index 137bda6f610..e95fe1a2103 100644 --- a/stable/k8s-gateway/2.0.1/README.md +++ b/stable/k8s-gateway/2.0.2/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/k8s-gateway/2.0.1/app-readme.md b/stable/k8s-gateway/2.0.2/app-readme.md similarity index 100% rename from stable/k8s-gateway/2.0.1/app-readme.md rename to stable/k8s-gateway/2.0.2/app-readme.md diff --git a/stable/k8s-gateway/2.0.2/charts/common-7.0.14.tgz b/stable/k8s-gateway/2.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/k8s-gateway/2.0.2/charts/common-7.0.14.tgz differ diff --git a/stable/k8s-gateway/2.0.1/helm-values.md b/stable/k8s-gateway/2.0.2/helm-values.md similarity index 100% rename from stable/k8s-gateway/2.0.1/helm-values.md rename to stable/k8s-gateway/2.0.2/helm-values.md diff --git a/stable/k8s-gateway/2.0.1/ix_values.yaml b/stable/k8s-gateway/2.0.2/ix_values.yaml similarity index 100% rename from stable/k8s-gateway/2.0.1/ix_values.yaml rename to stable/k8s-gateway/2.0.2/ix_values.yaml diff --git a/stable/k8s-gateway/2.0.1/questions.yaml b/stable/k8s-gateway/2.0.2/questions.yaml similarity index 99% rename from stable/k8s-gateway/2.0.1/questions.yaml rename to stable/k8s-gateway/2.0.2/questions.yaml index 5d3141cb09d..41eeda70a39 100644 --- a/stable/k8s-gateway/2.0.1/questions.yaml +++ b/stable/k8s-gateway/2.0.2/questions.yaml @@ -925,12 +925,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/k8s-gateway/2.0.1/templates/_configmap.tpl b/stable/k8s-gateway/2.0.2/templates/_configmap.tpl similarity index 100% rename from stable/k8s-gateway/2.0.1/templates/_configmap.tpl rename to stable/k8s-gateway/2.0.2/templates/_configmap.tpl diff --git a/stable/k8s-gateway/2.0.1/templates/common.yaml b/stable/k8s-gateway/2.0.2/templates/common.yaml similarity index 100% rename from stable/k8s-gateway/2.0.1/templates/common.yaml rename to stable/k8s-gateway/2.0.2/templates/common.yaml diff --git a/stable/k8s-gateway/2.0.1/test_values.yaml b/stable/k8s-gateway/2.0.2/test_values.yaml similarity index 100% rename from stable/k8s-gateway/2.0.1/test_values.yaml rename to stable/k8s-gateway/2.0.2/test_values.yaml diff --git a/stable/k8s-gateway/2.0.1/values.yaml b/stable/k8s-gateway/2.0.2/values.yaml similarity index 100% rename from stable/k8s-gateway/2.0.1/values.yaml rename to stable/k8s-gateway/2.0.2/values.yaml diff --git a/stable/kms/7.0.1/CHANGELOG.md b/stable/kms/7.0.1/CHANGELOG.md deleted file mode 100644 index d15a63893c0..00000000000 --- a/stable/kms/7.0.1/CHANGELOG.md +++ /dev/null @@ -1,20 +0,0 @@ - - -### [kms-7.0.1](https://github.com/truecharts/apps/compare/kms-6.11.15...kms-7.0.1) (2021-09-13) - -#### Chore - -* update non-major -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - -#### Fix - -* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956)) - diff --git a/stable/kms/7.0.1/Chart.lock b/stable/kms/7.0.1/Chart.lock deleted file mode 100644 index 74a5a9b891c..00000000000 --- a/stable/kms/7.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-13T16:56:09.048770147Z" diff --git a/stable/kms/7.0.1/charts/common-7.0.12.tgz b/stable/kms/7.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/kms/7.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/kms/7.0.2/CHANGELOG.md b/stable/kms/7.0.2/CHANGELOG.md new file mode 100644 index 00000000000..200f90b19b7 --- /dev/null +++ b/stable/kms/7.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [kms-7.0.2](https://github.com/truecharts/apps/compare/kms-7.0.1...kms-7.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/kms/7.0.1/CONFIG.md b/stable/kms/7.0.2/CONFIG.md similarity index 100% rename from stable/kms/7.0.1/CONFIG.md rename to stable/kms/7.0.2/CONFIG.md diff --git a/stable/kms/7.0.2/Chart.lock b/stable/kms/7.0.2/Chart.lock new file mode 100644 index 00000000000..1208db6d132 --- /dev/null +++ b/stable/kms/7.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:06:34.270628008Z" diff --git a/stable/kms/7.0.1/Chart.yaml b/stable/kms/7.0.2/Chart.yaml similarity index 94% rename from stable/kms/7.0.1/Chart.yaml rename to stable/kms/7.0.2/Chart.yaml index 699052fa1e5..5403aa93e16 100644 --- a/stable/kms/7.0.1/Chart.yaml +++ b/stable/kms/7.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "minimal" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 deprecated: false description: Private Windows Activation Server for development and testing home: https://github.com/truecharts/apps/tree/master/charts/stable/kms @@ -22,4 +22,4 @@ name: kms sources: - https://github.com/SystemRage/py-kms type: application -version: 7.0.1 +version: 7.0.2 diff --git a/stable/kms/7.0.1/README.md b/stable/kms/7.0.2/README.md similarity index 96% rename from stable/kms/7.0.1/README.md rename to stable/kms/7.0.2/README.md index b8c7699ac5e..9c005b72f81 100644 --- a/stable/kms/7.0.1/README.md +++ b/stable/kms/7.0.2/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/kms/7.0.1/app-readme.md b/stable/kms/7.0.2/app-readme.md similarity index 100% rename from stable/kms/7.0.1/app-readme.md rename to stable/kms/7.0.2/app-readme.md diff --git a/stable/kms/7.0.2/charts/common-7.0.14.tgz b/stable/kms/7.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/kms/7.0.2/charts/common-7.0.14.tgz differ diff --git a/stable/kms/7.0.1/helm-values.md b/stable/kms/7.0.2/helm-values.md similarity index 100% rename from stable/kms/7.0.1/helm-values.md rename to stable/kms/7.0.2/helm-values.md diff --git a/stable/kms/7.0.1/ix_values.yaml b/stable/kms/7.0.2/ix_values.yaml similarity index 100% rename from stable/kms/7.0.1/ix_values.yaml rename to stable/kms/7.0.2/ix_values.yaml diff --git a/stable/kms/7.0.1/questions.yaml b/stable/kms/7.0.2/questions.yaml similarity index 99% rename from stable/kms/7.0.1/questions.yaml rename to stable/kms/7.0.2/questions.yaml index 0c8a88041a5..36e5be0ebe7 100644 --- a/stable/kms/7.0.1/questions.yaml +++ b/stable/kms/7.0.2/questions.yaml @@ -1016,12 +1016,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/kms/7.0.1/templates/common.yaml b/stable/kms/7.0.2/templates/common.yaml similarity index 100% rename from stable/kms/7.0.1/templates/common.yaml rename to stable/kms/7.0.2/templates/common.yaml diff --git a/stable/kms/7.0.1/test_values.yaml b/stable/kms/7.0.2/test_values.yaml similarity index 100% rename from stable/kms/7.0.1/test_values.yaml rename to stable/kms/7.0.2/test_values.yaml diff --git a/stable/kms/7.0.1/values.yaml b/stable/kms/7.0.2/values.yaml similarity index 100% rename from stable/kms/7.0.1/values.yaml rename to stable/kms/7.0.2/values.yaml diff --git a/stable/komga/2.0.3/CHANGELOG.md b/stable/komga/2.0.3/CHANGELOG.md deleted file mode 100644 index ac03e52fa13..00000000000 --- a/stable/komga/2.0.3/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [komga-2.0.3](https://github.com/truecharts/apps/compare/komga-2.0.2...komga-2.0.3) (2021-09-21) - -#### Chore - -* update non-major ([#1013](https://github.com/truecharts/apps/issues/1013)) - diff --git a/stable/komga/2.0.3/Chart.lock b/stable/komga/2.0.3/Chart.lock deleted file mode 100644 index 9c12de53fcb..00000000000 --- a/stable/komga/2.0.3/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 7.0.12 -digest: sha256:6609ac081f2fa3f9ccafe5462c1016a5848be1029bec1127c0ecbce7981ec9d2 -generated: "2021-09-21T08:45:34.997457498Z" diff --git a/stable/komga/2.0.3/charts/common-7.0.12.tgz b/stable/komga/2.0.3/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/komga/2.0.3/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/komga/2.0.4/CHANGELOG.md b/stable/komga/2.0.4/CHANGELOG.md new file mode 100644 index 00000000000..64653240c15 --- /dev/null +++ b/stable/komga/2.0.4/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [komga-2.0.4](https://github.com/truecharts/apps/compare/komga-2.0.3...komga-2.0.4) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/komga/2.0.3/CONFIG.md b/stable/komga/2.0.4/CONFIG.md similarity index 100% rename from stable/komga/2.0.3/CONFIG.md rename to stable/komga/2.0.4/CONFIG.md diff --git a/stable/komga/2.0.4/Chart.lock b/stable/komga/2.0.4/Chart.lock new file mode 100644 index 00000000000..973f7113dba --- /dev/null +++ b/stable/komga/2.0.4/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 7.0.14 +digest: sha256:050b52e7ae7aa5580026804422c8a279ceaacd28df48af65de0b530e6d045954 +generated: "2021-09-21T10:06:43.34275354Z" diff --git a/stable/komga/2.0.3/Chart.yaml b/stable/komga/2.0.4/Chart.yaml similarity index 94% rename from stable/komga/2.0.3/Chart.yaml rename to stable/komga/2.0.4/Chart.yaml index fd5bac4603c..79e317cb210 100644 --- a/stable/komga/2.0.3/Chart.yaml +++ b/stable/komga/2.0.4/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.128.2" dependencies: - name: common repository: https://truecharts.org - version: 7.0.12 + version: 7.0.14 description: A comics/mangas server to serve/stream pages via API home: https://github.com/truechartsapps/tree/master/charts/incubator/komga icon: https://komga.org/assets/media/logo.svg @@ -21,4 +21,4 @@ name: komga sources: - https://komga.org/ - https://github.com/gotson/komga -version: 2.0.3 +version: 2.0.4 diff --git a/stable/komga/2.0.3/README.md b/stable/komga/2.0.4/README.md similarity index 96% rename from stable/komga/2.0.3/README.md rename to stable/komga/2.0.4/README.md index 81d83340e89..0d65b29449a 100644 --- a/stable/komga/2.0.3/README.md +++ b/stable/komga/2.0.4/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 7.0.12 | +| https://truecharts.org | common | 7.0.14 | ## Installing the Chart diff --git a/stable/komga/2.0.3/app-readme.md b/stable/komga/2.0.4/app-readme.md similarity index 100% rename from stable/komga/2.0.3/app-readme.md rename to stable/komga/2.0.4/app-readme.md diff --git a/stable/komga/2.0.4/charts/common-7.0.14.tgz b/stable/komga/2.0.4/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/komga/2.0.4/charts/common-7.0.14.tgz differ diff --git a/stable/komga/2.0.3/helm-values.md b/stable/komga/2.0.4/helm-values.md similarity index 100% rename from stable/komga/2.0.3/helm-values.md rename to stable/komga/2.0.4/helm-values.md diff --git a/stable/komga/2.0.3/ix_values.yaml b/stable/komga/2.0.4/ix_values.yaml similarity index 100% rename from stable/komga/2.0.3/ix_values.yaml rename to stable/komga/2.0.4/ix_values.yaml diff --git a/stable/komga/2.0.3/questions.yaml b/stable/komga/2.0.4/questions.yaml similarity index 100% rename from stable/komga/2.0.3/questions.yaml rename to stable/komga/2.0.4/questions.yaml diff --git a/stable/komga/2.0.3/templates/common.yaml b/stable/komga/2.0.4/templates/common.yaml similarity index 100% rename from stable/komga/2.0.3/templates/common.yaml rename to stable/komga/2.0.4/templates/common.yaml diff --git a/stable/komga/2.0.3/test_values.yaml b/stable/komga/2.0.4/test_values.yaml similarity index 100% rename from stable/komga/2.0.3/test_values.yaml rename to stable/komga/2.0.4/test_values.yaml diff --git a/stable/komga/2.0.3/values.yaml b/stable/komga/2.0.4/values.yaml similarity index 100% rename from stable/komga/2.0.3/values.yaml rename to stable/komga/2.0.4/values.yaml diff --git a/stable/lazylibrarian/7.0.3/CHANGELOG.md b/stable/lazylibrarian/7.0.3/CHANGELOG.md deleted file mode 100644 index 09eefee1403..00000000000 --- a/stable/lazylibrarian/7.0.3/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [lazylibrarian-7.0.3](https://github.com/truecharts/apps/compare/lazylibrarian-7.0.2...lazylibrarian-7.0.3) (2021-09-21) - -#### Chore - -* update non-major ([#1013](https://github.com/truecharts/apps/issues/1013)) - diff --git a/stable/lazylibrarian/7.0.3/Chart.lock b/stable/lazylibrarian/7.0.3/Chart.lock deleted file mode 100644 index 1a999299ae9..00000000000 --- a/stable/lazylibrarian/7.0.3/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-21T08:45:46.907261128Z" diff --git a/stable/lazylibrarian/7.0.3/charts/common-7.0.12.tgz b/stable/lazylibrarian/7.0.3/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/lazylibrarian/7.0.3/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/lazylibrarian/7.0.4/CHANGELOG.md b/stable/lazylibrarian/7.0.4/CHANGELOG.md new file mode 100644 index 00000000000..cffd25069cd --- /dev/null +++ b/stable/lazylibrarian/7.0.4/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [lazylibrarian-7.0.4](https://github.com/truecharts/apps/compare/lazylibrarian-7.0.3...lazylibrarian-7.0.4) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/lazylibrarian/7.0.3/CONFIG.md b/stable/lazylibrarian/7.0.4/CONFIG.md similarity index 100% rename from stable/lazylibrarian/7.0.3/CONFIG.md rename to stable/lazylibrarian/7.0.4/CONFIG.md diff --git a/stable/lazylibrarian/7.0.4/Chart.lock b/stable/lazylibrarian/7.0.4/Chart.lock new file mode 100644 index 00000000000..9aa4cc59b4f --- /dev/null +++ b/stable/lazylibrarian/7.0.4/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:06:52.385296021Z" diff --git a/stable/lazylibrarian/7.0.3/Chart.yaml b/stable/lazylibrarian/7.0.4/Chart.yaml similarity index 95% rename from stable/lazylibrarian/7.0.3/Chart.yaml rename to stable/lazylibrarian/7.0.4/Chart.yaml index 11b5fe22f73..9abf605a8ab 100644 --- a/stable/lazylibrarian/7.0.3/Chart.yaml +++ b/stable/lazylibrarian/7.0.4/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 deprecated: false description: Get all your books, like series with Sonarr... home: https://github.com/truecharts/apps/tree/master/charts/incubator/lazylibrarian @@ -24,4 +24,4 @@ sources: - https://gitlab.com/LazyLibrarian/LazyLibrarian.git - https://lazylibrarian.gitlab.io type: application -version: 7.0.3 +version: 7.0.4 diff --git a/stable/lazylibrarian/7.0.3/README.md b/stable/lazylibrarian/7.0.4/README.md similarity index 96% rename from stable/lazylibrarian/7.0.3/README.md rename to stable/lazylibrarian/7.0.4/README.md index 18901426a51..c09dd0813ec 100644 --- a/stable/lazylibrarian/7.0.3/README.md +++ b/stable/lazylibrarian/7.0.4/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/lazylibrarian/7.0.3/app-readme.md b/stable/lazylibrarian/7.0.4/app-readme.md similarity index 100% rename from stable/lazylibrarian/7.0.3/app-readme.md rename to stable/lazylibrarian/7.0.4/app-readme.md diff --git a/stable/lazylibrarian/7.0.4/charts/common-7.0.14.tgz b/stable/lazylibrarian/7.0.4/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/lazylibrarian/7.0.4/charts/common-7.0.14.tgz differ diff --git a/stable/lazylibrarian/7.0.3/helm-values.md b/stable/lazylibrarian/7.0.4/helm-values.md similarity index 100% rename from stable/lazylibrarian/7.0.3/helm-values.md rename to stable/lazylibrarian/7.0.4/helm-values.md diff --git a/stable/lazylibrarian/7.0.3/ix_values.yaml b/stable/lazylibrarian/7.0.4/ix_values.yaml similarity index 100% rename from stable/lazylibrarian/7.0.3/ix_values.yaml rename to stable/lazylibrarian/7.0.4/ix_values.yaml diff --git a/stable/lazylibrarian/7.0.3/questions.yaml b/stable/lazylibrarian/7.0.4/questions.yaml similarity index 100% rename from stable/lazylibrarian/7.0.3/questions.yaml rename to stable/lazylibrarian/7.0.4/questions.yaml diff --git a/stable/lazylibrarian/7.0.3/templates/common.yaml b/stable/lazylibrarian/7.0.4/templates/common.yaml similarity index 100% rename from stable/lazylibrarian/7.0.3/templates/common.yaml rename to stable/lazylibrarian/7.0.4/templates/common.yaml diff --git a/stable/lazylibrarian/7.0.3/test_values.yaml b/stable/lazylibrarian/7.0.4/test_values.yaml similarity index 100% rename from stable/lazylibrarian/7.0.3/test_values.yaml rename to stable/lazylibrarian/7.0.4/test_values.yaml diff --git a/stable/lazylibrarian/7.0.3/values.yaml b/stable/lazylibrarian/7.0.4/values.yaml similarity index 100% rename from stable/lazylibrarian/7.0.3/values.yaml rename to stable/lazylibrarian/7.0.4/values.yaml diff --git a/stable/librespeed/2.0.2/CHANGELOG.md b/stable/librespeed/2.0.2/CHANGELOG.md deleted file mode 100644 index 09c76838efe..00000000000 --- a/stable/librespeed/2.0.2/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [librespeed-2.0.2](https://github.com/truecharts/apps/compare/librespeed-2.0.1...librespeed-2.0.2) (2021-09-21) - -#### Chore - -* update non-major ([#1015](https://github.com/truecharts/apps/issues/1015)) - diff --git a/stable/librespeed/2.0.2/Chart.lock b/stable/librespeed/2.0.2/Chart.lock deleted file mode 100644 index 4ca0e52fdc9..00000000000 --- a/stable/librespeed/2.0.2/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 7.0.12 -digest: sha256:6609ac081f2fa3f9ccafe5462c1016a5848be1029bec1127c0ecbce7981ec9d2 -generated: "2021-09-21T09:04:03.702696477Z" diff --git a/stable/librespeed/2.0.2/charts/common-7.0.12.tgz b/stable/librespeed/2.0.2/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/librespeed/2.0.2/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/librespeed/2.0.3/CHANGELOG.md b/stable/librespeed/2.0.3/CHANGELOG.md new file mode 100644 index 00000000000..374ec6cc730 --- /dev/null +++ b/stable/librespeed/2.0.3/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [librespeed-2.0.3](https://github.com/truecharts/apps/compare/librespeed-2.0.2...librespeed-2.0.3) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/librespeed/2.0.2/CONFIG.md b/stable/librespeed/2.0.3/CONFIG.md similarity index 100% rename from stable/librespeed/2.0.2/CONFIG.md rename to stable/librespeed/2.0.3/CONFIG.md diff --git a/stable/librespeed/2.0.3/Chart.lock b/stable/librespeed/2.0.3/Chart.lock new file mode 100644 index 00000000000..4b6d37f0f96 --- /dev/null +++ b/stable/librespeed/2.0.3/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 7.0.14 +digest: sha256:050b52e7ae7aa5580026804422c8a279ceaacd28df48af65de0b530e6d045954 +generated: "2021-09-21T10:07:01.551756711Z" diff --git a/stable/librespeed/2.0.2/Chart.yaml b/stable/librespeed/2.0.3/Chart.yaml similarity index 95% rename from stable/librespeed/2.0.2/Chart.yaml rename to stable/librespeed/2.0.3/Chart.yaml index deaf69ce432..d4670242cc1 100644 --- a/stable/librespeed/2.0.2/Chart.yaml +++ b/stable/librespeed/2.0.3/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "5.2.4" dependencies: - name: common repository: https://truecharts.org - version: 7.0.12 + version: 7.0.14 description: Librespeed is a HTML5 webpage to test upload and download speeds home: https://github.com/truechartsapps/tree/master/charts/incubator/librespeed icon: https://github.com/librespeed/speedtest/blob/master/.logo/icon_huge.png?raw=true @@ -20,4 +20,4 @@ sources: - https://github.com/librespeed/speedtest - https://hub.docker.com/r/linuxserver/librespeed - https://github.com/truechartsapps/tree/master/charts/librespeed -version: 2.0.2 +version: 2.0.3 diff --git a/stable/librespeed/2.0.2/README.md b/stable/librespeed/2.0.3/README.md similarity index 96% rename from stable/librespeed/2.0.2/README.md rename to stable/librespeed/2.0.3/README.md index cbb4b29b634..d833a2bc09e 100644 --- a/stable/librespeed/2.0.2/README.md +++ b/stable/librespeed/2.0.3/README.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 7.0.12 | +| https://truecharts.org | common | 7.0.14 | ## Installing the Chart diff --git a/stable/librespeed/2.0.2/app-readme.md b/stable/librespeed/2.0.3/app-readme.md similarity index 100% rename from stable/librespeed/2.0.2/app-readme.md rename to stable/librespeed/2.0.3/app-readme.md diff --git a/stable/librespeed/2.0.3/charts/common-7.0.14.tgz b/stable/librespeed/2.0.3/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/librespeed/2.0.3/charts/common-7.0.14.tgz differ diff --git a/stable/librespeed/2.0.2/ci/ct-values.yaml b/stable/librespeed/2.0.3/ci/ct-values.yaml similarity index 100% rename from stable/librespeed/2.0.2/ci/ct-values.yaml rename to stable/librespeed/2.0.3/ci/ct-values.yaml diff --git a/stable/librespeed/2.0.2/helm-values.md b/stable/librespeed/2.0.3/helm-values.md similarity index 100% rename from stable/librespeed/2.0.2/helm-values.md rename to stable/librespeed/2.0.3/helm-values.md diff --git a/stable/librespeed/2.0.2/ix_values.yaml b/stable/librespeed/2.0.3/ix_values.yaml similarity index 100% rename from stable/librespeed/2.0.2/ix_values.yaml rename to stable/librespeed/2.0.3/ix_values.yaml diff --git a/stable/librespeed/2.0.2/questions.yaml b/stable/librespeed/2.0.3/questions.yaml similarity index 100% rename from stable/librespeed/2.0.2/questions.yaml rename to stable/librespeed/2.0.3/questions.yaml diff --git a/stable/librespeed/2.0.2/templates/common.yaml b/stable/librespeed/2.0.3/templates/common.yaml similarity index 100% rename from stable/librespeed/2.0.2/templates/common.yaml rename to stable/librespeed/2.0.3/templates/common.yaml diff --git a/stable/librespeed/2.0.2/test_values.yaml b/stable/librespeed/2.0.3/test_values.yaml similarity index 100% rename from stable/librespeed/2.0.2/test_values.yaml rename to stable/librespeed/2.0.3/test_values.yaml diff --git a/stable/librespeed/2.0.2/values.yaml b/stable/librespeed/2.0.3/values.yaml similarity index 100% rename from stable/librespeed/2.0.2/values.yaml rename to stable/librespeed/2.0.3/values.yaml diff --git a/stable/lidarr/7.0.1/CHANGELOG.md b/stable/lidarr/7.0.1/CHANGELOG.md deleted file mode 100644 index cddfd430743..00000000000 --- a/stable/lidarr/7.0.1/CHANGELOG.md +++ /dev/null @@ -1,19 +0,0 @@ - - -### [lidarr-7.0.1](https://github.com/truecharts/apps/compare/lidarr-6.11.15...lidarr-7.0.1) (2021-09-13) - -#### Chore - -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - -#### Fix - -* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956)) - diff --git a/stable/lidarr/7.0.1/Chart.lock b/stable/lidarr/7.0.1/Chart.lock deleted file mode 100644 index df4dd887d23..00000000000 --- a/stable/lidarr/7.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-13T16:56:45.248348078Z" diff --git a/stable/lidarr/7.0.1/charts/common-7.0.12.tgz b/stable/lidarr/7.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/lidarr/7.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/lidarr/7.0.2/CHANGELOG.md b/stable/lidarr/7.0.2/CHANGELOG.md new file mode 100644 index 00000000000..f0fc5293642 --- /dev/null +++ b/stable/lidarr/7.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [lidarr-7.0.2](https://github.com/truecharts/apps/compare/lidarr-7.0.1...lidarr-7.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/lidarr/7.0.1/CONFIG.md b/stable/lidarr/7.0.2/CONFIG.md similarity index 100% rename from stable/lidarr/7.0.1/CONFIG.md rename to stable/lidarr/7.0.2/CONFIG.md diff --git a/stable/lidarr/7.0.2/Chart.lock b/stable/lidarr/7.0.2/Chart.lock new file mode 100644 index 00000000000..27cb0c51e36 --- /dev/null +++ b/stable/lidarr/7.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:07:10.65493804Z" diff --git a/stable/lidarr/7.0.1/Chart.yaml b/stable/lidarr/7.0.2/Chart.yaml similarity index 94% rename from stable/lidarr/7.0.1/Chart.yaml rename to stable/lidarr/7.0.2/Chart.yaml index a22d72231cd..016dbd13e36 100644 --- a/stable/lidarr/7.0.1/Chart.yaml +++ b/stable/lidarr/7.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.0.0.2255" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 deprecated: false description: Looks and smells like Sonarr but made for music home: https://github.com/truecharts/apps/tree/master/charts/stable/lidarr @@ -24,4 +24,4 @@ name: lidarr sources: - https://github.com/Lidarr/Lidarr type: application -version: 7.0.1 +version: 7.0.2 diff --git a/stable/lidarr/7.0.1/README.md b/stable/lidarr/7.0.2/README.md similarity index 96% rename from stable/lidarr/7.0.1/README.md rename to stable/lidarr/7.0.2/README.md index 1c455df1f7b..1b6f8047cc9 100644 --- a/stable/lidarr/7.0.1/README.md +++ b/stable/lidarr/7.0.2/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/lidarr/7.0.1/app-readme.md b/stable/lidarr/7.0.2/app-readme.md similarity index 100% rename from stable/lidarr/7.0.1/app-readme.md rename to stable/lidarr/7.0.2/app-readme.md diff --git a/stable/lidarr/7.0.2/charts/common-7.0.14.tgz b/stable/lidarr/7.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/lidarr/7.0.2/charts/common-7.0.14.tgz differ diff --git a/stable/lidarr/7.0.1/helm-values.md b/stable/lidarr/7.0.2/helm-values.md similarity index 100% rename from stable/lidarr/7.0.1/helm-values.md rename to stable/lidarr/7.0.2/helm-values.md diff --git a/stable/lidarr/7.0.1/ix_values.yaml b/stable/lidarr/7.0.2/ix_values.yaml similarity index 100% rename from stable/lidarr/7.0.1/ix_values.yaml rename to stable/lidarr/7.0.2/ix_values.yaml diff --git a/stable/lidarr/7.0.1/questions.yaml b/stable/lidarr/7.0.2/questions.yaml similarity index 99% rename from stable/lidarr/7.0.1/questions.yaml rename to stable/lidarr/7.0.2/questions.yaml index 4af6ad3e6ec..cf4fbc8577c 100644 --- a/stable/lidarr/7.0.1/questions.yaml +++ b/stable/lidarr/7.0.2/questions.yaml @@ -1333,12 +1333,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/lidarr/7.0.1/templates/common.yaml b/stable/lidarr/7.0.2/templates/common.yaml similarity index 100% rename from stable/lidarr/7.0.1/templates/common.yaml rename to stable/lidarr/7.0.2/templates/common.yaml diff --git a/stable/lidarr/7.0.1/test_values.yaml b/stable/lidarr/7.0.2/test_values.yaml similarity index 100% rename from stable/lidarr/7.0.1/test_values.yaml rename to stable/lidarr/7.0.2/test_values.yaml diff --git a/stable/lidarr/7.0.1/values.yaml b/stable/lidarr/7.0.2/values.yaml similarity index 100% rename from stable/lidarr/7.0.1/values.yaml rename to stable/lidarr/7.0.2/values.yaml diff --git a/stable/littlelink/2.0.1/CHANGELOG.md b/stable/littlelink/2.0.1/CHANGELOG.md deleted file mode 100644 index ffd60784eb7..00000000000 --- a/stable/littlelink/2.0.1/CHANGELOG.md +++ /dev/null @@ -1,20 +0,0 @@ - - -### [littlelink-2.0.1](https://github.com/truecharts/apps/compare/littlelink-1.5.15...littlelink-2.0.1) (2021-09-13) - -#### Chore - -* update non-major -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - -#### Fix - -* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956)) - diff --git a/stable/littlelink/2.0.1/Chart.lock b/stable/littlelink/2.0.1/Chart.lock deleted file mode 100644 index 8e9a4b1d4f2..00000000000 --- a/stable/littlelink/2.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-13T16:56:54.24878878Z" diff --git a/stable/littlelink/2.0.1/charts/common-7.0.12.tgz b/stable/littlelink/2.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/littlelink/2.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/littlelink/2.0.2/CHANGELOG.md b/stable/littlelink/2.0.2/CHANGELOG.md new file mode 100644 index 00000000000..a5bc545a706 --- /dev/null +++ b/stable/littlelink/2.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [littlelink-2.0.2](https://github.com/truecharts/apps/compare/littlelink-2.0.1...littlelink-2.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/littlelink/2.0.1/CONFIG.md b/stable/littlelink/2.0.2/CONFIG.md similarity index 100% rename from stable/littlelink/2.0.1/CONFIG.md rename to stable/littlelink/2.0.2/CONFIG.md diff --git a/stable/littlelink/2.0.2/Chart.lock b/stable/littlelink/2.0.2/Chart.lock new file mode 100644 index 00000000000..62da6a7ed58 --- /dev/null +++ b/stable/littlelink/2.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:07:19.517146736Z" diff --git a/stable/littlelink/2.0.1/Chart.yaml b/stable/littlelink/2.0.2/Chart.yaml similarity index 95% rename from stable/littlelink/2.0.1/Chart.yaml rename to stable/littlelink/2.0.2/Chart.yaml index 6cacf6dece6..d57537c150a 100644 --- a/stable/littlelink/2.0.1/Chart.yaml +++ b/stable/littlelink/2.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 deprecated: false description: Easy platform to combine all your social links home: https://github.com/truecharts/apps/tree/master/charts/stable/littlelink @@ -23,4 +23,4 @@ sources: - https://github.com/techno-tim/littlelink-server - https://github.com/sethcottle/littlelink type: application -version: 2.0.1 +version: 2.0.2 diff --git a/stable/littlelink/2.0.1/README.md b/stable/littlelink/2.0.2/README.md similarity index 96% rename from stable/littlelink/2.0.1/README.md rename to stable/littlelink/2.0.2/README.md index 46c8bee232d..ed5b6f92cd1 100644 --- a/stable/littlelink/2.0.1/README.md +++ b/stable/littlelink/2.0.2/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/littlelink/2.0.1/app-readme.md b/stable/littlelink/2.0.2/app-readme.md similarity index 100% rename from stable/littlelink/2.0.1/app-readme.md rename to stable/littlelink/2.0.2/app-readme.md diff --git a/stable/littlelink/2.0.2/charts/common-7.0.14.tgz b/stable/littlelink/2.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/littlelink/2.0.2/charts/common-7.0.14.tgz differ diff --git a/stable/littlelink/2.0.1/helm-values.md b/stable/littlelink/2.0.2/helm-values.md similarity index 100% rename from stable/littlelink/2.0.1/helm-values.md rename to stable/littlelink/2.0.2/helm-values.md diff --git a/stable/littlelink/2.0.1/ix_values.yaml b/stable/littlelink/2.0.2/ix_values.yaml similarity index 100% rename from stable/littlelink/2.0.1/ix_values.yaml rename to stable/littlelink/2.0.2/ix_values.yaml diff --git a/stable/littlelink/2.0.1/questions.yaml b/stable/littlelink/2.0.2/questions.yaml similarity index 99% rename from stable/littlelink/2.0.1/questions.yaml rename to stable/littlelink/2.0.2/questions.yaml index bbd68e53c80..69eb8ebf9e0 100644 --- a/stable/littlelink/2.0.1/questions.yaml +++ b/stable/littlelink/2.0.2/questions.yaml @@ -1373,12 +1373,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/littlelink/2.0.1/templates/_configmap.tpl b/stable/littlelink/2.0.2/templates/_configmap.tpl similarity index 100% rename from stable/littlelink/2.0.1/templates/_configmap.tpl rename to stable/littlelink/2.0.2/templates/_configmap.tpl diff --git a/stable/littlelink/2.0.1/templates/common.yaml b/stable/littlelink/2.0.2/templates/common.yaml similarity index 100% rename from stable/littlelink/2.0.1/templates/common.yaml rename to stable/littlelink/2.0.2/templates/common.yaml diff --git a/stable/littlelink/2.0.1/test_values.yaml b/stable/littlelink/2.0.2/test_values.yaml similarity index 100% rename from stable/littlelink/2.0.1/test_values.yaml rename to stable/littlelink/2.0.2/test_values.yaml diff --git a/stable/littlelink/2.0.1/values.yaml b/stable/littlelink/2.0.2/values.yaml similarity index 100% rename from stable/littlelink/2.0.1/values.yaml rename to stable/littlelink/2.0.2/values.yaml diff --git a/stable/lychee/7.0.1/CHANGELOG.md b/stable/lychee/7.0.1/CHANGELOG.md deleted file mode 100644 index bd6d0332621..00000000000 --- a/stable/lychee/7.0.1/CHANGELOG.md +++ /dev/null @@ -1,20 +0,0 @@ - - -### [lychee-7.0.1](https://github.com/truecharts/apps/compare/lychee-6.11.15...lychee-7.0.1) (2021-09-13) - -#### Chore - -* move more dockerhub containers to GHCR mirror ([#958](https://github.com/truecharts/apps/issues/958)) -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - -#### Fix - -* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956)) - diff --git a/stable/lychee/7.0.1/Chart.lock b/stable/lychee/7.0.1/Chart.lock deleted file mode 100644 index 56cae8082fa..00000000000 --- a/stable/lychee/7.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-13T16:57:03.323838772Z" diff --git a/stable/lychee/7.0.1/charts/common-7.0.12.tgz b/stable/lychee/7.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/lychee/7.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/lychee/7.0.2/CHANGELOG.md b/stable/lychee/7.0.2/CHANGELOG.md new file mode 100644 index 00000000000..3d0138821b6 --- /dev/null +++ b/stable/lychee/7.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [lychee-7.0.2](https://github.com/truecharts/apps/compare/lychee-7.0.1...lychee-7.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/lychee/7.0.1/CONFIG.md b/stable/lychee/7.0.2/CONFIG.md similarity index 100% rename from stable/lychee/7.0.1/CONFIG.md rename to stable/lychee/7.0.2/CONFIG.md diff --git a/stable/lychee/7.0.2/Chart.lock b/stable/lychee/7.0.2/Chart.lock new file mode 100644 index 00000000000..e692c2396ed --- /dev/null +++ b/stable/lychee/7.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:07:28.534506473Z" diff --git a/stable/lychee/7.0.1/Chart.yaml b/stable/lychee/7.0.2/Chart.yaml similarity index 95% rename from stable/lychee/7.0.1/Chart.yaml rename to stable/lychee/7.0.2/Chart.yaml index bbcbd583b1c..2459a5406d8 100644 --- a/stable/lychee/7.0.1/Chart.yaml +++ b/stable/lychee/7.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "4.3.4" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 deprecated: false description: Lychee is a free photo-management tool, which runs on your server or web-space @@ -23,4 +23,4 @@ sources: - https://github.com/LycheeOrg/Lychee - https://hub.docker.com/r/lycheeorg/lychee type: application -version: 7.0.1 +version: 7.0.2 diff --git a/stable/lychee/7.0.1/README.md b/stable/lychee/7.0.2/README.md similarity index 96% rename from stable/lychee/7.0.1/README.md rename to stable/lychee/7.0.2/README.md index 8f86a20101b..ec6e48e6822 100644 --- a/stable/lychee/7.0.1/README.md +++ b/stable/lychee/7.0.2/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/lychee/7.0.1/app-readme.md b/stable/lychee/7.0.2/app-readme.md similarity index 100% rename from stable/lychee/7.0.1/app-readme.md rename to stable/lychee/7.0.2/app-readme.md diff --git a/stable/lychee/7.0.2/charts/common-7.0.14.tgz b/stable/lychee/7.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/lychee/7.0.2/charts/common-7.0.14.tgz differ diff --git a/stable/lychee/7.0.1/helm-values.md b/stable/lychee/7.0.2/helm-values.md similarity index 100% rename from stable/lychee/7.0.1/helm-values.md rename to stable/lychee/7.0.2/helm-values.md diff --git a/stable/lychee/7.0.1/ix_values.yaml b/stable/lychee/7.0.2/ix_values.yaml similarity index 100% rename from stable/lychee/7.0.1/ix_values.yaml rename to stable/lychee/7.0.2/ix_values.yaml diff --git a/stable/lychee/7.0.1/questions.yaml b/stable/lychee/7.0.2/questions.yaml similarity index 99% rename from stable/lychee/7.0.1/questions.yaml rename to stable/lychee/7.0.2/questions.yaml index 988349ca353..a55fd51544c 100644 --- a/stable/lychee/7.0.1/questions.yaml +++ b/stable/lychee/7.0.2/questions.yaml @@ -1300,12 +1300,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/lychee/7.0.1/templates/common.yaml b/stable/lychee/7.0.2/templates/common.yaml similarity index 100% rename from stable/lychee/7.0.1/templates/common.yaml rename to stable/lychee/7.0.2/templates/common.yaml diff --git a/stable/lychee/7.0.1/test_values.yaml b/stable/lychee/7.0.2/test_values.yaml similarity index 100% rename from stable/lychee/7.0.1/test_values.yaml rename to stable/lychee/7.0.2/test_values.yaml diff --git a/stable/lychee/7.0.1/values.yaml b/stable/lychee/7.0.2/values.yaml similarity index 100% rename from stable/lychee/7.0.1/values.yaml rename to stable/lychee/7.0.2/values.yaml diff --git a/stable/mealie/2.0.1/CHANGELOG.md b/stable/mealie/2.0.1/CHANGELOG.md deleted file mode 100644 index fb586c7e5e8..00000000000 --- a/stable/mealie/2.0.1/CHANGELOG.md +++ /dev/null @@ -1,16 +0,0 @@ - - -### [mealie-2.0.1](https://github.com/truecharts/apps/compare/mealie-1.11.15...mealie-2.0.1) (2021-09-13) - -#### Chore - -* move more dockerhub containers to GHCR mirror ([#958](https://github.com/truecharts/apps/issues/958)) -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - diff --git a/stable/mealie/2.0.1/Chart.lock b/stable/mealie/2.0.1/Chart.lock deleted file mode 100644 index 34cdf597810..00000000000 --- a/stable/mealie/2.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-13T16:57:12.650183294Z" diff --git a/stable/mealie/2.0.1/charts/common-7.0.12.tgz b/stable/mealie/2.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/mealie/2.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/mealie/2.0.2/CHANGELOG.md b/stable/mealie/2.0.2/CHANGELOG.md new file mode 100644 index 00000000000..0c17897d750 --- /dev/null +++ b/stable/mealie/2.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [mealie-2.0.2](https://github.com/truecharts/apps/compare/mealie-2.0.1...mealie-2.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/mealie/2.0.1/CONFIG.md b/stable/mealie/2.0.2/CONFIG.md similarity index 100% rename from stable/mealie/2.0.1/CONFIG.md rename to stable/mealie/2.0.2/CONFIG.md diff --git a/stable/mealie/2.0.2/Chart.lock b/stable/mealie/2.0.2/Chart.lock new file mode 100644 index 00000000000..c67e5edc9ae --- /dev/null +++ b/stable/mealie/2.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:07:37.682440308Z" diff --git a/stable/mealie/2.0.1/Chart.yaml b/stable/mealie/2.0.2/Chart.yaml similarity index 95% rename from stable/mealie/2.0.1/Chart.yaml rename to stable/mealie/2.0.2/Chart.yaml index ce171dc1fc1..011276c84bd 100644 --- a/stable/mealie/2.0.1/Chart.yaml +++ b/stable/mealie/2.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.5.2" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 description: Mealie is a self hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family. @@ -19,4 +19,4 @@ maintainers: name: mealie sources: - https://github.com/hay-kot/mealie -version: 2.0.1 +version: 2.0.2 diff --git a/stable/mealie/2.0.1/README.md b/stable/mealie/2.0.2/README.md similarity index 96% rename from stable/mealie/2.0.1/README.md rename to stable/mealie/2.0.2/README.md index d19c1292c6d..e8d3db1f044 100644 --- a/stable/mealie/2.0.1/README.md +++ b/stable/mealie/2.0.2/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/mealie/2.0.1/app-readme.md b/stable/mealie/2.0.2/app-readme.md similarity index 100% rename from stable/mealie/2.0.1/app-readme.md rename to stable/mealie/2.0.2/app-readme.md diff --git a/stable/mealie/2.0.2/charts/common-7.0.14.tgz b/stable/mealie/2.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/mealie/2.0.2/charts/common-7.0.14.tgz differ diff --git a/stable/mealie/2.0.1/helm-values.md b/stable/mealie/2.0.2/helm-values.md similarity index 100% rename from stable/mealie/2.0.1/helm-values.md rename to stable/mealie/2.0.2/helm-values.md diff --git a/stable/mealie/2.0.1/ix_values.yaml b/stable/mealie/2.0.2/ix_values.yaml similarity index 100% rename from stable/mealie/2.0.1/ix_values.yaml rename to stable/mealie/2.0.2/ix_values.yaml diff --git a/stable/mealie/2.0.1/questions.yaml b/stable/mealie/2.0.2/questions.yaml similarity index 99% rename from stable/mealie/2.0.1/questions.yaml rename to stable/mealie/2.0.2/questions.yaml index f9b5966847e..d9d6e363300 100644 --- a/stable/mealie/2.0.1/questions.yaml +++ b/stable/mealie/2.0.2/questions.yaml @@ -1296,12 +1296,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/mealie/2.0.1/templates/common.yaml b/stable/mealie/2.0.2/templates/common.yaml similarity index 100% rename from stable/mealie/2.0.1/templates/common.yaml rename to stable/mealie/2.0.2/templates/common.yaml diff --git a/stable/mealie/2.0.1/test_values.yaml b/stable/mealie/2.0.2/test_values.yaml similarity index 100% rename from stable/mealie/2.0.1/test_values.yaml rename to stable/mealie/2.0.2/test_values.yaml diff --git a/stable/mealie/2.0.1/values.yaml b/stable/mealie/2.0.2/values.yaml similarity index 100% rename from stable/mealie/2.0.1/values.yaml rename to stable/mealie/2.0.2/values.yaml diff --git a/stable/mosquitto/2.0.1/CHANGELOG.md b/stable/mosquitto/2.0.1/CHANGELOG.md deleted file mode 100644 index e452763b93a..00000000000 --- a/stable/mosquitto/2.0.1/CHANGELOG.md +++ /dev/null @@ -1,21 +0,0 @@ - - -### [mosquitto-2.0.1](https://github.com/truecharts/apps/compare/mosquitto-1.11.16...mosquitto-2.0.1) (2021-09-13) - -#### Chore - -* move most remaining Apps to GHCR mirror ([#959](https://github.com/truecharts/apps/issues/959)) -* move more dockerhub containers to GHCR mirror ([#958](https://github.com/truecharts/apps/issues/958)) -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - -#### Fix - -* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956)) - diff --git a/stable/mosquitto/2.0.1/Chart.lock b/stable/mosquitto/2.0.1/Chart.lock deleted file mode 100644 index 9072d0861fd..00000000000 --- a/stable/mosquitto/2.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-13T16:57:21.763511459Z" diff --git a/stable/mosquitto/2.0.1/charts/common-7.0.12.tgz b/stable/mosquitto/2.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/mosquitto/2.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/mosquitto/2.0.2/CHANGELOG.md b/stable/mosquitto/2.0.2/CHANGELOG.md new file mode 100644 index 00000000000..ef98efaf65d --- /dev/null +++ b/stable/mosquitto/2.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [mosquitto-2.0.2](https://github.com/truecharts/apps/compare/mosquitto-2.0.1...mosquitto-2.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/mosquitto/2.0.1/CONFIG.md b/stable/mosquitto/2.0.2/CONFIG.md similarity index 100% rename from stable/mosquitto/2.0.1/CONFIG.md rename to stable/mosquitto/2.0.2/CONFIG.md diff --git a/stable/mosquitto/2.0.2/Chart.lock b/stable/mosquitto/2.0.2/Chart.lock new file mode 100644 index 00000000000..c3ead99ebb1 --- /dev/null +++ b/stable/mosquitto/2.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:07:46.735606671Z" diff --git a/stable/mosquitto/2.0.1/Chart.yaml b/stable/mosquitto/2.0.2/Chart.yaml similarity index 94% rename from stable/mosquitto/2.0.1/Chart.yaml rename to stable/mosquitto/2.0.2/Chart.yaml index e89e541daeb..e4120c965d4 100644 --- a/stable/mosquitto/2.0.1/Chart.yaml +++ b/stable/mosquitto/2.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.0.12" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 deprecated: false description: Eclipse Mosquitto - An open source MQTT broker home: https://github.com/truecharts/apps/tree/master/charts/incubator/mosquitto @@ -21,4 +21,4 @@ name: mosquitto sources: - https://github.com/eclipse/mosquitto type: application -version: 2.0.1 +version: 2.0.2 diff --git a/stable/mosquitto/2.0.1/README.md b/stable/mosquitto/2.0.2/README.md similarity index 96% rename from stable/mosquitto/2.0.1/README.md rename to stable/mosquitto/2.0.2/README.md index b787bc28cf2..d9a5ced2ac6 100644 --- a/stable/mosquitto/2.0.1/README.md +++ b/stable/mosquitto/2.0.2/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/mosquitto/2.0.1/app-readme.md b/stable/mosquitto/2.0.2/app-readme.md similarity index 100% rename from stable/mosquitto/2.0.1/app-readme.md rename to stable/mosquitto/2.0.2/app-readme.md diff --git a/stable/mosquitto/2.0.2/charts/common-7.0.14.tgz b/stable/mosquitto/2.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/mosquitto/2.0.2/charts/common-7.0.14.tgz differ diff --git a/stable/mosquitto/2.0.1/helm-values.md b/stable/mosquitto/2.0.2/helm-values.md similarity index 100% rename from stable/mosquitto/2.0.1/helm-values.md rename to stable/mosquitto/2.0.2/helm-values.md diff --git a/stable/mosquitto/2.0.1/ix_values.yaml b/stable/mosquitto/2.0.2/ix_values.yaml similarity index 100% rename from stable/mosquitto/2.0.1/ix_values.yaml rename to stable/mosquitto/2.0.2/ix_values.yaml diff --git a/stable/mosquitto/2.0.1/questions.yaml b/stable/mosquitto/2.0.2/questions.yaml similarity index 99% rename from stable/mosquitto/2.0.1/questions.yaml rename to stable/mosquitto/2.0.2/questions.yaml index 750f435dc57..63ecb4c1c73 100644 --- a/stable/mosquitto/2.0.1/questions.yaml +++ b/stable/mosquitto/2.0.2/questions.yaml @@ -1455,12 +1455,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/mosquitto/2.0.1/templates/common.yaml b/stable/mosquitto/2.0.2/templates/common.yaml similarity index 100% rename from stable/mosquitto/2.0.1/templates/common.yaml rename to stable/mosquitto/2.0.2/templates/common.yaml diff --git a/stable/mosquitto/2.0.1/templates/configmap.yaml b/stable/mosquitto/2.0.2/templates/configmap.yaml similarity index 100% rename from stable/mosquitto/2.0.1/templates/configmap.yaml rename to stable/mosquitto/2.0.2/templates/configmap.yaml diff --git a/stable/mosquitto/2.0.1/test_values.yaml b/stable/mosquitto/2.0.2/test_values.yaml similarity index 100% rename from stable/mosquitto/2.0.1/test_values.yaml rename to stable/mosquitto/2.0.2/test_values.yaml diff --git a/stable/mosquitto/2.0.1/values.yaml b/stable/mosquitto/2.0.2/values.yaml similarity index 100% rename from stable/mosquitto/2.0.1/values.yaml rename to stable/mosquitto/2.0.2/values.yaml diff --git a/stable/mylar/2.0.1/CHANGELOG.md b/stable/mylar/2.0.1/CHANGELOG.md deleted file mode 100644 index 702a73a5242..00000000000 --- a/stable/mylar/2.0.1/CHANGELOG.md +++ /dev/null @@ -1,19 +0,0 @@ - - -### [mylar-2.0.1](https://github.com/truecharts/apps/compare/mylar-1.9.15...mylar-2.0.1) (2021-09-13) - -#### Chore - -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - -#### Fix - -* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956)) - diff --git a/stable/mylar/2.0.1/Chart.lock b/stable/mylar/2.0.1/Chart.lock deleted file mode 100644 index 88d3d930c25..00000000000 --- a/stable/mylar/2.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 7.0.12 -digest: sha256:6609ac081f2fa3f9ccafe5462c1016a5848be1029bec1127c0ecbce7981ec9d2 -generated: "2021-09-13T16:57:30.679021305Z" diff --git a/stable/mylar/2.0.1/charts/common-7.0.12.tgz b/stable/mylar/2.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/mylar/2.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/mylar/2.0.2/CHANGELOG.md b/stable/mylar/2.0.2/CHANGELOG.md new file mode 100644 index 00000000000..35722fe90ab --- /dev/null +++ b/stable/mylar/2.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [mylar-2.0.2](https://github.com/truecharts/apps/compare/mylar-2.0.1...mylar-2.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/mylar/2.0.1/CONFIG.md b/stable/mylar/2.0.2/CONFIG.md similarity index 100% rename from stable/mylar/2.0.1/CONFIG.md rename to stable/mylar/2.0.2/CONFIG.md diff --git a/stable/mylar/2.0.2/Chart.lock b/stable/mylar/2.0.2/Chart.lock new file mode 100644 index 00000000000..2d2d0912951 --- /dev/null +++ b/stable/mylar/2.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 7.0.14 +digest: sha256:050b52e7ae7aa5580026804422c8a279ceaacd28df48af65de0b530e6d045954 +generated: "2021-09-21T10:07:55.59141357Z" diff --git a/stable/mylar/2.0.1/Chart.yaml b/stable/mylar/2.0.2/Chart.yaml similarity index 95% rename from stable/mylar/2.0.1/Chart.yaml rename to stable/mylar/2.0.2/Chart.yaml index 10cfbe2b689..e857325a034 100644 --- a/stable/mylar/2.0.1/Chart.yaml +++ b/stable/mylar/2.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.5.3" dependencies: - name: common repository: https://truecharts.org - version: 7.0.12 + version: 7.0.14 description: Mylar is the automated Comic Book downloader (cbr/cbz) for use with various download clients. home: https://github.com/truechartsapps/tree/master/charts/incubator/mylar @@ -19,4 +19,4 @@ sources: - https://github.com/mylar3/mylar3 - https://github.com/linuxserver/docker-mylar3 - https://github.com/truechartsapps/tree/master/charts/mylar -version: 2.0.1 +version: 2.0.2 diff --git a/stable/mylar/2.0.1/README.md b/stable/mylar/2.0.2/README.md similarity index 96% rename from stable/mylar/2.0.1/README.md rename to stable/mylar/2.0.2/README.md index c01c83da00e..4a5f4bfbe3e 100644 --- a/stable/mylar/2.0.1/README.md +++ b/stable/mylar/2.0.2/README.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 7.0.12 | +| https://truecharts.org | common | 7.0.14 | ## Installing the Chart diff --git a/stable/mylar/2.0.1/app-readme.md b/stable/mylar/2.0.2/app-readme.md similarity index 100% rename from stable/mylar/2.0.1/app-readme.md rename to stable/mylar/2.0.2/app-readme.md diff --git a/stable/mylar/2.0.2/charts/common-7.0.14.tgz b/stable/mylar/2.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/mylar/2.0.2/charts/common-7.0.14.tgz differ diff --git a/stable/mylar/2.0.1/helm-values.md b/stable/mylar/2.0.2/helm-values.md similarity index 100% rename from stable/mylar/2.0.1/helm-values.md rename to stable/mylar/2.0.2/helm-values.md diff --git a/stable/mylar/2.0.1/ix_values.yaml b/stable/mylar/2.0.2/ix_values.yaml similarity index 100% rename from stable/mylar/2.0.1/ix_values.yaml rename to stable/mylar/2.0.2/ix_values.yaml diff --git a/stable/mylar/2.0.1/questions.yaml b/stable/mylar/2.0.2/questions.yaml similarity index 99% rename from stable/mylar/2.0.1/questions.yaml rename to stable/mylar/2.0.2/questions.yaml index 58d2cbf7f7e..55ad251d912 100644 --- a/stable/mylar/2.0.1/questions.yaml +++ b/stable/mylar/2.0.2/questions.yaml @@ -1345,12 +1345,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/mylar/2.0.1/templates/common.yaml b/stable/mylar/2.0.2/templates/common.yaml similarity index 100% rename from stable/mylar/2.0.1/templates/common.yaml rename to stable/mylar/2.0.2/templates/common.yaml diff --git a/stable/mylar/2.0.1/test_values.yaml b/stable/mylar/2.0.2/test_values.yaml similarity index 100% rename from stable/mylar/2.0.1/test_values.yaml rename to stable/mylar/2.0.2/test_values.yaml diff --git a/stable/mylar/2.0.1/values.yaml b/stable/mylar/2.0.2/values.yaml similarity index 100% rename from stable/mylar/2.0.1/values.yaml rename to stable/mylar/2.0.2/values.yaml diff --git a/stable/navidrome/7.0.1/CHANGELOG.md b/stable/navidrome/7.0.1/CHANGELOG.md deleted file mode 100644 index 0cebcbd518f..00000000000 --- a/stable/navidrome/7.0.1/CHANGELOG.md +++ /dev/null @@ -1,20 +0,0 @@ - - -### [navidrome-7.0.1](https://github.com/truecharts/apps/compare/navidrome-6.11.15...navidrome-7.0.1) (2021-09-13) - -#### Chore - -* move most remaining Apps to GHCR mirror ([#959](https://github.com/truecharts/apps/issues/959)) -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - -#### Fix - -* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956)) - diff --git a/stable/navidrome/7.0.1/Chart.lock b/stable/navidrome/7.0.1/Chart.lock deleted file mode 100644 index b1bb300dcdc..00000000000 --- a/stable/navidrome/7.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-13T16:57:39.581338647Z" diff --git a/stable/navidrome/7.0.1/charts/common-7.0.12.tgz b/stable/navidrome/7.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/navidrome/7.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/navidrome/7.0.2/CHANGELOG.md b/stable/navidrome/7.0.2/CHANGELOG.md new file mode 100644 index 00000000000..17c95bfaf97 --- /dev/null +++ b/stable/navidrome/7.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [navidrome-7.0.2](https://github.com/truecharts/apps/compare/navidrome-7.0.1...navidrome-7.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/navidrome/7.0.1/CONFIG.md b/stable/navidrome/7.0.2/CONFIG.md similarity index 100% rename from stable/navidrome/7.0.1/CONFIG.md rename to stable/navidrome/7.0.2/CONFIG.md diff --git a/stable/navidrome/7.0.2/Chart.lock b/stable/navidrome/7.0.2/Chart.lock new file mode 100644 index 00000000000..23ac4fa2743 --- /dev/null +++ b/stable/navidrome/7.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:08:04.832446468Z" diff --git a/stable/navidrome/7.0.1/Chart.yaml b/stable/navidrome/7.0.2/Chart.yaml similarity index 95% rename from stable/navidrome/7.0.1/Chart.yaml rename to stable/navidrome/7.0.2/Chart.yaml index e873ff6d66d..9abf10fce25 100644 --- a/stable/navidrome/7.0.1/Chart.yaml +++ b/stable/navidrome/7.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.45.1" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 deprecated: false description: Navidrome is an open source web-based music collection server and streamer home: https://github.com/truecharts/apps/tree/master/charts/incubator/navidrome @@ -22,4 +22,4 @@ sources: - https://github.com/deluan/navidrome - https://hub.docker.com/r/deluan/navidrome type: application -version: 7.0.1 +version: 7.0.2 diff --git a/stable/navidrome/7.0.1/README.md b/stable/navidrome/7.0.2/README.md similarity index 96% rename from stable/navidrome/7.0.1/README.md rename to stable/navidrome/7.0.2/README.md index f42fbc4e4e9..c5fb8269e18 100644 --- a/stable/navidrome/7.0.1/README.md +++ b/stable/navidrome/7.0.2/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/navidrome/7.0.1/app-readme.md b/stable/navidrome/7.0.2/app-readme.md similarity index 100% rename from stable/navidrome/7.0.1/app-readme.md rename to stable/navidrome/7.0.2/app-readme.md diff --git a/stable/navidrome/7.0.2/charts/common-7.0.14.tgz b/stable/navidrome/7.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/navidrome/7.0.2/charts/common-7.0.14.tgz differ diff --git a/stable/navidrome/7.0.1/helm-values.md b/stable/navidrome/7.0.2/helm-values.md similarity index 100% rename from stable/navidrome/7.0.1/helm-values.md rename to stable/navidrome/7.0.2/helm-values.md diff --git a/stable/navidrome/7.0.1/ix_values.yaml b/stable/navidrome/7.0.2/ix_values.yaml similarity index 100% rename from stable/navidrome/7.0.1/ix_values.yaml rename to stable/navidrome/7.0.2/ix_values.yaml diff --git a/stable/navidrome/7.0.1/questions.yaml b/stable/navidrome/7.0.2/questions.yaml similarity index 99% rename from stable/navidrome/7.0.1/questions.yaml rename to stable/navidrome/7.0.2/questions.yaml index 9d101a1a40a..7667507b675 100644 --- a/stable/navidrome/7.0.1/questions.yaml +++ b/stable/navidrome/7.0.2/questions.yaml @@ -1334,12 +1334,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/navidrome/7.0.1/templates/common.yaml b/stable/navidrome/7.0.2/templates/common.yaml similarity index 100% rename from stable/navidrome/7.0.1/templates/common.yaml rename to stable/navidrome/7.0.2/templates/common.yaml diff --git a/stable/navidrome/7.0.1/test_values.yaml b/stable/navidrome/7.0.2/test_values.yaml similarity index 100% rename from stable/navidrome/7.0.1/test_values.yaml rename to stable/navidrome/7.0.2/test_values.yaml diff --git a/stable/navidrome/7.0.1/values.yaml b/stable/navidrome/7.0.2/values.yaml similarity index 100% rename from stable/navidrome/7.0.1/values.yaml rename to stable/navidrome/7.0.2/values.yaml diff --git a/stable/nextcloud/5.0.4/CHANGELOG.md b/stable/nextcloud/5.0.4/CHANGELOG.md deleted file mode 100644 index 5ef350a1f7e..00000000000 --- a/stable/nextcloud/5.0.4/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [nextcloud-5.0.4](https://github.com/truecharts/apps/compare/nextcloud-5.0.3...nextcloud-5.0.4) (2021-09-21) - -#### Chore - -* update non-major ([#1015](https://github.com/truecharts/apps/issues/1015)) - diff --git a/stable/nextcloud/5.0.4/charts/common-7.0.12.tgz b/stable/nextcloud/5.0.4/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/nextcloud/5.0.4/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/nextcloud/5.0.4/charts/postgresql-2.2.0.tgz b/stable/nextcloud/5.0.4/charts/postgresql-2.2.0.tgz deleted file mode 100644 index 3949017ae6d..00000000000 Binary files a/stable/nextcloud/5.0.4/charts/postgresql-2.2.0.tgz and /dev/null differ diff --git a/stable/nextcloud/5.0.5/CHANGELOG.md b/stable/nextcloud/5.0.5/CHANGELOG.md new file mode 100644 index 00000000000..848e5541785 --- /dev/null +++ b/stable/nextcloud/5.0.5/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [nextcloud-5.0.5](https://github.com/truecharts/apps/compare/nextcloud-5.0.4...nextcloud-5.0.5) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/nextcloud/5.0.4/CONFIG.md b/stable/nextcloud/5.0.5/CONFIG.md similarity index 100% rename from stable/nextcloud/5.0.4/CONFIG.md rename to stable/nextcloud/5.0.5/CONFIG.md diff --git a/stable/nextcloud/5.0.4/Chart.lock b/stable/nextcloud/5.0.5/Chart.lock similarity index 56% rename from stable/nextcloud/5.0.4/Chart.lock rename to stable/nextcloud/5.0.5/Chart.lock index cd25b6d2a94..1ee98d83cc4 100644 --- a/stable/nextcloud/5.0.4/Chart.lock +++ b/stable/nextcloud/5.0.5/Chart.lock @@ -1,12 +1,12 @@ dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 - name: postgresql repository: https://truecharts.org/ - version: 2.2.0 + version: 2.2.4 - name: redis repository: https://charts.bitnami.com/bitnami version: 15.3.2 -digest: sha256:b253f7f5df09fa780744ea5a252f40f66265907e246089aad0f54c1e630cbd90 -generated: "2021-09-21T09:04:17.498521659Z" +digest: sha256:c67bd8d91ff40a21a88b2a72bfda8fb360827968e41c37a14baf1aaa779c2336 +generated: "2021-09-21T10:08:16.110853361Z" diff --git a/stable/nextcloud/5.0.4/Chart.yaml b/stable/nextcloud/5.0.5/Chart.yaml similarity index 94% rename from stable/nextcloud/5.0.4/Chart.yaml rename to stable/nextcloud/5.0.5/Chart.yaml index 6f8cd38716c..fc096f3eecc 100644 --- a/stable/nextcloud/5.0.4/Chart.yaml +++ b/stable/nextcloud/5.0.5/Chart.yaml @@ -3,11 +3,11 @@ appVersion: "22.1.1" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 - condition: postgresql.enabled name: postgresql repository: https://truecharts.org/ - version: 2.2.0 + version: 2.2.4 - condition: redis.enabled name: redis repository: https://charts.bitnami.com/bitnami @@ -33,4 +33,4 @@ sources: - https://github.com/nextcloud/docker - https://github.com/nextcloud/helm type: application -version: 5.0.4 +version: 5.0.5 diff --git a/stable/nextcloud/5.0.4/README.md b/stable/nextcloud/5.0.5/README.md similarity index 93% rename from stable/nextcloud/5.0.4/README.md rename to stable/nextcloud/5.0.5/README.md index 5565f38fbb8..9848eea6be7 100644 --- a/stable/nextcloud/5.0.4/README.md +++ b/stable/nextcloud/5.0.5/README.md @@ -19,8 +19,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| | https://charts.bitnami.com/bitnami | redis | 15.3.2 | -| https://truecharts.org/ | common | 7.0.12 | -| https://truecharts.org/ | postgresql | 2.2.0 | +| https://truecharts.org/ | common | 7.0.14 | +| https://truecharts.org/ | postgresql | 2.2.4 | ## Installing the Chart diff --git a/stable/nextcloud/5.0.4/app-readme.md b/stable/nextcloud/5.0.5/app-readme.md similarity index 100% rename from stable/nextcloud/5.0.4/app-readme.md rename to stable/nextcloud/5.0.5/app-readme.md diff --git a/stable/nextcloud/5.0.5/charts/common-7.0.14.tgz b/stable/nextcloud/5.0.5/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/nextcloud/5.0.5/charts/common-7.0.14.tgz differ diff --git a/stable/nextcloud/5.0.5/charts/postgresql-2.2.4.tgz b/stable/nextcloud/5.0.5/charts/postgresql-2.2.4.tgz new file mode 100644 index 00000000000..574546c2ffd Binary files /dev/null and b/stable/nextcloud/5.0.5/charts/postgresql-2.2.4.tgz differ diff --git a/stable/nextcloud/5.0.4/charts/redis-15.3.2.tgz b/stable/nextcloud/5.0.5/charts/redis-15.3.2.tgz similarity index 100% rename from stable/nextcloud/5.0.4/charts/redis-15.3.2.tgz rename to stable/nextcloud/5.0.5/charts/redis-15.3.2.tgz diff --git a/stable/nextcloud/5.0.4/helm-values.md b/stable/nextcloud/5.0.5/helm-values.md similarity index 100% rename from stable/nextcloud/5.0.4/helm-values.md rename to stable/nextcloud/5.0.5/helm-values.md diff --git a/stable/nextcloud/5.0.4/ix_values.yaml b/stable/nextcloud/5.0.5/ix_values.yaml similarity index 100% rename from stable/nextcloud/5.0.4/ix_values.yaml rename to stable/nextcloud/5.0.5/ix_values.yaml diff --git a/stable/nextcloud/5.0.4/questions.yaml b/stable/nextcloud/5.0.5/questions.yaml similarity index 100% rename from stable/nextcloud/5.0.4/questions.yaml rename to stable/nextcloud/5.0.5/questions.yaml diff --git a/stable/nextcloud/5.0.4/templates/_configmap.tpl b/stable/nextcloud/5.0.5/templates/_configmap.tpl similarity index 100% rename from stable/nextcloud/5.0.4/templates/_configmap.tpl rename to stable/nextcloud/5.0.5/templates/_configmap.tpl diff --git a/stable/nextcloud/5.0.4/templates/_cronjob.tpl b/stable/nextcloud/5.0.5/templates/_cronjob.tpl similarity index 100% rename from stable/nextcloud/5.0.4/templates/_cronjob.tpl rename to stable/nextcloud/5.0.5/templates/_cronjob.tpl diff --git a/stable/nextcloud/5.0.4/templates/_secrets.tpl b/stable/nextcloud/5.0.5/templates/_secrets.tpl similarity index 100% rename from stable/nextcloud/5.0.4/templates/_secrets.tpl rename to stable/nextcloud/5.0.5/templates/_secrets.tpl diff --git a/stable/nextcloud/5.0.4/templates/common.yaml b/stable/nextcloud/5.0.5/templates/common.yaml similarity index 100% rename from stable/nextcloud/5.0.4/templates/common.yaml rename to stable/nextcloud/5.0.5/templates/common.yaml diff --git a/stable/nextcloud/5.0.4/test_values.yaml b/stable/nextcloud/5.0.5/test_values.yaml similarity index 100% rename from stable/nextcloud/5.0.4/test_values.yaml rename to stable/nextcloud/5.0.5/test_values.yaml diff --git a/stable/nextcloud/5.0.4/values.yaml b/stable/nextcloud/5.0.5/values.yaml similarity index 100% rename from stable/nextcloud/5.0.4/values.yaml rename to stable/nextcloud/5.0.5/values.yaml diff --git a/stable/node-red/7.0.1/CHANGELOG.md b/stable/node-red/7.0.1/CHANGELOG.md deleted file mode 100644 index 54365e566e4..00000000000 --- a/stable/node-red/7.0.1/CHANGELOG.md +++ /dev/null @@ -1,20 +0,0 @@ - - -### [node-red-7.0.1](https://github.com/truecharts/apps/compare/node-red-6.11.16...node-red-7.0.1) (2021-09-13) - -#### Chore - -* move more dockerhub containers to GHCR mirror ([#958](https://github.com/truecharts/apps/issues/958)) -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - -#### Fix - -* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956)) - diff --git a/stable/node-red/7.0.1/Chart.lock b/stable/node-red/7.0.1/Chart.lock deleted file mode 100644 index b54bc16005e..00000000000 --- a/stable/node-red/7.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-13T16:58:05.547770407Z" diff --git a/stable/node-red/7.0.1/charts/common-7.0.12.tgz b/stable/node-red/7.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/node-red/7.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/node-red/7.0.2/CHANGELOG.md b/stable/node-red/7.0.2/CHANGELOG.md new file mode 100644 index 00000000000..99c031352bf --- /dev/null +++ b/stable/node-red/7.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [node-red-7.0.2](https://github.com/truecharts/apps/compare/node-red-7.0.1...node-red-7.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/node-red/7.0.1/CONFIG.md b/stable/node-red/7.0.2/CONFIG.md similarity index 100% rename from stable/node-red/7.0.1/CONFIG.md rename to stable/node-red/7.0.2/CONFIG.md diff --git a/stable/node-red/7.0.2/Chart.lock b/stable/node-red/7.0.2/Chart.lock new file mode 100644 index 00000000000..560fcbb079f --- /dev/null +++ b/stable/node-red/7.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:08:31.218493955Z" diff --git a/stable/node-red/7.0.1/Chart.yaml b/stable/node-red/7.0.2/Chart.yaml similarity index 94% rename from stable/node-red/7.0.1/Chart.yaml rename to stable/node-red/7.0.2/Chart.yaml index aa32103989a..9976ae0803d 100644 --- a/stable/node-red/7.0.1/Chart.yaml +++ b/stable/node-red/7.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.0.6" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 deprecated: false description: Node-RED is low-code programming for event-driven applications home: https://github.com/truecharts/apps/tree/master/charts/incubator/node-red @@ -20,4 +20,4 @@ name: node-red sources: - https://github.com/node-red/node-red-docker type: application -version: 7.0.1 +version: 7.0.2 diff --git a/stable/node-red/7.0.1/README.md b/stable/node-red/7.0.2/README.md similarity index 96% rename from stable/node-red/7.0.1/README.md rename to stable/node-red/7.0.2/README.md index da9b8768f50..3676716186b 100644 --- a/stable/node-red/7.0.1/README.md +++ b/stable/node-red/7.0.2/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/node-red/7.0.1/app-readme.md b/stable/node-red/7.0.2/app-readme.md similarity index 100% rename from stable/node-red/7.0.1/app-readme.md rename to stable/node-red/7.0.2/app-readme.md diff --git a/stable/node-red/7.0.2/charts/common-7.0.14.tgz b/stable/node-red/7.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/node-red/7.0.2/charts/common-7.0.14.tgz differ diff --git a/stable/node-red/7.0.1/helm-values.md b/stable/node-red/7.0.2/helm-values.md similarity index 100% rename from stable/node-red/7.0.1/helm-values.md rename to stable/node-red/7.0.2/helm-values.md diff --git a/stable/node-red/7.0.1/ix_values.yaml b/stable/node-red/7.0.2/ix_values.yaml similarity index 100% rename from stable/node-red/7.0.1/ix_values.yaml rename to stable/node-red/7.0.2/ix_values.yaml diff --git a/stable/node-red/7.0.1/questions.yaml b/stable/node-red/7.0.2/questions.yaml similarity index 99% rename from stable/node-red/7.0.1/questions.yaml rename to stable/node-red/7.0.2/questions.yaml index b8a36e0e9fe..fb7027332cb 100644 --- a/stable/node-red/7.0.1/questions.yaml +++ b/stable/node-red/7.0.2/questions.yaml @@ -1334,12 +1334,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/node-red/7.0.1/templates/common.yaml b/stable/node-red/7.0.2/templates/common.yaml similarity index 100% rename from stable/node-red/7.0.1/templates/common.yaml rename to stable/node-red/7.0.2/templates/common.yaml diff --git a/stable/node-red/7.0.1/test_values.yaml b/stable/node-red/7.0.2/test_values.yaml similarity index 100% rename from stable/node-red/7.0.1/test_values.yaml rename to stable/node-red/7.0.2/test_values.yaml diff --git a/stable/node-red/7.0.1/values.yaml b/stable/node-red/7.0.2/values.yaml similarity index 100% rename from stable/node-red/7.0.1/values.yaml rename to stable/node-red/7.0.2/values.yaml diff --git a/stable/nullserv/2.0.1/CHANGELOG.md b/stable/nullserv/2.0.1/CHANGELOG.md deleted file mode 100644 index d72e2ec776b..00000000000 --- a/stable/nullserv/2.0.1/CHANGELOG.md +++ /dev/null @@ -1,19 +0,0 @@ - - -### [nullserv-2.0.1](https://github.com/truecharts/apps/compare/nullserv-1.9.15...nullserv-2.0.1) (2021-09-13) - -#### Chore - -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - -#### Fix - -* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956)) - diff --git a/stable/nullserv/2.0.1/Chart.lock b/stable/nullserv/2.0.1/Chart.lock deleted file mode 100644 index 0bcc9e139f9..00000000000 --- a/stable/nullserv/2.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 7.0.12 -digest: sha256:6609ac081f2fa3f9ccafe5462c1016a5848be1029bec1127c0ecbce7981ec9d2 -generated: "2021-09-13T16:58:14.805393474Z" diff --git a/stable/nullserv/2.0.1/charts/common-7.0.12.tgz b/stable/nullserv/2.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/nullserv/2.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/nullserv/2.0.2/CHANGELOG.md b/stable/nullserv/2.0.2/CHANGELOG.md new file mode 100644 index 00000000000..80350e8c4b9 --- /dev/null +++ b/stable/nullserv/2.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [nullserv-2.0.2](https://github.com/truecharts/apps/compare/nullserv-2.0.1...nullserv-2.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/nullserv/2.0.1/CONFIG.md b/stable/nullserv/2.0.2/CONFIG.md similarity index 100% rename from stable/nullserv/2.0.1/CONFIG.md rename to stable/nullserv/2.0.2/CONFIG.md diff --git a/stable/nullserv/2.0.2/Chart.lock b/stable/nullserv/2.0.2/Chart.lock new file mode 100644 index 00000000000..e316cffbafb --- /dev/null +++ b/stable/nullserv/2.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 7.0.14 +digest: sha256:050b52e7ae7aa5580026804422c8a279ceaacd28df48af65de0b530e6d045954 +generated: "2021-09-21T10:08:40.224548696Z" diff --git a/stable/nullserv/2.0.1/Chart.yaml b/stable/nullserv/2.0.2/Chart.yaml similarity index 93% rename from stable/nullserv/2.0.1/Chart.yaml rename to stable/nullserv/2.0.2/Chart.yaml index 291b47963db..e41534a1d8f 100644 --- a/stable/nullserv/2.0.1/Chart.yaml +++ b/stable/nullserv/2.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.3.0" dependencies: - name: common repository: https://truecharts.org - version: 7.0.12 + version: 7.0.14 description: A simple null file http and https server home: https://github.com/truechartsapps/tree/master/charts/incubator/nullserv icon: https://miro.medium.com/max/800/1*UL9RWkTUtJlyHW7kGm20hQ.png @@ -17,4 +17,4 @@ maintainers: name: nullserv sources: - https://github.com/bmrzycki/nullserv -version: 2.0.1 +version: 2.0.2 diff --git a/stable/nullserv/2.0.1/README.md b/stable/nullserv/2.0.2/README.md similarity index 96% rename from stable/nullserv/2.0.1/README.md rename to stable/nullserv/2.0.2/README.md index 46c26a66bdb..e5292efd404 100644 --- a/stable/nullserv/2.0.1/README.md +++ b/stable/nullserv/2.0.2/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 7.0.12 | +| https://truecharts.org | common | 7.0.14 | ## Installing the Chart diff --git a/stable/nullserv/2.0.1/app-readme.md b/stable/nullserv/2.0.2/app-readme.md similarity index 100% rename from stable/nullserv/2.0.1/app-readme.md rename to stable/nullserv/2.0.2/app-readme.md diff --git a/stable/nullserv/2.0.2/charts/common-7.0.14.tgz b/stable/nullserv/2.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/nullserv/2.0.2/charts/common-7.0.14.tgz differ diff --git a/stable/nullserv/2.0.1/helm-values.md b/stable/nullserv/2.0.2/helm-values.md similarity index 100% rename from stable/nullserv/2.0.1/helm-values.md rename to stable/nullserv/2.0.2/helm-values.md diff --git a/stable/nullserv/2.0.1/ix_values.yaml b/stable/nullserv/2.0.2/ix_values.yaml similarity index 100% rename from stable/nullserv/2.0.1/ix_values.yaml rename to stable/nullserv/2.0.2/ix_values.yaml diff --git a/stable/nullserv/2.0.1/questions.yaml b/stable/nullserv/2.0.2/questions.yaml similarity index 99% rename from stable/nullserv/2.0.1/questions.yaml rename to stable/nullserv/2.0.2/questions.yaml index ce8c1f6a9ff..b060969b687 100644 --- a/stable/nullserv/2.0.1/questions.yaml +++ b/stable/nullserv/2.0.2/questions.yaml @@ -1436,12 +1436,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/nullserv/2.0.1/templates/common.yaml b/stable/nullserv/2.0.2/templates/common.yaml similarity index 100% rename from stable/nullserv/2.0.1/templates/common.yaml rename to stable/nullserv/2.0.2/templates/common.yaml diff --git a/stable/nullserv/2.0.1/test_values.yaml b/stable/nullserv/2.0.2/test_values.yaml similarity index 100% rename from stable/nullserv/2.0.1/test_values.yaml rename to stable/nullserv/2.0.2/test_values.yaml diff --git a/stable/nullserv/2.0.1/values.yaml b/stable/nullserv/2.0.2/values.yaml similarity index 100% rename from stable/nullserv/2.0.1/values.yaml rename to stable/nullserv/2.0.2/values.yaml diff --git a/stable/nzbget/7.0.1/CHANGELOG.md b/stable/nzbget/7.0.1/CHANGELOG.md deleted file mode 100644 index 993ff83b66a..00000000000 --- a/stable/nzbget/7.0.1/CHANGELOG.md +++ /dev/null @@ -1,19 +0,0 @@ - - -### [nzbget-7.0.1](https://github.com/truecharts/apps/compare/nzbget-6.11.15...nzbget-7.0.1) (2021-09-13) - -#### Chore - -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - -#### Fix - -* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956)) - diff --git a/stable/nzbget/7.0.1/Chart.lock b/stable/nzbget/7.0.1/Chart.lock deleted file mode 100644 index 144a22f3447..00000000000 --- a/stable/nzbget/7.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-13T16:58:23.824601344Z" diff --git a/stable/nzbget/7.0.1/charts/common-7.0.12.tgz b/stable/nzbget/7.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/nzbget/7.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/nzbget/7.0.2/CHANGELOG.md b/stable/nzbget/7.0.2/CHANGELOG.md new file mode 100644 index 00000000000..92c13c6a044 --- /dev/null +++ b/stable/nzbget/7.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [nzbget-7.0.2](https://github.com/truecharts/apps/compare/nzbget-7.0.1...nzbget-7.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/nzbget/7.0.1/CONFIG.md b/stable/nzbget/7.0.2/CONFIG.md similarity index 100% rename from stable/nzbget/7.0.1/CONFIG.md rename to stable/nzbget/7.0.2/CONFIG.md diff --git a/stable/nzbget/7.0.2/Chart.lock b/stable/nzbget/7.0.2/Chart.lock new file mode 100644 index 00000000000..ace04eb31d1 --- /dev/null +++ b/stable/nzbget/7.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:08:49.07959741Z" diff --git a/stable/nzbget/7.0.1/Chart.yaml b/stable/nzbget/7.0.2/Chart.yaml similarity index 93% rename from stable/nzbget/7.0.1/Chart.yaml rename to stable/nzbget/7.0.2/Chart.yaml index 7b0b0ce719a..38fb853a965 100644 --- a/stable/nzbget/7.0.1/Chart.yaml +++ b/stable/nzbget/7.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "21.1" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 deprecated: false description: NZBGet is a Usenet downloader client home: https://github.com/truecharts/apps/tree/master/charts/incubator/nzbget @@ -20,4 +20,4 @@ name: nzbget sources: - https://nzbget.net/ type: application -version: 7.0.1 +version: 7.0.2 diff --git a/stable/nzbget/7.0.1/README.md b/stable/nzbget/7.0.2/README.md similarity index 96% rename from stable/nzbget/7.0.1/README.md rename to stable/nzbget/7.0.2/README.md index 6a545750c1c..8eacbf14393 100644 --- a/stable/nzbget/7.0.1/README.md +++ b/stable/nzbget/7.0.2/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/nzbget/7.0.1/app-readme.md b/stable/nzbget/7.0.2/app-readme.md similarity index 100% rename from stable/nzbget/7.0.1/app-readme.md rename to stable/nzbget/7.0.2/app-readme.md diff --git a/stable/nzbget/7.0.2/charts/common-7.0.14.tgz b/stable/nzbget/7.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/nzbget/7.0.2/charts/common-7.0.14.tgz differ diff --git a/stable/nzbget/7.0.1/helm-values.md b/stable/nzbget/7.0.2/helm-values.md similarity index 100% rename from stable/nzbget/7.0.1/helm-values.md rename to stable/nzbget/7.0.2/helm-values.md diff --git a/stable/nzbget/7.0.1/ix_values.yaml b/stable/nzbget/7.0.2/ix_values.yaml similarity index 100% rename from stable/nzbget/7.0.1/ix_values.yaml rename to stable/nzbget/7.0.2/ix_values.yaml diff --git a/stable/nzbget/7.0.1/questions.yaml b/stable/nzbget/7.0.2/questions.yaml similarity index 99% rename from stable/nzbget/7.0.1/questions.yaml rename to stable/nzbget/7.0.2/questions.yaml index ba55fb52f66..c7953751237 100644 --- a/stable/nzbget/7.0.1/questions.yaml +++ b/stable/nzbget/7.0.2/questions.yaml @@ -1334,12 +1334,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/nzbget/7.0.1/templates/common.yaml b/stable/nzbget/7.0.2/templates/common.yaml similarity index 100% rename from stable/nzbget/7.0.1/templates/common.yaml rename to stable/nzbget/7.0.2/templates/common.yaml diff --git a/stable/nzbget/7.0.1/test_values.yaml b/stable/nzbget/7.0.2/test_values.yaml similarity index 100% rename from stable/nzbget/7.0.1/test_values.yaml rename to stable/nzbget/7.0.2/test_values.yaml diff --git a/stable/nzbget/7.0.1/values.yaml b/stable/nzbget/7.0.2/values.yaml similarity index 100% rename from stable/nzbget/7.0.1/values.yaml rename to stable/nzbget/7.0.2/values.yaml diff --git a/stable/nzbhydra/7.0.1/CHANGELOG.md b/stable/nzbhydra/7.0.1/CHANGELOG.md deleted file mode 100644 index 07a7121830f..00000000000 --- a/stable/nzbhydra/7.0.1/CHANGELOG.md +++ /dev/null @@ -1,19 +0,0 @@ - - -### [nzbhydra-7.0.1](https://github.com/truecharts/apps/compare/nzbhydra-6.11.15...nzbhydra-7.0.1) (2021-09-13) - -#### Chore - -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - -#### Fix - -* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956)) - diff --git a/stable/nzbhydra/7.0.1/Chart.lock b/stable/nzbhydra/7.0.1/Chart.lock deleted file mode 100644 index 020dd061e10..00000000000 --- a/stable/nzbhydra/7.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-13T16:58:32.727602546Z" diff --git a/stable/nzbhydra/7.0.1/charts/common-7.0.12.tgz b/stable/nzbhydra/7.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/nzbhydra/7.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/nzbhydra/7.0.2/CHANGELOG.md b/stable/nzbhydra/7.0.2/CHANGELOG.md new file mode 100644 index 00000000000..5ef671dca34 --- /dev/null +++ b/stable/nzbhydra/7.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [nzbhydra-7.0.2](https://github.com/truecharts/apps/compare/nzbhydra-7.0.1...nzbhydra-7.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/nzbhydra/7.0.1/CONFIG.md b/stable/nzbhydra/7.0.2/CONFIG.md similarity index 100% rename from stable/nzbhydra/7.0.1/CONFIG.md rename to stable/nzbhydra/7.0.2/CONFIG.md diff --git a/stable/nzbhydra/7.0.2/Chart.lock b/stable/nzbhydra/7.0.2/Chart.lock new file mode 100644 index 00000000000..1e555a2d342 --- /dev/null +++ b/stable/nzbhydra/7.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:08:58.055392056Z" diff --git a/stable/nzbhydra/7.0.1/Chart.yaml b/stable/nzbhydra/7.0.2/Chart.yaml similarity index 93% rename from stable/nzbhydra/7.0.1/Chart.yaml rename to stable/nzbhydra/7.0.2/Chart.yaml index 77b62273aea..b42e63270d3 100644 --- a/stable/nzbhydra/7.0.1/Chart.yaml +++ b/stable/nzbhydra/7.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "3.15.2" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 deprecated: true description: Usenet meta search home: https://github.com/truecharts/apps/tree/master/charts/incubator/nzbhydra @@ -17,4 +17,4 @@ name: nzbhydra sources: - https://github.com/theotherp/nzbhydra2 type: application -version: 7.0.1 +version: 7.0.2 diff --git a/stable/nzbhydra/7.0.1/README.md b/stable/nzbhydra/7.0.2/README.md similarity index 96% rename from stable/nzbhydra/7.0.1/README.md rename to stable/nzbhydra/7.0.2/README.md index 23e0b324501..22eee9a164c 100644 --- a/stable/nzbhydra/7.0.1/README.md +++ b/stable/nzbhydra/7.0.2/README.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/nzbhydra/7.0.1/app-readme.md b/stable/nzbhydra/7.0.2/app-readme.md similarity index 100% rename from stable/nzbhydra/7.0.1/app-readme.md rename to stable/nzbhydra/7.0.2/app-readme.md diff --git a/stable/nzbhydra/7.0.2/charts/common-7.0.14.tgz b/stable/nzbhydra/7.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/nzbhydra/7.0.2/charts/common-7.0.14.tgz differ diff --git a/stable/nzbhydra/7.0.1/helm-values.md b/stable/nzbhydra/7.0.2/helm-values.md similarity index 100% rename from stable/nzbhydra/7.0.1/helm-values.md rename to stable/nzbhydra/7.0.2/helm-values.md diff --git a/stable/nzbhydra/7.0.1/ix_values.yaml b/stable/nzbhydra/7.0.2/ix_values.yaml similarity index 100% rename from stable/nzbhydra/7.0.1/ix_values.yaml rename to stable/nzbhydra/7.0.2/ix_values.yaml diff --git a/stable/nzbhydra/7.0.1/questions.yaml b/stable/nzbhydra/7.0.2/questions.yaml similarity index 99% rename from stable/nzbhydra/7.0.1/questions.yaml rename to stable/nzbhydra/7.0.2/questions.yaml index d8598ee4d40..2d036b0173b 100644 --- a/stable/nzbhydra/7.0.1/questions.yaml +++ b/stable/nzbhydra/7.0.2/questions.yaml @@ -1334,12 +1334,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/nzbhydra/7.0.1/templates/common.yaml b/stable/nzbhydra/7.0.2/templates/common.yaml similarity index 100% rename from stable/nzbhydra/7.0.1/templates/common.yaml rename to stable/nzbhydra/7.0.2/templates/common.yaml diff --git a/stable/nzbhydra/7.0.1/test_values.yaml b/stable/nzbhydra/7.0.2/test_values.yaml similarity index 100% rename from stable/nzbhydra/7.0.1/test_values.yaml rename to stable/nzbhydra/7.0.2/test_values.yaml diff --git a/stable/nzbhydra/7.0.1/values.yaml b/stable/nzbhydra/7.0.2/values.yaml similarity index 100% rename from stable/nzbhydra/7.0.1/values.yaml rename to stable/nzbhydra/7.0.2/values.yaml diff --git a/stable/octoprint/2.0.1/CHANGELOG.md b/stable/octoprint/2.0.1/CHANGELOG.md deleted file mode 100644 index c1db2e5bee2..00000000000 --- a/stable/octoprint/2.0.1/CHANGELOG.md +++ /dev/null @@ -1,16 +0,0 @@ - - -### [octoprint-2.0.1](https://github.com/truecharts/apps/compare/octoprint-1.9.15...octoprint-2.0.1) (2021-09-13) - -#### Chore - -* move most remaining Apps to GHCR mirror ([#959](https://github.com/truecharts/apps/issues/959)) -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - diff --git a/stable/octoprint/2.0.1/Chart.lock b/stable/octoprint/2.0.1/Chart.lock deleted file mode 100644 index 65db451f004..00000000000 --- a/stable/octoprint/2.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 7.0.12 -digest: sha256:6609ac081f2fa3f9ccafe5462c1016a5848be1029bec1127c0ecbce7981ec9d2 -generated: "2021-09-13T16:58:41.669684654Z" diff --git a/stable/octoprint/2.0.1/charts/common-7.0.12.tgz b/stable/octoprint/2.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/octoprint/2.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/octoprint/2.0.2/CHANGELOG.md b/stable/octoprint/2.0.2/CHANGELOG.md new file mode 100644 index 00000000000..fe5d011c157 --- /dev/null +++ b/stable/octoprint/2.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [octoprint-2.0.2](https://github.com/truecharts/apps/compare/octoprint-2.0.1...octoprint-2.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/octoprint/2.0.1/CONFIG.md b/stable/octoprint/2.0.2/CONFIG.md similarity index 100% rename from stable/octoprint/2.0.1/CONFIG.md rename to stable/octoprint/2.0.2/CONFIG.md diff --git a/stable/octoprint/2.0.2/Chart.lock b/stable/octoprint/2.0.2/Chart.lock new file mode 100644 index 00000000000..fbedeb8393a --- /dev/null +++ b/stable/octoprint/2.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 7.0.14 +digest: sha256:050b52e7ae7aa5580026804422c8a279ceaacd28df48af65de0b530e6d045954 +generated: "2021-09-21T10:09:07.208413184Z" diff --git a/stable/octoprint/2.0.1/Chart.yaml b/stable/octoprint/2.0.2/Chart.yaml similarity index 94% rename from stable/octoprint/2.0.1/Chart.yaml rename to stable/octoprint/2.0.2/Chart.yaml index bebc9f5a6e8..9933534907d 100644 --- a/stable/octoprint/2.0.1/Chart.yaml +++ b/stable/octoprint/2.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.6.1" dependencies: - name: common repository: https://truecharts.org - version: 7.0.12 + version: 7.0.14 description: OctoPrint is the snappy web interface for your 3D printer home: https://github.com/truechartsapps/tree/master/charts/incubator/octoprint icon: https://avatars3.githubusercontent.com/u/5982294?s=400&v=4 @@ -20,4 +20,4 @@ name: octoprint sources: - https://github.com/OctoPrint/OctoPrint - https://hub.docker.com/r/octoprint/octoprint -version: 2.0.1 +version: 2.0.2 diff --git a/stable/octoprint/2.0.1/README.md b/stable/octoprint/2.0.2/README.md similarity index 96% rename from stable/octoprint/2.0.1/README.md rename to stable/octoprint/2.0.2/README.md index 54e03dcbe8d..67a6fca5feb 100644 --- a/stable/octoprint/2.0.1/README.md +++ b/stable/octoprint/2.0.2/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 7.0.12 | +| https://truecharts.org | common | 7.0.14 | ## Installing the Chart diff --git a/stable/octoprint/2.0.1/app-readme.md b/stable/octoprint/2.0.2/app-readme.md similarity index 100% rename from stable/octoprint/2.0.1/app-readme.md rename to stable/octoprint/2.0.2/app-readme.md diff --git a/stable/octoprint/2.0.2/charts/common-7.0.14.tgz b/stable/octoprint/2.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/octoprint/2.0.2/charts/common-7.0.14.tgz differ diff --git a/stable/octoprint/2.0.1/helm-values.md b/stable/octoprint/2.0.2/helm-values.md similarity index 100% rename from stable/octoprint/2.0.1/helm-values.md rename to stable/octoprint/2.0.2/helm-values.md diff --git a/stable/octoprint/2.0.1/ix_values.yaml b/stable/octoprint/2.0.2/ix_values.yaml similarity index 100% rename from stable/octoprint/2.0.1/ix_values.yaml rename to stable/octoprint/2.0.2/ix_values.yaml diff --git a/stable/octoprint/2.0.1/questions.yaml b/stable/octoprint/2.0.2/questions.yaml similarity index 99% rename from stable/octoprint/2.0.1/questions.yaml rename to stable/octoprint/2.0.2/questions.yaml index e756fe188aa..1be666c2d35 100644 --- a/stable/octoprint/2.0.1/questions.yaml +++ b/stable/octoprint/2.0.2/questions.yaml @@ -1348,12 +1348,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/octoprint/2.0.1/templates/common.yaml b/stable/octoprint/2.0.2/templates/common.yaml similarity index 100% rename from stable/octoprint/2.0.1/templates/common.yaml rename to stable/octoprint/2.0.2/templates/common.yaml diff --git a/stable/octoprint/2.0.1/test_values.yaml b/stable/octoprint/2.0.2/test_values.yaml similarity index 100% rename from stable/octoprint/2.0.1/test_values.yaml rename to stable/octoprint/2.0.2/test_values.yaml diff --git a/stable/octoprint/2.0.1/values.yaml b/stable/octoprint/2.0.2/values.yaml similarity index 100% rename from stable/octoprint/2.0.1/values.yaml rename to stable/octoprint/2.0.2/values.yaml diff --git a/stable/omada-controller/2.0.3/CHANGELOG.md b/stable/omada-controller/2.0.3/CHANGELOG.md deleted file mode 100644 index e143e147161..00000000000 --- a/stable/omada-controller/2.0.3/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [omada-controller-2.0.3](https://github.com/truecharts/apps/compare/omada-controller-2.0.2...omada-controller-2.0.3) (2021-09-21) - -#### Chore - -* update non-major ([#1015](https://github.com/truecharts/apps/issues/1015)) - diff --git a/stable/omada-controller/2.0.3/Chart.lock b/stable/omada-controller/2.0.3/Chart.lock deleted file mode 100644 index 6d4b3112f18..00000000000 --- a/stable/omada-controller/2.0.3/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 7.0.12 -digest: sha256:6609ac081f2fa3f9ccafe5462c1016a5848be1029bec1127c0ecbce7981ec9d2 -generated: "2021-09-21T09:04:36.187690412Z" diff --git a/stable/omada-controller/2.0.3/charts/common-7.0.12.tgz b/stable/omada-controller/2.0.3/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/omada-controller/2.0.3/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/omada-controller/2.0.4/CHANGELOG.md b/stable/omada-controller/2.0.4/CHANGELOG.md new file mode 100644 index 00000000000..859382fb1f5 --- /dev/null +++ b/stable/omada-controller/2.0.4/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [omada-controller-2.0.4](https://github.com/truecharts/apps/compare/omada-controller-2.0.3...omada-controller-2.0.4) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/omada-controller/2.0.3/CONFIG.md b/stable/omada-controller/2.0.4/CONFIG.md similarity index 100% rename from stable/omada-controller/2.0.3/CONFIG.md rename to stable/omada-controller/2.0.4/CONFIG.md diff --git a/stable/omada-controller/2.0.4/Chart.lock b/stable/omada-controller/2.0.4/Chart.lock new file mode 100644 index 00000000000..1d9fc845a26 --- /dev/null +++ b/stable/omada-controller/2.0.4/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 7.0.14 +digest: sha256:050b52e7ae7aa5580026804422c8a279ceaacd28df48af65de0b530e6d045954 +generated: "2021-09-21T10:09:16.139256098Z" diff --git a/stable/omada-controller/2.0.3/Chart.yaml b/stable/omada-controller/2.0.4/Chart.yaml similarity index 95% rename from stable/omada-controller/2.0.3/Chart.yaml rename to stable/omada-controller/2.0.4/Chart.yaml index b9e7d015c11..6a6bd6af862 100644 --- a/stable/omada-controller/2.0.3/Chart.yaml +++ b/stable/omada-controller/2.0.4/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "4.4" dependencies: - name: common repository: https://truecharts.org - version: 7.0.12 + version: 7.0.14 description: Omada enables the network administrators to monitor and manage all the Omada products in the network with a centralized management platform. home: https://github.com/truechartsapps/tree/master/charts/incubator/omada-controller @@ -19,4 +19,4 @@ name: omada-controller sources: - https://github.com/mbentley/docker-omada-controller - https://github.com/truechartsapps/tree/master/charts/omada-controller -version: 2.0.3 +version: 2.0.4 diff --git a/stable/omada-controller/2.0.3/README.md b/stable/omada-controller/2.0.4/README.md similarity index 96% rename from stable/omada-controller/2.0.3/README.md rename to stable/omada-controller/2.0.4/README.md index 7c04a7d7b49..edb77e1079e 100644 --- a/stable/omada-controller/2.0.3/README.md +++ b/stable/omada-controller/2.0.4/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 7.0.12 | +| https://truecharts.org | common | 7.0.14 | ## Installing the Chart diff --git a/stable/omada-controller/2.0.3/app-readme.md b/stable/omada-controller/2.0.4/app-readme.md similarity index 100% rename from stable/omada-controller/2.0.3/app-readme.md rename to stable/omada-controller/2.0.4/app-readme.md diff --git a/stable/omada-controller/2.0.4/charts/common-7.0.14.tgz b/stable/omada-controller/2.0.4/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/omada-controller/2.0.4/charts/common-7.0.14.tgz differ diff --git a/stable/omada-controller/2.0.3/helm-values.md b/stable/omada-controller/2.0.4/helm-values.md similarity index 100% rename from stable/omada-controller/2.0.3/helm-values.md rename to stable/omada-controller/2.0.4/helm-values.md diff --git a/stable/omada-controller/2.0.3/ix_values.yaml b/stable/omada-controller/2.0.4/ix_values.yaml similarity index 100% rename from stable/omada-controller/2.0.3/ix_values.yaml rename to stable/omada-controller/2.0.4/ix_values.yaml diff --git a/stable/omada-controller/2.0.3/questions.yaml b/stable/omada-controller/2.0.4/questions.yaml similarity index 100% rename from stable/omada-controller/2.0.3/questions.yaml rename to stable/omada-controller/2.0.4/questions.yaml diff --git a/stable/omada-controller/2.0.3/templates/common.yaml b/stable/omada-controller/2.0.4/templates/common.yaml similarity index 100% rename from stable/omada-controller/2.0.3/templates/common.yaml rename to stable/omada-controller/2.0.4/templates/common.yaml diff --git a/stable/omada-controller/2.0.3/test_values.yaml b/stable/omada-controller/2.0.4/test_values.yaml similarity index 100% rename from stable/omada-controller/2.0.3/test_values.yaml rename to stable/omada-controller/2.0.4/test_values.yaml diff --git a/stable/omada-controller/2.0.3/values.yaml b/stable/omada-controller/2.0.4/values.yaml similarity index 100% rename from stable/omada-controller/2.0.3/values.yaml rename to stable/omada-controller/2.0.4/values.yaml diff --git a/stable/ombi/7.0.1/CHANGELOG.md b/stable/ombi/7.0.1/CHANGELOG.md deleted file mode 100644 index a1a1a72516b..00000000000 --- a/stable/ombi/7.0.1/CHANGELOG.md +++ /dev/null @@ -1,19 +0,0 @@ - - -### [ombi-7.0.1](https://github.com/truecharts/apps/compare/ombi-6.11.18...ombi-7.0.1) (2021-09-13) - -#### Chore - -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - -#### Fix - -* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956)) - diff --git a/stable/ombi/7.0.1/Chart.lock b/stable/ombi/7.0.1/Chart.lock deleted file mode 100644 index 1dc9efb5370..00000000000 --- a/stable/ombi/7.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-13T16:58:59.616640997Z" diff --git a/stable/ombi/7.0.1/charts/common-7.0.12.tgz b/stable/ombi/7.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/ombi/7.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/ombi/7.0.2/CHANGELOG.md b/stable/ombi/7.0.2/CHANGELOG.md new file mode 100644 index 00000000000..3bec59c1048 --- /dev/null +++ b/stable/ombi/7.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [ombi-7.0.2](https://github.com/truecharts/apps/compare/ombi-7.0.1...ombi-7.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/ombi/7.0.1/CONFIG.md b/stable/ombi/7.0.2/CONFIG.md similarity index 100% rename from stable/ombi/7.0.1/CONFIG.md rename to stable/ombi/7.0.2/CONFIG.md diff --git a/stable/ombi/7.0.2/Chart.lock b/stable/ombi/7.0.2/Chart.lock new file mode 100644 index 00000000000..8bd927e2fdf --- /dev/null +++ b/stable/ombi/7.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:09:25.258100241Z" diff --git a/stable/ombi/7.0.1/Chart.yaml b/stable/ombi/7.0.2/Chart.yaml similarity index 95% rename from stable/ombi/7.0.1/Chart.yaml rename to stable/ombi/7.0.2/Chart.yaml index 97106b9190d..95da5eb9246 100644 --- a/stable/ombi/7.0.1/Chart.yaml +++ b/stable/ombi/7.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "4.0.1482" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 deprecated: false description: Want a Movie or TV Show on Plex or Emby? Use Ombi! home: https://github.com/truecharts/apps/tree/master/charts/stable/ombi @@ -27,4 +27,4 @@ name: ombi sources: - https://github.com/tidusjar/Ombi type: application -version: 7.0.1 +version: 7.0.2 diff --git a/stable/ombi/7.0.1/README.md b/stable/ombi/7.0.2/README.md similarity index 96% rename from stable/ombi/7.0.1/README.md rename to stable/ombi/7.0.2/README.md index b782aaa042e..08cd4b858bf 100644 --- a/stable/ombi/7.0.1/README.md +++ b/stable/ombi/7.0.2/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/ombi/7.0.1/app-readme.md b/stable/ombi/7.0.2/app-readme.md similarity index 100% rename from stable/ombi/7.0.1/app-readme.md rename to stable/ombi/7.0.2/app-readme.md diff --git a/stable/ombi/7.0.2/charts/common-7.0.14.tgz b/stable/ombi/7.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/ombi/7.0.2/charts/common-7.0.14.tgz differ diff --git a/stable/ombi/7.0.1/helm-values.md b/stable/ombi/7.0.2/helm-values.md similarity index 100% rename from stable/ombi/7.0.1/helm-values.md rename to stable/ombi/7.0.2/helm-values.md diff --git a/stable/ombi/7.0.1/ix_values.yaml b/stable/ombi/7.0.2/ix_values.yaml similarity index 100% rename from stable/ombi/7.0.1/ix_values.yaml rename to stable/ombi/7.0.2/ix_values.yaml diff --git a/stable/ombi/7.0.1/questions.yaml b/stable/ombi/7.0.2/questions.yaml similarity index 99% rename from stable/ombi/7.0.1/questions.yaml rename to stable/ombi/7.0.2/questions.yaml index 381d97a7c25..037bb0c7aaa 100644 --- a/stable/ombi/7.0.1/questions.yaml +++ b/stable/ombi/7.0.2/questions.yaml @@ -1333,12 +1333,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/ombi/7.0.1/templates/common.yaml b/stable/ombi/7.0.2/templates/common.yaml similarity index 100% rename from stable/ombi/7.0.1/templates/common.yaml rename to stable/ombi/7.0.2/templates/common.yaml diff --git a/stable/ombi/7.0.1/test_values.yaml b/stable/ombi/7.0.2/test_values.yaml similarity index 100% rename from stable/ombi/7.0.1/test_values.yaml rename to stable/ombi/7.0.2/test_values.yaml diff --git a/stable/ombi/7.0.1/values.yaml b/stable/ombi/7.0.2/values.yaml similarity index 100% rename from stable/ombi/7.0.1/values.yaml rename to stable/ombi/7.0.2/values.yaml diff --git a/stable/openldap/2.0.1/CHANGELOG.md b/stable/openldap/2.0.1/CHANGELOG.md deleted file mode 100644 index 43c3939d4da..00000000000 --- a/stable/openldap/2.0.1/CHANGELOG.md +++ /dev/null @@ -1,16 +0,0 @@ - - -### [openldap-2.0.1](https://github.com/truecharts/apps/compare/openldap-1.7.19...openldap-2.0.1) (2021-09-13) - -#### Chore - -* move most remaining Apps to GHCR mirror ([#959](https://github.com/truecharts/apps/issues/959)) -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - diff --git a/stable/openldap/2.0.1/Chart.lock b/stable/openldap/2.0.1/Chart.lock deleted file mode 100644 index c151b698a33..00000000000 --- a/stable/openldap/2.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-13T16:59:08.711413523Z" diff --git a/stable/openldap/2.0.1/charts/common-7.0.12.tgz b/stable/openldap/2.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/openldap/2.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/openldap/2.0.2/CHANGELOG.md b/stable/openldap/2.0.2/CHANGELOG.md new file mode 100644 index 00000000000..b0e1546a042 --- /dev/null +++ b/stable/openldap/2.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [openldap-2.0.2](https://github.com/truecharts/apps/compare/openldap-2.0.1...openldap-2.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/openldap/2.0.1/CONFIG.md b/stable/openldap/2.0.2/CONFIG.md similarity index 100% rename from stable/openldap/2.0.1/CONFIG.md rename to stable/openldap/2.0.2/CONFIG.md diff --git a/stable/openldap/2.0.2/Chart.lock b/stable/openldap/2.0.2/Chart.lock new file mode 100644 index 00000000000..7a0a08986c4 --- /dev/null +++ b/stable/openldap/2.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:09:34.231450543Z" diff --git a/stable/openldap/2.0.1/Chart.yaml b/stable/openldap/2.0.2/Chart.yaml similarity index 95% rename from stable/openldap/2.0.1/Chart.yaml rename to stable/openldap/2.0.2/Chart.yaml index 722994d3aae..3c2a57d5fc4 100644 --- a/stable/openldap/2.0.1/Chart.yaml +++ b/stable/openldap/2.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.5.0" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 deprecated: false description: Community developed LDAP software home: https://www.openldap.org @@ -26,4 +26,4 @@ sources: - https://github.com/jp-gouin/helm-openldap - https://github.com/osixia/docker-openldap type: application -version: 2.0.1 +version: 2.0.2 diff --git a/stable/openldap/2.0.1/README.md b/stable/openldap/2.0.2/README.md similarity index 96% rename from stable/openldap/2.0.1/README.md rename to stable/openldap/2.0.2/README.md index 71d21ab0f26..49284925ecc 100644 --- a/stable/openldap/2.0.1/README.md +++ b/stable/openldap/2.0.2/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/openldap/2.0.1/app-readme.md b/stable/openldap/2.0.2/app-readme.md similarity index 100% rename from stable/openldap/2.0.1/app-readme.md rename to stable/openldap/2.0.2/app-readme.md diff --git a/stable/openldap/2.0.2/charts/common-7.0.14.tgz b/stable/openldap/2.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/openldap/2.0.2/charts/common-7.0.14.tgz differ diff --git a/stable/openldap/2.0.1/helm-values.md b/stable/openldap/2.0.2/helm-values.md similarity index 100% rename from stable/openldap/2.0.1/helm-values.md rename to stable/openldap/2.0.2/helm-values.md diff --git a/stable/openldap/2.0.1/ix_values.yaml b/stable/openldap/2.0.2/ix_values.yaml similarity index 100% rename from stable/openldap/2.0.1/ix_values.yaml rename to stable/openldap/2.0.2/ix_values.yaml diff --git a/stable/openldap/2.0.1/questions.yaml b/stable/openldap/2.0.2/questions.yaml similarity index 99% rename from stable/openldap/2.0.1/questions.yaml rename to stable/openldap/2.0.2/questions.yaml index e5572779ebb..f76cfb17944 100644 --- a/stable/openldap/2.0.1/questions.yaml +++ b/stable/openldap/2.0.2/questions.yaml @@ -1279,12 +1279,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/openldap/2.0.1/templates/_configmap.tpl b/stable/openldap/2.0.2/templates/_configmap.tpl similarity index 100% rename from stable/openldap/2.0.1/templates/_configmap.tpl rename to stable/openldap/2.0.2/templates/_configmap.tpl diff --git a/stable/openldap/2.0.1/templates/common.yaml b/stable/openldap/2.0.2/templates/common.yaml similarity index 100% rename from stable/openldap/2.0.1/templates/common.yaml rename to stable/openldap/2.0.2/templates/common.yaml diff --git a/stable/openldap/2.0.1/test_values.yaml b/stable/openldap/2.0.2/test_values.yaml similarity index 100% rename from stable/openldap/2.0.1/test_values.yaml rename to stable/openldap/2.0.2/test_values.yaml diff --git a/stable/openldap/2.0.1/values.yaml b/stable/openldap/2.0.2/values.yaml similarity index 100% rename from stable/openldap/2.0.1/values.yaml rename to stable/openldap/2.0.2/values.yaml diff --git a/stable/organizr/7.0.1/CHANGELOG.md b/stable/organizr/7.0.1/CHANGELOG.md deleted file mode 100644 index 670437538bf..00000000000 --- a/stable/organizr/7.0.1/CHANGELOG.md +++ /dev/null @@ -1,19 +0,0 @@ - - -### [organizr-7.0.1](https://github.com/truecharts/apps/compare/organizr-6.11.15...organizr-7.0.1) (2021-09-13) - -#### Chore - -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - -#### Fix - -* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956)) - diff --git a/stable/organizr/7.0.1/Chart.lock b/stable/organizr/7.0.1/Chart.lock deleted file mode 100644 index 323415f5afe..00000000000 --- a/stable/organizr/7.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-13T16:59:17.75393181Z" diff --git a/stable/organizr/7.0.1/charts/common-7.0.12.tgz b/stable/organizr/7.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/organizr/7.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/organizr/7.0.2/CHANGELOG.md b/stable/organizr/7.0.2/CHANGELOG.md new file mode 100644 index 00000000000..b1415624cf6 --- /dev/null +++ b/stable/organizr/7.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [organizr-7.0.2](https://github.com/truecharts/apps/compare/organizr-7.0.1...organizr-7.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/organizr/7.0.1/CONFIG.md b/stable/organizr/7.0.2/CONFIG.md similarity index 100% rename from stable/organizr/7.0.1/CONFIG.md rename to stable/organizr/7.0.2/CONFIG.md diff --git a/stable/organizr/7.0.2/Chart.lock b/stable/organizr/7.0.2/Chart.lock new file mode 100644 index 00000000000..af73b455485 --- /dev/null +++ b/stable/organizr/7.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:09:43.114062264Z" diff --git a/stable/organizr/7.0.1/Chart.yaml b/stable/organizr/7.0.2/Chart.yaml similarity index 94% rename from stable/organizr/7.0.1/Chart.yaml rename to stable/organizr/7.0.2/Chart.yaml index 3cac0bcf890..7cf7c566b2c 100644 --- a/stable/organizr/7.0.1/Chart.yaml +++ b/stable/organizr/7.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 deprecated: false description: HTPC/Homelab Services Organizer home: https://github.com/truecharts/apps/tree/master/charts/incubator/organizr @@ -20,4 +20,4 @@ sources: - https://github.com/causefx/Organizr - https://hub.docker.com/r/organizr/organizr type: application -version: 7.0.1 +version: 7.0.2 diff --git a/stable/organizr/7.0.1/README.md b/stable/organizr/7.0.2/README.md similarity index 96% rename from stable/organizr/7.0.1/README.md rename to stable/organizr/7.0.2/README.md index 5278cb57fe8..f75b28247e2 100644 --- a/stable/organizr/7.0.1/README.md +++ b/stable/organizr/7.0.2/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/organizr/7.0.1/app-readme.md b/stable/organizr/7.0.2/app-readme.md similarity index 100% rename from stable/organizr/7.0.1/app-readme.md rename to stable/organizr/7.0.2/app-readme.md diff --git a/stable/organizr/7.0.2/charts/common-7.0.14.tgz b/stable/organizr/7.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/organizr/7.0.2/charts/common-7.0.14.tgz differ diff --git a/stable/organizr/7.0.1/helm-values.md b/stable/organizr/7.0.2/helm-values.md similarity index 100% rename from stable/organizr/7.0.1/helm-values.md rename to stable/organizr/7.0.2/helm-values.md diff --git a/stable/organizr/7.0.1/ix_values.yaml b/stable/organizr/7.0.2/ix_values.yaml similarity index 100% rename from stable/organizr/7.0.1/ix_values.yaml rename to stable/organizr/7.0.2/ix_values.yaml diff --git a/stable/organizr/7.0.1/questions.yaml b/stable/organizr/7.0.2/questions.yaml similarity index 99% rename from stable/organizr/7.0.1/questions.yaml rename to stable/organizr/7.0.2/questions.yaml index 41561817f24..362eb8a17b7 100644 --- a/stable/organizr/7.0.1/questions.yaml +++ b/stable/organizr/7.0.2/questions.yaml @@ -1410,12 +1410,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/organizr/7.0.1/templates/common.yaml b/stable/organizr/7.0.2/templates/common.yaml similarity index 100% rename from stable/organizr/7.0.1/templates/common.yaml rename to stable/organizr/7.0.2/templates/common.yaml diff --git a/stable/organizr/7.0.1/test_values.yaml b/stable/organizr/7.0.2/test_values.yaml similarity index 100% rename from stable/organizr/7.0.1/test_values.yaml rename to stable/organizr/7.0.2/test_values.yaml diff --git a/stable/organizr/7.0.1/values.yaml b/stable/organizr/7.0.2/values.yaml similarity index 100% rename from stable/organizr/7.0.1/values.yaml rename to stable/organizr/7.0.2/values.yaml diff --git a/stable/oscam/2.0.1/CHANGELOG.md b/stable/oscam/2.0.1/CHANGELOG.md deleted file mode 100644 index 9f21430b47c..00000000000 --- a/stable/oscam/2.0.1/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [oscam-2.0.1](https://github.com/truecharts/apps/compare/oscam-1.0.2...oscam-2.0.1) (2021-09-13) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) - diff --git a/stable/oscam/2.0.1/Chart.lock b/stable/oscam/2.0.1/Chart.lock deleted file mode 100644 index c11b4849026..00000000000 --- a/stable/oscam/2.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 7.0.12 -digest: sha256:6609ac081f2fa3f9ccafe5462c1016a5848be1029bec1127c0ecbce7981ec9d2 -generated: "2021-09-13T16:59:26.670496187Z" diff --git a/stable/oscam/2.0.1/charts/common-7.0.12.tgz b/stable/oscam/2.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/oscam/2.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/oscam/2.0.2/CHANGELOG.md b/stable/oscam/2.0.2/CHANGELOG.md new file mode 100644 index 00000000000..b73d56f9368 --- /dev/null +++ b/stable/oscam/2.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [oscam-2.0.2](https://github.com/truecharts/apps/compare/oscam-2.0.1...oscam-2.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/oscam/2.0.1/CONFIG.md b/stable/oscam/2.0.2/CONFIG.md similarity index 100% rename from stable/oscam/2.0.1/CONFIG.md rename to stable/oscam/2.0.2/CONFIG.md diff --git a/stable/oscam/2.0.2/Chart.lock b/stable/oscam/2.0.2/Chart.lock new file mode 100644 index 00000000000..c55110b7327 --- /dev/null +++ b/stable/oscam/2.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 7.0.14 +digest: sha256:050b52e7ae7aa5580026804422c8a279ceaacd28df48af65de0b530e6d045954 +generated: "2021-09-21T10:09:52.060787834Z" diff --git a/stable/oscam/2.0.1/Chart.yaml b/stable/oscam/2.0.2/Chart.yaml similarity index 94% rename from stable/oscam/2.0.1/Chart.yaml rename to stable/oscam/2.0.2/Chart.yaml index d1299151f2a..3f85b79bc0f 100644 --- a/stable/oscam/2.0.1/Chart.yaml +++ b/stable/oscam/2.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "11693" dependencies: - name: common repository: https://truecharts.org - version: 7.0.12 + version: 7.0.14 deprecated: false description: Open Source Conditional Access Module software home: https://github.com/truecharts/apps/tree/master/charts/stable/oscam @@ -19,4 +19,4 @@ name: oscam sources: - https://trac.streamboard.tv/oscam/browser/trunk type: application -version: 2.0.1 +version: 2.0.2 diff --git a/stable/oscam/2.0.1/README.md b/stable/oscam/2.0.2/README.md similarity index 96% rename from stable/oscam/2.0.1/README.md rename to stable/oscam/2.0.2/README.md index f2ee7db5d76..948809bc9a7 100644 --- a/stable/oscam/2.0.1/README.md +++ b/stable/oscam/2.0.2/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 7.0.12 | +| https://truecharts.org | common | 7.0.14 | ## Installing the Chart diff --git a/stable/oscam/2.0.1/app-readme.md b/stable/oscam/2.0.2/app-readme.md similarity index 100% rename from stable/oscam/2.0.1/app-readme.md rename to stable/oscam/2.0.2/app-readme.md diff --git a/stable/oscam/2.0.2/charts/common-7.0.14.tgz b/stable/oscam/2.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/oscam/2.0.2/charts/common-7.0.14.tgz differ diff --git a/stable/oscam/2.0.1/helm-values.md b/stable/oscam/2.0.2/helm-values.md similarity index 100% rename from stable/oscam/2.0.1/helm-values.md rename to stable/oscam/2.0.2/helm-values.md diff --git a/stable/oscam/2.0.1/ix_values.yaml b/stable/oscam/2.0.2/ix_values.yaml similarity index 100% rename from stable/oscam/2.0.1/ix_values.yaml rename to stable/oscam/2.0.2/ix_values.yaml diff --git a/stable/oscam/2.0.1/questions.yaml b/stable/oscam/2.0.2/questions.yaml similarity index 99% rename from stable/oscam/2.0.1/questions.yaml rename to stable/oscam/2.0.2/questions.yaml index 676e8be567b..08ab0408bf0 100644 --- a/stable/oscam/2.0.1/questions.yaml +++ b/stable/oscam/2.0.2/questions.yaml @@ -1334,12 +1334,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/oscam/2.0.1/templates/common.yaml b/stable/oscam/2.0.2/templates/common.yaml similarity index 100% rename from stable/oscam/2.0.1/templates/common.yaml rename to stable/oscam/2.0.2/templates/common.yaml diff --git a/stable/oscam/2.0.1/test_values.yaml b/stable/oscam/2.0.2/test_values.yaml similarity index 100% rename from stable/oscam/2.0.1/test_values.yaml rename to stable/oscam/2.0.2/test_values.yaml diff --git a/stable/oscam/2.0.1/values.yaml b/stable/oscam/2.0.2/values.yaml similarity index 100% rename from stable/oscam/2.0.1/values.yaml rename to stable/oscam/2.0.2/values.yaml diff --git a/stable/overseerr/2.0.2/CHANGELOG.md b/stable/overseerr/2.0.2/CHANGELOG.md deleted file mode 100644 index 10dc789189e..00000000000 --- a/stable/overseerr/2.0.2/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [overseerr-2.0.2](https://github.com/truecharts/apps/compare/overseerr-2.0.1...overseerr-2.0.2) (2021-09-21) - -#### Chore - -* update non-major ([#1013](https://github.com/truecharts/apps/issues/1013)) - diff --git a/stable/overseerr/2.0.2/Chart.lock b/stable/overseerr/2.0.2/Chart.lock deleted file mode 100644 index d50d295d22c..00000000000 --- a/stable/overseerr/2.0.2/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 7.0.12 -digest: sha256:6609ac081f2fa3f9ccafe5462c1016a5848be1029bec1127c0ecbce7981ec9d2 -generated: "2021-09-21T08:46:32.557887699Z" diff --git a/stable/overseerr/2.0.2/charts/common-7.0.12.tgz b/stable/overseerr/2.0.2/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/overseerr/2.0.2/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/overseerr/2.0.3/CHANGELOG.md b/stable/overseerr/2.0.3/CHANGELOG.md new file mode 100644 index 00000000000..e860d2bc7c6 --- /dev/null +++ b/stable/overseerr/2.0.3/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [overseerr-2.0.3](https://github.com/truecharts/apps/compare/overseerr-2.0.2...overseerr-2.0.3) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/overseerr/2.0.2/CONFIG.md b/stable/overseerr/2.0.3/CONFIG.md similarity index 100% rename from stable/overseerr/2.0.2/CONFIG.md rename to stable/overseerr/2.0.3/CONFIG.md diff --git a/stable/overseerr/2.0.3/Chart.lock b/stable/overseerr/2.0.3/Chart.lock new file mode 100644 index 00000000000..2c2d43cba84 --- /dev/null +++ b/stable/overseerr/2.0.3/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 7.0.14 +digest: sha256:050b52e7ae7aa5580026804422c8a279ceaacd28df48af65de0b530e6d045954 +generated: "2021-09-21T10:10:01.456184029Z" diff --git a/stable/overseerr/2.0.2/Chart.yaml b/stable/overseerr/2.0.3/Chart.yaml similarity index 95% rename from stable/overseerr/2.0.2/Chart.yaml rename to stable/overseerr/2.0.3/Chart.yaml index 438a33329b9..eafb7166dee 100644 --- a/stable/overseerr/2.0.2/Chart.yaml +++ b/stable/overseerr/2.0.3/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.26.1" dependencies: - name: common repository: https://truecharts.org - version: 7.0.12 + version: 7.0.14 description: Overseerr is a free and open source software application for managing requests for your media library. It integrates with your existing services such as Sonarr, Radarr and Plex! @@ -23,4 +23,4 @@ name: overseerr sources: - https://github.com/sct/overseerr - https://hub.docker.com/r/sctx/overseerr -version: 2.0.2 +version: 2.0.3 diff --git a/stable/overseerr/2.0.2/README.md b/stable/overseerr/2.0.3/README.md similarity index 96% rename from stable/overseerr/2.0.2/README.md rename to stable/overseerr/2.0.3/README.md index 3222009dcf8..6d96256d8d2 100644 --- a/stable/overseerr/2.0.2/README.md +++ b/stable/overseerr/2.0.3/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 7.0.12 | +| https://truecharts.org | common | 7.0.14 | ## Installing the Chart diff --git a/stable/overseerr/2.0.2/app-readme.md b/stable/overseerr/2.0.3/app-readme.md similarity index 100% rename from stable/overseerr/2.0.2/app-readme.md rename to stable/overseerr/2.0.3/app-readme.md diff --git a/stable/overseerr/2.0.3/charts/common-7.0.14.tgz b/stable/overseerr/2.0.3/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/overseerr/2.0.3/charts/common-7.0.14.tgz differ diff --git a/stable/overseerr/2.0.2/helm-values.md b/stable/overseerr/2.0.3/helm-values.md similarity index 100% rename from stable/overseerr/2.0.2/helm-values.md rename to stable/overseerr/2.0.3/helm-values.md diff --git a/stable/overseerr/2.0.2/ix_values.yaml b/stable/overseerr/2.0.3/ix_values.yaml similarity index 100% rename from stable/overseerr/2.0.2/ix_values.yaml rename to stable/overseerr/2.0.3/ix_values.yaml diff --git a/stable/overseerr/2.0.2/questions.yaml b/stable/overseerr/2.0.3/questions.yaml similarity index 100% rename from stable/overseerr/2.0.2/questions.yaml rename to stable/overseerr/2.0.3/questions.yaml diff --git a/stable/overseerr/2.0.2/templates/common.yaml b/stable/overseerr/2.0.3/templates/common.yaml similarity index 100% rename from stable/overseerr/2.0.2/templates/common.yaml rename to stable/overseerr/2.0.3/templates/common.yaml diff --git a/stable/overseerr/2.0.2/test_values.yaml b/stable/overseerr/2.0.3/test_values.yaml similarity index 100% rename from stable/overseerr/2.0.2/test_values.yaml rename to stable/overseerr/2.0.3/test_values.yaml diff --git a/stable/overseerr/2.0.2/values.yaml b/stable/overseerr/2.0.3/values.yaml similarity index 100% rename from stable/overseerr/2.0.2/values.yaml rename to stable/overseerr/2.0.3/values.yaml diff --git a/stable/owncast/2.0.1/CHANGELOG.md b/stable/owncast/2.0.1/CHANGELOG.md deleted file mode 100644 index 754bf1dbed7..00000000000 --- a/stable/owncast/2.0.1/CHANGELOG.md +++ /dev/null @@ -1,16 +0,0 @@ - - -### [owncast-2.0.1](https://github.com/truecharts/apps/compare/owncast-1.9.15...owncast-2.0.1) (2021-09-13) - -#### Chore - -* move more dockerhub containers to GHCR mirror ([#958](https://github.com/truecharts/apps/issues/958)) -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - diff --git a/stable/owncast/2.0.1/Chart.lock b/stable/owncast/2.0.1/Chart.lock deleted file mode 100644 index 5e8c4bdee68..00000000000 --- a/stable/owncast/2.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 7.0.12 -digest: sha256:6609ac081f2fa3f9ccafe5462c1016a5848be1029bec1127c0ecbce7981ec9d2 -generated: "2021-09-13T16:59:44.892948602Z" diff --git a/stable/owncast/2.0.1/charts/common-7.0.12.tgz b/stable/owncast/2.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/owncast/2.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/owncast/2.0.2/CHANGELOG.md b/stable/owncast/2.0.2/CHANGELOG.md new file mode 100644 index 00000000000..510ec1e184f --- /dev/null +++ b/stable/owncast/2.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [owncast-2.0.2](https://github.com/truecharts/apps/compare/owncast-2.0.1...owncast-2.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/owncast/2.0.1/CONFIG.md b/stable/owncast/2.0.2/CONFIG.md similarity index 100% rename from stable/owncast/2.0.1/CONFIG.md rename to stable/owncast/2.0.2/CONFIG.md diff --git a/stable/owncast/2.0.2/Chart.lock b/stable/owncast/2.0.2/Chart.lock new file mode 100644 index 00000000000..5260a535244 --- /dev/null +++ b/stable/owncast/2.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 7.0.14 +digest: sha256:050b52e7ae7aa5580026804422c8a279ceaacd28df48af65de0b530e6d045954 +generated: "2021-09-21T10:10:10.187325495Z" diff --git a/stable/owncast/2.0.1/Chart.yaml b/stable/owncast/2.0.2/Chart.yaml similarity index 94% rename from stable/owncast/2.0.1/Chart.yaml rename to stable/owncast/2.0.2/Chart.yaml index 482f756fe01..692fa7e3315 100644 --- a/stable/owncast/2.0.1/Chart.yaml +++ b/stable/owncast/2.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.0.8" dependencies: - name: common repository: https://truecharts.org - version: 7.0.12 + version: 7.0.14 description: Take control over your live stream video by running it yourself. Streaming + chat out of the box. home: https://github.com/truechartsapps/tree/master/charts/incubator/owncast @@ -22,4 +22,4 @@ name: owncast sources: - https://owncast.online/ - https://github.com/owncast/owncast -version: 2.0.1 +version: 2.0.2 diff --git a/stable/owncast/2.0.1/README.md b/stable/owncast/2.0.2/README.md similarity index 96% rename from stable/owncast/2.0.1/README.md rename to stable/owncast/2.0.2/README.md index 581778bb2c9..4b08d718a40 100644 --- a/stable/owncast/2.0.1/README.md +++ b/stable/owncast/2.0.2/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 7.0.12 | +| https://truecharts.org | common | 7.0.14 | ## Installing the Chart diff --git a/stable/owncast/2.0.1/app-readme.md b/stable/owncast/2.0.2/app-readme.md similarity index 100% rename from stable/owncast/2.0.1/app-readme.md rename to stable/owncast/2.0.2/app-readme.md diff --git a/stable/owncast/2.0.2/charts/common-7.0.14.tgz b/stable/owncast/2.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/owncast/2.0.2/charts/common-7.0.14.tgz differ diff --git a/stable/owncast/2.0.1/helm-values.md b/stable/owncast/2.0.2/helm-values.md similarity index 100% rename from stable/owncast/2.0.1/helm-values.md rename to stable/owncast/2.0.2/helm-values.md diff --git a/stable/owncast/2.0.1/ix_values.yaml b/stable/owncast/2.0.2/ix_values.yaml similarity index 100% rename from stable/owncast/2.0.1/ix_values.yaml rename to stable/owncast/2.0.2/ix_values.yaml diff --git a/stable/owncast/2.0.1/questions.yaml b/stable/owncast/2.0.2/questions.yaml similarity index 99% rename from stable/owncast/2.0.1/questions.yaml rename to stable/owncast/2.0.2/questions.yaml index 73679d06c75..66ab18df57d 100644 --- a/stable/owncast/2.0.1/questions.yaml +++ b/stable/owncast/2.0.2/questions.yaml @@ -1386,12 +1386,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/owncast/2.0.1/templates/common.yaml b/stable/owncast/2.0.2/templates/common.yaml similarity index 100% rename from stable/owncast/2.0.1/templates/common.yaml rename to stable/owncast/2.0.2/templates/common.yaml diff --git a/stable/owncast/2.0.1/test_values.yaml b/stable/owncast/2.0.2/test_values.yaml similarity index 100% rename from stable/owncast/2.0.1/test_values.yaml rename to stable/owncast/2.0.2/test_values.yaml diff --git a/stable/owncast/2.0.1/values.yaml b/stable/owncast/2.0.2/values.yaml similarity index 100% rename from stable/owncast/2.0.1/values.yaml rename to stable/owncast/2.0.2/values.yaml diff --git a/stable/owncloud-ocis/2.0.2/CHANGELOG.md b/stable/owncloud-ocis/2.0.2/CHANGELOG.md deleted file mode 100644 index 05ad9aa58bb..00000000000 --- a/stable/owncloud-ocis/2.0.2/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [owncloud-ocis-2.0.2](https://github.com/truecharts/apps/compare/owncloud-ocis-2.0.1...owncloud-ocis-2.0.2) (2021-09-21) - -#### Chore - -* update non-major ([#1013](https://github.com/truecharts/apps/issues/1013)) - diff --git a/stable/owncloud-ocis/2.0.2/Chart.lock b/stable/owncloud-ocis/2.0.2/Chart.lock deleted file mode 100644 index f86c7f5ee90..00000000000 --- a/stable/owncloud-ocis/2.0.2/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 7.0.12 -digest: sha256:6609ac081f2fa3f9ccafe5462c1016a5848be1029bec1127c0ecbce7981ec9d2 -generated: "2021-09-21T08:46:44.213130857Z" diff --git a/stable/owncloud-ocis/2.0.2/charts/common-7.0.12.tgz b/stable/owncloud-ocis/2.0.2/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/owncloud-ocis/2.0.2/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/owncloud-ocis/2.0.3/CHANGELOG.md b/stable/owncloud-ocis/2.0.3/CHANGELOG.md new file mode 100644 index 00000000000..6476195dc2f --- /dev/null +++ b/stable/owncloud-ocis/2.0.3/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [owncloud-ocis-2.0.3](https://github.com/truecharts/apps/compare/owncloud-ocis-2.0.2...owncloud-ocis-2.0.3) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/owncloud-ocis/2.0.2/CONFIG.md b/stable/owncloud-ocis/2.0.3/CONFIG.md similarity index 100% rename from stable/owncloud-ocis/2.0.2/CONFIG.md rename to stable/owncloud-ocis/2.0.3/CONFIG.md diff --git a/stable/owncloud-ocis/2.0.3/Chart.lock b/stable/owncloud-ocis/2.0.3/Chart.lock new file mode 100644 index 00000000000..5bf26d0bc00 --- /dev/null +++ b/stable/owncloud-ocis/2.0.3/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 7.0.14 +digest: sha256:050b52e7ae7aa5580026804422c8a279ceaacd28df48af65de0b530e6d045954 +generated: "2021-09-21T10:10:18.98303295Z" diff --git a/stable/owncloud-ocis/2.0.2/Chart.yaml b/stable/owncloud-ocis/2.0.3/Chart.yaml similarity index 95% rename from stable/owncloud-ocis/2.0.2/Chart.yaml rename to stable/owncloud-ocis/2.0.3/Chart.yaml index 332cc91ef6a..fb0565ec9e7 100644 --- a/stable/owncloud-ocis/2.0.2/Chart.yaml +++ b/stable/owncloud-ocis/2.0.3/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.12.0" dependencies: - name: common repository: https://truecharts.org - version: 7.0.12 + version: 7.0.14 description: ownCloud Infinite Scale is a self-hosted file sync and share server. home: https://github.com/truechartsapps/tree/master/charts/incubator/owncloud-ocis icon: https://avatars.githubusercontent.com/u/1645051?s=200&v=4 @@ -25,4 +25,4 @@ name: owncloud-ocis sources: - https://hub.docker.com/r/owncloud/ocis - https://owncloud.dev/ocis/ -version: 2.0.2 +version: 2.0.3 diff --git a/stable/owncloud-ocis/2.0.2/README.md b/stable/owncloud-ocis/2.0.3/README.md similarity index 96% rename from stable/owncloud-ocis/2.0.2/README.md rename to stable/owncloud-ocis/2.0.3/README.md index 2dd7c86baad..70e87803f93 100644 --- a/stable/owncloud-ocis/2.0.2/README.md +++ b/stable/owncloud-ocis/2.0.3/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 7.0.12 | +| https://truecharts.org | common | 7.0.14 | ## Installing the Chart diff --git a/stable/owncloud-ocis/2.0.2/app-readme.md b/stable/owncloud-ocis/2.0.3/app-readme.md similarity index 100% rename from stable/owncloud-ocis/2.0.2/app-readme.md rename to stable/owncloud-ocis/2.0.3/app-readme.md diff --git a/stable/owncloud-ocis/2.0.3/charts/common-7.0.14.tgz b/stable/owncloud-ocis/2.0.3/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/owncloud-ocis/2.0.3/charts/common-7.0.14.tgz differ diff --git a/stable/owncloud-ocis/2.0.2/helm-values.md b/stable/owncloud-ocis/2.0.3/helm-values.md similarity index 100% rename from stable/owncloud-ocis/2.0.2/helm-values.md rename to stable/owncloud-ocis/2.0.3/helm-values.md diff --git a/stable/owncloud-ocis/2.0.2/ix_values.yaml b/stable/owncloud-ocis/2.0.3/ix_values.yaml similarity index 100% rename from stable/owncloud-ocis/2.0.2/ix_values.yaml rename to stable/owncloud-ocis/2.0.3/ix_values.yaml diff --git a/stable/owncloud-ocis/2.0.2/questions.yaml b/stable/owncloud-ocis/2.0.3/questions.yaml similarity index 100% rename from stable/owncloud-ocis/2.0.2/questions.yaml rename to stable/owncloud-ocis/2.0.3/questions.yaml diff --git a/stable/owncloud-ocis/2.0.2/templates/common.yaml b/stable/owncloud-ocis/2.0.3/templates/common.yaml similarity index 100% rename from stable/owncloud-ocis/2.0.2/templates/common.yaml rename to stable/owncloud-ocis/2.0.3/templates/common.yaml diff --git a/stable/owncloud-ocis/2.0.2/test_values.yaml b/stable/owncloud-ocis/2.0.3/test_values.yaml similarity index 100% rename from stable/owncloud-ocis/2.0.2/test_values.yaml rename to stable/owncloud-ocis/2.0.3/test_values.yaml diff --git a/stable/owncloud-ocis/2.0.2/values.yaml b/stable/owncloud-ocis/2.0.3/values.yaml similarity index 100% rename from stable/owncloud-ocis/2.0.2/values.yaml rename to stable/owncloud-ocis/2.0.3/values.yaml diff --git a/stable/pgadmin/2.0.1/CHANGELOG.md b/stable/pgadmin/2.0.1/CHANGELOG.md deleted file mode 100644 index 50e32564562..00000000000 --- a/stable/pgadmin/2.0.1/CHANGELOG.md +++ /dev/null @@ -1,19 +0,0 @@ - - -### [pgadmin-2.0.1](https://github.com/truecharts/apps/compare/pgadmin-1.8.15...pgadmin-2.0.1) (2021-09-13) - -#### Chore - -* update non-major - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - -#### Fix - -* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956)) - diff --git a/stable/pgadmin/2.0.1/Chart.lock b/stable/pgadmin/2.0.1/Chart.lock deleted file mode 100644 index a355c49cba9..00000000000 --- a/stable/pgadmin/2.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-13T17:00:02.711847372Z" diff --git a/stable/pgadmin/2.0.1/charts/common-7.0.12.tgz b/stable/pgadmin/2.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/pgadmin/2.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/pgadmin/2.0.2/CHANGELOG.md b/stable/pgadmin/2.0.2/CHANGELOG.md new file mode 100644 index 00000000000..f8ea93dbd39 --- /dev/null +++ b/stable/pgadmin/2.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [pgadmin-2.0.2](https://github.com/truecharts/apps/compare/pgadmin-2.0.1...pgadmin-2.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/pgadmin/2.0.1/CONFIG.md b/stable/pgadmin/2.0.2/CONFIG.md similarity index 100% rename from stable/pgadmin/2.0.1/CONFIG.md rename to stable/pgadmin/2.0.2/CONFIG.md diff --git a/stable/pgadmin/2.0.2/Chart.lock b/stable/pgadmin/2.0.2/Chart.lock new file mode 100644 index 00000000000..d7f6eaf78d0 --- /dev/null +++ b/stable/pgadmin/2.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:10:27.946366317Z" diff --git a/stable/pgadmin/2.0.1/Chart.yaml b/stable/pgadmin/2.0.2/Chart.yaml similarity index 94% rename from stable/pgadmin/2.0.1/Chart.yaml rename to stable/pgadmin/2.0.2/Chart.yaml index c3ede583351..64b0f99271b 100644 --- a/stable/pgadmin/2.0.1/Chart.yaml +++ b/stable/pgadmin/2.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "5.7" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 deprecated: false description: Web-Based postgresql database management utility home: https://github.com/truecharts/apps/tree/master/charts/stable/pgadmin @@ -24,4 +24,4 @@ name: pgadmin sources: - https://www.pgadmin.org/ type: application -version: 2.0.1 +version: 2.0.2 diff --git a/stable/pgadmin/2.0.1/README.md b/stable/pgadmin/2.0.2/README.md similarity index 96% rename from stable/pgadmin/2.0.1/README.md rename to stable/pgadmin/2.0.2/README.md index 884aaa106f2..61df76552e2 100644 --- a/stable/pgadmin/2.0.1/README.md +++ b/stable/pgadmin/2.0.2/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/pgadmin/2.0.1/app-readme.md b/stable/pgadmin/2.0.2/app-readme.md similarity index 100% rename from stable/pgadmin/2.0.1/app-readme.md rename to stable/pgadmin/2.0.2/app-readme.md diff --git a/stable/pgadmin/2.0.2/charts/common-7.0.14.tgz b/stable/pgadmin/2.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/pgadmin/2.0.2/charts/common-7.0.14.tgz differ diff --git a/stable/pgadmin/2.0.1/helm-values.md b/stable/pgadmin/2.0.2/helm-values.md similarity index 100% rename from stable/pgadmin/2.0.1/helm-values.md rename to stable/pgadmin/2.0.2/helm-values.md diff --git a/stable/pgadmin/2.0.1/ix_values.yaml b/stable/pgadmin/2.0.2/ix_values.yaml similarity index 100% rename from stable/pgadmin/2.0.1/ix_values.yaml rename to stable/pgadmin/2.0.2/ix_values.yaml diff --git a/stable/pgadmin/2.0.1/questions.yaml b/stable/pgadmin/2.0.2/questions.yaml similarity index 99% rename from stable/pgadmin/2.0.1/questions.yaml rename to stable/pgadmin/2.0.2/questions.yaml index 312899c3316..d2f963108fc 100644 --- a/stable/pgadmin/2.0.1/questions.yaml +++ b/stable/pgadmin/2.0.2/questions.yaml @@ -1347,12 +1347,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/pgadmin/2.0.1/templates/common.yaml b/stable/pgadmin/2.0.2/templates/common.yaml similarity index 100% rename from stable/pgadmin/2.0.1/templates/common.yaml rename to stable/pgadmin/2.0.2/templates/common.yaml diff --git a/stable/pgadmin/2.0.1/test_values.yaml b/stable/pgadmin/2.0.2/test_values.yaml similarity index 100% rename from stable/pgadmin/2.0.1/test_values.yaml rename to stable/pgadmin/2.0.2/test_values.yaml diff --git a/stable/pgadmin/2.0.1/values.yaml b/stable/pgadmin/2.0.2/values.yaml similarity index 100% rename from stable/pgadmin/2.0.1/values.yaml rename to stable/pgadmin/2.0.2/values.yaml diff --git a/stable/photoprism/2.0.1/CHANGELOG.md b/stable/photoprism/2.0.1/CHANGELOG.md deleted file mode 100644 index d921283a0dc..00000000000 --- a/stable/photoprism/2.0.1/CHANGELOG.md +++ /dev/null @@ -1,19 +0,0 @@ - - -### [photoprism-2.0.1](https://github.com/truecharts/apps/compare/photoprism-1.9.15...photoprism-2.0.1) (2021-09-13) - -#### Chore - -* update non-major - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - -#### Fix - -* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956)) - diff --git a/stable/photoprism/2.0.1/Chart.lock b/stable/photoprism/2.0.1/Chart.lock deleted file mode 100644 index 940fe0a8ebf..00000000000 --- a/stable/photoprism/2.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 7.0.12 -digest: sha256:6609ac081f2fa3f9ccafe5462c1016a5848be1029bec1127c0ecbce7981ec9d2 -generated: "2021-09-13T17:00:11.745404945Z" diff --git a/stable/photoprism/2.0.1/charts/common-7.0.12.tgz b/stable/photoprism/2.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/photoprism/2.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/photoprism/2.0.2/CHANGELOG.md b/stable/photoprism/2.0.2/CHANGELOG.md new file mode 100644 index 00000000000..4575f14167e --- /dev/null +++ b/stable/photoprism/2.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [photoprism-2.0.2](https://github.com/truecharts/apps/compare/photoprism-2.0.1...photoprism-2.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/photoprism/2.0.1/CONFIG.md b/stable/photoprism/2.0.2/CONFIG.md similarity index 100% rename from stable/photoprism/2.0.1/CONFIG.md rename to stable/photoprism/2.0.2/CONFIG.md diff --git a/stable/photoprism/2.0.2/Chart.lock b/stable/photoprism/2.0.2/Chart.lock new file mode 100644 index 00000000000..046b80817ab --- /dev/null +++ b/stable/photoprism/2.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 7.0.14 +digest: sha256:050b52e7ae7aa5580026804422c8a279ceaacd28df48af65de0b530e6d045954 +generated: "2021-09-21T10:10:36.793215648Z" diff --git a/stable/photoprism/2.0.1/Chart.yaml b/stable/photoprism/2.0.2/Chart.yaml similarity index 95% rename from stable/photoprism/2.0.1/Chart.yaml rename to stable/photoprism/2.0.2/Chart.yaml index eab71f8292f..0d8988bedef 100644 --- a/stable/photoprism/2.0.1/Chart.yaml +++ b/stable/photoprism/2.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "20210523" dependencies: - name: common repository: https://truecharts.org - version: 7.0.12 + version: 7.0.14 description: "PhotoPrism\xC2\xAE is a server-based application for browsing, organizing\ \ and sharing your personal photo collection" home: https://github.com/truechartsapps/tree/master/charts/incubator/photoprism @@ -22,4 +22,4 @@ name: photoprism sources: - https://github.com/photoprism/photoprism - https://hub.docker.com/r/photoprism/photoprism -version: 2.0.1 +version: 2.0.2 diff --git a/stable/photoprism/2.0.1/README.md b/stable/photoprism/2.0.2/README.md similarity index 96% rename from stable/photoprism/2.0.1/README.md rename to stable/photoprism/2.0.2/README.md index 49480fa203b..0a660090c80 100644 --- a/stable/photoprism/2.0.1/README.md +++ b/stable/photoprism/2.0.2/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 7.0.12 | +| https://truecharts.org | common | 7.0.14 | ## Installing the Chart diff --git a/stable/photoprism/2.0.1/app-readme.md b/stable/photoprism/2.0.2/app-readme.md similarity index 100% rename from stable/photoprism/2.0.1/app-readme.md rename to stable/photoprism/2.0.2/app-readme.md diff --git a/stable/photoprism/2.0.2/charts/common-7.0.14.tgz b/stable/photoprism/2.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/photoprism/2.0.2/charts/common-7.0.14.tgz differ diff --git a/stable/photoprism/2.0.1/helm-values.md b/stable/photoprism/2.0.2/helm-values.md similarity index 100% rename from stable/photoprism/2.0.1/helm-values.md rename to stable/photoprism/2.0.2/helm-values.md diff --git a/stable/photoprism/2.0.1/ix_values.yaml b/stable/photoprism/2.0.2/ix_values.yaml similarity index 100% rename from stable/photoprism/2.0.1/ix_values.yaml rename to stable/photoprism/2.0.2/ix_values.yaml diff --git a/stable/photoprism/2.0.1/questions.yaml b/stable/photoprism/2.0.2/questions.yaml similarity index 99% rename from stable/photoprism/2.0.1/questions.yaml rename to stable/photoprism/2.0.2/questions.yaml index df3b5e928f6..fbad71621f2 100644 --- a/stable/photoprism/2.0.1/questions.yaml +++ b/stable/photoprism/2.0.2/questions.yaml @@ -1370,12 +1370,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/photoprism/2.0.1/templates/common.yaml b/stable/photoprism/2.0.2/templates/common.yaml similarity index 100% rename from stable/photoprism/2.0.1/templates/common.yaml rename to stable/photoprism/2.0.2/templates/common.yaml diff --git a/stable/photoprism/2.0.1/test_values.yaml b/stable/photoprism/2.0.2/test_values.yaml similarity index 100% rename from stable/photoprism/2.0.1/test_values.yaml rename to stable/photoprism/2.0.2/test_values.yaml diff --git a/stable/photoprism/2.0.1/values.yaml b/stable/photoprism/2.0.2/values.yaml similarity index 100% rename from stable/photoprism/2.0.1/values.yaml rename to stable/photoprism/2.0.2/values.yaml diff --git a/stable/phpldapadmin/2.0.1/CHANGELOG.md b/stable/phpldapadmin/2.0.1/CHANGELOG.md deleted file mode 100644 index 9abab34e946..00000000000 --- a/stable/phpldapadmin/2.0.1/CHANGELOG.md +++ /dev/null @@ -1,20 +0,0 @@ - - -### [phpldapadmin-2.0.1](https://github.com/truecharts/apps/compare/phpldapadmin-1.8.15...phpldapadmin-2.0.1) (2021-09-13) - -#### Chore - -* move more dockerhub containers to GHCR mirror ([#958](https://github.com/truecharts/apps/issues/958)) -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - -#### Fix - -* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956)) - diff --git a/stable/phpldapadmin/2.0.1/Chart.lock b/stable/phpldapadmin/2.0.1/Chart.lock deleted file mode 100644 index a5568b12563..00000000000 --- a/stable/phpldapadmin/2.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-13T17:00:20.512058193Z" diff --git a/stable/phpldapadmin/2.0.1/charts/common-7.0.12.tgz b/stable/phpldapadmin/2.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/phpldapadmin/2.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/phpldapadmin/2.0.2/CHANGELOG.md b/stable/phpldapadmin/2.0.2/CHANGELOG.md new file mode 100644 index 00000000000..2df5dadb381 --- /dev/null +++ b/stable/phpldapadmin/2.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [phpldapadmin-2.0.2](https://github.com/truecharts/apps/compare/phpldapadmin-2.0.1...phpldapadmin-2.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/phpldapadmin/2.0.1/CONFIG.md b/stable/phpldapadmin/2.0.2/CONFIG.md similarity index 100% rename from stable/phpldapadmin/2.0.1/CONFIG.md rename to stable/phpldapadmin/2.0.2/CONFIG.md diff --git a/stable/phpldapadmin/2.0.2/Chart.lock b/stable/phpldapadmin/2.0.2/Chart.lock new file mode 100644 index 00000000000..e7952970488 --- /dev/null +++ b/stable/phpldapadmin/2.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:10:45.868392729Z" diff --git a/stable/phpldapadmin/2.0.1/Chart.yaml b/stable/phpldapadmin/2.0.2/Chart.yaml similarity index 95% rename from stable/phpldapadmin/2.0.1/Chart.yaml rename to stable/phpldapadmin/2.0.2/Chart.yaml index 030839301eb..201206d15fc 100644 --- a/stable/phpldapadmin/2.0.1/Chart.yaml +++ b/stable/phpldapadmin/2.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.9.0" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 deprecated: false description: Web-based LDAP browser to manage your LDAP server home: https://github.com/truecharts/apps/tree/master/charts/stable/phpldapadmin @@ -24,4 +24,4 @@ name: phpldapadmin sources: - https://gitlab.v2.rancher.geohub.space/g3s/i3s/i3s-helm-catalog type: application -version: 2.0.1 +version: 2.0.2 diff --git a/stable/phpldapadmin/2.0.1/README.md b/stable/phpldapadmin/2.0.2/README.md similarity index 96% rename from stable/phpldapadmin/2.0.1/README.md rename to stable/phpldapadmin/2.0.2/README.md index e1e7071aa13..0637c78d5a0 100644 --- a/stable/phpldapadmin/2.0.1/README.md +++ b/stable/phpldapadmin/2.0.2/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/phpldapadmin/2.0.1/app-readme.md b/stable/phpldapadmin/2.0.2/app-readme.md similarity index 100% rename from stable/phpldapadmin/2.0.1/app-readme.md rename to stable/phpldapadmin/2.0.2/app-readme.md diff --git a/stable/phpldapadmin/2.0.2/charts/common-7.0.14.tgz b/stable/phpldapadmin/2.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/phpldapadmin/2.0.2/charts/common-7.0.14.tgz differ diff --git a/stable/phpldapadmin/2.0.1/helm-values.md b/stable/phpldapadmin/2.0.2/helm-values.md similarity index 100% rename from stable/phpldapadmin/2.0.1/helm-values.md rename to stable/phpldapadmin/2.0.2/helm-values.md diff --git a/stable/phpldapadmin/2.0.1/ix_values.yaml b/stable/phpldapadmin/2.0.2/ix_values.yaml similarity index 100% rename from stable/phpldapadmin/2.0.1/ix_values.yaml rename to stable/phpldapadmin/2.0.2/ix_values.yaml diff --git a/stable/phpldapadmin/2.0.1/questions.yaml b/stable/phpldapadmin/2.0.2/questions.yaml similarity index 99% rename from stable/phpldapadmin/2.0.1/questions.yaml rename to stable/phpldapadmin/2.0.2/questions.yaml index 77cb4a1d217..e913d02a814 100644 --- a/stable/phpldapadmin/2.0.1/questions.yaml +++ b/stable/phpldapadmin/2.0.2/questions.yaml @@ -1229,12 +1229,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/phpldapadmin/2.0.1/templates/common.yaml b/stable/phpldapadmin/2.0.2/templates/common.yaml similarity index 100% rename from stable/phpldapadmin/2.0.1/templates/common.yaml rename to stable/phpldapadmin/2.0.2/templates/common.yaml diff --git a/stable/phpldapadmin/2.0.1/test_values.yaml b/stable/phpldapadmin/2.0.2/test_values.yaml similarity index 100% rename from stable/phpldapadmin/2.0.1/test_values.yaml rename to stable/phpldapadmin/2.0.2/test_values.yaml diff --git a/stable/phpldapadmin/2.0.1/values.yaml b/stable/phpldapadmin/2.0.2/values.yaml similarity index 100% rename from stable/phpldapadmin/2.0.1/values.yaml rename to stable/phpldapadmin/2.0.2/values.yaml diff --git a/stable/piaware/2.0.1/CHANGELOG.md b/stable/piaware/2.0.1/CHANGELOG.md deleted file mode 100644 index a2e4dee4817..00000000000 --- a/stable/piaware/2.0.1/CHANGELOG.md +++ /dev/null @@ -1,20 +0,0 @@ - - -### [piaware-2.0.1](https://github.com/truecharts/apps/compare/piaware-1.9.16...piaware-2.0.1) (2021-09-13) - -#### Chore - -* move most remaining Apps to GHCR mirror ([#959](https://github.com/truecharts/apps/issues/959)) -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - -#### Fix - -* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956)) - diff --git a/stable/piaware/2.0.1/Chart.lock b/stable/piaware/2.0.1/Chart.lock deleted file mode 100644 index a7a169c1816..00000000000 --- a/stable/piaware/2.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 7.0.12 -digest: sha256:6609ac081f2fa3f9ccafe5462c1016a5848be1029bec1127c0ecbce7981ec9d2 -generated: "2021-09-13T17:00:29.426714017Z" diff --git a/stable/piaware/2.0.1/charts/common-7.0.12.tgz b/stable/piaware/2.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/piaware/2.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/piaware/2.0.2/CHANGELOG.md b/stable/piaware/2.0.2/CHANGELOG.md new file mode 100644 index 00000000000..5a0c66e128b --- /dev/null +++ b/stable/piaware/2.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [piaware-2.0.2](https://github.com/truecharts/apps/compare/piaware-2.0.1...piaware-2.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/piaware/2.0.1/CONFIG.md b/stable/piaware/2.0.2/CONFIG.md similarity index 100% rename from stable/piaware/2.0.1/CONFIG.md rename to stable/piaware/2.0.2/CONFIG.md diff --git a/stable/piaware/2.0.2/Chart.lock b/stable/piaware/2.0.2/Chart.lock new file mode 100644 index 00000000000..c12b6499e75 --- /dev/null +++ b/stable/piaware/2.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 7.0.14 +digest: sha256:050b52e7ae7aa5580026804422c8a279ceaacd28df48af65de0b530e6d045954 +generated: "2021-09-21T10:10:54.889111575Z" diff --git a/stable/piaware/2.0.1/Chart.yaml b/stable/piaware/2.0.2/Chart.yaml similarity index 94% rename from stable/piaware/2.0.1/Chart.yaml rename to stable/piaware/2.0.2/Chart.yaml index 67976734f0c..5335cd5df1f 100644 --- a/stable/piaware/2.0.1/Chart.yaml +++ b/stable/piaware/2.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "6.1" dependencies: - name: common repository: https://truecharts.org - version: 7.0.12 + version: 7.0.14 description: Program for forwarding ADS-B data to FlightAware home: https://github.com/truechartsapps/tree/master/charts/incubator/piaware icon: https://pbs.twimg.com/profile_images/964269455483088897/mr2UgvfG_400x400.jpg @@ -19,4 +19,4 @@ maintainers: name: piaware sources: - https://github.com/flightaware/piaware -version: 2.0.1 +version: 2.0.2 diff --git a/stable/piaware/2.0.1/README.md b/stable/piaware/2.0.2/README.md similarity index 96% rename from stable/piaware/2.0.1/README.md rename to stable/piaware/2.0.2/README.md index 4e9f613b4a3..963e0a6a1d5 100644 --- a/stable/piaware/2.0.1/README.md +++ b/stable/piaware/2.0.2/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 7.0.12 | +| https://truecharts.org | common | 7.0.14 | ## Installing the Chart diff --git a/stable/piaware/2.0.1/app-readme.md b/stable/piaware/2.0.2/app-readme.md similarity index 100% rename from stable/piaware/2.0.1/app-readme.md rename to stable/piaware/2.0.2/app-readme.md diff --git a/stable/piaware/2.0.2/charts/common-7.0.14.tgz b/stable/piaware/2.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/piaware/2.0.2/charts/common-7.0.14.tgz differ diff --git a/stable/piaware/2.0.1/ci/ct-values.yaml b/stable/piaware/2.0.2/ci/ct-values.yaml similarity index 100% rename from stable/piaware/2.0.1/ci/ct-values.yaml rename to stable/piaware/2.0.2/ci/ct-values.yaml diff --git a/stable/piaware/2.0.1/helm-values.md b/stable/piaware/2.0.2/helm-values.md similarity index 100% rename from stable/piaware/2.0.1/helm-values.md rename to stable/piaware/2.0.2/helm-values.md diff --git a/stable/piaware/2.0.1/ix_values.yaml b/stable/piaware/2.0.2/ix_values.yaml similarity index 100% rename from stable/piaware/2.0.1/ix_values.yaml rename to stable/piaware/2.0.2/ix_values.yaml diff --git a/stable/piaware/2.0.1/questions.yaml b/stable/piaware/2.0.2/questions.yaml similarity index 99% rename from stable/piaware/2.0.1/questions.yaml rename to stable/piaware/2.0.2/questions.yaml index 65bec92720a..d103f04b4e7 100644 --- a/stable/piaware/2.0.1/questions.yaml +++ b/stable/piaware/2.0.2/questions.yaml @@ -1373,12 +1373,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/piaware/2.0.1/templates/common.yaml b/stable/piaware/2.0.2/templates/common.yaml similarity index 100% rename from stable/piaware/2.0.1/templates/common.yaml rename to stable/piaware/2.0.2/templates/common.yaml diff --git a/stable/piaware/2.0.1/test_values.yaml b/stable/piaware/2.0.2/test_values.yaml similarity index 100% rename from stable/piaware/2.0.1/test_values.yaml rename to stable/piaware/2.0.2/test_values.yaml diff --git a/stable/piaware/2.0.1/values.yaml b/stable/piaware/2.0.2/values.yaml similarity index 100% rename from stable/piaware/2.0.1/values.yaml rename to stable/piaware/2.0.2/values.yaml diff --git a/stable/pihole/2.0.5/CHANGELOG.md b/stable/pihole/2.0.5/CHANGELOG.md deleted file mode 100644 index 0b122c08af7..00000000000 --- a/stable/pihole/2.0.5/CHANGELOG.md +++ /dev/null @@ -1,4 +0,0 @@ - - -### [pihole-2.0.5](https://github.com/truecharts/apps/compare/pihole-2.0.4...pihole-2.0.5) (2021-09-16) - diff --git a/stable/pihole/2.0.5/Chart.lock b/stable/pihole/2.0.5/Chart.lock deleted file mode 100644 index 28934e8d736..00000000000 --- a/stable/pihole/2.0.5/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-16T09:34:57.882743295Z" diff --git a/stable/pihole/2.0.5/charts/common-7.0.12.tgz b/stable/pihole/2.0.5/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/pihole/2.0.5/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/pihole/2.0.6/CHANGELOG.md b/stable/pihole/2.0.6/CHANGELOG.md new file mode 100644 index 00000000000..8e157010a09 --- /dev/null +++ b/stable/pihole/2.0.6/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [pihole-2.0.6](https://github.com/truecharts/apps/compare/pihole-2.0.5...pihole-2.0.6) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/pihole/2.0.5/CONFIG.md b/stable/pihole/2.0.6/CONFIG.md similarity index 100% rename from stable/pihole/2.0.5/CONFIG.md rename to stable/pihole/2.0.6/CONFIG.md diff --git a/stable/pihole/2.0.6/Chart.lock b/stable/pihole/2.0.6/Chart.lock new file mode 100644 index 00000000000..6781a75c724 --- /dev/null +++ b/stable/pihole/2.0.6/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:11:04.040252988Z" diff --git a/stable/pihole/2.0.5/Chart.yaml b/stable/pihole/2.0.6/Chart.yaml similarity index 94% rename from stable/pihole/2.0.5/Chart.yaml rename to stable/pihole/2.0.6/Chart.yaml index 65b2120a1fb..9500c8ae082 100644 --- a/stable/pihole/2.0.5/Chart.yaml +++ b/stable/pihole/2.0.6/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2021.09" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 deprecated: false description: DNS and Ad-filtering for your network home: https://github.com/truecharts/apps/tree/master/charts/stable/pihole @@ -21,4 +21,4 @@ sources: - https://github.com/pi-hole - https://github.com/pi-hole/docker-pi-hole type: application -version: 2.0.5 +version: 2.0.6 diff --git a/stable/pihole/2.0.5/README.md b/stable/pihole/2.0.6/README.md similarity index 96% rename from stable/pihole/2.0.5/README.md rename to stable/pihole/2.0.6/README.md index e6b59e377e1..9899297562e 100644 --- a/stable/pihole/2.0.5/README.md +++ b/stable/pihole/2.0.6/README.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/pihole/2.0.5/app-readme.md b/stable/pihole/2.0.6/app-readme.md similarity index 100% rename from stable/pihole/2.0.5/app-readme.md rename to stable/pihole/2.0.6/app-readme.md diff --git a/stable/pihole/2.0.6/charts/common-7.0.14.tgz b/stable/pihole/2.0.6/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/pihole/2.0.6/charts/common-7.0.14.tgz differ diff --git a/stable/pihole/2.0.5/helm-values.md b/stable/pihole/2.0.6/helm-values.md similarity index 100% rename from stable/pihole/2.0.5/helm-values.md rename to stable/pihole/2.0.6/helm-values.md diff --git a/stable/pihole/2.0.5/ix_values.yaml b/stable/pihole/2.0.6/ix_values.yaml similarity index 100% rename from stable/pihole/2.0.5/ix_values.yaml rename to stable/pihole/2.0.6/ix_values.yaml diff --git a/stable/pihole/2.0.5/questions.yaml b/stable/pihole/2.0.6/questions.yaml similarity index 100% rename from stable/pihole/2.0.5/questions.yaml rename to stable/pihole/2.0.6/questions.yaml diff --git a/stable/pihole/2.0.5/templates/_configmap.tpl b/stable/pihole/2.0.6/templates/_configmap.tpl similarity index 100% rename from stable/pihole/2.0.5/templates/_configmap.tpl rename to stable/pihole/2.0.6/templates/_configmap.tpl diff --git a/stable/pihole/2.0.5/templates/common.yaml b/stable/pihole/2.0.6/templates/common.yaml similarity index 100% rename from stable/pihole/2.0.5/templates/common.yaml rename to stable/pihole/2.0.6/templates/common.yaml diff --git a/stable/pihole/2.0.5/test_values.yaml b/stable/pihole/2.0.6/test_values.yaml similarity index 100% rename from stable/pihole/2.0.5/test_values.yaml rename to stable/pihole/2.0.6/test_values.yaml diff --git a/stable/pihole/2.0.5/values.yaml b/stable/pihole/2.0.6/values.yaml similarity index 100% rename from stable/pihole/2.0.5/values.yaml rename to stable/pihole/2.0.6/values.yaml diff --git a/stable/plex/6.0.2/CHANGELOG.md b/stable/plex/6.0.2/CHANGELOG.md deleted file mode 100644 index 16867a2d265..00000000000 --- a/stable/plex/6.0.2/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [plex-6.0.2](https://github.com/truecharts/apps/compare/plex-6.0.1...plex-6.0.2) (2021-09-21) - -#### Chore - -* update non-major ([#1013](https://github.com/truecharts/apps/issues/1013)) - diff --git a/stable/plex/6.0.2/Chart.lock b/stable/plex/6.0.2/Chart.lock deleted file mode 100644 index 9faff53ac94..00000000000 --- a/stable/plex/6.0.2/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-21T08:46:55.832328173Z" diff --git a/stable/plex/6.0.2/charts/common-7.0.12.tgz b/stable/plex/6.0.2/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/plex/6.0.2/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/plex/6.0.3/CHANGELOG.md b/stable/plex/6.0.3/CHANGELOG.md new file mode 100644 index 00000000000..e6458a4ab0e --- /dev/null +++ b/stable/plex/6.0.3/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [plex-6.0.3](https://github.com/truecharts/apps/compare/plex-6.0.2...plex-6.0.3) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/plex/6.0.2/CONFIG.md b/stable/plex/6.0.3/CONFIG.md similarity index 100% rename from stable/plex/6.0.2/CONFIG.md rename to stable/plex/6.0.3/CONFIG.md diff --git a/stable/plex/6.0.3/Chart.lock b/stable/plex/6.0.3/Chart.lock new file mode 100644 index 00000000000..39be2d03f62 --- /dev/null +++ b/stable/plex/6.0.3/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:11:12.934079033Z" diff --git a/stable/plex/6.0.2/Chart.yaml b/stable/plex/6.0.3/Chart.yaml similarity index 94% rename from stable/plex/6.0.2/Chart.yaml rename to stable/plex/6.0.3/Chart.yaml index 1f7c058d3b7..1b54759b048 100644 --- a/stable/plex/6.0.2/Chart.yaml +++ b/stable/plex/6.0.3/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.24.3.503" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 deprecated: false description: Plex Media Server home: https://github.com/truecharts/apps/tree/master/charts/stable/plex @@ -22,4 +22,4 @@ maintainers: name: plex sources: null type: application -version: 6.0.2 +version: 6.0.3 diff --git a/stable/plex/6.0.2/README.md b/stable/plex/6.0.3/README.md similarity index 96% rename from stable/plex/6.0.2/README.md rename to stable/plex/6.0.3/README.md index 13c2e90a4a6..35c40a45d2a 100644 --- a/stable/plex/6.0.2/README.md +++ b/stable/plex/6.0.3/README.md @@ -13,7 +13,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/plex/6.0.2/app-readme.md b/stable/plex/6.0.3/app-readme.md similarity index 100% rename from stable/plex/6.0.2/app-readme.md rename to stable/plex/6.0.3/app-readme.md diff --git a/stable/plex/6.0.3/charts/common-7.0.14.tgz b/stable/plex/6.0.3/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/plex/6.0.3/charts/common-7.0.14.tgz differ diff --git a/stable/plex/6.0.2/helm-values.md b/stable/plex/6.0.3/helm-values.md similarity index 100% rename from stable/plex/6.0.2/helm-values.md rename to stable/plex/6.0.3/helm-values.md diff --git a/stable/plex/6.0.2/ix_values.yaml b/stable/plex/6.0.3/ix_values.yaml similarity index 100% rename from stable/plex/6.0.2/ix_values.yaml rename to stable/plex/6.0.3/ix_values.yaml diff --git a/stable/plex/6.0.2/questions.yaml b/stable/plex/6.0.3/questions.yaml similarity index 100% rename from stable/plex/6.0.2/questions.yaml rename to stable/plex/6.0.3/questions.yaml diff --git a/stable/plex/6.0.2/templates/common.yaml b/stable/plex/6.0.3/templates/common.yaml similarity index 100% rename from stable/plex/6.0.2/templates/common.yaml rename to stable/plex/6.0.3/templates/common.yaml diff --git a/stable/plex/6.0.2/test_values.yaml b/stable/plex/6.0.3/test_values.yaml similarity index 100% rename from stable/plex/6.0.2/test_values.yaml rename to stable/plex/6.0.3/test_values.yaml diff --git a/stable/plex/6.0.2/values.yaml b/stable/plex/6.0.3/values.yaml similarity index 100% rename from stable/plex/6.0.2/values.yaml rename to stable/plex/6.0.3/values.yaml diff --git a/stable/podgrab/5.0.1/CHANGELOG.md b/stable/podgrab/5.0.1/CHANGELOG.md deleted file mode 100644 index 3c01fdfa910..00000000000 --- a/stable/podgrab/5.0.1/CHANGELOG.md +++ /dev/null @@ -1,20 +0,0 @@ - - -### [podgrab-5.0.1](https://github.com/truecharts/apps/compare/podgrab-4.11.15...podgrab-5.0.1) (2021-09-13) - -#### Chore - -* move more dockerhub containers to GHCR mirror ([#958](https://github.com/truecharts/apps/issues/958)) -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - -#### Fix - -* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956)) - diff --git a/stable/podgrab/5.0.1/Chart.lock b/stable/podgrab/5.0.1/Chart.lock deleted file mode 100644 index ee95b1618a0..00000000000 --- a/stable/podgrab/5.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-13T17:00:56.37368589Z" diff --git a/stable/podgrab/5.0.1/charts/common-7.0.12.tgz b/stable/podgrab/5.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/podgrab/5.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/podgrab/5.0.2/CHANGELOG.md b/stable/podgrab/5.0.2/CHANGELOG.md new file mode 100644 index 00000000000..48936c7a935 --- /dev/null +++ b/stable/podgrab/5.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [podgrab-5.0.2](https://github.com/truecharts/apps/compare/podgrab-5.0.1...podgrab-5.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/podgrab/5.0.1/CONFIG.md b/stable/podgrab/5.0.2/CONFIG.md similarity index 100% rename from stable/podgrab/5.0.1/CONFIG.md rename to stable/podgrab/5.0.2/CONFIG.md diff --git a/stable/podgrab/5.0.2/Chart.lock b/stable/podgrab/5.0.2/Chart.lock new file mode 100644 index 00000000000..95ee23cf80b --- /dev/null +++ b/stable/podgrab/5.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:11:21.849073614Z" diff --git a/stable/podgrab/5.0.1/Chart.yaml b/stable/podgrab/5.0.2/Chart.yaml similarity index 95% rename from stable/podgrab/5.0.1/Chart.yaml rename to stable/podgrab/5.0.2/Chart.yaml index fb2be11dde3..499270baaef 100644 --- a/stable/podgrab/5.0.1/Chart.yaml +++ b/stable/podgrab/5.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.0.0" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 deprecated: false description: A self-hosted podcast manager to download episodes as soon as they become live. @@ -24,4 +24,4 @@ sources: - https://github.com/akhilrex/podgrab - https://hub.docker.com/r/akhilrex/podgrab type: application -version: 5.0.1 +version: 5.0.2 diff --git a/stable/podgrab/5.0.1/README.md b/stable/podgrab/5.0.2/README.md similarity index 96% rename from stable/podgrab/5.0.1/README.md rename to stable/podgrab/5.0.2/README.md index bf68d4891ed..e668eb5ad4c 100644 --- a/stable/podgrab/5.0.1/README.md +++ b/stable/podgrab/5.0.2/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/podgrab/5.0.1/app-readme.md b/stable/podgrab/5.0.2/app-readme.md similarity index 100% rename from stable/podgrab/5.0.1/app-readme.md rename to stable/podgrab/5.0.2/app-readme.md diff --git a/stable/podgrab/5.0.2/charts/common-7.0.14.tgz b/stable/podgrab/5.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/podgrab/5.0.2/charts/common-7.0.14.tgz differ diff --git a/stable/podgrab/5.0.1/helm-values.md b/stable/podgrab/5.0.2/helm-values.md similarity index 100% rename from stable/podgrab/5.0.1/helm-values.md rename to stable/podgrab/5.0.2/helm-values.md diff --git a/stable/podgrab/5.0.1/ix_values.yaml b/stable/podgrab/5.0.2/ix_values.yaml similarity index 100% rename from stable/podgrab/5.0.1/ix_values.yaml rename to stable/podgrab/5.0.2/ix_values.yaml diff --git a/stable/podgrab/5.0.1/questions.yaml b/stable/podgrab/5.0.2/questions.yaml similarity index 99% rename from stable/podgrab/5.0.1/questions.yaml rename to stable/podgrab/5.0.2/questions.yaml index a4284989bdd..1934b12eb65 100644 --- a/stable/podgrab/5.0.1/questions.yaml +++ b/stable/podgrab/5.0.2/questions.yaml @@ -1342,12 +1342,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/podgrab/5.0.1/templates/common.yaml b/stable/podgrab/5.0.2/templates/common.yaml similarity index 100% rename from stable/podgrab/5.0.1/templates/common.yaml rename to stable/podgrab/5.0.2/templates/common.yaml diff --git a/stable/podgrab/5.0.1/test_values.yaml b/stable/podgrab/5.0.2/test_values.yaml similarity index 100% rename from stable/podgrab/5.0.1/test_values.yaml rename to stable/podgrab/5.0.2/test_values.yaml diff --git a/stable/podgrab/5.0.1/values.yaml b/stable/podgrab/5.0.2/values.yaml similarity index 100% rename from stable/podgrab/5.0.1/values.yaml rename to stable/podgrab/5.0.2/values.yaml diff --git a/stable/postgresql/2.2.4/CHANGELOG.md b/stable/postgresql/2.2.4/CHANGELOG.md deleted file mode 100644 index 8393bd870ed..00000000000 --- a/stable/postgresql/2.2.4/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [postgresql-2.2.4](https://github.com/truecharts/apps/compare/postgresql-2.2.3...postgresql-2.2.4) (2021-09-21) - -#### Chore - -* update non-major ([#1015](https://github.com/truecharts/apps/issues/1015)) - diff --git a/stable/postgresql/2.2.4/Chart.lock b/stable/postgresql/2.2.4/Chart.lock deleted file mode 100644 index 03c1b437812..00000000000 --- a/stable/postgresql/2.2.4/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-21T09:04:47.219362016Z" diff --git a/stable/postgresql/2.2.4/charts/common-7.0.12.tgz b/stable/postgresql/2.2.4/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/postgresql/2.2.4/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/postgresql/2.2.5/CHANGELOG.md b/stable/postgresql/2.2.5/CHANGELOG.md new file mode 100644 index 00000000000..27c2211bf78 --- /dev/null +++ b/stable/postgresql/2.2.5/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [postgresql-2.2.5](https://github.com/truecharts/apps/compare/postgresql-2.2.4...postgresql-2.2.5) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/postgresql/2.2.4/CONFIG.md b/stable/postgresql/2.2.5/CONFIG.md similarity index 100% rename from stable/postgresql/2.2.4/CONFIG.md rename to stable/postgresql/2.2.5/CONFIG.md diff --git a/stable/postgresql/2.2.5/Chart.lock b/stable/postgresql/2.2.5/Chart.lock new file mode 100644 index 00000000000..83d66d6b463 --- /dev/null +++ b/stable/postgresql/2.2.5/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:11:30.486831448Z" diff --git a/stable/postgresql/2.2.4/Chart.yaml b/stable/postgresql/2.2.5/Chart.yaml similarity index 94% rename from stable/postgresql/2.2.4/Chart.yaml rename to stable/postgresql/2.2.5/Chart.yaml index 3f1db72a83f..fd4500eaa4b 100644 --- a/stable/postgresql/2.2.4/Chart.yaml +++ b/stable/postgresql/2.2.5/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "13.4.0" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 deprecated: false description: PostgresSQL home: https://github.com/truecharts/apps/tree/master/stable/postgres @@ -25,4 +25,4 @@ name: postgresql sources: - https://www.postgresql.org/ type: application -version: 2.2.4 +version: 2.2.5 diff --git a/stable/postgresql/2.2.4/README.md b/stable/postgresql/2.2.5/README.md similarity index 96% rename from stable/postgresql/2.2.4/README.md rename to stable/postgresql/2.2.5/README.md index c178eeb75cd..fe54abbbb0e 100644 --- a/stable/postgresql/2.2.4/README.md +++ b/stable/postgresql/2.2.5/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/postgresql/2.2.4/app-readme.md b/stable/postgresql/2.2.5/app-readme.md similarity index 100% rename from stable/postgresql/2.2.4/app-readme.md rename to stable/postgresql/2.2.5/app-readme.md diff --git a/stable/postgresql/2.2.5/charts/common-7.0.14.tgz b/stable/postgresql/2.2.5/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/postgresql/2.2.5/charts/common-7.0.14.tgz differ diff --git a/stable/postgresql/2.2.4/helm-values.md b/stable/postgresql/2.2.5/helm-values.md similarity index 100% rename from stable/postgresql/2.2.4/helm-values.md rename to stable/postgresql/2.2.5/helm-values.md diff --git a/stable/postgresql/2.2.4/ix_values.yaml b/stable/postgresql/2.2.5/ix_values.yaml similarity index 100% rename from stable/postgresql/2.2.4/ix_values.yaml rename to stable/postgresql/2.2.5/ix_values.yaml diff --git a/stable/postgresql/2.2.4/questions.yaml b/stable/postgresql/2.2.5/questions.yaml similarity index 100% rename from stable/postgresql/2.2.4/questions.yaml rename to stable/postgresql/2.2.5/questions.yaml diff --git a/stable/postgresql/2.2.4/templates/backup-postgres-config.yaml b/stable/postgresql/2.2.5/templates/backup-postgres-config.yaml similarity index 100% rename from stable/postgresql/2.2.4/templates/backup-postgres-config.yaml rename to stable/postgresql/2.2.5/templates/backup-postgres-config.yaml diff --git a/stable/postgresql/2.2.4/templates/common.yaml b/stable/postgresql/2.2.5/templates/common.yaml similarity index 100% rename from stable/postgresql/2.2.4/templates/common.yaml rename to stable/postgresql/2.2.5/templates/common.yaml diff --git a/stable/postgresql/2.2.4/templates/secret.yaml b/stable/postgresql/2.2.5/templates/secret.yaml similarity index 100% rename from stable/postgresql/2.2.4/templates/secret.yaml rename to stable/postgresql/2.2.5/templates/secret.yaml diff --git a/stable/postgresql/2.2.4/templates/upgrade-backup-postgres-hook.yaml b/stable/postgresql/2.2.5/templates/upgrade-backup-postgres-hook.yaml similarity index 100% rename from stable/postgresql/2.2.4/templates/upgrade-backup-postgres-hook.yaml rename to stable/postgresql/2.2.5/templates/upgrade-backup-postgres-hook.yaml diff --git a/stable/postgresql/2.2.4/test_values.yaml b/stable/postgresql/2.2.5/test_values.yaml similarity index 100% rename from stable/postgresql/2.2.4/test_values.yaml rename to stable/postgresql/2.2.5/test_values.yaml diff --git a/stable/postgresql/2.2.4/values.yaml b/stable/postgresql/2.2.5/values.yaml similarity index 100% rename from stable/postgresql/2.2.4/values.yaml rename to stable/postgresql/2.2.5/values.yaml diff --git a/stable/pretend-youre-xyzzy/2.0.1/CHANGELOG.md b/stable/pretend-youre-xyzzy/2.0.1/CHANGELOG.md deleted file mode 100644 index 8a8be18ddbd..00000000000 --- a/stable/pretend-youre-xyzzy/2.0.1/CHANGELOG.md +++ /dev/null @@ -1,19 +0,0 @@ - - -### [pretend-youre-xyzzy-2.0.1](https://github.com/truecharts/apps/compare/pretend-youre-xyzzy-1.9.15...pretend-youre-xyzzy-2.0.1) (2021-09-13) - -#### Chore - -* update non-major - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - -#### Fix - -* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956)) - diff --git a/stable/pretend-youre-xyzzy/2.0.1/Chart.lock b/stable/pretend-youre-xyzzy/2.0.1/Chart.lock deleted file mode 100644 index 91248781e24..00000000000 --- a/stable/pretend-youre-xyzzy/2.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 7.0.12 -digest: sha256:6609ac081f2fa3f9ccafe5462c1016a5848be1029bec1127c0ecbce7981ec9d2 -generated: "2021-09-13T17:01:14.229336078Z" diff --git a/stable/pretend-youre-xyzzy/2.0.1/charts/common-7.0.12.tgz b/stable/pretend-youre-xyzzy/2.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/pretend-youre-xyzzy/2.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/pretend-youre-xyzzy/2.0.2/CHANGELOG.md b/stable/pretend-youre-xyzzy/2.0.2/CHANGELOG.md new file mode 100644 index 00000000000..a701c30187f --- /dev/null +++ b/stable/pretend-youre-xyzzy/2.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [pretend-youre-xyzzy-2.0.2](https://github.com/truecharts/apps/compare/pretend-youre-xyzzy-2.0.1...pretend-youre-xyzzy-2.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/pretend-youre-xyzzy/2.0.1/CONFIG.md b/stable/pretend-youre-xyzzy/2.0.2/CONFIG.md similarity index 100% rename from stable/pretend-youre-xyzzy/2.0.1/CONFIG.md rename to stable/pretend-youre-xyzzy/2.0.2/CONFIG.md diff --git a/stable/pretend-youre-xyzzy/2.0.2/Chart.lock b/stable/pretend-youre-xyzzy/2.0.2/Chart.lock new file mode 100644 index 00000000000..5aa918ac300 --- /dev/null +++ b/stable/pretend-youre-xyzzy/2.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 7.0.14 +digest: sha256:050b52e7ae7aa5580026804422c8a279ceaacd28df48af65de0b530e6d045954 +generated: "2021-09-21T10:11:39.362877969Z" diff --git a/stable/pretend-youre-xyzzy/2.0.1/Chart.yaml b/stable/pretend-youre-xyzzy/2.0.2/Chart.yaml similarity index 95% rename from stable/pretend-youre-xyzzy/2.0.1/Chart.yaml rename to stable/pretend-youre-xyzzy/2.0.2/Chart.yaml index c0417c4d65d..15173c3a8ac 100644 --- a/stable/pretend-youre-xyzzy/2.0.1/Chart.yaml +++ b/stable/pretend-youre-xyzzy/2.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "4" dependencies: - name: common repository: https://truecharts.org - version: 7.0.12 + version: 7.0.14 description: pretend-youre-xyzzy, a cards against humanity clone home: https://github.com/truechartsapps/tree/master/charts/incubator/pretend-youre-xyzzy icon: https://apk-google.com/wp-content/uploads/2020/12/Client-for-Pretend-Youre-Xyzzy-open-source-5.0.1.png @@ -21,4 +21,4 @@ name: pretend-youre-xyzzy sources: - https://github.com/ajanata/PretendYoureXyzzy - https://github.com/emcniece/DockerYourXyzzy -version: 2.0.1 +version: 2.0.2 diff --git a/stable/pretend-youre-xyzzy/2.0.1/README.md b/stable/pretend-youre-xyzzy/2.0.2/README.md similarity index 96% rename from stable/pretend-youre-xyzzy/2.0.1/README.md rename to stable/pretend-youre-xyzzy/2.0.2/README.md index 64c597b85c5..f70ef8df80b 100644 --- a/stable/pretend-youre-xyzzy/2.0.1/README.md +++ b/stable/pretend-youre-xyzzy/2.0.2/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 7.0.12 | +| https://truecharts.org | common | 7.0.14 | ## Installing the Chart diff --git a/stable/pretend-youre-xyzzy/2.0.1/app-readme.md b/stable/pretend-youre-xyzzy/2.0.2/app-readme.md similarity index 100% rename from stable/pretend-youre-xyzzy/2.0.1/app-readme.md rename to stable/pretend-youre-xyzzy/2.0.2/app-readme.md diff --git a/stable/pretend-youre-xyzzy/2.0.2/charts/common-7.0.14.tgz b/stable/pretend-youre-xyzzy/2.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/pretend-youre-xyzzy/2.0.2/charts/common-7.0.14.tgz differ diff --git a/stable/pretend-youre-xyzzy/2.0.1/helm-values.md b/stable/pretend-youre-xyzzy/2.0.2/helm-values.md similarity index 100% rename from stable/pretend-youre-xyzzy/2.0.1/helm-values.md rename to stable/pretend-youre-xyzzy/2.0.2/helm-values.md diff --git a/stable/pretend-youre-xyzzy/2.0.1/ix_values.yaml b/stable/pretend-youre-xyzzy/2.0.2/ix_values.yaml similarity index 100% rename from stable/pretend-youre-xyzzy/2.0.1/ix_values.yaml rename to stable/pretend-youre-xyzzy/2.0.2/ix_values.yaml diff --git a/stable/pretend-youre-xyzzy/2.0.1/questions.yaml b/stable/pretend-youre-xyzzy/2.0.2/questions.yaml similarity index 99% rename from stable/pretend-youre-xyzzy/2.0.1/questions.yaml rename to stable/pretend-youre-xyzzy/2.0.2/questions.yaml index 594a8faecff..60daeba0ae6 100644 --- a/stable/pretend-youre-xyzzy/2.0.1/questions.yaml +++ b/stable/pretend-youre-xyzzy/2.0.2/questions.yaml @@ -1216,12 +1216,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/pretend-youre-xyzzy/2.0.1/templates/common.yaml b/stable/pretend-youre-xyzzy/2.0.2/templates/common.yaml similarity index 100% rename from stable/pretend-youre-xyzzy/2.0.1/templates/common.yaml rename to stable/pretend-youre-xyzzy/2.0.2/templates/common.yaml diff --git a/stable/pretend-youre-xyzzy/2.0.1/test_values.yaml b/stable/pretend-youre-xyzzy/2.0.2/test_values.yaml similarity index 100% rename from stable/pretend-youre-xyzzy/2.0.1/test_values.yaml rename to stable/pretend-youre-xyzzy/2.0.2/test_values.yaml diff --git a/stable/pretend-youre-xyzzy/2.0.1/values.yaml b/stable/pretend-youre-xyzzy/2.0.2/values.yaml similarity index 100% rename from stable/pretend-youre-xyzzy/2.0.1/values.yaml rename to stable/pretend-youre-xyzzy/2.0.2/values.yaml diff --git a/stable/protonmail-bridge/2.0.2/CHANGELOG.md b/stable/protonmail-bridge/2.0.2/CHANGELOG.md deleted file mode 100644 index 9d964bfc889..00000000000 --- a/stable/protonmail-bridge/2.0.2/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [protonmail-bridge-2.0.2](https://github.com/truecharts/apps/compare/protonmail-bridge-2.0.1...protonmail-bridge-2.0.2) (2021-09-14) - -#### Chore - -* update non-major ([#987](https://github.com/truecharts/apps/issues/987)) - diff --git a/stable/protonmail-bridge/2.0.2/Chart.lock b/stable/protonmail-bridge/2.0.2/Chart.lock deleted file mode 100644 index eaef40b2dda..00000000000 --- a/stable/protonmail-bridge/2.0.2/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 7.0.12 -digest: sha256:6609ac081f2fa3f9ccafe5462c1016a5848be1029bec1127c0ecbce7981ec9d2 -generated: "2021-09-14T20:43:08.653027196Z" diff --git a/stable/protonmail-bridge/2.0.2/charts/common-7.0.12.tgz b/stable/protonmail-bridge/2.0.2/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/protonmail-bridge/2.0.2/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/protonmail-bridge/2.0.3/CHANGELOG.md b/stable/protonmail-bridge/2.0.3/CHANGELOG.md new file mode 100644 index 00000000000..fabfb139d61 --- /dev/null +++ b/stable/protonmail-bridge/2.0.3/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [protonmail-bridge-2.0.3](https://github.com/truecharts/apps/compare/protonmail-bridge-2.0.2...protonmail-bridge-2.0.3) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/protonmail-bridge/2.0.2/CONFIG.md b/stable/protonmail-bridge/2.0.3/CONFIG.md similarity index 100% rename from stable/protonmail-bridge/2.0.2/CONFIG.md rename to stable/protonmail-bridge/2.0.3/CONFIG.md diff --git a/stable/protonmail-bridge/2.0.3/Chart.lock b/stable/protonmail-bridge/2.0.3/Chart.lock new file mode 100644 index 00000000000..767acaedac8 --- /dev/null +++ b/stable/protonmail-bridge/2.0.3/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 7.0.14 +digest: sha256:050b52e7ae7aa5580026804422c8a279ceaacd28df48af65de0b530e6d045954 +generated: "2021-09-21T10:11:48.437823425Z" diff --git a/stable/protonmail-bridge/2.0.2/Chart.yaml b/stable/protonmail-bridge/2.0.3/Chart.yaml similarity index 95% rename from stable/protonmail-bridge/2.0.2/Chart.yaml rename to stable/protonmail-bridge/2.0.3/Chart.yaml index 8124e4eb404..d560d635506 100644 --- a/stable/protonmail-bridge/2.0.2/Chart.yaml +++ b/stable/protonmail-bridge/2.0.3/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.8.9-1" dependencies: - name: common repository: https://truecharts.org - version: 7.0.12 + version: 7.0.14 description: Container for protonmail bridge to work on the network. home: https://github.com/truechartsapps/tree/master/charts/incubator/protonmail-bridge icon: https://raw.githubusercontent.com/ProtonMail/proton-bridge/master/icon.iconset/icon_256x256.png @@ -19,4 +19,4 @@ name: protonmail-bridge sources: - https://github.com/shenxn/protonmail-bridge-docker - https://hub.docker.com/r/shenxn/protonmail-bridge -version: 2.0.2 +version: 2.0.3 diff --git a/stable/protonmail-bridge/2.0.2/README.md b/stable/protonmail-bridge/2.0.3/README.md similarity index 96% rename from stable/protonmail-bridge/2.0.2/README.md rename to stable/protonmail-bridge/2.0.3/README.md index 4e4c1b203af..5e7e9587015 100644 --- a/stable/protonmail-bridge/2.0.2/README.md +++ b/stable/protonmail-bridge/2.0.3/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 7.0.12 | +| https://truecharts.org | common | 7.0.14 | ## Installing the Chart diff --git a/stable/protonmail-bridge/2.0.2/app-readme.md b/stable/protonmail-bridge/2.0.3/app-readme.md similarity index 100% rename from stable/protonmail-bridge/2.0.2/app-readme.md rename to stable/protonmail-bridge/2.0.3/app-readme.md diff --git a/stable/protonmail-bridge/2.0.3/charts/common-7.0.14.tgz b/stable/protonmail-bridge/2.0.3/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/protonmail-bridge/2.0.3/charts/common-7.0.14.tgz differ diff --git a/stable/protonmail-bridge/2.0.2/helm-values.md b/stable/protonmail-bridge/2.0.3/helm-values.md similarity index 100% rename from stable/protonmail-bridge/2.0.2/helm-values.md rename to stable/protonmail-bridge/2.0.3/helm-values.md diff --git a/stable/protonmail-bridge/2.0.2/ix_values.yaml b/stable/protonmail-bridge/2.0.3/ix_values.yaml similarity index 100% rename from stable/protonmail-bridge/2.0.2/ix_values.yaml rename to stable/protonmail-bridge/2.0.3/ix_values.yaml diff --git a/stable/protonmail-bridge/2.0.2/questions.yaml b/stable/protonmail-bridge/2.0.3/questions.yaml similarity index 100% rename from stable/protonmail-bridge/2.0.2/questions.yaml rename to stable/protonmail-bridge/2.0.3/questions.yaml diff --git a/stable/protonmail-bridge/2.0.2/templates/common.yaml b/stable/protonmail-bridge/2.0.3/templates/common.yaml similarity index 100% rename from stable/protonmail-bridge/2.0.2/templates/common.yaml rename to stable/protonmail-bridge/2.0.3/templates/common.yaml diff --git a/stable/protonmail-bridge/2.0.2/test_values.yaml b/stable/protonmail-bridge/2.0.3/test_values.yaml similarity index 100% rename from stable/protonmail-bridge/2.0.2/test_values.yaml rename to stable/protonmail-bridge/2.0.3/test_values.yaml diff --git a/stable/protonmail-bridge/2.0.2/values.yaml b/stable/protonmail-bridge/2.0.3/values.yaml similarity index 100% rename from stable/protonmail-bridge/2.0.2/values.yaml rename to stable/protonmail-bridge/2.0.3/values.yaml diff --git a/stable/prowlarr/2.0.2/CHANGELOG.md b/stable/prowlarr/2.0.2/CHANGELOG.md deleted file mode 100644 index 5526d784b00..00000000000 --- a/stable/prowlarr/2.0.2/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [prowlarr-2.0.2](https://github.com/truecharts/apps/compare/prowlarr-2.0.1...prowlarr-2.0.2) (2021-09-21) - -#### Chore - -* update non-major ([#1013](https://github.com/truecharts/apps/issues/1013)) - diff --git a/stable/prowlarr/2.0.2/Chart.lock b/stable/prowlarr/2.0.2/Chart.lock deleted file mode 100644 index 159eb760eb8..00000000000 --- a/stable/prowlarr/2.0.2/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-21T08:47:20.12975654Z" diff --git a/stable/prowlarr/2.0.2/charts/common-7.0.12.tgz b/stable/prowlarr/2.0.2/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/prowlarr/2.0.2/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/prowlarr/2.0.3/CHANGELOG.md b/stable/prowlarr/2.0.3/CHANGELOG.md new file mode 100644 index 00000000000..ed4f4731711 --- /dev/null +++ b/stable/prowlarr/2.0.3/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [prowlarr-2.0.3](https://github.com/truecharts/apps/compare/prowlarr-2.0.2...prowlarr-2.0.3) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/prowlarr/2.0.2/CONFIG.md b/stable/prowlarr/2.0.3/CONFIG.md similarity index 100% rename from stable/prowlarr/2.0.2/CONFIG.md rename to stable/prowlarr/2.0.3/CONFIG.md diff --git a/stable/prowlarr/2.0.3/Chart.lock b/stable/prowlarr/2.0.3/Chart.lock new file mode 100644 index 00000000000..b09d11a94f7 --- /dev/null +++ b/stable/prowlarr/2.0.3/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:11:57.682090031Z" diff --git a/stable/prowlarr/2.0.2/Chart.yaml b/stable/prowlarr/2.0.3/Chart.yaml similarity index 95% rename from stable/prowlarr/2.0.2/Chart.yaml rename to stable/prowlarr/2.0.3/Chart.yaml index 235868d2218..fb40dbd10f0 100644 --- a/stable/prowlarr/2.0.2/Chart.yaml +++ b/stable/prowlarr/2.0.3/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.1.1.946" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 description: Indexer manager/proxy built on the popular arr net base stack to integrate with your various PVR apps. home: https://github.com/truecharts/apps/tree/master/charts/incubator/prowlarr @@ -21,4 +21,4 @@ name: prowlarr sources: - https://github.com/Prowlarr/Prowlarr - https://github.com/k8s-at-home/container-images -version: 2.0.2 +version: 2.0.3 diff --git a/stable/prowlarr/2.0.2/README.md b/stable/prowlarr/2.0.3/README.md similarity index 96% rename from stable/prowlarr/2.0.2/README.md rename to stable/prowlarr/2.0.3/README.md index 325532789a6..fef7314e62f 100644 --- a/stable/prowlarr/2.0.2/README.md +++ b/stable/prowlarr/2.0.3/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/prowlarr/2.0.2/app-readme.md b/stable/prowlarr/2.0.3/app-readme.md similarity index 100% rename from stable/prowlarr/2.0.2/app-readme.md rename to stable/prowlarr/2.0.3/app-readme.md diff --git a/stable/prowlarr/2.0.3/charts/common-7.0.14.tgz b/stable/prowlarr/2.0.3/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/prowlarr/2.0.3/charts/common-7.0.14.tgz differ diff --git a/stable/prowlarr/2.0.2/helm-values.md b/stable/prowlarr/2.0.3/helm-values.md similarity index 100% rename from stable/prowlarr/2.0.2/helm-values.md rename to stable/prowlarr/2.0.3/helm-values.md diff --git a/stable/prowlarr/2.0.2/ix_values.yaml b/stable/prowlarr/2.0.3/ix_values.yaml similarity index 100% rename from stable/prowlarr/2.0.2/ix_values.yaml rename to stable/prowlarr/2.0.3/ix_values.yaml diff --git a/stable/prowlarr/2.0.2/questions.yaml b/stable/prowlarr/2.0.3/questions.yaml similarity index 100% rename from stable/prowlarr/2.0.2/questions.yaml rename to stable/prowlarr/2.0.3/questions.yaml diff --git a/stable/prowlarr/2.0.2/templates/common.yaml b/stable/prowlarr/2.0.3/templates/common.yaml similarity index 100% rename from stable/prowlarr/2.0.2/templates/common.yaml rename to stable/prowlarr/2.0.3/templates/common.yaml diff --git a/stable/prowlarr/2.0.2/test_values.yaml b/stable/prowlarr/2.0.3/test_values.yaml similarity index 100% rename from stable/prowlarr/2.0.2/test_values.yaml rename to stable/prowlarr/2.0.3/test_values.yaml diff --git a/stable/prowlarr/2.0.2/values.yaml b/stable/prowlarr/2.0.3/values.yaml similarity index 100% rename from stable/prowlarr/2.0.2/values.yaml rename to stable/prowlarr/2.0.3/values.yaml diff --git a/stable/pyload/2.0.1/CHANGELOG.md b/stable/pyload/2.0.1/CHANGELOG.md deleted file mode 100644 index 77170e2f1ac..00000000000 --- a/stable/pyload/2.0.1/CHANGELOG.md +++ /dev/null @@ -1,19 +0,0 @@ - - -### [pyload-2.0.1](https://github.com/truecharts/apps/compare/pyload-1.9.15...pyload-2.0.1) (2021-09-13) - -#### Chore - -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - -#### Fix - -* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956)) - diff --git a/stable/pyload/2.0.1/Chart.lock b/stable/pyload/2.0.1/Chart.lock deleted file mode 100644 index bdd4bdaa298..00000000000 --- a/stable/pyload/2.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 7.0.12 -digest: sha256:6609ac081f2fa3f9ccafe5462c1016a5848be1029bec1127c0ecbce7981ec9d2 -generated: "2021-09-13T17:01:41.333825795Z" diff --git a/stable/pyload/2.0.1/charts/common-7.0.12.tgz b/stable/pyload/2.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/pyload/2.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/pyload/2.0.2/CHANGELOG.md b/stable/pyload/2.0.2/CHANGELOG.md new file mode 100644 index 00000000000..7407e2630f1 --- /dev/null +++ b/stable/pyload/2.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [pyload-2.0.2](https://github.com/truecharts/apps/compare/pyload-2.0.1...pyload-2.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/pyload/2.0.1/CONFIG.md b/stable/pyload/2.0.2/CONFIG.md similarity index 100% rename from stable/pyload/2.0.1/CONFIG.md rename to stable/pyload/2.0.2/CONFIG.md diff --git a/stable/pyload/2.0.2/Chart.lock b/stable/pyload/2.0.2/Chart.lock new file mode 100644 index 00000000000..83efafc7f33 --- /dev/null +++ b/stable/pyload/2.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 7.0.14 +digest: sha256:050b52e7ae7aa5580026804422c8a279ceaacd28df48af65de0b530e6d045954 +generated: "2021-09-21T10:12:06.819670266Z" diff --git a/stable/pyload/2.0.1/Chart.yaml b/stable/pyload/2.0.2/Chart.yaml similarity index 95% rename from stable/pyload/2.0.1/Chart.yaml rename to stable/pyload/2.0.2/Chart.yaml index 4f828299cf8..40adfd834f1 100644 --- a/stable/pyload/2.0.1/Chart.yaml +++ b/stable/pyload/2.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "5de90278" dependencies: - name: common repository: https://truecharts.org - version: 7.0.12 + version: 7.0.14 description: pyLoad is a Free and Open Source download manager written in Python and designed to be extremely lightweight, easily extensible and fully manageable via web. @@ -21,4 +21,4 @@ name: pyload sources: - https://github.com/pyload/pyload - https://hub.docker.com/r/linuxserver/pyload -version: 2.0.1 +version: 2.0.2 diff --git a/stable/pyload/2.0.1/README.md b/stable/pyload/2.0.2/README.md similarity index 96% rename from stable/pyload/2.0.1/README.md rename to stable/pyload/2.0.2/README.md index 379c15d39b4..81059b1271b 100644 --- a/stable/pyload/2.0.1/README.md +++ b/stable/pyload/2.0.2/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 7.0.12 | +| https://truecharts.org | common | 7.0.14 | ## Installing the Chart diff --git a/stable/pyload/2.0.1/app-readme.md b/stable/pyload/2.0.2/app-readme.md similarity index 100% rename from stable/pyload/2.0.1/app-readme.md rename to stable/pyload/2.0.2/app-readme.md diff --git a/stable/pyload/2.0.2/charts/common-7.0.14.tgz b/stable/pyload/2.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/pyload/2.0.2/charts/common-7.0.14.tgz differ diff --git a/stable/pyload/2.0.1/helm-values.md b/stable/pyload/2.0.2/helm-values.md similarity index 100% rename from stable/pyload/2.0.1/helm-values.md rename to stable/pyload/2.0.2/helm-values.md diff --git a/stable/pyload/2.0.1/ix_values.yaml b/stable/pyload/2.0.2/ix_values.yaml similarity index 100% rename from stable/pyload/2.0.1/ix_values.yaml rename to stable/pyload/2.0.2/ix_values.yaml diff --git a/stable/pyload/2.0.1/questions.yaml b/stable/pyload/2.0.2/questions.yaml similarity index 99% rename from stable/pyload/2.0.1/questions.yaml rename to stable/pyload/2.0.2/questions.yaml index 878f2453906..f7e08ea73ff 100644 --- a/stable/pyload/2.0.1/questions.yaml +++ b/stable/pyload/2.0.2/questions.yaml @@ -1345,12 +1345,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/pyload/2.0.1/templates/common.yaml b/stable/pyload/2.0.2/templates/common.yaml similarity index 100% rename from stable/pyload/2.0.1/templates/common.yaml rename to stable/pyload/2.0.2/templates/common.yaml diff --git a/stable/pyload/2.0.1/test_values.yaml b/stable/pyload/2.0.2/test_values.yaml similarity index 100% rename from stable/pyload/2.0.1/test_values.yaml rename to stable/pyload/2.0.2/test_values.yaml diff --git a/stable/pyload/2.0.1/values.yaml b/stable/pyload/2.0.2/values.yaml similarity index 100% rename from stable/pyload/2.0.1/values.yaml rename to stable/pyload/2.0.2/values.yaml diff --git a/stable/qbittorrent/7.0.1/CHANGELOG.md b/stable/qbittorrent/7.0.1/CHANGELOG.md deleted file mode 100644 index 671e79d2561..00000000000 --- a/stable/qbittorrent/7.0.1/CHANGELOG.md +++ /dev/null @@ -1,19 +0,0 @@ - - -### [qbittorrent-7.0.1](https://github.com/truecharts/apps/compare/qbittorrent-6.11.15...qbittorrent-7.0.1) (2021-09-13) - -#### Chore - -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - -#### Fix - -* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956)) - diff --git a/stable/qbittorrent/7.0.1/Chart.lock b/stable/qbittorrent/7.0.1/Chart.lock deleted file mode 100644 index 5d7fbf0cb33..00000000000 --- a/stable/qbittorrent/7.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-13T17:01:50.516339006Z" diff --git a/stable/qbittorrent/7.0.1/charts/common-7.0.12.tgz b/stable/qbittorrent/7.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/qbittorrent/7.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/qbittorrent/7.0.2/CHANGELOG.md b/stable/qbittorrent/7.0.2/CHANGELOG.md new file mode 100644 index 00000000000..56abc25018c --- /dev/null +++ b/stable/qbittorrent/7.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [qbittorrent-7.0.2](https://github.com/truecharts/apps/compare/qbittorrent-7.0.1...qbittorrent-7.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/qbittorrent/7.0.1/CONFIG.md b/stable/qbittorrent/7.0.2/CONFIG.md similarity index 100% rename from stable/qbittorrent/7.0.1/CONFIG.md rename to stable/qbittorrent/7.0.2/CONFIG.md diff --git a/stable/qbittorrent/7.0.2/Chart.lock b/stable/qbittorrent/7.0.2/Chart.lock new file mode 100644 index 00000000000..626ad26edbf --- /dev/null +++ b/stable/qbittorrent/7.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:12:16.180279113Z" diff --git a/stable/qbittorrent/7.0.1/Chart.yaml b/stable/qbittorrent/7.0.2/Chart.yaml similarity index 94% rename from stable/qbittorrent/7.0.1/Chart.yaml rename to stable/qbittorrent/7.0.2/Chart.yaml index 17cc4c7ae66..ba79d470f64 100644 --- a/stable/qbittorrent/7.0.1/Chart.yaml +++ b/stable/qbittorrent/7.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "4.3.7" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 deprecated: false description: qBittorrent is a cross-platform free and open-source BitTorrent client home: https://github.com/truecharts/apps/tree/master/charts/incubator/qbittorrent @@ -19,4 +19,4 @@ maintainers: name: qbittorrent sources: null type: application -version: 7.0.1 +version: 7.0.2 diff --git a/stable/qbittorrent/7.0.1/README.md b/stable/qbittorrent/7.0.2/README.md similarity index 96% rename from stable/qbittorrent/7.0.1/README.md rename to stable/qbittorrent/7.0.2/README.md index 9c91ac985ed..e87725ec326 100644 --- a/stable/qbittorrent/7.0.1/README.md +++ b/stable/qbittorrent/7.0.2/README.md @@ -13,7 +13,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/qbittorrent/7.0.1/app-readme.md b/stable/qbittorrent/7.0.2/app-readme.md similarity index 100% rename from stable/qbittorrent/7.0.1/app-readme.md rename to stable/qbittorrent/7.0.2/app-readme.md diff --git a/stable/qbittorrent/7.0.2/charts/common-7.0.14.tgz b/stable/qbittorrent/7.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/qbittorrent/7.0.2/charts/common-7.0.14.tgz differ diff --git a/stable/qbittorrent/7.0.1/helm-values.md b/stable/qbittorrent/7.0.2/helm-values.md similarity index 100% rename from stable/qbittorrent/7.0.1/helm-values.md rename to stable/qbittorrent/7.0.2/helm-values.md diff --git a/stable/qbittorrent/7.0.1/ix_values.yaml b/stable/qbittorrent/7.0.2/ix_values.yaml similarity index 100% rename from stable/qbittorrent/7.0.1/ix_values.yaml rename to stable/qbittorrent/7.0.2/ix_values.yaml diff --git a/stable/qbittorrent/7.0.1/questions.yaml b/stable/qbittorrent/7.0.2/questions.yaml similarity index 99% rename from stable/qbittorrent/7.0.1/questions.yaml rename to stable/qbittorrent/7.0.2/questions.yaml index 3524eb540f8..4a886e3e490 100644 --- a/stable/qbittorrent/7.0.1/questions.yaml +++ b/stable/qbittorrent/7.0.2/questions.yaml @@ -1479,12 +1479,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/qbittorrent/7.0.1/templates/_configmap.tpl b/stable/qbittorrent/7.0.2/templates/_configmap.tpl similarity index 100% rename from stable/qbittorrent/7.0.1/templates/_configmap.tpl rename to stable/qbittorrent/7.0.2/templates/_configmap.tpl diff --git a/stable/qbittorrent/7.0.1/templates/common.yaml b/stable/qbittorrent/7.0.2/templates/common.yaml similarity index 100% rename from stable/qbittorrent/7.0.1/templates/common.yaml rename to stable/qbittorrent/7.0.2/templates/common.yaml diff --git a/stable/qbittorrent/7.0.1/test_values.yaml b/stable/qbittorrent/7.0.2/test_values.yaml similarity index 100% rename from stable/qbittorrent/7.0.1/test_values.yaml rename to stable/qbittorrent/7.0.2/test_values.yaml diff --git a/stable/qbittorrent/7.0.1/values.yaml b/stable/qbittorrent/7.0.2/values.yaml similarity index 100% rename from stable/qbittorrent/7.0.1/values.yaml rename to stable/qbittorrent/7.0.2/values.yaml diff --git a/stable/radarr/7.0.1/CHANGELOG.md b/stable/radarr/7.0.1/CHANGELOG.md deleted file mode 100644 index 9499fbb4d9e..00000000000 --- a/stable/radarr/7.0.1/CHANGELOG.md +++ /dev/null @@ -1,19 +0,0 @@ - - -### [radarr-7.0.1](https://github.com/truecharts/apps/compare/radarr-6.11.15...radarr-7.0.1) (2021-09-13) - -#### Chore - -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - -#### Fix - -* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956)) - diff --git a/stable/radarr/7.0.1/Chart.lock b/stable/radarr/7.0.1/Chart.lock deleted file mode 100644 index 67efe3ddd3c..00000000000 --- a/stable/radarr/7.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-13T17:01:59.673032654Z" diff --git a/stable/radarr/7.0.1/charts/common-7.0.12.tgz b/stable/radarr/7.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/radarr/7.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/radarr/7.0.2/CHANGELOG.md b/stable/radarr/7.0.2/CHANGELOG.md new file mode 100644 index 00000000000..961a6fe8bbd --- /dev/null +++ b/stable/radarr/7.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [radarr-7.0.2](https://github.com/truecharts/apps/compare/radarr-7.0.1...radarr-7.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/radarr/7.0.1/CONFIG.md b/stable/radarr/7.0.2/CONFIG.md similarity index 100% rename from stable/radarr/7.0.1/CONFIG.md rename to stable/radarr/7.0.2/CONFIG.md diff --git a/stable/radarr/7.0.2/Chart.lock b/stable/radarr/7.0.2/Chart.lock new file mode 100644 index 00000000000..a3cde41af81 --- /dev/null +++ b/stable/radarr/7.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:12:25.466384569Z" diff --git a/stable/radarr/7.0.1/Chart.yaml b/stable/radarr/7.0.2/Chart.yaml similarity index 95% rename from stable/radarr/7.0.1/Chart.yaml rename to stable/radarr/7.0.2/Chart.yaml index e4f04d37a48..ce70b41792d 100644 --- a/stable/radarr/7.0.1/Chart.yaml +++ b/stable/radarr/7.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "3.2.2.5080" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 deprecated: false description: "A fork of Sonarr to work with movies \xE0 la Couchpotato" home: https://github.com/truecharts/apps/tree/master/charts/stable/radarr @@ -24,4 +24,4 @@ name: radarr sources: - https://github.com/Radarr/Radarr type: application -version: 7.0.1 +version: 7.0.2 diff --git a/stable/radarr/7.0.1/README.md b/stable/radarr/7.0.2/README.md similarity index 96% rename from stable/radarr/7.0.1/README.md rename to stable/radarr/7.0.2/README.md index 3d799609f07..0fe9424f027 100644 --- a/stable/radarr/7.0.1/README.md +++ b/stable/radarr/7.0.2/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/radarr/7.0.1/app-readme.md b/stable/radarr/7.0.2/app-readme.md similarity index 100% rename from stable/radarr/7.0.1/app-readme.md rename to stable/radarr/7.0.2/app-readme.md diff --git a/stable/radarr/7.0.2/charts/common-7.0.14.tgz b/stable/radarr/7.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/radarr/7.0.2/charts/common-7.0.14.tgz differ diff --git a/stable/radarr/7.0.1/helm-values.md b/stable/radarr/7.0.2/helm-values.md similarity index 100% rename from stable/radarr/7.0.1/helm-values.md rename to stable/radarr/7.0.2/helm-values.md diff --git a/stable/radarr/7.0.1/ix_values.yaml b/stable/radarr/7.0.2/ix_values.yaml similarity index 100% rename from stable/radarr/7.0.1/ix_values.yaml rename to stable/radarr/7.0.2/ix_values.yaml diff --git a/stable/radarr/7.0.1/questions.yaml b/stable/radarr/7.0.2/questions.yaml similarity index 99% rename from stable/radarr/7.0.1/questions.yaml rename to stable/radarr/7.0.2/questions.yaml index 2c205c13c14..2198bb29c0c 100644 --- a/stable/radarr/7.0.1/questions.yaml +++ b/stable/radarr/7.0.2/questions.yaml @@ -1333,12 +1333,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/radarr/7.0.1/templates/common.yaml b/stable/radarr/7.0.2/templates/common.yaml similarity index 100% rename from stable/radarr/7.0.1/templates/common.yaml rename to stable/radarr/7.0.2/templates/common.yaml diff --git a/stable/radarr/7.0.1/test_values.yaml b/stable/radarr/7.0.2/test_values.yaml similarity index 100% rename from stable/radarr/7.0.1/test_values.yaml rename to stable/radarr/7.0.2/test_values.yaml diff --git a/stable/radarr/7.0.1/values.yaml b/stable/radarr/7.0.2/values.yaml similarity index 100% rename from stable/radarr/7.0.1/values.yaml rename to stable/radarr/7.0.2/values.yaml diff --git a/stable/readarr/7.0.2/CHANGELOG.md b/stable/readarr/7.0.2/CHANGELOG.md deleted file mode 100644 index f11132e6567..00000000000 --- a/stable/readarr/7.0.2/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [readarr-7.0.2](https://github.com/truecharts/apps/compare/readarr-7.0.1...readarr-7.0.2) (2021-09-21) - -#### Chore - -* update non-major ([#1013](https://github.com/truecharts/apps/issues/1013)) - diff --git a/stable/readarr/7.0.2/Chart.lock b/stable/readarr/7.0.2/Chart.lock deleted file mode 100644 index 74f5dac1e6d..00000000000 --- a/stable/readarr/7.0.2/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-21T08:47:31.800165031Z" diff --git a/stable/readarr/7.0.2/charts/common-7.0.12.tgz b/stable/readarr/7.0.2/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/readarr/7.0.2/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/readarr/7.0.3/CHANGELOG.md b/stable/readarr/7.0.3/CHANGELOG.md new file mode 100644 index 00000000000..096109593b8 --- /dev/null +++ b/stable/readarr/7.0.3/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [readarr-7.0.3](https://github.com/truecharts/apps/compare/readarr-7.0.2...readarr-7.0.3) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/readarr/7.0.2/CONFIG.md b/stable/readarr/7.0.3/CONFIG.md similarity index 100% rename from stable/readarr/7.0.2/CONFIG.md rename to stable/readarr/7.0.3/CONFIG.md diff --git a/stable/readarr/7.0.3/Chart.lock b/stable/readarr/7.0.3/Chart.lock new file mode 100644 index 00000000000..802a6f0b897 --- /dev/null +++ b/stable/readarr/7.0.3/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:12:34.645537474Z" diff --git a/stable/readarr/7.0.2/Chart.yaml b/stable/readarr/7.0.3/Chart.yaml similarity index 95% rename from stable/readarr/7.0.2/Chart.yaml rename to stable/readarr/7.0.3/Chart.yaml index 420fdf4b8cf..f002f8e5882 100644 --- a/stable/readarr/7.0.2/Chart.yaml +++ b/stable/readarr/7.0.3/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.1.0.968" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 deprecated: false description: A fork of Radarr to work with Books & AudioBooks home: https://github.com/truecharts/apps/tree/master/charts/incubator/readarr @@ -27,4 +27,4 @@ sources: - https://github.com/Readarr/Readarr - https://readarr.com type: application -version: 7.0.2 +version: 7.0.3 diff --git a/stable/readarr/7.0.2/README.md b/stable/readarr/7.0.3/README.md similarity index 96% rename from stable/readarr/7.0.2/README.md rename to stable/readarr/7.0.3/README.md index 3cc336c0f00..6a998459ed0 100644 --- a/stable/readarr/7.0.2/README.md +++ b/stable/readarr/7.0.3/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/readarr/7.0.2/app-readme.md b/stable/readarr/7.0.3/app-readme.md similarity index 100% rename from stable/readarr/7.0.2/app-readme.md rename to stable/readarr/7.0.3/app-readme.md diff --git a/stable/readarr/7.0.3/charts/common-7.0.14.tgz b/stable/readarr/7.0.3/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/readarr/7.0.3/charts/common-7.0.14.tgz differ diff --git a/stable/readarr/7.0.2/helm-values.md b/stable/readarr/7.0.3/helm-values.md similarity index 100% rename from stable/readarr/7.0.2/helm-values.md rename to stable/readarr/7.0.3/helm-values.md diff --git a/stable/readarr/7.0.2/ix_values.yaml b/stable/readarr/7.0.3/ix_values.yaml similarity index 100% rename from stable/readarr/7.0.2/ix_values.yaml rename to stable/readarr/7.0.3/ix_values.yaml diff --git a/stable/readarr/7.0.2/questions.yaml b/stable/readarr/7.0.3/questions.yaml similarity index 100% rename from stable/readarr/7.0.2/questions.yaml rename to stable/readarr/7.0.3/questions.yaml diff --git a/stable/readarr/7.0.2/templates/common.yaml b/stable/readarr/7.0.3/templates/common.yaml similarity index 100% rename from stable/readarr/7.0.2/templates/common.yaml rename to stable/readarr/7.0.3/templates/common.yaml diff --git a/stable/readarr/7.0.2/test_values.yaml b/stable/readarr/7.0.3/test_values.yaml similarity index 100% rename from stable/readarr/7.0.2/test_values.yaml rename to stable/readarr/7.0.3/test_values.yaml diff --git a/stable/readarr/7.0.2/values.yaml b/stable/readarr/7.0.3/values.yaml similarity index 100% rename from stable/readarr/7.0.2/values.yaml rename to stable/readarr/7.0.3/values.yaml diff --git a/stable/reg/2.0.1/CHANGELOG.md b/stable/reg/2.0.1/CHANGELOG.md deleted file mode 100644 index 9ceb1604529..00000000000 --- a/stable/reg/2.0.1/CHANGELOG.md +++ /dev/null @@ -1,20 +0,0 @@ - - -### [reg-2.0.1](https://github.com/truecharts/apps/compare/reg-1.11.15...reg-2.0.1) (2021-09-13) - -#### Chore - -* move more dockerhub containers to GHCR mirror ([#958](https://github.com/truecharts/apps/issues/958)) -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - -#### Fix - -* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956)) - diff --git a/stable/reg/2.0.1/Chart.lock b/stable/reg/2.0.1/Chart.lock deleted file mode 100644 index 3f373cdb1f3..00000000000 --- a/stable/reg/2.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-13T17:02:17.644011965Z" diff --git a/stable/reg/2.0.1/charts/common-7.0.12.tgz b/stable/reg/2.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/reg/2.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/reg/2.0.2/CHANGELOG.md b/stable/reg/2.0.2/CHANGELOG.md new file mode 100644 index 00000000000..c7307b42233 --- /dev/null +++ b/stable/reg/2.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [reg-2.0.2](https://github.com/truecharts/apps/compare/reg-2.0.1...reg-2.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/reg/2.0.1/CONFIG.md b/stable/reg/2.0.2/CONFIG.md similarity index 100% rename from stable/reg/2.0.1/CONFIG.md rename to stable/reg/2.0.2/CONFIG.md diff --git a/stable/reg/2.0.2/Chart.lock b/stable/reg/2.0.2/Chart.lock new file mode 100644 index 00000000000..107c90c835e --- /dev/null +++ b/stable/reg/2.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:12:43.848177448Z" diff --git a/stable/reg/2.0.1/Chart.yaml b/stable/reg/2.0.2/Chart.yaml similarity index 94% rename from stable/reg/2.0.1/Chart.yaml rename to stable/reg/2.0.2/Chart.yaml index 6de0bd7d27e..18ec0c9f9c3 100644 --- a/stable/reg/2.0.1/Chart.yaml +++ b/stable/reg/2.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.16.1" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 description: Docker registry v2 command line client and repo listing generator with security checks. home: https://github.com/truecharts/apps/tree/master/charts/incubator/reg @@ -19,4 +19,4 @@ name: reg sources: - https://github.com/genuinetools/reg - https://github.com/k8s-at-home/container-images/ -version: 2.0.1 +version: 2.0.2 diff --git a/stable/reg/2.0.1/README.md b/stable/reg/2.0.2/README.md similarity index 96% rename from stable/reg/2.0.1/README.md rename to stable/reg/2.0.2/README.md index f789ddee619..b8fc9686b64 100644 --- a/stable/reg/2.0.1/README.md +++ b/stable/reg/2.0.2/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/reg/2.0.1/app-readme.md b/stable/reg/2.0.2/app-readme.md similarity index 100% rename from stable/reg/2.0.1/app-readme.md rename to stable/reg/2.0.2/app-readme.md diff --git a/stable/reg/2.0.2/charts/common-7.0.14.tgz b/stable/reg/2.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/reg/2.0.2/charts/common-7.0.14.tgz differ diff --git a/stable/reg/2.0.1/ci/ct-values.yaml b/stable/reg/2.0.2/ci/ct-values.yaml similarity index 100% rename from stable/reg/2.0.1/ci/ct-values.yaml rename to stable/reg/2.0.2/ci/ct-values.yaml diff --git a/stable/reg/2.0.1/helm-values.md b/stable/reg/2.0.2/helm-values.md similarity index 100% rename from stable/reg/2.0.1/helm-values.md rename to stable/reg/2.0.2/helm-values.md diff --git a/stable/reg/2.0.1/ix_values.yaml b/stable/reg/2.0.2/ix_values.yaml similarity index 100% rename from stable/reg/2.0.1/ix_values.yaml rename to stable/reg/2.0.2/ix_values.yaml diff --git a/stable/reg/2.0.1/questions.yaml b/stable/reg/2.0.2/questions.yaml similarity index 99% rename from stable/reg/2.0.1/questions.yaml rename to stable/reg/2.0.2/questions.yaml index 8f62addcf42..ebc88bd2305 100644 --- a/stable/reg/2.0.1/questions.yaml +++ b/stable/reg/2.0.2/questions.yaml @@ -1329,12 +1329,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/reg/2.0.1/templates/common.yaml b/stable/reg/2.0.2/templates/common.yaml similarity index 100% rename from stable/reg/2.0.1/templates/common.yaml rename to stable/reg/2.0.2/templates/common.yaml diff --git a/stable/reg/2.0.1/test_values.yaml b/stable/reg/2.0.2/test_values.yaml similarity index 100% rename from stable/reg/2.0.1/test_values.yaml rename to stable/reg/2.0.2/test_values.yaml diff --git a/stable/reg/2.0.1/values.yaml b/stable/reg/2.0.2/values.yaml similarity index 100% rename from stable/reg/2.0.1/values.yaml rename to stable/reg/2.0.2/values.yaml diff --git a/stable/resilio-sync/2.0.1/CHANGELOG.md b/stable/resilio-sync/2.0.1/CHANGELOG.md deleted file mode 100644 index 6dd81837b3f..00000000000 --- a/stable/resilio-sync/2.0.1/CHANGELOG.md +++ /dev/null @@ -1,19 +0,0 @@ - - -### [resilio-sync-2.0.1](https://github.com/truecharts/apps/compare/resilio-sync-1.9.15...resilio-sync-2.0.1) (2021-09-13) - -#### Chore - -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - -#### Fix - -* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956)) - diff --git a/stable/resilio-sync/2.0.1/Chart.lock b/stable/resilio-sync/2.0.1/Chart.lock deleted file mode 100644 index bd494b18d5d..00000000000 --- a/stable/resilio-sync/2.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 7.0.12 -digest: sha256:6609ac081f2fa3f9ccafe5462c1016a5848be1029bec1127c0ecbce7981ec9d2 -generated: "2021-09-13T17:02:26.8244825Z" diff --git a/stable/resilio-sync/2.0.1/charts/common-7.0.12.tgz b/stable/resilio-sync/2.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/resilio-sync/2.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/resilio-sync/2.0.2/CHANGELOG.md b/stable/resilio-sync/2.0.2/CHANGELOG.md new file mode 100644 index 00000000000..c128986aff9 --- /dev/null +++ b/stable/resilio-sync/2.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [resilio-sync-2.0.2](https://github.com/truecharts/apps/compare/resilio-sync-2.0.1...resilio-sync-2.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/resilio-sync/2.0.1/CONFIG.md b/stable/resilio-sync/2.0.2/CONFIG.md similarity index 100% rename from stable/resilio-sync/2.0.1/CONFIG.md rename to stable/resilio-sync/2.0.2/CONFIG.md diff --git a/stable/resilio-sync/2.0.2/Chart.lock b/stable/resilio-sync/2.0.2/Chart.lock new file mode 100644 index 00000000000..4d3d765e398 --- /dev/null +++ b/stable/resilio-sync/2.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 7.0.14 +digest: sha256:050b52e7ae7aa5580026804422c8a279ceaacd28df48af65de0b530e6d045954 +generated: "2021-09-21T10:12:52.809382888Z" diff --git a/stable/resilio-sync/2.0.1/Chart.yaml b/stable/resilio-sync/2.0.2/Chart.yaml similarity index 95% rename from stable/resilio-sync/2.0.1/Chart.yaml rename to stable/resilio-sync/2.0.2/Chart.yaml index 736d5d02a1f..e18fa3b22e6 100644 --- a/stable/resilio-sync/2.0.1/Chart.yaml +++ b/stable/resilio-sync/2.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.7.2.1375" dependencies: - name: common repository: https://truecharts.org - version: 7.0.12 + version: 7.0.14 description: Resilio Sync is a fast, reliable, and simple file sync and share solution, powered by P2P technology home: https://github.com/truechartsapps/tree/master/charts/incubator/resio-sync @@ -21,4 +21,4 @@ maintainers: name: resilio-sync sources: - https://github.com/orgs/linuxserver/packages/container/package/resilio-sync -version: 2.0.1 +version: 2.0.2 diff --git a/stable/resilio-sync/2.0.1/README.md b/stable/resilio-sync/2.0.2/README.md similarity index 96% rename from stable/resilio-sync/2.0.1/README.md rename to stable/resilio-sync/2.0.2/README.md index 0251ae0368d..6c169321460 100644 --- a/stable/resilio-sync/2.0.1/README.md +++ b/stable/resilio-sync/2.0.2/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 7.0.12 | +| https://truecharts.org | common | 7.0.14 | ## Installing the Chart diff --git a/stable/resilio-sync/2.0.1/app-readme.md b/stable/resilio-sync/2.0.2/app-readme.md similarity index 100% rename from stable/resilio-sync/2.0.1/app-readme.md rename to stable/resilio-sync/2.0.2/app-readme.md diff --git a/stable/resilio-sync/2.0.2/charts/common-7.0.14.tgz b/stable/resilio-sync/2.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/resilio-sync/2.0.2/charts/common-7.0.14.tgz differ diff --git a/stable/resilio-sync/2.0.1/helm-values.md b/stable/resilio-sync/2.0.2/helm-values.md similarity index 100% rename from stable/resilio-sync/2.0.1/helm-values.md rename to stable/resilio-sync/2.0.2/helm-values.md diff --git a/stable/resilio-sync/2.0.1/ix_values.yaml b/stable/resilio-sync/2.0.2/ix_values.yaml similarity index 100% rename from stable/resilio-sync/2.0.1/ix_values.yaml rename to stable/resilio-sync/2.0.2/ix_values.yaml diff --git a/stable/resilio-sync/2.0.1/questions.yaml b/stable/resilio-sync/2.0.2/questions.yaml similarity index 99% rename from stable/resilio-sync/2.0.1/questions.yaml rename to stable/resilio-sync/2.0.2/questions.yaml index 235173e9f23..cf16f7e447b 100644 --- a/stable/resilio-sync/2.0.1/questions.yaml +++ b/stable/resilio-sync/2.0.2/questions.yaml @@ -1527,12 +1527,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/resilio-sync/2.0.1/templates/common.yaml b/stable/resilio-sync/2.0.2/templates/common.yaml similarity index 100% rename from stable/resilio-sync/2.0.1/templates/common.yaml rename to stable/resilio-sync/2.0.2/templates/common.yaml diff --git a/stable/resilio-sync/2.0.1/test_values.yaml b/stable/resilio-sync/2.0.2/test_values.yaml similarity index 100% rename from stable/resilio-sync/2.0.1/test_values.yaml rename to stable/resilio-sync/2.0.2/test_values.yaml diff --git a/stable/resilio-sync/2.0.1/values.yaml b/stable/resilio-sync/2.0.2/values.yaml similarity index 100% rename from stable/resilio-sync/2.0.1/values.yaml rename to stable/resilio-sync/2.0.2/values.yaml diff --git a/stable/sabnzbd/7.0.1/CHANGELOG.md b/stable/sabnzbd/7.0.1/CHANGELOG.md deleted file mode 100644 index a7bebc2e39f..00000000000 --- a/stable/sabnzbd/7.0.1/CHANGELOG.md +++ /dev/null @@ -1,19 +0,0 @@ - - -### [sabnzbd-7.0.1](https://github.com/truecharts/apps/compare/sabnzbd-6.11.15...sabnzbd-7.0.1) (2021-09-13) - -#### Chore - -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - -#### Fix - -* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956)) - diff --git a/stable/sabnzbd/7.0.1/Chart.lock b/stable/sabnzbd/7.0.1/Chart.lock deleted file mode 100644 index 5076d393bb2..00000000000 --- a/stable/sabnzbd/7.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-13T17:02:35.870128132Z" diff --git a/stable/sabnzbd/7.0.1/charts/common-7.0.12.tgz b/stable/sabnzbd/7.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/sabnzbd/7.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/sabnzbd/7.0.2/CHANGELOG.md b/stable/sabnzbd/7.0.2/CHANGELOG.md new file mode 100644 index 00000000000..fd8ada808c1 --- /dev/null +++ b/stable/sabnzbd/7.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [sabnzbd-7.0.2](https://github.com/truecharts/apps/compare/sabnzbd-7.0.1...sabnzbd-7.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/sabnzbd/7.0.1/CONFIG.md b/stable/sabnzbd/7.0.2/CONFIG.md similarity index 100% rename from stable/sabnzbd/7.0.1/CONFIG.md rename to stable/sabnzbd/7.0.2/CONFIG.md diff --git a/stable/sabnzbd/7.0.2/Chart.lock b/stable/sabnzbd/7.0.2/Chart.lock new file mode 100644 index 00000000000..fd94ec71c88 --- /dev/null +++ b/stable/sabnzbd/7.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:13:01.743689003Z" diff --git a/stable/sabnzbd/7.0.1/Chart.yaml b/stable/sabnzbd/7.0.2/Chart.yaml similarity index 93% rename from stable/sabnzbd/7.0.1/Chart.yaml rename to stable/sabnzbd/7.0.2/Chart.yaml index 591f6c132fc..bab04b5b3e7 100644 --- a/stable/sabnzbd/7.0.1/Chart.yaml +++ b/stable/sabnzbd/7.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "3.3.1" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 deprecated: false description: Free and easy binary newsreader home: https://github.com/truecharts/apps/tree/master/charts/incubator/sabnzbd @@ -20,4 +20,4 @@ name: sabnzbd sources: - https://sabnzbd.org/ type: application -version: 7.0.1 +version: 7.0.2 diff --git a/stable/sabnzbd/7.0.1/README.md b/stable/sabnzbd/7.0.2/README.md similarity index 96% rename from stable/sabnzbd/7.0.1/README.md rename to stable/sabnzbd/7.0.2/README.md index b444daa699f..5a7c41cec16 100644 --- a/stable/sabnzbd/7.0.1/README.md +++ b/stable/sabnzbd/7.0.2/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/sabnzbd/7.0.1/app-readme.md b/stable/sabnzbd/7.0.2/app-readme.md similarity index 100% rename from stable/sabnzbd/7.0.1/app-readme.md rename to stable/sabnzbd/7.0.2/app-readme.md diff --git a/stable/sabnzbd/7.0.2/charts/common-7.0.14.tgz b/stable/sabnzbd/7.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/sabnzbd/7.0.2/charts/common-7.0.14.tgz differ diff --git a/stable/sabnzbd/7.0.1/helm-values.md b/stable/sabnzbd/7.0.2/helm-values.md similarity index 100% rename from stable/sabnzbd/7.0.1/helm-values.md rename to stable/sabnzbd/7.0.2/helm-values.md diff --git a/stable/sabnzbd/7.0.1/ix_values.yaml b/stable/sabnzbd/7.0.2/ix_values.yaml similarity index 100% rename from stable/sabnzbd/7.0.1/ix_values.yaml rename to stable/sabnzbd/7.0.2/ix_values.yaml diff --git a/stable/sabnzbd/7.0.1/questions.yaml b/stable/sabnzbd/7.0.2/questions.yaml similarity index 99% rename from stable/sabnzbd/7.0.1/questions.yaml rename to stable/sabnzbd/7.0.2/questions.yaml index 7d135a3db36..823f5d3b23b 100644 --- a/stable/sabnzbd/7.0.1/questions.yaml +++ b/stable/sabnzbd/7.0.2/questions.yaml @@ -1341,12 +1341,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/sabnzbd/7.0.1/templates/common.yaml b/stable/sabnzbd/7.0.2/templates/common.yaml similarity index 100% rename from stable/sabnzbd/7.0.1/templates/common.yaml rename to stable/sabnzbd/7.0.2/templates/common.yaml diff --git a/stable/sabnzbd/7.0.1/test_values.yaml b/stable/sabnzbd/7.0.2/test_values.yaml similarity index 100% rename from stable/sabnzbd/7.0.1/test_values.yaml rename to stable/sabnzbd/7.0.2/test_values.yaml diff --git a/stable/sabnzbd/7.0.1/values.yaml b/stable/sabnzbd/7.0.2/values.yaml similarity index 100% rename from stable/sabnzbd/7.0.1/values.yaml rename to stable/sabnzbd/7.0.2/values.yaml diff --git a/stable/ser2sock/2.0.1/CHANGELOG.md b/stable/ser2sock/2.0.1/CHANGELOG.md deleted file mode 100644 index 67a003623dc..00000000000 --- a/stable/ser2sock/2.0.1/CHANGELOG.md +++ /dev/null @@ -1,19 +0,0 @@ - - -### [ser2sock-2.0.1](https://github.com/truecharts/apps/compare/ser2sock-1.9.15...ser2sock-2.0.1) (2021-09-13) - -#### Chore - -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - -#### Fix - -* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956)) - diff --git a/stable/ser2sock/2.0.1/Chart.lock b/stable/ser2sock/2.0.1/Chart.lock deleted file mode 100644 index cc635b3d3dc..00000000000 --- a/stable/ser2sock/2.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 7.0.12 -digest: sha256:6609ac081f2fa3f9ccafe5462c1016a5848be1029bec1127c0ecbce7981ec9d2 -generated: "2021-09-13T17:02:44.896638596Z" diff --git a/stable/ser2sock/2.0.1/charts/common-7.0.12.tgz b/stable/ser2sock/2.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/ser2sock/2.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/ser2sock/2.0.2/CHANGELOG.md b/stable/ser2sock/2.0.2/CHANGELOG.md new file mode 100644 index 00000000000..bb36bdf435f --- /dev/null +++ b/stable/ser2sock/2.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [ser2sock-2.0.2](https://github.com/truecharts/apps/compare/ser2sock-2.0.1...ser2sock-2.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/ser2sock/2.0.1/CONFIG.md b/stable/ser2sock/2.0.2/CONFIG.md similarity index 100% rename from stable/ser2sock/2.0.1/CONFIG.md rename to stable/ser2sock/2.0.2/CONFIG.md diff --git a/stable/ser2sock/2.0.2/Chart.lock b/stable/ser2sock/2.0.2/Chart.lock new file mode 100644 index 00000000000..d4661fbb740 --- /dev/null +++ b/stable/ser2sock/2.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 7.0.14 +digest: sha256:050b52e7ae7aa5580026804422c8a279ceaacd28df48af65de0b530e6d045954 +generated: "2021-09-21T10:13:10.840056018Z" diff --git a/stable/ser2sock/2.0.1/Chart.yaml b/stable/ser2sock/2.0.2/Chart.yaml similarity index 93% rename from stable/ser2sock/2.0.1/Chart.yaml rename to stable/ser2sock/2.0.2/Chart.yaml index d87931a3085..96653661994 100644 --- a/stable/ser2sock/2.0.1/Chart.yaml +++ b/stable/ser2sock/2.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "latest" dependencies: - name: common repository: https://truecharts.org - version: 7.0.12 + version: 7.0.14 description: Serial to Socket Redirector home: https://github.com/truechartsapps/tree/master/charts/incubator/ser2sock icon: https://i.imgur.com/GfZ7McO.png @@ -18,4 +18,4 @@ name: ser2sock sources: - https://github.com/nutechsoftware/ser2sock - https://github.com/tenstartups/ser2sock -version: 2.0.1 +version: 2.0.2 diff --git a/stable/ser2sock/2.0.1/README.md b/stable/ser2sock/2.0.2/README.md similarity index 96% rename from stable/ser2sock/2.0.1/README.md rename to stable/ser2sock/2.0.2/README.md index ed1133aa251..4b385a9db35 100644 --- a/stable/ser2sock/2.0.1/README.md +++ b/stable/ser2sock/2.0.2/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 7.0.12 | +| https://truecharts.org | common | 7.0.14 | ## Installing the Chart diff --git a/stable/ser2sock/2.0.1/app-readme.md b/stable/ser2sock/2.0.2/app-readme.md similarity index 100% rename from stable/ser2sock/2.0.1/app-readme.md rename to stable/ser2sock/2.0.2/app-readme.md diff --git a/stable/ser2sock/2.0.2/charts/common-7.0.14.tgz b/stable/ser2sock/2.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/ser2sock/2.0.2/charts/common-7.0.14.tgz differ diff --git a/stable/ser2sock/2.0.1/helm-values.md b/stable/ser2sock/2.0.2/helm-values.md similarity index 100% rename from stable/ser2sock/2.0.1/helm-values.md rename to stable/ser2sock/2.0.2/helm-values.md diff --git a/stable/ser2sock/2.0.1/ix_values.yaml b/stable/ser2sock/2.0.2/ix_values.yaml similarity index 100% rename from stable/ser2sock/2.0.1/ix_values.yaml rename to stable/ser2sock/2.0.2/ix_values.yaml diff --git a/stable/ser2sock/2.0.1/questions.yaml b/stable/ser2sock/2.0.2/questions.yaml similarity index 99% rename from stable/ser2sock/2.0.1/questions.yaml rename to stable/ser2sock/2.0.2/questions.yaml index 8518f0b299b..f45552677ed 100644 --- a/stable/ser2sock/2.0.1/questions.yaml +++ b/stable/ser2sock/2.0.2/questions.yaml @@ -1394,12 +1394,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/ser2sock/2.0.1/templates/common.yaml b/stable/ser2sock/2.0.2/templates/common.yaml similarity index 100% rename from stable/ser2sock/2.0.1/templates/common.yaml rename to stable/ser2sock/2.0.2/templates/common.yaml diff --git a/stable/ser2sock/2.0.1/test_values.yaml b/stable/ser2sock/2.0.2/test_values.yaml similarity index 100% rename from stable/ser2sock/2.0.1/test_values.yaml rename to stable/ser2sock/2.0.2/test_values.yaml diff --git a/stable/ser2sock/2.0.1/values.yaml b/stable/ser2sock/2.0.2/values.yaml similarity index 100% rename from stable/ser2sock/2.0.1/values.yaml rename to stable/ser2sock/2.0.2/values.yaml diff --git a/stable/sonarr/7.0.1/CHANGELOG.md b/stable/sonarr/7.0.1/CHANGELOG.md deleted file mode 100644 index 923c7b9a6e6..00000000000 --- a/stable/sonarr/7.0.1/CHANGELOG.md +++ /dev/null @@ -1,19 +0,0 @@ - - -### [sonarr-7.0.1](https://github.com/truecharts/apps/compare/sonarr-6.11.15...sonarr-7.0.1) (2021-09-13) - -#### Chore - -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - -#### Fix - -* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956)) - diff --git a/stable/sonarr/7.0.1/Chart.lock b/stable/sonarr/7.0.1/Chart.lock deleted file mode 100644 index 8c0ed1649d5..00000000000 --- a/stable/sonarr/7.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-13T17:02:53.964656784Z" diff --git a/stable/sonarr/7.0.1/charts/common-7.0.12.tgz b/stable/sonarr/7.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/sonarr/7.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/sonarr/7.0.2/CHANGELOG.md b/stable/sonarr/7.0.2/CHANGELOG.md new file mode 100644 index 00000000000..657a8bdecf7 --- /dev/null +++ b/stable/sonarr/7.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [sonarr-7.0.2](https://github.com/truecharts/apps/compare/sonarr-7.0.1...sonarr-7.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/sonarr/7.0.1/CONFIG.md b/stable/sonarr/7.0.2/CONFIG.md similarity index 100% rename from stable/sonarr/7.0.1/CONFIG.md rename to stable/sonarr/7.0.2/CONFIG.md diff --git a/stable/sonarr/7.0.2/Chart.lock b/stable/sonarr/7.0.2/Chart.lock new file mode 100644 index 00000000000..2a76e9b6340 --- /dev/null +++ b/stable/sonarr/7.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:13:19.72309498Z" diff --git a/stable/sonarr/7.0.1/Chart.yaml b/stable/sonarr/7.0.2/Chart.yaml similarity index 95% rename from stable/sonarr/7.0.1/Chart.yaml rename to stable/sonarr/7.0.2/Chart.yaml index 53c87c0a855..ef5281fbeeb 100644 --- a/stable/sonarr/7.0.1/Chart.yaml +++ b/stable/sonarr/7.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "3.0.6.1265" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 deprecated: false description: Smart PVR for newsgroup and bittorrent users home: https://github.com/truecharts/apps/tree/master/charts/stable/sonarr @@ -24,4 +24,4 @@ name: sonarr sources: - https://github.com/Sonarr/Sonarr type: application -version: 7.0.1 +version: 7.0.2 diff --git a/stable/sonarr/7.0.1/README.md b/stable/sonarr/7.0.2/README.md similarity index 96% rename from stable/sonarr/7.0.1/README.md rename to stable/sonarr/7.0.2/README.md index a9dc6afe30f..078c93b7647 100644 --- a/stable/sonarr/7.0.1/README.md +++ b/stable/sonarr/7.0.2/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/sonarr/7.0.1/app-readme.md b/stable/sonarr/7.0.2/app-readme.md similarity index 100% rename from stable/sonarr/7.0.1/app-readme.md rename to stable/sonarr/7.0.2/app-readme.md diff --git a/stable/sonarr/7.0.2/charts/common-7.0.14.tgz b/stable/sonarr/7.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/sonarr/7.0.2/charts/common-7.0.14.tgz differ diff --git a/stable/sonarr/7.0.1/helm-values.md b/stable/sonarr/7.0.2/helm-values.md similarity index 100% rename from stable/sonarr/7.0.1/helm-values.md rename to stable/sonarr/7.0.2/helm-values.md diff --git a/stable/sonarr/7.0.1/ix_values.yaml b/stable/sonarr/7.0.2/ix_values.yaml similarity index 100% rename from stable/sonarr/7.0.1/ix_values.yaml rename to stable/sonarr/7.0.2/ix_values.yaml diff --git a/stable/sonarr/7.0.1/questions.yaml b/stable/sonarr/7.0.2/questions.yaml similarity index 99% rename from stable/sonarr/7.0.1/questions.yaml rename to stable/sonarr/7.0.2/questions.yaml index dca561c1f39..0c7b0bac9d7 100644 --- a/stable/sonarr/7.0.1/questions.yaml +++ b/stable/sonarr/7.0.2/questions.yaml @@ -1333,12 +1333,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/sonarr/7.0.1/templates/common.yaml b/stable/sonarr/7.0.2/templates/common.yaml similarity index 100% rename from stable/sonarr/7.0.1/templates/common.yaml rename to stable/sonarr/7.0.2/templates/common.yaml diff --git a/stable/sonarr/7.0.1/test_values.yaml b/stable/sonarr/7.0.2/test_values.yaml similarity index 100% rename from stable/sonarr/7.0.1/test_values.yaml rename to stable/sonarr/7.0.2/test_values.yaml diff --git a/stable/sonarr/7.0.1/values.yaml b/stable/sonarr/7.0.2/values.yaml similarity index 100% rename from stable/sonarr/7.0.1/values.yaml rename to stable/sonarr/7.0.2/values.yaml diff --git a/stable/stash/2.0.1/CHANGELOG.md b/stable/stash/2.0.1/CHANGELOG.md deleted file mode 100644 index 03bd69a6dc7..00000000000 --- a/stable/stash/2.0.1/CHANGELOG.md +++ /dev/null @@ -1,16 +0,0 @@ - - -### [stash-2.0.1](https://github.com/truecharts/apps/compare/stash-1.9.17...stash-2.0.1) (2021-09-13) - -#### Chore - -* move more dockerhub containers to GHCR mirror ([#958](https://github.com/truecharts/apps/issues/958)) -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - diff --git a/stable/stash/2.0.1/Chart.lock b/stable/stash/2.0.1/Chart.lock deleted file mode 100644 index af3058aee42..00000000000 --- a/stable/stash/2.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 7.0.12 -digest: sha256:6609ac081f2fa3f9ccafe5462c1016a5848be1029bec1127c0ecbce7981ec9d2 -generated: "2021-09-13T17:03:02.860532225Z" diff --git a/stable/stash/2.0.1/charts/common-7.0.12.tgz b/stable/stash/2.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/stash/2.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/stash/2.0.2/CHANGELOG.md b/stable/stash/2.0.2/CHANGELOG.md new file mode 100644 index 00000000000..163e173c707 --- /dev/null +++ b/stable/stash/2.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [stash-2.0.2](https://github.com/truecharts/apps/compare/stash-2.0.1...stash-2.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/stash/2.0.1/CONFIG.md b/stable/stash/2.0.2/CONFIG.md similarity index 100% rename from stable/stash/2.0.1/CONFIG.md rename to stable/stash/2.0.2/CONFIG.md diff --git a/stable/stash/2.0.2/Chart.lock b/stable/stash/2.0.2/Chart.lock new file mode 100644 index 00000000000..9c24c7cb8fd --- /dev/null +++ b/stable/stash/2.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 7.0.14 +digest: sha256:050b52e7ae7aa5580026804422c8a279ceaacd28df48af65de0b530e6d045954 +generated: "2021-09-21T10:13:28.631352086Z" diff --git a/stable/stash/2.0.1/Chart.yaml b/stable/stash/2.0.2/Chart.yaml similarity index 94% rename from stable/stash/2.0.1/Chart.yaml rename to stable/stash/2.0.2/Chart.yaml index 801dbf9ab13..6cd55f2d522 100644 --- a/stable/stash/2.0.1/Chart.yaml +++ b/stable/stash/2.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.9.0" dependencies: - name: common repository: https://truecharts.org - version: 7.0.12 + version: 7.0.14 description: An organizer for your porn, written in Go home: https://github.com/truechartsapps/tree/master/charts/incubator/stash icon: https://raw.githubusercontent.com/stashapp/website/master/images/stash.svg @@ -18,4 +18,4 @@ name: stash sources: - https://github.com/stashapp/stash - https://hub.docker.com/r/stashapp/stash -version: 2.0.1 +version: 2.0.2 diff --git a/stable/stash/2.0.1/README.md b/stable/stash/2.0.2/README.md similarity index 96% rename from stable/stash/2.0.1/README.md rename to stable/stash/2.0.2/README.md index 5b7c9ba10f4..df0e71c7721 100644 --- a/stable/stash/2.0.1/README.md +++ b/stable/stash/2.0.2/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 7.0.12 | +| https://truecharts.org | common | 7.0.14 | ## Installing the Chart diff --git a/stable/stash/2.0.1/app-readme.md b/stable/stash/2.0.2/app-readme.md similarity index 100% rename from stable/stash/2.0.1/app-readme.md rename to stable/stash/2.0.2/app-readme.md diff --git a/stable/stash/2.0.2/charts/common-7.0.14.tgz b/stable/stash/2.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/stash/2.0.2/charts/common-7.0.14.tgz differ diff --git a/stable/stash/2.0.1/ci/ct-values.yaml b/stable/stash/2.0.2/ci/ct-values.yaml similarity index 100% rename from stable/stash/2.0.1/ci/ct-values.yaml rename to stable/stash/2.0.2/ci/ct-values.yaml diff --git a/stable/stash/2.0.1/helm-values.md b/stable/stash/2.0.2/helm-values.md similarity index 100% rename from stable/stash/2.0.1/helm-values.md rename to stable/stash/2.0.2/helm-values.md diff --git a/stable/stash/2.0.1/ix_values.yaml b/stable/stash/2.0.2/ix_values.yaml similarity index 100% rename from stable/stash/2.0.1/ix_values.yaml rename to stable/stash/2.0.2/ix_values.yaml diff --git a/stable/stash/2.0.1/questions.yaml b/stable/stash/2.0.2/questions.yaml similarity index 99% rename from stable/stash/2.0.1/questions.yaml rename to stable/stash/2.0.2/questions.yaml index d167d17d16a..7fe9a74476e 100644 --- a/stable/stash/2.0.1/questions.yaml +++ b/stable/stash/2.0.2/questions.yaml @@ -1294,12 +1294,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/stash/2.0.1/templates/common.yaml b/stable/stash/2.0.2/templates/common.yaml similarity index 100% rename from stable/stash/2.0.1/templates/common.yaml rename to stable/stash/2.0.2/templates/common.yaml diff --git a/stable/stash/2.0.1/test_values.yaml b/stable/stash/2.0.2/test_values.yaml similarity index 100% rename from stable/stash/2.0.1/test_values.yaml rename to stable/stash/2.0.2/test_values.yaml diff --git a/stable/stash/2.0.1/values.yaml b/stable/stash/2.0.2/values.yaml similarity index 100% rename from stable/stash/2.0.1/values.yaml rename to stable/stash/2.0.2/values.yaml diff --git a/stable/syncthing/7.0.2/CHANGELOG.md b/stable/syncthing/7.0.2/CHANGELOG.md deleted file mode 100644 index f15b82c7984..00000000000 --- a/stable/syncthing/7.0.2/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [syncthing-7.0.2](https://github.com/truecharts/apps/compare/syncthing-7.0.1...syncthing-7.0.2) (2021-09-13) - -#### Fix - -* correct image tag for Syncthing on SCALE - diff --git a/stable/syncthing/7.0.2/Chart.lock b/stable/syncthing/7.0.2/Chart.lock deleted file mode 100644 index 81407e564f8..00000000000 --- a/stable/syncthing/7.0.2/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-13T20:57:47.285380491Z" diff --git a/stable/syncthing/7.0.2/charts/common-7.0.12.tgz b/stable/syncthing/7.0.2/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/syncthing/7.0.2/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/syncthing/7.0.3/CHANGELOG.md b/stable/syncthing/7.0.3/CHANGELOG.md new file mode 100644 index 00000000000..940b6e83db1 --- /dev/null +++ b/stable/syncthing/7.0.3/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [syncthing-7.0.3](https://github.com/truecharts/apps/compare/syncthing-7.0.2...syncthing-7.0.3) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/syncthing/7.0.2/CONFIG.md b/stable/syncthing/7.0.3/CONFIG.md similarity index 100% rename from stable/syncthing/7.0.2/CONFIG.md rename to stable/syncthing/7.0.3/CONFIG.md diff --git a/stable/syncthing/7.0.3/Chart.lock b/stable/syncthing/7.0.3/Chart.lock new file mode 100644 index 00000000000..d5df04e1d5f --- /dev/null +++ b/stable/syncthing/7.0.3/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:13:37.61699727Z" diff --git a/stable/syncthing/7.0.2/Chart.yaml b/stable/syncthing/7.0.3/Chart.yaml similarity index 95% rename from stable/syncthing/7.0.2/Chart.yaml rename to stable/syncthing/7.0.3/Chart.yaml index 78f92bc267e..d758cab903c 100644 --- a/stable/syncthing/7.0.2/Chart.yaml +++ b/stable/syncthing/7.0.3/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.18.2" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 deprecated: false description: P2P file synchronization application home: https://github.com/truecharts/apps/tree/master/charts/stable/syncthing @@ -24,4 +24,4 @@ sources: - https://github.com/syncthing/syncthing - https://hub.docker.com/r/syncthing/syncthing type: application -version: 7.0.2 +version: 7.0.3 diff --git a/stable/syncthing/7.0.2/README.md b/stable/syncthing/7.0.3/README.md similarity index 96% rename from stable/syncthing/7.0.2/README.md rename to stable/syncthing/7.0.3/README.md index 6147c8ee114..be5d21016e4 100644 --- a/stable/syncthing/7.0.2/README.md +++ b/stable/syncthing/7.0.3/README.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/syncthing/7.0.2/app-readme.md b/stable/syncthing/7.0.3/app-readme.md similarity index 100% rename from stable/syncthing/7.0.2/app-readme.md rename to stable/syncthing/7.0.3/app-readme.md diff --git a/stable/syncthing/7.0.3/charts/common-7.0.14.tgz b/stable/syncthing/7.0.3/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/syncthing/7.0.3/charts/common-7.0.14.tgz differ diff --git a/stable/syncthing/7.0.2/helm-values.md b/stable/syncthing/7.0.3/helm-values.md similarity index 100% rename from stable/syncthing/7.0.2/helm-values.md rename to stable/syncthing/7.0.3/helm-values.md diff --git a/stable/syncthing/7.0.2/ix_values.yaml b/stable/syncthing/7.0.3/ix_values.yaml similarity index 100% rename from stable/syncthing/7.0.2/ix_values.yaml rename to stable/syncthing/7.0.3/ix_values.yaml diff --git a/stable/syncthing/7.0.2/questions.yaml b/stable/syncthing/7.0.3/questions.yaml similarity index 100% rename from stable/syncthing/7.0.2/questions.yaml rename to stable/syncthing/7.0.3/questions.yaml diff --git a/stable/syncthing/7.0.2/templates/common.yaml b/stable/syncthing/7.0.3/templates/common.yaml similarity index 100% rename from stable/syncthing/7.0.2/templates/common.yaml rename to stable/syncthing/7.0.3/templates/common.yaml diff --git a/stable/syncthing/7.0.2/test_values.yaml b/stable/syncthing/7.0.3/test_values.yaml similarity index 100% rename from stable/syncthing/7.0.2/test_values.yaml rename to stable/syncthing/7.0.3/test_values.yaml diff --git a/stable/syncthing/7.0.2/values.yaml b/stable/syncthing/7.0.3/values.yaml similarity index 100% rename from stable/syncthing/7.0.2/values.yaml rename to stable/syncthing/7.0.3/values.yaml diff --git a/stable/tautulli/7.0.1/CHANGELOG.md b/stable/tautulli/7.0.1/CHANGELOG.md deleted file mode 100644 index 332a5a85e0c..00000000000 --- a/stable/tautulli/7.0.1/CHANGELOG.md +++ /dev/null @@ -1,19 +0,0 @@ - - -### [tautulli-7.0.1](https://github.com/truecharts/apps/compare/tautulli-6.11.16...tautulli-7.0.1) (2021-09-13) - -#### Chore - -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - -#### Fix - -* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956)) - diff --git a/stable/tautulli/7.0.1/Chart.lock b/stable/tautulli/7.0.1/Chart.lock deleted file mode 100644 index 9ec6046b98e..00000000000 --- a/stable/tautulli/7.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-13T17:03:20.922699255Z" diff --git a/stable/tautulli/7.0.1/charts/common-7.0.12.tgz b/stable/tautulli/7.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/tautulli/7.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/tautulli/7.0.2/CHANGELOG.md b/stable/tautulli/7.0.2/CHANGELOG.md new file mode 100644 index 00000000000..2daf6835c04 --- /dev/null +++ b/stable/tautulli/7.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [tautulli-7.0.2](https://github.com/truecharts/apps/compare/tautulli-7.0.1...tautulli-7.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/tautulli/7.0.1/CONFIG.md b/stable/tautulli/7.0.2/CONFIG.md similarity index 100% rename from stable/tautulli/7.0.1/CONFIG.md rename to stable/tautulli/7.0.2/CONFIG.md diff --git a/stable/tautulli/7.0.2/Chart.lock b/stable/tautulli/7.0.2/Chart.lock new file mode 100644 index 00000000000..2b12b4dfd38 --- /dev/null +++ b/stable/tautulli/7.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:13:46.761446216Z" diff --git a/stable/tautulli/7.0.1/Chart.yaml b/stable/tautulli/7.0.2/Chart.yaml similarity index 95% rename from stable/tautulli/7.0.1/Chart.yaml rename to stable/tautulli/7.0.2/Chart.yaml index 90096f57643..1b4b11c9f27 100644 --- a/stable/tautulli/7.0.1/Chart.yaml +++ b/stable/tautulli/7.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.7.6" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 deprecated: false description: A Python based monitoring and tracking tool for Plex Media Server home: https://github.com/truecharts/apps/tree/master/charts/stable/tautulli @@ -23,4 +23,4 @@ name: tautulli sources: - https://github.com/Tautulli/Tautulli type: application -version: 7.0.1 +version: 7.0.2 diff --git a/stable/tautulli/7.0.1/README.md b/stable/tautulli/7.0.2/README.md similarity index 96% rename from stable/tautulli/7.0.1/README.md rename to stable/tautulli/7.0.2/README.md index 2104badcfe9..e13da355f79 100644 --- a/stable/tautulli/7.0.1/README.md +++ b/stable/tautulli/7.0.2/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/tautulli/7.0.1/app-readme.md b/stable/tautulli/7.0.2/app-readme.md similarity index 100% rename from stable/tautulli/7.0.1/app-readme.md rename to stable/tautulli/7.0.2/app-readme.md diff --git a/stable/tautulli/7.0.2/charts/common-7.0.14.tgz b/stable/tautulli/7.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/tautulli/7.0.2/charts/common-7.0.14.tgz differ diff --git a/stable/tautulli/7.0.1/helm-values.md b/stable/tautulli/7.0.2/helm-values.md similarity index 100% rename from stable/tautulli/7.0.1/helm-values.md rename to stable/tautulli/7.0.2/helm-values.md diff --git a/stable/tautulli/7.0.1/ix_values.yaml b/stable/tautulli/7.0.2/ix_values.yaml similarity index 100% rename from stable/tautulli/7.0.1/ix_values.yaml rename to stable/tautulli/7.0.2/ix_values.yaml diff --git a/stable/tautulli/7.0.1/questions.yaml b/stable/tautulli/7.0.2/questions.yaml similarity index 99% rename from stable/tautulli/7.0.1/questions.yaml rename to stable/tautulli/7.0.2/questions.yaml index aecd55599ad..de2823852fb 100644 --- a/stable/tautulli/7.0.1/questions.yaml +++ b/stable/tautulli/7.0.2/questions.yaml @@ -1333,12 +1333,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/tautulli/7.0.1/templates/common.yaml b/stable/tautulli/7.0.2/templates/common.yaml similarity index 100% rename from stable/tautulli/7.0.1/templates/common.yaml rename to stable/tautulli/7.0.2/templates/common.yaml diff --git a/stable/tautulli/7.0.1/test_values.yaml b/stable/tautulli/7.0.2/test_values.yaml similarity index 100% rename from stable/tautulli/7.0.1/test_values.yaml rename to stable/tautulli/7.0.2/test_values.yaml diff --git a/stable/tautulli/7.0.1/values.yaml b/stable/tautulli/7.0.2/values.yaml similarity index 100% rename from stable/tautulli/7.0.1/values.yaml rename to stable/tautulli/7.0.2/values.yaml diff --git a/stable/thelounge/2.0.1/CHANGELOG.md b/stable/thelounge/2.0.1/CHANGELOG.md deleted file mode 100644 index 63d22f596bf..00000000000 --- a/stable/thelounge/2.0.1/CHANGELOG.md +++ /dev/null @@ -1,20 +0,0 @@ - - -### [thelounge-2.0.1](https://github.com/truecharts/apps/compare/thelounge-1.11.15...thelounge-2.0.1) (2021-09-13) - -#### Chore - -* move most remaining Apps to GHCR mirror ([#959](https://github.com/truecharts/apps/issues/959)) -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - -#### Fix - -* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956)) - diff --git a/stable/thelounge/2.0.1/Chart.lock b/stable/thelounge/2.0.1/Chart.lock deleted file mode 100644 index 4305faee0a0..00000000000 --- a/stable/thelounge/2.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-13T17:03:29.942258209Z" diff --git a/stable/thelounge/2.0.1/charts/common-7.0.12.tgz b/stable/thelounge/2.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/thelounge/2.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/thelounge/2.0.2/CHANGELOG.md b/stable/thelounge/2.0.2/CHANGELOG.md new file mode 100644 index 00000000000..74554b92f84 --- /dev/null +++ b/stable/thelounge/2.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [thelounge-2.0.2](https://github.com/truecharts/apps/compare/thelounge-2.0.1...thelounge-2.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/thelounge/2.0.1/CONFIG.md b/stable/thelounge/2.0.2/CONFIG.md similarity index 100% rename from stable/thelounge/2.0.1/CONFIG.md rename to stable/thelounge/2.0.2/CONFIG.md diff --git a/stable/thelounge/2.0.2/Chart.lock b/stable/thelounge/2.0.2/Chart.lock new file mode 100644 index 00000000000..752a4e959d8 --- /dev/null +++ b/stable/thelounge/2.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:13:55.702413444Z" diff --git a/stable/thelounge/2.0.1/Chart.yaml b/stable/thelounge/2.0.2/Chart.yaml similarity index 94% rename from stable/thelounge/2.0.1/Chart.yaml rename to stable/thelounge/2.0.2/Chart.yaml index 5dc68cafad3..05747c347d4 100644 --- a/stable/thelounge/2.0.1/Chart.yaml +++ b/stable/thelounge/2.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "4.2.0" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 description: The Lounge, modern web IRC client designed for self-hosting home: https://github.com/truecharts/apps/tree/master/charts/incubator/thelounge icon: https://avatars.githubusercontent.com/u/14336958?s=200&v=4 @@ -21,4 +21,4 @@ maintainers: name: thelounge sources: - https://github.com/thelounge/thelounge -version: 2.0.1 +version: 2.0.2 diff --git a/stable/thelounge/2.0.1/README.md b/stable/thelounge/2.0.2/README.md similarity index 96% rename from stable/thelounge/2.0.1/README.md rename to stable/thelounge/2.0.2/README.md index 67687fa1d18..0403c164899 100644 --- a/stable/thelounge/2.0.1/README.md +++ b/stable/thelounge/2.0.2/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/thelounge/2.0.1/app-readme.md b/stable/thelounge/2.0.2/app-readme.md similarity index 100% rename from stable/thelounge/2.0.1/app-readme.md rename to stable/thelounge/2.0.2/app-readme.md diff --git a/stable/thelounge/2.0.2/charts/common-7.0.14.tgz b/stable/thelounge/2.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/thelounge/2.0.2/charts/common-7.0.14.tgz differ diff --git a/stable/thelounge/2.0.1/helm-values.md b/stable/thelounge/2.0.2/helm-values.md similarity index 100% rename from stable/thelounge/2.0.1/helm-values.md rename to stable/thelounge/2.0.2/helm-values.md diff --git a/stable/thelounge/2.0.1/ix_values.yaml b/stable/thelounge/2.0.2/ix_values.yaml similarity index 100% rename from stable/thelounge/2.0.1/ix_values.yaml rename to stable/thelounge/2.0.2/ix_values.yaml diff --git a/stable/thelounge/2.0.1/questions.yaml b/stable/thelounge/2.0.2/questions.yaml similarity index 99% rename from stable/thelounge/2.0.1/questions.yaml rename to stable/thelounge/2.0.2/questions.yaml index 34918ba6694..ec4c4cba70a 100644 --- a/stable/thelounge/2.0.1/questions.yaml +++ b/stable/thelounge/2.0.2/questions.yaml @@ -1296,12 +1296,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/thelounge/2.0.1/templates/common.yaml b/stable/thelounge/2.0.2/templates/common.yaml similarity index 100% rename from stable/thelounge/2.0.1/templates/common.yaml rename to stable/thelounge/2.0.2/templates/common.yaml diff --git a/stable/thelounge/2.0.1/test_values.yaml b/stable/thelounge/2.0.2/test_values.yaml similarity index 100% rename from stable/thelounge/2.0.1/test_values.yaml rename to stable/thelounge/2.0.2/test_values.yaml diff --git a/stable/thelounge/2.0.1/values.yaml b/stable/thelounge/2.0.2/values.yaml similarity index 100% rename from stable/thelounge/2.0.1/values.yaml rename to stable/thelounge/2.0.2/values.yaml diff --git a/stable/traefik/8.0.3/CHANGELOG.md b/stable/traefik/8.0.3/CHANGELOG.md deleted file mode 100644 index 770a62f8128..00000000000 --- a/stable/traefik/8.0.3/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [traefik-8.0.3](https://github.com/truecharts/apps/compare/traefik-8.0.2...traefik-8.0.3) (2021-09-21) - -#### Chore - -* update non-major ([#1013](https://github.com/truecharts/apps/issues/1013)) - diff --git a/stable/traefik/8.0.3/Chart.lock b/stable/traefik/8.0.3/Chart.lock deleted file mode 100644 index ee70483ffdc..00000000000 --- a/stable/traefik/8.0.3/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-21T08:47:43.470691427Z" diff --git a/stable/traefik/8.0.3/charts/common-7.0.12.tgz b/stable/traefik/8.0.3/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/traefik/8.0.3/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/traefik/8.0.4/CHANGELOG.md b/stable/traefik/8.0.4/CHANGELOG.md new file mode 100644 index 00000000000..ecfd0b1cf02 --- /dev/null +++ b/stable/traefik/8.0.4/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [traefik-8.0.4](https://github.com/truecharts/apps/compare/traefik-8.0.3...traefik-8.0.4) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/traefik/8.0.3/CONFIG.md b/stable/traefik/8.0.4/CONFIG.md similarity index 100% rename from stable/traefik/8.0.3/CONFIG.md rename to stable/traefik/8.0.4/CONFIG.md diff --git a/stable/traefik/8.0.4/Chart.lock b/stable/traefik/8.0.4/Chart.lock new file mode 100644 index 00000000000..0d6be6dab56 --- /dev/null +++ b/stable/traefik/8.0.4/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:14:04.704317429Z" diff --git a/stable/traefik/8.0.3/Chart.yaml b/stable/traefik/8.0.4/Chart.yaml similarity index 94% rename from stable/traefik/8.0.3/Chart.yaml rename to stable/traefik/8.0.4/Chart.yaml index 1cc6fd07de7..8ac289e5137 100644 --- a/stable/traefik/8.0.3/Chart.yaml +++ b/stable/traefik/8.0.4/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.5.3" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 deprecated: false description: Test App for Traefik home: https://github.com/truecharts/apps/tree/master/charts/stable/traefik @@ -22,4 +22,4 @@ sources: - https://github.com/traefik/traefik-helm-chart - https://traefik.io/ type: application -version: 8.0.3 +version: 8.0.4 diff --git a/stable/traefik/8.0.3/README.md b/stable/traefik/8.0.4/README.md similarity index 96% rename from stable/traefik/8.0.3/README.md rename to stable/traefik/8.0.4/README.md index 24b10998085..baa7517c12b 100644 --- a/stable/traefik/8.0.3/README.md +++ b/stable/traefik/8.0.4/README.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/traefik/8.0.3/app-readme.md b/stable/traefik/8.0.4/app-readme.md similarity index 100% rename from stable/traefik/8.0.3/app-readme.md rename to stable/traefik/8.0.4/app-readme.md diff --git a/stable/traefik/8.0.4/charts/common-7.0.14.tgz b/stable/traefik/8.0.4/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/traefik/8.0.4/charts/common-7.0.14.tgz differ diff --git a/stable/traefik/8.0.3/crds/ingressroute.yaml b/stable/traefik/8.0.4/crds/ingressroute.yaml similarity index 100% rename from stable/traefik/8.0.3/crds/ingressroute.yaml rename to stable/traefik/8.0.4/crds/ingressroute.yaml diff --git a/stable/traefik/8.0.3/crds/ingressroutetcp.yaml b/stable/traefik/8.0.4/crds/ingressroutetcp.yaml similarity index 100% rename from stable/traefik/8.0.3/crds/ingressroutetcp.yaml rename to stable/traefik/8.0.4/crds/ingressroutetcp.yaml diff --git a/stable/traefik/8.0.3/crds/ingressrouteudp.yaml b/stable/traefik/8.0.4/crds/ingressrouteudp.yaml similarity index 100% rename from stable/traefik/8.0.3/crds/ingressrouteudp.yaml rename to stable/traefik/8.0.4/crds/ingressrouteudp.yaml diff --git a/stable/traefik/8.0.3/crds/middlewares.yaml b/stable/traefik/8.0.4/crds/middlewares.yaml similarity index 100% rename from stable/traefik/8.0.3/crds/middlewares.yaml rename to stable/traefik/8.0.4/crds/middlewares.yaml diff --git a/stable/traefik/8.0.3/crds/middlewarestcp.yaml b/stable/traefik/8.0.4/crds/middlewarestcp.yaml similarity index 100% rename from stable/traefik/8.0.3/crds/middlewarestcp.yaml rename to stable/traefik/8.0.4/crds/middlewarestcp.yaml diff --git a/stable/traefik/8.0.3/crds/serverstransports.yaml b/stable/traefik/8.0.4/crds/serverstransports.yaml similarity index 100% rename from stable/traefik/8.0.3/crds/serverstransports.yaml rename to stable/traefik/8.0.4/crds/serverstransports.yaml diff --git a/stable/traefik/8.0.3/crds/tlsoptions.yaml b/stable/traefik/8.0.4/crds/tlsoptions.yaml similarity index 100% rename from stable/traefik/8.0.3/crds/tlsoptions.yaml rename to stable/traefik/8.0.4/crds/tlsoptions.yaml diff --git a/stable/traefik/8.0.3/crds/tlsstores.yaml b/stable/traefik/8.0.4/crds/tlsstores.yaml similarity index 100% rename from stable/traefik/8.0.3/crds/tlsstores.yaml rename to stable/traefik/8.0.4/crds/tlsstores.yaml diff --git a/stable/traefik/8.0.3/crds/traefikservices.yaml b/stable/traefik/8.0.4/crds/traefikservices.yaml similarity index 100% rename from stable/traefik/8.0.3/crds/traefikservices.yaml rename to stable/traefik/8.0.4/crds/traefikservices.yaml diff --git a/stable/traefik/8.0.3/helm-values.md b/stable/traefik/8.0.4/helm-values.md similarity index 100% rename from stable/traefik/8.0.3/helm-values.md rename to stable/traefik/8.0.4/helm-values.md diff --git a/stable/traefik/8.0.3/ix_values.yaml b/stable/traefik/8.0.4/ix_values.yaml similarity index 100% rename from stable/traefik/8.0.3/ix_values.yaml rename to stable/traefik/8.0.4/ix_values.yaml diff --git a/stable/traefik/8.0.3/questions.yaml b/stable/traefik/8.0.4/questions.yaml similarity index 100% rename from stable/traefik/8.0.3/questions.yaml rename to stable/traefik/8.0.4/questions.yaml diff --git a/stable/traefik/8.0.3/templates/_args.tpl b/stable/traefik/8.0.4/templates/_args.tpl similarity index 100% rename from stable/traefik/8.0.3/templates/_args.tpl rename to stable/traefik/8.0.4/templates/_args.tpl diff --git a/stable/traefik/8.0.3/templates/_helpers.tpl b/stable/traefik/8.0.4/templates/_helpers.tpl similarity index 100% rename from stable/traefik/8.0.3/templates/_helpers.tpl rename to stable/traefik/8.0.4/templates/_helpers.tpl diff --git a/stable/traefik/8.0.3/templates/_ingressclass.tpl b/stable/traefik/8.0.4/templates/_ingressclass.tpl similarity index 100% rename from stable/traefik/8.0.3/templates/_ingressclass.tpl rename to stable/traefik/8.0.4/templates/_ingressclass.tpl diff --git a/stable/traefik/8.0.3/templates/_ingressroute.tpl b/stable/traefik/8.0.4/templates/_ingressroute.tpl similarity index 100% rename from stable/traefik/8.0.3/templates/_ingressroute.tpl rename to stable/traefik/8.0.4/templates/_ingressroute.tpl diff --git a/stable/traefik/8.0.3/templates/_portalhook.tpl b/stable/traefik/8.0.4/templates/_portalhook.tpl similarity index 100% rename from stable/traefik/8.0.3/templates/_portalhook.tpl rename to stable/traefik/8.0.4/templates/_portalhook.tpl diff --git a/stable/traefik/8.0.3/templates/_tlsoptions.tpl b/stable/traefik/8.0.4/templates/_tlsoptions.tpl similarity index 100% rename from stable/traefik/8.0.3/templates/_tlsoptions.tpl rename to stable/traefik/8.0.4/templates/_tlsoptions.tpl diff --git a/stable/traefik/8.0.3/templates/common.yaml b/stable/traefik/8.0.4/templates/common.yaml similarity index 100% rename from stable/traefik/8.0.3/templates/common.yaml rename to stable/traefik/8.0.4/templates/common.yaml diff --git a/stable/traefik/8.0.3/templates/middlewares/basic-middleware.yaml b/stable/traefik/8.0.4/templates/middlewares/basic-middleware.yaml similarity index 100% rename from stable/traefik/8.0.3/templates/middlewares/basic-middleware.yaml rename to stable/traefik/8.0.4/templates/middlewares/basic-middleware.yaml diff --git a/stable/traefik/8.0.3/templates/middlewares/basicauth.yaml b/stable/traefik/8.0.4/templates/middlewares/basicauth.yaml similarity index 100% rename from stable/traefik/8.0.3/templates/middlewares/basicauth.yaml rename to stable/traefik/8.0.4/templates/middlewares/basicauth.yaml diff --git a/stable/traefik/8.0.3/templates/middlewares/chain.yaml b/stable/traefik/8.0.4/templates/middlewares/chain.yaml similarity index 100% rename from stable/traefik/8.0.3/templates/middlewares/chain.yaml rename to stable/traefik/8.0.4/templates/middlewares/chain.yaml diff --git a/stable/traefik/8.0.3/templates/middlewares/forwardauth.yaml b/stable/traefik/8.0.4/templates/middlewares/forwardauth.yaml similarity index 100% rename from stable/traefik/8.0.3/templates/middlewares/forwardauth.yaml rename to stable/traefik/8.0.4/templates/middlewares/forwardauth.yaml diff --git a/stable/traefik/8.0.3/templates/middlewares/ipwhitelist.yaml b/stable/traefik/8.0.4/templates/middlewares/ipwhitelist.yaml similarity index 100% rename from stable/traefik/8.0.3/templates/middlewares/ipwhitelist.yaml rename to stable/traefik/8.0.4/templates/middlewares/ipwhitelist.yaml diff --git a/stable/traefik/8.0.3/templates/middlewares/ratelimit.yaml b/stable/traefik/8.0.4/templates/middlewares/ratelimit.yaml similarity index 100% rename from stable/traefik/8.0.3/templates/middlewares/ratelimit.yaml rename to stable/traefik/8.0.4/templates/middlewares/ratelimit.yaml diff --git a/stable/traefik/8.0.3/templates/middlewares/redirectScheme.yaml b/stable/traefik/8.0.4/templates/middlewares/redirectScheme.yaml similarity index 100% rename from stable/traefik/8.0.3/templates/middlewares/redirectScheme.yaml rename to stable/traefik/8.0.4/templates/middlewares/redirectScheme.yaml diff --git a/stable/traefik/8.0.3/templates/middlewares/redirectregex.yaml b/stable/traefik/8.0.4/templates/middlewares/redirectregex.yaml similarity index 100% rename from stable/traefik/8.0.3/templates/middlewares/redirectregex.yaml rename to stable/traefik/8.0.4/templates/middlewares/redirectregex.yaml diff --git a/stable/traefik/8.0.3/templates/middlewares/tc-nextcloud.yaml b/stable/traefik/8.0.4/templates/middlewares/tc-nextcloud.yaml similarity index 100% rename from stable/traefik/8.0.3/templates/middlewares/tc-nextcloud.yaml rename to stable/traefik/8.0.4/templates/middlewares/tc-nextcloud.yaml diff --git a/stable/traefik/8.0.3/test_values.yaml b/stable/traefik/8.0.4/test_values.yaml similarity index 100% rename from stable/traefik/8.0.3/test_values.yaml rename to stable/traefik/8.0.4/test_values.yaml diff --git a/stable/traefik/8.0.3/values.yaml b/stable/traefik/8.0.4/values.yaml similarity index 100% rename from stable/traefik/8.0.3/values.yaml rename to stable/traefik/8.0.4/values.yaml diff --git a/stable/transmission/7.0.1/CHANGELOG.md b/stable/transmission/7.0.1/CHANGELOG.md deleted file mode 100644 index e8bad7e7903..00000000000 --- a/stable/transmission/7.0.1/CHANGELOG.md +++ /dev/null @@ -1,19 +0,0 @@ - - -### [transmission-7.0.1](https://github.com/truecharts/apps/compare/transmission-6.11.16...transmission-7.0.1) (2021-09-13) - -#### Chore - -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - -#### Fix - -* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956)) - diff --git a/stable/transmission/7.0.1/Chart.lock b/stable/transmission/7.0.1/Chart.lock deleted file mode 100644 index b6e2fe03dbb..00000000000 --- a/stable/transmission/7.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-13T17:03:47.99766778Z" diff --git a/stable/transmission/7.0.1/charts/common-7.0.12.tgz b/stable/transmission/7.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/transmission/7.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/transmission/7.0.2/CHANGELOG.md b/stable/transmission/7.0.2/CHANGELOG.md new file mode 100644 index 00000000000..e44a4548b41 --- /dev/null +++ b/stable/transmission/7.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [transmission-7.0.2](https://github.com/truecharts/apps/compare/transmission-7.0.1...transmission-7.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/transmission/7.0.1/CONFIG.md b/stable/transmission/7.0.2/CONFIG.md similarity index 100% rename from stable/transmission/7.0.1/CONFIG.md rename to stable/transmission/7.0.2/CONFIG.md diff --git a/stable/transmission/7.0.2/Chart.lock b/stable/transmission/7.0.2/Chart.lock new file mode 100644 index 00000000000..e40ad8df391 --- /dev/null +++ b/stable/transmission/7.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:14:13.770493283Z" diff --git a/stable/transmission/7.0.1/Chart.yaml b/stable/transmission/7.0.2/Chart.yaml similarity index 95% rename from stable/transmission/7.0.1/Chart.yaml rename to stable/transmission/7.0.2/Chart.yaml index bb534a4fc98..d13c0c6b464 100644 --- a/stable/transmission/7.0.1/Chart.yaml +++ b/stable/transmission/7.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "3.00" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 deprecated: false description: API Support for your favorite torrent trackers. home: https://github.com/truecharts/apps/tree/master/charts/stable/transmission @@ -25,4 +25,4 @@ sources: - https://github.com/transmission/transmission - https://hub.docker.com/r/linuxserver/transmission type: application -version: 7.0.1 +version: 7.0.2 diff --git a/stable/transmission/7.0.1/README.md b/stable/transmission/7.0.2/README.md similarity index 96% rename from stable/transmission/7.0.1/README.md rename to stable/transmission/7.0.2/README.md index 753c5f9e9d4..6d494855d3f 100644 --- a/stable/transmission/7.0.1/README.md +++ b/stable/transmission/7.0.2/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/transmission/7.0.1/app-readme.md b/stable/transmission/7.0.2/app-readme.md similarity index 100% rename from stable/transmission/7.0.1/app-readme.md rename to stable/transmission/7.0.2/app-readme.md diff --git a/stable/transmission/7.0.2/charts/common-7.0.14.tgz b/stable/transmission/7.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/transmission/7.0.2/charts/common-7.0.14.tgz differ diff --git a/stable/transmission/7.0.1/helm-values.md b/stable/transmission/7.0.2/helm-values.md similarity index 100% rename from stable/transmission/7.0.1/helm-values.md rename to stable/transmission/7.0.2/helm-values.md diff --git a/stable/transmission/7.0.1/ix_values.yaml b/stable/transmission/7.0.2/ix_values.yaml similarity index 100% rename from stable/transmission/7.0.1/ix_values.yaml rename to stable/transmission/7.0.2/ix_values.yaml diff --git a/stable/transmission/7.0.1/questions.yaml b/stable/transmission/7.0.2/questions.yaml similarity index 99% rename from stable/transmission/7.0.1/questions.yaml rename to stable/transmission/7.0.2/questions.yaml index 9d00f10c4ef..ec8f48cfa94 100644 --- a/stable/transmission/7.0.1/questions.yaml +++ b/stable/transmission/7.0.2/questions.yaml @@ -1820,12 +1820,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/transmission/7.0.1/templates/common.yaml b/stable/transmission/7.0.2/templates/common.yaml similarity index 100% rename from stable/transmission/7.0.1/templates/common.yaml rename to stable/transmission/7.0.2/templates/common.yaml diff --git a/stable/transmission/7.0.1/test_values.yaml b/stable/transmission/7.0.2/test_values.yaml similarity index 100% rename from stable/transmission/7.0.1/test_values.yaml rename to stable/transmission/7.0.2/test_values.yaml diff --git a/stable/transmission/7.0.1/values.yaml b/stable/transmission/7.0.2/values.yaml similarity index 100% rename from stable/transmission/7.0.1/values.yaml rename to stable/transmission/7.0.2/values.yaml diff --git a/stable/truecommand/7.0.1/CHANGELOG.md b/stable/truecommand/7.0.1/CHANGELOG.md deleted file mode 100644 index 70fc5bd2555..00000000000 --- a/stable/truecommand/7.0.1/CHANGELOG.md +++ /dev/null @@ -1,20 +0,0 @@ - - -### [truecommand-7.0.1](https://github.com/truecharts/apps/compare/truecommand-6.11.16...truecommand-7.0.1) (2021-09-13) - -#### Chore - -* move more dockerhub containers to GHCR mirror ([#958](https://github.com/truecharts/apps/issues/958)) -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - -#### Fix - -* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956)) - diff --git a/stable/truecommand/7.0.1/Chart.lock b/stable/truecommand/7.0.1/Chart.lock deleted file mode 100644 index edfa264213b..00000000000 --- a/stable/truecommand/7.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-13T17:03:57.360037678Z" diff --git a/stable/truecommand/7.0.1/charts/common-7.0.12.tgz b/stable/truecommand/7.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/truecommand/7.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/truecommand/7.0.2/CHANGELOG.md b/stable/truecommand/7.0.2/CHANGELOG.md new file mode 100644 index 00000000000..fd550029928 --- /dev/null +++ b/stable/truecommand/7.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [truecommand-7.0.2](https://github.com/truecharts/apps/compare/truecommand-7.0.1...truecommand-7.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/truecommand/7.0.1/CONFIG.md b/stable/truecommand/7.0.2/CONFIG.md similarity index 100% rename from stable/truecommand/7.0.1/CONFIG.md rename to stable/truecommand/7.0.2/CONFIG.md diff --git a/stable/truecommand/7.0.2/Chart.lock b/stable/truecommand/7.0.2/Chart.lock new file mode 100644 index 00000000000..d19387af70e --- /dev/null +++ b/stable/truecommand/7.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:14:22.627585567Z" diff --git a/stable/truecommand/7.0.1/Chart.yaml b/stable/truecommand/7.0.2/Chart.yaml similarity index 95% rename from stable/truecommand/7.0.1/Chart.yaml rename to stable/truecommand/7.0.2/Chart.yaml index 27f3327b2ed..07ebe0097ab 100644 --- a/stable/truecommand/7.0.1/Chart.yaml +++ b/stable/truecommand/7.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.0.2" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 deprecated: false description: Aggregated management of TrueNAS devices home: https://github.com/truecharts/apps/tree/master/charts/incubator/truecommand @@ -22,4 +22,4 @@ name: truecommand sources: - https://hub.docker.com/r/ixsystems/truecommand type: application -version: 7.0.1 +version: 7.0.2 diff --git a/stable/truecommand/7.0.1/README.md b/stable/truecommand/7.0.2/README.md similarity index 96% rename from stable/truecommand/7.0.1/README.md rename to stable/truecommand/7.0.2/README.md index c1f78c65326..3a6e4ee6dfc 100644 --- a/stable/truecommand/7.0.1/README.md +++ b/stable/truecommand/7.0.2/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/truecommand/7.0.1/app-readme.md b/stable/truecommand/7.0.2/app-readme.md similarity index 100% rename from stable/truecommand/7.0.1/app-readme.md rename to stable/truecommand/7.0.2/app-readme.md diff --git a/stable/truecommand/7.0.2/charts/common-7.0.14.tgz b/stable/truecommand/7.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/truecommand/7.0.2/charts/common-7.0.14.tgz differ diff --git a/stable/truecommand/7.0.1/helm-values.md b/stable/truecommand/7.0.2/helm-values.md similarity index 100% rename from stable/truecommand/7.0.1/helm-values.md rename to stable/truecommand/7.0.2/helm-values.md diff --git a/stable/truecommand/7.0.1/ix_values.yaml b/stable/truecommand/7.0.2/ix_values.yaml similarity index 100% rename from stable/truecommand/7.0.1/ix_values.yaml rename to stable/truecommand/7.0.2/ix_values.yaml diff --git a/stable/truecommand/7.0.1/questions.yaml b/stable/truecommand/7.0.2/questions.yaml similarity index 99% rename from stable/truecommand/7.0.1/questions.yaml rename to stable/truecommand/7.0.2/questions.yaml index a10ce9b3300..3ebcf5ec1ab 100644 --- a/stable/truecommand/7.0.1/questions.yaml +++ b/stable/truecommand/7.0.2/questions.yaml @@ -1300,12 +1300,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/truecommand/7.0.1/templates/common.yaml b/stable/truecommand/7.0.2/templates/common.yaml similarity index 100% rename from stable/truecommand/7.0.1/templates/common.yaml rename to stable/truecommand/7.0.2/templates/common.yaml diff --git a/stable/truecommand/7.0.1/test_values.yaml b/stable/truecommand/7.0.2/test_values.yaml similarity index 100% rename from stable/truecommand/7.0.1/test_values.yaml rename to stable/truecommand/7.0.2/test_values.yaml diff --git a/stable/truecommand/7.0.1/values.yaml b/stable/truecommand/7.0.2/values.yaml similarity index 100% rename from stable/truecommand/7.0.1/values.yaml rename to stable/truecommand/7.0.2/values.yaml diff --git a/stable/tvheadend/8.0.1/CHANGELOG.md b/stable/tvheadend/8.0.1/CHANGELOG.md deleted file mode 100644 index 88906374f6c..00000000000 --- a/stable/tvheadend/8.0.1/CHANGELOG.md +++ /dev/null @@ -1,20 +0,0 @@ - - -### [tvheadend-8.0.1](https://github.com/truecharts/apps/compare/tvheadend-7.11.15...tvheadend-8.0.1) (2021-09-13) - -#### Chore - -* move all LSIO containers to github registry ([#957](https://github.com/truecharts/apps/issues/957)) -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - -#### Fix - -* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956)) - diff --git a/stable/tvheadend/8.0.1/Chart.lock b/stable/tvheadend/8.0.1/Chart.lock deleted file mode 100644 index 9f7e65ecc04..00000000000 --- a/stable/tvheadend/8.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-13T17:04:06.168651561Z" diff --git a/stable/tvheadend/8.0.1/charts/common-7.0.12.tgz b/stable/tvheadend/8.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/tvheadend/8.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/tvheadend/8.0.2/CHANGELOG.md b/stable/tvheadend/8.0.2/CHANGELOG.md new file mode 100644 index 00000000000..64cc6a31588 --- /dev/null +++ b/stable/tvheadend/8.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [tvheadend-8.0.2](https://github.com/truecharts/apps/compare/tvheadend-8.0.1...tvheadend-8.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/tvheadend/8.0.1/CONFIG.md b/stable/tvheadend/8.0.2/CONFIG.md similarity index 100% rename from stable/tvheadend/8.0.1/CONFIG.md rename to stable/tvheadend/8.0.2/CONFIG.md diff --git a/stable/tvheadend/8.0.2/Chart.lock b/stable/tvheadend/8.0.2/Chart.lock new file mode 100644 index 00000000000..ff0e76aca87 --- /dev/null +++ b/stable/tvheadend/8.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:14:31.660949144Z" diff --git a/stable/tvheadend/8.0.1/Chart.yaml b/stable/tvheadend/8.0.2/Chart.yaml similarity index 94% rename from stable/tvheadend/8.0.1/Chart.yaml rename to stable/tvheadend/8.0.2/Chart.yaml index c9fbb4b6cc2..475313da1b6 100644 --- a/stable/tvheadend/8.0.1/Chart.yaml +++ b/stable/tvheadend/8.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "63784405" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 deprecated: false description: TVheadend - a TV streaming server and digital video recorder home: https://github.com/truecharts/apps/tree/master/charts/incubator/tvheadend @@ -22,4 +22,4 @@ name: tvheadend sources: - https://github.com/tvheadend/tvheadend type: application -version: 8.0.1 +version: 8.0.2 diff --git a/stable/tvheadend/8.0.1/README.md b/stable/tvheadend/8.0.2/README.md similarity index 96% rename from stable/tvheadend/8.0.1/README.md rename to stable/tvheadend/8.0.2/README.md index 69df7e770f9..6c81de0bb57 100644 --- a/stable/tvheadend/8.0.1/README.md +++ b/stable/tvheadend/8.0.2/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/tvheadend/8.0.1/app-readme.md b/stable/tvheadend/8.0.2/app-readme.md similarity index 100% rename from stable/tvheadend/8.0.1/app-readme.md rename to stable/tvheadend/8.0.2/app-readme.md diff --git a/stable/tvheadend/8.0.2/charts/common-7.0.14.tgz b/stable/tvheadend/8.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/tvheadend/8.0.2/charts/common-7.0.14.tgz differ diff --git a/stable/tvheadend/8.0.1/helm-values.md b/stable/tvheadend/8.0.2/helm-values.md similarity index 100% rename from stable/tvheadend/8.0.1/helm-values.md rename to stable/tvheadend/8.0.2/helm-values.md diff --git a/stable/tvheadend/8.0.1/ix_values.yaml b/stable/tvheadend/8.0.2/ix_values.yaml similarity index 100% rename from stable/tvheadend/8.0.1/ix_values.yaml rename to stable/tvheadend/8.0.2/ix_values.yaml diff --git a/stable/tvheadend/8.0.1/questions.yaml b/stable/tvheadend/8.0.2/questions.yaml similarity index 99% rename from stable/tvheadend/8.0.1/questions.yaml rename to stable/tvheadend/8.0.2/questions.yaml index 5cd3f6afc09..3aded74660d 100644 --- a/stable/tvheadend/8.0.1/questions.yaml +++ b/stable/tvheadend/8.0.2/questions.yaml @@ -1396,12 +1396,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/tvheadend/8.0.1/templates/common.yaml b/stable/tvheadend/8.0.2/templates/common.yaml similarity index 100% rename from stable/tvheadend/8.0.1/templates/common.yaml rename to stable/tvheadend/8.0.2/templates/common.yaml diff --git a/stable/tvheadend/8.0.1/test_values.yaml b/stable/tvheadend/8.0.2/test_values.yaml similarity index 100% rename from stable/tvheadend/8.0.1/test_values.yaml rename to stable/tvheadend/8.0.2/test_values.yaml diff --git a/stable/tvheadend/8.0.1/values.yaml b/stable/tvheadend/8.0.2/values.yaml similarity index 100% rename from stable/tvheadend/8.0.1/values.yaml rename to stable/tvheadend/8.0.2/values.yaml diff --git a/stable/unifi/7.0.2/CHANGELOG.md b/stable/unifi/7.0.2/CHANGELOG.md deleted file mode 100644 index 336fd800c88..00000000000 --- a/stable/unifi/7.0.2/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [unifi-7.0.2](https://github.com/truecharts/apps/compare/unifi-7.0.1...unifi-7.0.2) (2021-09-21) - -#### Chore - -* update non-major ([#1013](https://github.com/truecharts/apps/issues/1013)) - diff --git a/stable/unifi/7.0.2/Chart.lock b/stable/unifi/7.0.2/Chart.lock deleted file mode 100644 index 71f38336ec9..00000000000 --- a/stable/unifi/7.0.2/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-21T08:47:55.077330089Z" diff --git a/stable/unifi/7.0.2/charts/common-7.0.12.tgz b/stable/unifi/7.0.2/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/unifi/7.0.2/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/unifi/7.0.3/CHANGELOG.md b/stable/unifi/7.0.3/CHANGELOG.md new file mode 100644 index 00000000000..8e59514765b --- /dev/null +++ b/stable/unifi/7.0.3/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [unifi-7.0.3](https://github.com/truecharts/apps/compare/unifi-7.0.2...unifi-7.0.3) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/unifi/7.0.2/CONFIG.md b/stable/unifi/7.0.3/CONFIG.md similarity index 100% rename from stable/unifi/7.0.2/CONFIG.md rename to stable/unifi/7.0.3/CONFIG.md diff --git a/stable/unifi/7.0.3/Chart.lock b/stable/unifi/7.0.3/Chart.lock new file mode 100644 index 00000000000..afeb7ca295a --- /dev/null +++ b/stable/unifi/7.0.3/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:14:40.464989794Z" diff --git a/stable/unifi/7.0.2/Chart.yaml b/stable/unifi/7.0.3/Chart.yaml similarity index 94% rename from stable/unifi/7.0.2/Chart.yaml rename to stable/unifi/7.0.3/Chart.yaml index 084c6cb23e9..3cc05cb1483 100644 --- a/stable/unifi/7.0.2/Chart.yaml +++ b/stable/unifi/7.0.3/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "6.4.54" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 deprecated: false description: Ubiquiti Network's Unifi Controller home: https://github.com/truecharts/apps/tree/master/charts/incubator/unifi @@ -21,4 +21,4 @@ sources: - https://github.com/jacobalberty/unifi-docker - https://unifi-network.ui.com type: application -version: 7.0.2 +version: 7.0.3 diff --git a/stable/unifi/7.0.2/README.md b/stable/unifi/7.0.3/README.md similarity index 96% rename from stable/unifi/7.0.2/README.md rename to stable/unifi/7.0.3/README.md index 8fc9826095d..fd3875cb419 100644 --- a/stable/unifi/7.0.2/README.md +++ b/stable/unifi/7.0.3/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/unifi/7.0.2/app-readme.md b/stable/unifi/7.0.3/app-readme.md similarity index 100% rename from stable/unifi/7.0.2/app-readme.md rename to stable/unifi/7.0.3/app-readme.md diff --git a/stable/unifi/7.0.3/charts/common-7.0.14.tgz b/stable/unifi/7.0.3/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/unifi/7.0.3/charts/common-7.0.14.tgz differ diff --git a/stable/unifi/7.0.2/helm-values.md b/stable/unifi/7.0.3/helm-values.md similarity index 100% rename from stable/unifi/7.0.2/helm-values.md rename to stable/unifi/7.0.3/helm-values.md diff --git a/stable/unifi/7.0.2/ix_values.yaml b/stable/unifi/7.0.3/ix_values.yaml similarity index 100% rename from stable/unifi/7.0.2/ix_values.yaml rename to stable/unifi/7.0.3/ix_values.yaml diff --git a/stable/unifi/7.0.2/questions.yaml b/stable/unifi/7.0.3/questions.yaml similarity index 100% rename from stable/unifi/7.0.2/questions.yaml rename to stable/unifi/7.0.3/questions.yaml diff --git a/stable/unifi/7.0.2/templates/common.yaml b/stable/unifi/7.0.3/templates/common.yaml similarity index 100% rename from stable/unifi/7.0.2/templates/common.yaml rename to stable/unifi/7.0.3/templates/common.yaml diff --git a/stable/unifi/7.0.2/test_values.yaml b/stable/unifi/7.0.3/test_values.yaml similarity index 100% rename from stable/unifi/7.0.2/test_values.yaml rename to stable/unifi/7.0.3/test_values.yaml diff --git a/stable/unifi/7.0.2/values.yaml b/stable/unifi/7.0.3/values.yaml similarity index 100% rename from stable/unifi/7.0.2/values.yaml rename to stable/unifi/7.0.3/values.yaml diff --git a/stable/unpackerr/2.0.1/CHANGELOG.md b/stable/unpackerr/2.0.1/CHANGELOG.md deleted file mode 100644 index 87310258862..00000000000 --- a/stable/unpackerr/2.0.1/CHANGELOG.md +++ /dev/null @@ -1,20 +0,0 @@ - - -### [unpackerr-2.0.1](https://github.com/truecharts/apps/compare/unpackerr-1.11.15...unpackerr-2.0.1) (2021-09-13) - -#### Chore - -* move more dockerhub containers to GHCR mirror ([#958](https://github.com/truecharts/apps/issues/958)) -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - -#### Fix - -* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956)) - diff --git a/stable/unpackerr/2.0.1/Chart.lock b/stable/unpackerr/2.0.1/Chart.lock deleted file mode 100644 index c42b9d7ffa7..00000000000 --- a/stable/unpackerr/2.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-13T17:04:23.918152869Z" diff --git a/stable/unpackerr/2.0.1/charts/common-7.0.12.tgz b/stable/unpackerr/2.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/unpackerr/2.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/unpackerr/2.0.2/CHANGELOG.md b/stable/unpackerr/2.0.2/CHANGELOG.md new file mode 100644 index 00000000000..567ee53add8 --- /dev/null +++ b/stable/unpackerr/2.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [unpackerr-2.0.2](https://github.com/truecharts/apps/compare/unpackerr-2.0.1...unpackerr-2.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/unpackerr/2.0.1/CONFIG.md b/stable/unpackerr/2.0.2/CONFIG.md similarity index 100% rename from stable/unpackerr/2.0.1/CONFIG.md rename to stable/unpackerr/2.0.2/CONFIG.md diff --git a/stable/unpackerr/2.0.2/Chart.lock b/stable/unpackerr/2.0.2/Chart.lock new file mode 100644 index 00000000000..524b699c212 --- /dev/null +++ b/stable/unpackerr/2.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:14:49.4169443Z" diff --git a/stable/unpackerr/2.0.1/Chart.yaml b/stable/unpackerr/2.0.2/Chart.yaml similarity index 95% rename from stable/unpackerr/2.0.1/Chart.yaml rename to stable/unpackerr/2.0.2/Chart.yaml index 16e3133b9a5..89ad274454e 100644 --- a/stable/unpackerr/2.0.1/Chart.yaml +++ b/stable/unpackerr/2.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "0.9.8" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 deprecated: false description: This application runs as a daemon on your download host. It checks for completed downloads and extracts them so Radarr, Lidarr, Sonarr, and Readarr may @@ -26,4 +26,4 @@ sources: - https://github.com/davidnewhall/unpackerr - https://hub.docker.com/r/golift/unpackerr type: application -version: 2.0.1 +version: 2.0.2 diff --git a/stable/unpackerr/2.0.1/README.md b/stable/unpackerr/2.0.2/README.md similarity index 96% rename from stable/unpackerr/2.0.1/README.md rename to stable/unpackerr/2.0.2/README.md index 5338eeb6205..17c118123af 100644 --- a/stable/unpackerr/2.0.1/README.md +++ b/stable/unpackerr/2.0.2/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/unpackerr/2.0.1/app-readme.md b/stable/unpackerr/2.0.2/app-readme.md similarity index 100% rename from stable/unpackerr/2.0.1/app-readme.md rename to stable/unpackerr/2.0.2/app-readme.md diff --git a/stable/unpackerr/2.0.2/charts/common-7.0.14.tgz b/stable/unpackerr/2.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/unpackerr/2.0.2/charts/common-7.0.14.tgz differ diff --git a/stable/unpackerr/2.0.1/helm-values.md b/stable/unpackerr/2.0.2/helm-values.md similarity index 100% rename from stable/unpackerr/2.0.1/helm-values.md rename to stable/unpackerr/2.0.2/helm-values.md diff --git a/stable/unpackerr/2.0.1/ix_values.yaml b/stable/unpackerr/2.0.2/ix_values.yaml similarity index 100% rename from stable/unpackerr/2.0.1/ix_values.yaml rename to stable/unpackerr/2.0.2/ix_values.yaml diff --git a/stable/unpackerr/2.0.1/questions.yaml b/stable/unpackerr/2.0.2/questions.yaml similarity index 99% rename from stable/unpackerr/2.0.1/questions.yaml rename to stable/unpackerr/2.0.2/questions.yaml index 62b721f88c4..0bb736370b9 100644 --- a/stable/unpackerr/2.0.1/questions.yaml +++ b/stable/unpackerr/2.0.2/questions.yaml @@ -1207,12 +1207,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/unpackerr/2.0.1/templates/common.yaml b/stable/unpackerr/2.0.2/templates/common.yaml similarity index 100% rename from stable/unpackerr/2.0.1/templates/common.yaml rename to stable/unpackerr/2.0.2/templates/common.yaml diff --git a/stable/unpackerr/2.0.1/test_values.yaml b/stable/unpackerr/2.0.2/test_values.yaml similarity index 100% rename from stable/unpackerr/2.0.1/test_values.yaml rename to stable/unpackerr/2.0.2/test_values.yaml diff --git a/stable/unpackerr/2.0.1/values.yaml b/stable/unpackerr/2.0.2/values.yaml similarity index 100% rename from stable/unpackerr/2.0.1/values.yaml rename to stable/unpackerr/2.0.2/values.yaml diff --git a/stable/vaultwarden/8.0.4/CHANGELOG.md b/stable/vaultwarden/8.0.4/CHANGELOG.md deleted file mode 100644 index ba91f4ab716..00000000000 --- a/stable/vaultwarden/8.0.4/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [vaultwarden-8.0.4](https://github.com/truecharts/apps/compare/vaultwarden-8.0.3...vaultwarden-8.0.4) (2021-09-21) - -#### Chore - -* update non-major ([#1015](https://github.com/truecharts/apps/issues/1015)) - diff --git a/stable/vaultwarden/8.0.4/Chart.lock b/stable/vaultwarden/8.0.4/Chart.lock deleted file mode 100644 index 4f3576989a0..00000000000 --- a/stable/vaultwarden/8.0.4/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -- name: postgresql - repository: https://truecharts.org/ - version: 2.2.0 -digest: sha256:7fe8914f9289069a13a3925b5f312db82f19a4ac7b6e0f28ca28f1ad454f7dd9 -generated: "2021-09-21T09:04:59.716059107Z" diff --git a/stable/vaultwarden/8.0.4/charts/common-7.0.12.tgz b/stable/vaultwarden/8.0.4/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/vaultwarden/8.0.4/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/vaultwarden/8.0.4/charts/postgresql-2.2.0.tgz b/stable/vaultwarden/8.0.4/charts/postgresql-2.2.0.tgz deleted file mode 100644 index 3949017ae6d..00000000000 Binary files a/stable/vaultwarden/8.0.4/charts/postgresql-2.2.0.tgz and /dev/null differ diff --git a/stable/vaultwarden/8.0.5/CHANGELOG.md b/stable/vaultwarden/8.0.5/CHANGELOG.md new file mode 100644 index 00000000000..97407c6b025 --- /dev/null +++ b/stable/vaultwarden/8.0.5/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [vaultwarden-8.0.5](https://github.com/truecharts/apps/compare/vaultwarden-8.0.4...vaultwarden-8.0.5) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/vaultwarden/8.0.4/CONFIG.md b/stable/vaultwarden/8.0.5/CONFIG.md similarity index 100% rename from stable/vaultwarden/8.0.4/CONFIG.md rename to stable/vaultwarden/8.0.5/CONFIG.md diff --git a/stable/vaultwarden/8.0.5/Chart.lock b/stable/vaultwarden/8.0.5/Chart.lock new file mode 100644 index 00000000000..44d0496a9d1 --- /dev/null +++ b/stable/vaultwarden/8.0.5/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +- name: postgresql + repository: https://truecharts.org/ + version: 2.2.4 +digest: sha256:a03b04f6d0429c53b4cf7da1400e7051fd0706e0500566124cbb35ed5ffc0060 +generated: "2021-09-21T10:14:58.908365434Z" diff --git a/stable/vaultwarden/8.0.4/Chart.yaml b/stable/vaultwarden/8.0.5/Chart.yaml similarity index 94% rename from stable/vaultwarden/8.0.4/Chart.yaml rename to stable/vaultwarden/8.0.5/Chart.yaml index 0c30e61ab39..f45e62f9bcd 100644 --- a/stable/vaultwarden/8.0.4/Chart.yaml +++ b/stable/vaultwarden/8.0.5/Chart.yaml @@ -3,11 +3,11 @@ appVersion: "1.22.2" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 - condition: postgresql.enabled name: postgresql repository: https://truecharts.org/ - version: 2.2.0 + version: 2.2.4 deprecated: false description: Unofficial Bitwarden compatible server written in Rust home: https://github.com/truecharts/apps/tree/master/charts/stable/vaultwarden @@ -31,4 +31,4 @@ name: vaultwarden sources: - https://github.com/dani-garcia/vaultwarden type: application -version: 8.0.4 +version: 8.0.5 diff --git a/stable/vaultwarden/8.0.4/README.md b/stable/vaultwarden/8.0.5/README.md similarity index 92% rename from stable/vaultwarden/8.0.4/README.md rename to stable/vaultwarden/8.0.5/README.md index 7a8648705d2..27b5449b779 100644 --- a/stable/vaultwarden/8.0.4/README.md +++ b/stable/vaultwarden/8.0.5/README.md @@ -17,8 +17,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | -| https://truecharts.org/ | postgresql | 2.2.0 | +| https://truecharts.org/ | common | 7.0.14 | +| https://truecharts.org/ | postgresql | 2.2.4 | ## Installing the Chart diff --git a/stable/vaultwarden/8.0.4/app-readme.md b/stable/vaultwarden/8.0.5/app-readme.md similarity index 100% rename from stable/vaultwarden/8.0.4/app-readme.md rename to stable/vaultwarden/8.0.5/app-readme.md diff --git a/stable/vaultwarden/8.0.5/charts/common-7.0.14.tgz b/stable/vaultwarden/8.0.5/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/vaultwarden/8.0.5/charts/common-7.0.14.tgz differ diff --git a/stable/vaultwarden/8.0.5/charts/postgresql-2.2.4.tgz b/stable/vaultwarden/8.0.5/charts/postgresql-2.2.4.tgz new file mode 100644 index 00000000000..574546c2ffd Binary files /dev/null and b/stable/vaultwarden/8.0.5/charts/postgresql-2.2.4.tgz differ diff --git a/stable/vaultwarden/8.0.4/helm-values.md b/stable/vaultwarden/8.0.5/helm-values.md similarity index 100% rename from stable/vaultwarden/8.0.4/helm-values.md rename to stable/vaultwarden/8.0.5/helm-values.md diff --git a/stable/vaultwarden/8.0.4/ix_values.yaml b/stable/vaultwarden/8.0.5/ix_values.yaml similarity index 100% rename from stable/vaultwarden/8.0.4/ix_values.yaml rename to stable/vaultwarden/8.0.5/ix_values.yaml diff --git a/stable/vaultwarden/8.0.4/questions.yaml b/stable/vaultwarden/8.0.5/questions.yaml similarity index 100% rename from stable/vaultwarden/8.0.4/questions.yaml rename to stable/vaultwarden/8.0.5/questions.yaml diff --git a/stable/vaultwarden/8.0.4/templates/_configmap.tpl b/stable/vaultwarden/8.0.5/templates/_configmap.tpl similarity index 100% rename from stable/vaultwarden/8.0.4/templates/_configmap.tpl rename to stable/vaultwarden/8.0.5/templates/_configmap.tpl diff --git a/stable/vaultwarden/8.0.4/templates/_secrets.tpl b/stable/vaultwarden/8.0.5/templates/_secrets.tpl similarity index 100% rename from stable/vaultwarden/8.0.4/templates/_secrets.tpl rename to stable/vaultwarden/8.0.5/templates/_secrets.tpl diff --git a/stable/vaultwarden/8.0.4/templates/_validate.tpl b/stable/vaultwarden/8.0.5/templates/_validate.tpl similarity index 100% rename from stable/vaultwarden/8.0.4/templates/_validate.tpl rename to stable/vaultwarden/8.0.5/templates/_validate.tpl diff --git a/stable/vaultwarden/8.0.4/templates/common.yaml b/stable/vaultwarden/8.0.5/templates/common.yaml similarity index 100% rename from stable/vaultwarden/8.0.4/templates/common.yaml rename to stable/vaultwarden/8.0.5/templates/common.yaml diff --git a/stable/vaultwarden/8.0.4/test_values.yaml b/stable/vaultwarden/8.0.5/test_values.yaml similarity index 100% rename from stable/vaultwarden/8.0.4/test_values.yaml rename to stable/vaultwarden/8.0.5/test_values.yaml diff --git a/stable/vaultwarden/8.0.4/values.yaml b/stable/vaultwarden/8.0.5/values.yaml similarity index 100% rename from stable/vaultwarden/8.0.4/values.yaml rename to stable/vaultwarden/8.0.5/values.yaml diff --git a/stable/xteve/2.0.1/CHANGELOG.md b/stable/xteve/2.0.1/CHANGELOG.md deleted file mode 100644 index f5abf8f24a1..00000000000 --- a/stable/xteve/2.0.1/CHANGELOG.md +++ /dev/null @@ -1,19 +0,0 @@ - - -### [xteve-2.0.1](https://github.com/truecharts/apps/compare/xteve-1.9.15...xteve-2.0.1) (2021-09-13) - -#### Chore - -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - -#### Fix - -* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956)) - diff --git a/stable/xteve/2.0.1/Chart.lock b/stable/xteve/2.0.1/Chart.lock deleted file mode 100644 index a0b7fe143ed..00000000000 --- a/stable/xteve/2.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 7.0.12 -digest: sha256:6609ac081f2fa3f9ccafe5462c1016a5848be1029bec1127c0ecbce7981ec9d2 -generated: "2021-09-13T17:04:44.42757Z" diff --git a/stable/xteve/2.0.1/charts/common-7.0.12.tgz b/stable/xteve/2.0.1/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/xteve/2.0.1/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/xteve/2.0.2/CHANGELOG.md b/stable/xteve/2.0.2/CHANGELOG.md new file mode 100644 index 00000000000..cd875195b21 --- /dev/null +++ b/stable/xteve/2.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [xteve-2.0.2](https://github.com/truecharts/apps/compare/xteve-2.0.1...xteve-2.0.2) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/xteve/2.0.1/CONFIG.md b/stable/xteve/2.0.2/CONFIG.md similarity index 100% rename from stable/xteve/2.0.1/CONFIG.md rename to stable/xteve/2.0.2/CONFIG.md diff --git a/stable/xteve/2.0.2/Chart.lock b/stable/xteve/2.0.2/Chart.lock new file mode 100644 index 00000000000..fa85665ebcc --- /dev/null +++ b/stable/xteve/2.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 7.0.14 +digest: sha256:050b52e7ae7aa5580026804422c8a279ceaacd28df48af65de0b530e6d045954 +generated: "2021-09-21T10:15:09.84784187Z" diff --git a/stable/xteve/2.0.1/Chart.yaml b/stable/xteve/2.0.2/Chart.yaml similarity index 94% rename from stable/xteve/2.0.1/Chart.yaml rename to stable/xteve/2.0.2/Chart.yaml index 60287cbe1cc..efd73617429 100644 --- a/stable/xteve/2.0.1/Chart.yaml +++ b/stable/xteve/2.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "2.2.0.200" dependencies: - name: common repository: https://truecharts.org - version: 7.0.12 + version: 7.0.14 description: M3U Proxy for Plex DVR and Emby Live TV. home: https://github.com/truechartsapps/tree/master/charts/incubator/xteve icon: https://raw.githubusercontent.com/xteve-project/xTeVe/master/html/img/logo_b_880x200.jpg @@ -21,4 +21,4 @@ name: xteve sources: - https://github.com/xteve-project/xTeVe - https://github.com/k8s-at-home/container-images -version: 2.0.1 +version: 2.0.2 diff --git a/stable/xteve/2.0.1/README.md b/stable/xteve/2.0.2/README.md similarity index 96% rename from stable/xteve/2.0.1/README.md rename to stable/xteve/2.0.2/README.md index 30f21ac08ff..77dd605919e 100644 --- a/stable/xteve/2.0.1/README.md +++ b/stable/xteve/2.0.2/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 7.0.12 | +| https://truecharts.org | common | 7.0.14 | ## Installing the Chart diff --git a/stable/xteve/2.0.1/app-readme.md b/stable/xteve/2.0.2/app-readme.md similarity index 100% rename from stable/xteve/2.0.1/app-readme.md rename to stable/xteve/2.0.2/app-readme.md diff --git a/stable/xteve/2.0.2/charts/common-7.0.14.tgz b/stable/xteve/2.0.2/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/xteve/2.0.2/charts/common-7.0.14.tgz differ diff --git a/stable/xteve/2.0.1/helm-values.md b/stable/xteve/2.0.2/helm-values.md similarity index 100% rename from stable/xteve/2.0.1/helm-values.md rename to stable/xteve/2.0.2/helm-values.md diff --git a/stable/xteve/2.0.1/ix_values.yaml b/stable/xteve/2.0.2/ix_values.yaml similarity index 100% rename from stable/xteve/2.0.1/ix_values.yaml rename to stable/xteve/2.0.2/ix_values.yaml diff --git a/stable/xteve/2.0.1/questions.yaml b/stable/xteve/2.0.2/questions.yaml similarity index 99% rename from stable/xteve/2.0.1/questions.yaml rename to stable/xteve/2.0.2/questions.yaml index b4c2783f89e..0606e54a1eb 100644 --- a/stable/xteve/2.0.1/questions.yaml +++ b/stable/xteve/2.0.2/questions.yaml @@ -1333,12 +1333,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/xteve/2.0.1/templates/common.yaml b/stable/xteve/2.0.2/templates/common.yaml similarity index 100% rename from stable/xteve/2.0.1/templates/common.yaml rename to stable/xteve/2.0.2/templates/common.yaml diff --git a/stable/xteve/2.0.1/test_values.yaml b/stable/xteve/2.0.2/test_values.yaml similarity index 100% rename from stable/xteve/2.0.1/test_values.yaml rename to stable/xteve/2.0.2/test_values.yaml diff --git a/stable/xteve/2.0.1/values.yaml b/stable/xteve/2.0.2/values.yaml similarity index 100% rename from stable/xteve/2.0.1/values.yaml rename to stable/xteve/2.0.2/values.yaml diff --git a/stable/zwavejs2mqtt/7.0.2/CHANGELOG.md b/stable/zwavejs2mqtt/7.0.2/CHANGELOG.md deleted file mode 100644 index d935f39d42f..00000000000 --- a/stable/zwavejs2mqtt/7.0.2/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [zwavejs2mqtt-7.0.2](https://github.com/truecharts/apps/compare/zwavejs2mqtt-7.0.1...zwavejs2mqtt-7.0.2) (2021-09-14) - -#### Chore - -* update non-major ([#987](https://github.com/truecharts/apps/issues/987)) - diff --git a/stable/zwavejs2mqtt/7.0.2/Chart.lock b/stable/zwavejs2mqtt/7.0.2/Chart.lock deleted file mode 100644 index b7579bf7208..00000000000 --- a/stable/zwavejs2mqtt/7.0.2/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.12 -digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-14T20:43:34.801258975Z" diff --git a/stable/zwavejs2mqtt/7.0.2/charts/common-7.0.12.tgz b/stable/zwavejs2mqtt/7.0.2/charts/common-7.0.12.tgz deleted file mode 100644 index fcc9cde052e..00000000000 Binary files a/stable/zwavejs2mqtt/7.0.2/charts/common-7.0.12.tgz and /dev/null differ diff --git a/stable/zwavejs2mqtt/7.0.3/CHANGELOG.md b/stable/zwavejs2mqtt/7.0.3/CHANGELOG.md new file mode 100644 index 00000000000..7623fbd4308 --- /dev/null +++ b/stable/zwavejs2mqtt/7.0.3/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [zwavejs2mqtt-7.0.3](https://github.com/truecharts/apps/compare/zwavejs2mqtt-7.0.2...zwavejs2mqtt-7.0.3) (2021-09-21) + +#### Chore + +* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) + diff --git a/stable/zwavejs2mqtt/7.0.2/CONFIG.md b/stable/zwavejs2mqtt/7.0.3/CONFIG.md similarity index 100% rename from stable/zwavejs2mqtt/7.0.2/CONFIG.md rename to stable/zwavejs2mqtt/7.0.3/CONFIG.md diff --git a/stable/zwavejs2mqtt/7.0.3/Chart.lock b/stable/zwavejs2mqtt/7.0.3/Chart.lock new file mode 100644 index 00000000000..dac02384753 --- /dev/null +++ b/stable/zwavejs2mqtt/7.0.3/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.14 +digest: sha256:9f689b05e62e3ecc8de0b1978ccd7f56b8b0be2c443fbccabc85028f84ba3917 +generated: "2021-09-21T10:15:18.690644354Z" diff --git a/stable/zwavejs2mqtt/7.0.2/Chart.yaml b/stable/zwavejs2mqtt/7.0.3/Chart.yaml similarity index 95% rename from stable/zwavejs2mqtt/7.0.2/Chart.yaml rename to stable/zwavejs2mqtt/7.0.3/Chart.yaml index 536bca651f3..87d51dfae87 100644 --- a/stable/zwavejs2mqtt/7.0.2/Chart.yaml +++ b/stable/zwavejs2mqtt/7.0.3/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "5.6.0" dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.12 + version: 7.0.14 deprecated: false description: Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS and Vue @@ -27,4 +27,4 @@ sources: - https://github.com/zwave-js/zwavejs2mqtt - https://hub.docker.com/r/zwavejs/zwavejs2mqtt type: application -version: 7.0.2 +version: 7.0.3 diff --git a/stable/zwavejs2mqtt/7.0.2/README.md b/stable/zwavejs2mqtt/7.0.3/README.md similarity index 96% rename from stable/zwavejs2mqtt/7.0.2/README.md rename to stable/zwavejs2mqtt/7.0.3/README.md index b0b679c91b3..63e3b6425ad 100644 --- a/stable/zwavejs2mqtt/7.0.2/README.md +++ b/stable/zwavejs2mqtt/7.0.3/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.12 | +| https://truecharts.org/ | common | 7.0.14 | ## Installing the Chart diff --git a/stable/zwavejs2mqtt/7.0.2/app-readme.md b/stable/zwavejs2mqtt/7.0.3/app-readme.md similarity index 100% rename from stable/zwavejs2mqtt/7.0.2/app-readme.md rename to stable/zwavejs2mqtt/7.0.3/app-readme.md diff --git a/stable/zwavejs2mqtt/7.0.3/charts/common-7.0.14.tgz b/stable/zwavejs2mqtt/7.0.3/charts/common-7.0.14.tgz new file mode 100644 index 00000000000..246da35b199 Binary files /dev/null and b/stable/zwavejs2mqtt/7.0.3/charts/common-7.0.14.tgz differ diff --git a/stable/zwavejs2mqtt/7.0.2/helm-values.md b/stable/zwavejs2mqtt/7.0.3/helm-values.md similarity index 100% rename from stable/zwavejs2mqtt/7.0.2/helm-values.md rename to stable/zwavejs2mqtt/7.0.3/helm-values.md diff --git a/stable/zwavejs2mqtt/7.0.2/ix_values.yaml b/stable/zwavejs2mqtt/7.0.3/ix_values.yaml similarity index 100% rename from stable/zwavejs2mqtt/7.0.2/ix_values.yaml rename to stable/zwavejs2mqtt/7.0.3/ix_values.yaml diff --git a/stable/zwavejs2mqtt/7.0.2/questions.yaml b/stable/zwavejs2mqtt/7.0.3/questions.yaml similarity index 100% rename from stable/zwavejs2mqtt/7.0.2/questions.yaml rename to stable/zwavejs2mqtt/7.0.3/questions.yaml diff --git a/stable/zwavejs2mqtt/7.0.2/templates/common.yaml b/stable/zwavejs2mqtt/7.0.3/templates/common.yaml similarity index 100% rename from stable/zwavejs2mqtt/7.0.2/templates/common.yaml rename to stable/zwavejs2mqtt/7.0.3/templates/common.yaml diff --git a/stable/zwavejs2mqtt/7.0.2/test_values.yaml b/stable/zwavejs2mqtt/7.0.3/test_values.yaml similarity index 100% rename from stable/zwavejs2mqtt/7.0.2/test_values.yaml rename to stable/zwavejs2mqtt/7.0.3/test_values.yaml diff --git a/stable/zwavejs2mqtt/7.0.2/values.yaml b/stable/zwavejs2mqtt/7.0.3/values.yaml similarity index 100% rename from stable/zwavejs2mqtt/7.0.2/values.yaml rename to stable/zwavejs2mqtt/7.0.3/values.yaml