diff --git a/stable/jdownloader2/2.0.1/CHANGELOG.md b/stable/jdownloader2/2.0.1/CHANGELOG.md deleted file mode 100644 index 32e801a09b0..00000000000 --- a/stable/jdownloader2/2.0.1/CHANGELOG.md +++ /dev/null @@ -1,20 +0,0 @@ - - -### [jdownloader2-2.0.1](https://github.com/truecharts/apps/compare/jdownloader2-1.0.5...jdownloader2-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/jdownloader2/2.0.2/CHANGELOG.md b/stable/jdownloader2/2.0.2/CHANGELOG.md new file mode 100644 index 00000000000..0d7fcb6cf7a --- /dev/null +++ b/stable/jdownloader2/2.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [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.1/CONFIG.md b/stable/jdownloader2/2.0.2/CONFIG.md similarity index 100% rename from stable/jdownloader2/2.0.1/CONFIG.md rename to stable/jdownloader2/2.0.2/CONFIG.md diff --git a/stable/jdownloader2/2.0.1/Chart.lock b/stable/jdownloader2/2.0.2/Chart.lock similarity index 78% rename from stable/jdownloader2/2.0.1/Chart.lock rename to stable/jdownloader2/2.0.2/Chart.lock index 6b0269588c7..cf6b8ead065 100644 --- a/stable/jdownloader2/2.0.1/Chart.lock +++ b/stable/jdownloader2/2.0.2/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 7.0.12 digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-13T16:55:41.992656519Z" +generated: "2021-09-13T18:31:23.469507681Z" diff --git a/stable/jdownloader2/2.0.1/Chart.yaml b/stable/jdownloader2/2.0.2/Chart.yaml similarity index 98% rename from stable/jdownloader2/2.0.1/Chart.yaml rename to stable/jdownloader2/2.0.2/Chart.yaml index 4e3a8ad79b4..60a4b401a16 100644 --- a/stable/jdownloader2/2.0.1/Chart.yaml +++ b/stable/jdownloader2/2.0.2/Chart.yaml @@ -23,4 +23,4 @@ sources: - https://hub.docker.com/r/jlesage/jdownloader-2 - https://jdownloader.org/ type: application -version: 2.0.1 +version: 2.0.2 diff --git a/stable/jdownloader2/2.0.1/README.md b/stable/jdownloader2/2.0.2/README.md similarity index 100% rename from stable/jdownloader2/2.0.1/README.md rename to stable/jdownloader2/2.0.2/README.md diff --git a/stable/jdownloader2/2.0.1/app-readme.md b/stable/jdownloader2/2.0.2/app-readme.md similarity index 100% rename from stable/jdownloader2/2.0.1/app-readme.md rename to stable/jdownloader2/2.0.2/app-readme.md diff --git a/stable/jdownloader2/2.0.1/charts/common-7.0.12.tgz b/stable/jdownloader2/2.0.2/charts/common-7.0.12.tgz similarity index 100% rename from stable/jdownloader2/2.0.1/charts/common-7.0.12.tgz rename to stable/jdownloader2/2.0.2/charts/common-7.0.12.tgz diff --git a/stable/jdownloader2/2.0.1/helm-values.md b/stable/jdownloader2/2.0.2/helm-values.md similarity index 100% rename from stable/jdownloader2/2.0.1/helm-values.md rename to stable/jdownloader2/2.0.2/helm-values.md diff --git a/stable/jdownloader2/2.0.1/ix_values.yaml b/stable/jdownloader2/2.0.2/ix_values.yaml similarity index 100% rename from stable/jdownloader2/2.0.1/ix_values.yaml rename to stable/jdownloader2/2.0.2/ix_values.yaml diff --git a/stable/jdownloader2/2.0.1/questions.yaml b/stable/jdownloader2/2.0.2/questions.yaml similarity index 99% rename from stable/jdownloader2/2.0.1/questions.yaml rename to stable/jdownloader2/2.0.2/questions.yaml index cf073f15016..ed476840c9a 100644 --- a/stable/jdownloader2/2.0.1/questions.yaml +++ b/stable/jdownloader2/2.0.2/questions.yaml @@ -183,7 +183,7 @@ questions: description: "Sets the UMASK env var for jdownloader2 containers" schema: type: string - default: "022" + default: "002" - variable: KEEP_APP_RUNNING label: "KEEP_APP_RUNNING" description: "When set to 1, the application will be automatically restarted if it crashes or if a user quits it." diff --git a/stable/jdownloader2/2.0.1/templates/common.yaml b/stable/jdownloader2/2.0.2/templates/common.yaml similarity index 100% rename from stable/jdownloader2/2.0.1/templates/common.yaml rename to stable/jdownloader2/2.0.2/templates/common.yaml diff --git a/stable/jdownloader2/2.0.1/test_values.yaml b/stable/jdownloader2/2.0.2/test_values.yaml similarity index 100% rename from stable/jdownloader2/2.0.1/test_values.yaml rename to stable/jdownloader2/2.0.2/test_values.yaml diff --git a/stable/jdownloader2/2.0.1/values.yaml b/stable/jdownloader2/2.0.2/values.yaml similarity index 100% rename from stable/jdownloader2/2.0.1/values.yaml rename to stable/jdownloader2/2.0.2/values.yaml