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