From 094f3c347581300b493ce2d157fc77ef45f29f6c Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Mon, 14 Mar 2022 00:10:17 +0000 Subject: [PATCH] Commit new App releases for TrueCharts Signed-off-by: TrueCharts-Bot --- incubator/makemkv/0.0.1/CHANGELOG.md | 10 --------- incubator/makemkv/0.0.2/CHANGELOG.md | 19 ++++++++++++++++++ incubator/makemkv/{0.0.1 => 0.0.2}/CONFIG.md | 0 incubator/makemkv/{0.0.1 => 0.0.2}/Chart.lock | 2 +- incubator/makemkv/{0.0.1 => 0.0.2}/Chart.yaml | 2 +- incubator/makemkv/{0.0.1 => 0.0.2}/README.md | 0 .../makemkv/{0.0.1 => 0.0.2}/app-readme.md | 0 .../{0.0.1 => 0.0.2}/charts/common-9.1.2.tgz | Bin .../makemkv/{0.0.1 => 0.0.2}/helm-values.md | 0 .../makemkv/{0.0.1 => 0.0.2}/ix_values.yaml | 0 .../makemkv/{0.0.1 => 0.0.2}/questions.yaml | 5 +++++ .../makemkv/{0.0.1 => 0.0.2}/security.md | 0 .../{0.0.1 => 0.0.2}/templates/common.yaml | 0 .../makemkv/{0.0.1 => 0.0.2}/values.yaml | 0 14 files changed, 26 insertions(+), 12 deletions(-) delete mode 100644 incubator/makemkv/0.0.1/CHANGELOG.md create mode 100644 incubator/makemkv/0.0.2/CHANGELOG.md rename incubator/makemkv/{0.0.1 => 0.0.2}/CONFIG.md (100%) rename incubator/makemkv/{0.0.1 => 0.0.2}/Chart.lock (78%) rename incubator/makemkv/{0.0.1 => 0.0.2}/Chart.yaml (98%) rename incubator/makemkv/{0.0.1 => 0.0.2}/README.md (100%) rename incubator/makemkv/{0.0.1 => 0.0.2}/app-readme.md (100%) rename incubator/makemkv/{0.0.1 => 0.0.2}/charts/common-9.1.2.tgz (100%) rename incubator/makemkv/{0.0.1 => 0.0.2}/helm-values.md (100%) rename incubator/makemkv/{0.0.1 => 0.0.2}/ix_values.yaml (100%) rename incubator/makemkv/{0.0.1 => 0.0.2}/questions.yaml (99%) rename incubator/makemkv/{0.0.1 => 0.0.2}/security.md (100%) rename incubator/makemkv/{0.0.1 => 0.0.2}/templates/common.yaml (100%) rename incubator/makemkv/{0.0.1 => 0.0.2}/values.yaml (100%) diff --git a/incubator/makemkv/0.0.1/CHANGELOG.md b/incubator/makemkv/0.0.1/CHANGELOG.md deleted file mode 100644 index 4fe7a13b33..0000000000 --- a/incubator/makemkv/0.0.1/CHANGELOG.md +++ /dev/null @@ -1,10 +0,0 @@ -# Changelog
- - - -### makemkv-0.0.1 (2022-03-13) - -#### Feat - -* Add makemkv ([#2151](https://github.com/truecharts/apps/issues/2151)) - diff --git a/incubator/makemkv/0.0.2/CHANGELOG.md b/incubator/makemkv/0.0.2/CHANGELOG.md new file mode 100644 index 0000000000..64a9ddc6a4 --- /dev/null +++ b/incubator/makemkv/0.0.2/CHANGELOG.md @@ -0,0 +1,19 @@ +# Changelog
+ + + +### [makemkv-0.0.2](https://github.com/truecharts/apps/compare/makemkv-0.0.1...makemkv-0.0.2) (2022-03-14) + +#### Chore + +* make some fields required ([#2155](https://github.com/truecharts/apps/issues/2155)) + + + + +### makemkv-0.0.1 (2022-03-13) + +#### Feat + +* Add makemkv ([#2151](https://github.com/truecharts/apps/issues/2151)) + diff --git a/incubator/makemkv/0.0.1/CONFIG.md b/incubator/makemkv/0.0.2/CONFIG.md similarity index 100% rename from incubator/makemkv/0.0.1/CONFIG.md rename to incubator/makemkv/0.0.2/CONFIG.md diff --git a/incubator/makemkv/0.0.1/Chart.lock b/incubator/makemkv/0.0.2/Chart.lock similarity index 78% rename from incubator/makemkv/0.0.1/Chart.lock rename to incubator/makemkv/0.0.2/Chart.lock index f21edb9c12..abf1bbe8e1 100644 --- a/incubator/makemkv/0.0.1/Chart.lock +++ b/incubator/makemkv/0.0.2/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 9.1.2 digest: sha256:c31f80d9a593b307274ae84096234c1928a407d3899cf5b173eac54118901f24 -generated: "2022-03-13T23:24:46.673631984Z" +generated: "2022-03-14T00:02:35.648840954Z" diff --git a/incubator/makemkv/0.0.1/Chart.yaml b/incubator/makemkv/0.0.2/Chart.yaml similarity index 98% rename from incubator/makemkv/0.0.1/Chart.yaml rename to incubator/makemkv/0.0.2/Chart.yaml index 0c17985474..5005a67057 100644 --- a/incubator/makemkv/0.0.1/Chart.yaml +++ b/incubator/makemkv/0.0.2/Chart.yaml @@ -18,7 +18,7 @@ name: makemkv sources: - https://github.com/jlesage/docker-makemkv - https://hub.docker.com/r/jlesage/makemkv -version: 0.0.1 +version: 0.0.2 annotations: truecharts.org/catagories: | - media diff --git a/incubator/makemkv/0.0.1/README.md b/incubator/makemkv/0.0.2/README.md similarity index 100% rename from incubator/makemkv/0.0.1/README.md rename to incubator/makemkv/0.0.2/README.md diff --git a/incubator/makemkv/0.0.1/app-readme.md b/incubator/makemkv/0.0.2/app-readme.md similarity index 100% rename from incubator/makemkv/0.0.1/app-readme.md rename to incubator/makemkv/0.0.2/app-readme.md diff --git a/incubator/makemkv/0.0.1/charts/common-9.1.2.tgz b/incubator/makemkv/0.0.2/charts/common-9.1.2.tgz similarity index 100% rename from incubator/makemkv/0.0.1/charts/common-9.1.2.tgz rename to incubator/makemkv/0.0.2/charts/common-9.1.2.tgz diff --git a/incubator/makemkv/0.0.1/helm-values.md b/incubator/makemkv/0.0.2/helm-values.md similarity index 100% rename from incubator/makemkv/0.0.1/helm-values.md rename to incubator/makemkv/0.0.2/helm-values.md diff --git a/incubator/makemkv/0.0.1/ix_values.yaml b/incubator/makemkv/0.0.2/ix_values.yaml similarity index 100% rename from incubator/makemkv/0.0.1/ix_values.yaml rename to incubator/makemkv/0.0.2/ix_values.yaml diff --git a/incubator/makemkv/0.0.1/questions.yaml b/incubator/makemkv/0.0.2/questions.yaml similarity index 99% rename from incubator/makemkv/0.0.1/questions.yaml rename to incubator/makemkv/0.0.2/questions.yaml index 28c75308e4..946f7ee75c 100644 --- a/incubator/makemkv/0.0.1/questions.yaml +++ b/incubator/makemkv/0.0.2/questions.yaml @@ -208,30 +208,35 @@ questions: schema: type: int default: 1280 + required: true - variable: DISPLAY_HEIGHT label: "DISPLAY_HEIGHT" description: "Height (in pixels) of the application's window." schema: type: int default: 768 + required: true - variable: MAKEMKV_KEY label: "MAKEMKV_KEY" description: "MakeMKV registration key to use." schema: type: string default: "BETA" + required: true - variable: AUTO_DISC_RIPPER_INTERVAL label: "AUTO_DISC_RIPPER_INTERVAL" description: "Interval, in seconds, the automatic disc ripper checks for the presence of a DVD/Blu-ray discs." schema: type: int default: 5 + required: true - variable: AUTO_DISC_RIPPER_BD_MODE label: "AUTO_DISC_RIPPER_BD_MODE" description: "Rip mode of Blu-ray discs. mkv is the default mode, where a set of MKV files are produced. When set to backup, a copy of the (decrypted) file system is created instead. This applies to Blu-ray discs only. For DVD discs, MKV files are always produced." schema: type: string default: "mkv" + required: true - variable: AUTO_DISC_RIPPER_MAKEMKV_PROFILE label: "AUTO_DISC_RIPPER_MAKEMKV_PROFILE" description: "Filename of the custom MakeMKV profile the automatic disc ripper should use. The profile is expected to be found under the /config folder of the container." diff --git a/incubator/makemkv/0.0.1/security.md b/incubator/makemkv/0.0.2/security.md similarity index 100% rename from incubator/makemkv/0.0.1/security.md rename to incubator/makemkv/0.0.2/security.md diff --git a/incubator/makemkv/0.0.1/templates/common.yaml b/incubator/makemkv/0.0.2/templates/common.yaml similarity index 100% rename from incubator/makemkv/0.0.1/templates/common.yaml rename to incubator/makemkv/0.0.2/templates/common.yaml diff --git a/incubator/makemkv/0.0.1/values.yaml b/incubator/makemkv/0.0.2/values.yaml similarity index 100% rename from incubator/makemkv/0.0.1/values.yaml rename to incubator/makemkv/0.0.2/values.yaml