diff --git a/stable/chromium/3.0.12/app-changelog.md b/stable/chromium/3.0.12/app-changelog.md deleted file mode 100644 index adc84ac4f36..00000000000 --- a/stable/chromium/3.0.12/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [chromium-3.0.12](https://github.com/truecharts/charts/compare/chromium-3.0.11...chromium-3.0.12) (2023-12-22) - -### Fix - -- expose custom options for homepage integration - - \ No newline at end of file diff --git a/stable/chromium/3.0.12/CHANGELOG.md b/stable/chromium/3.0.13/CHANGELOG.md similarity index 83% rename from stable/chromium/3.0.12/CHANGELOG.md rename to stable/chromium/3.0.13/CHANGELOG.md index 273ce297615..ec892edc901 100644 --- a/stable/chromium/3.0.12/CHANGELOG.md +++ b/stable/chromium/3.0.13/CHANGELOG.md @@ -4,6 +4,15 @@ +## [chromium-3.0.13](https://github.com/truecharts/charts/compare/chromium-3.0.12...chromium-3.0.13) (2023-12-22) + +### Fix + +- remove umask question ([#16354](https://github.com/truecharts/charts/issues/16354)) + + + + ## [chromium-3.0.12](https://github.com/truecharts/charts/compare/chromium-3.0.11...chromium-3.0.12) (2023-12-22) ### Fix diff --git a/stable/chromium/3.0.12/Chart.yaml b/stable/chromium/3.0.13/Chart.yaml similarity index 98% rename from stable/chromium/3.0.12/Chart.yaml rename to stable/chromium/3.0.13/Chart.yaml index f99e7d3f719..8965ca7c09e 100644 --- a/stable/chromium/3.0.12/Chart.yaml +++ b/stable/chromium/3.0.13/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: ">=1.24.0-0" apiVersion: v2 name: chromium -version: 3.0.12 +version: 3.0.13 appVersion: latest description: Chromium is a free and open-source software project developed by the Google-sponsored Chromium project. home: https://truecharts.org/charts/incubator/chromium diff --git a/stable/chromium/3.0.12/README.md b/stable/chromium/3.0.13/README.md similarity index 100% rename from stable/chromium/3.0.12/README.md rename to stable/chromium/3.0.13/README.md diff --git a/stable/chromium/3.0.13/app-changelog.md b/stable/chromium/3.0.13/app-changelog.md new file mode 100644 index 00000000000..d18b646f79a --- /dev/null +++ b/stable/chromium/3.0.13/app-changelog.md @@ -0,0 +1,9 @@ + + +## [chromium-3.0.13](https://github.com/truecharts/charts/compare/chromium-3.0.12...chromium-3.0.13) (2023-12-22) + +### Fix + +- remove umask question ([#16354](https://github.com/truecharts/charts/issues/16354)) + + \ No newline at end of file diff --git a/stable/chromium/3.0.12/app-readme.md b/stable/chromium/3.0.13/app-readme.md similarity index 100% rename from stable/chromium/3.0.12/app-readme.md rename to stable/chromium/3.0.13/app-readme.md diff --git a/stable/chromium/3.0.12/charts/common-16.2.9.tgz b/stable/chromium/3.0.13/charts/common-16.2.9.tgz similarity index 100% rename from stable/chromium/3.0.12/charts/common-16.2.9.tgz rename to stable/chromium/3.0.13/charts/common-16.2.9.tgz diff --git a/stable/chromium/3.0.12/ix_values.yaml b/stable/chromium/3.0.13/ix_values.yaml similarity index 100% rename from stable/chromium/3.0.12/ix_values.yaml rename to stable/chromium/3.0.13/ix_values.yaml diff --git a/stable/chromium/3.0.12/questions.yaml b/stable/chromium/3.0.13/questions.yaml similarity index 99% rename from stable/chromium/3.0.12/questions.yaml rename to stable/chromium/3.0.13/questions.yaml index 67b8de737dd..7b1758ddafc 100644 --- a/stable/chromium/3.0.12/questions.yaml +++ b/stable/chromium/3.0.13/questions.yaml @@ -125,12 +125,6 @@ questions: schema: type: string default: "768" - - variable: UMASK - label: "UMASK" - description: "Container Variable UMASK" - schema: - type: string - default: "000" - variable: service group: Networking and Services label: Configure Service(s) diff --git a/stable/chromium/3.0.12/templates/common.yaml b/stable/chromium/3.0.13/templates/common.yaml similarity index 100% rename from stable/chromium/3.0.12/templates/common.yaml rename to stable/chromium/3.0.13/templates/common.yaml diff --git a/stable/chromium/3.0.12/values.yaml b/stable/chromium/3.0.13/values.yaml similarity index 100% rename from stable/chromium/3.0.12/values.yaml rename to stable/chromium/3.0.13/values.yaml diff --git a/stable/qflood/3.0.11/app-changelog.md b/stable/qflood/3.0.11/app-changelog.md deleted file mode 100644 index 825b29c3455..00000000000 --- a/stable/qflood/3.0.11/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [qflood-3.0.11](https://github.com/truecharts/charts/compare/qflood-3.0.10...qflood-3.0.11) (2023-12-22) - -### Fix - -- expose custom options for homepage integration - - \ No newline at end of file diff --git a/stable/qflood/3.0.11/CHANGELOG.md b/stable/qflood/3.0.12/CHANGELOG.md similarity index 78% rename from stable/qflood/3.0.11/CHANGELOG.md rename to stable/qflood/3.0.12/CHANGELOG.md index c6029d7616d..1445ea47a4b 100644 --- a/stable/qflood/3.0.11/CHANGELOG.md +++ b/stable/qflood/3.0.12/CHANGELOG.md @@ -4,6 +4,15 @@ +## [qflood-3.0.12](https://github.com/truecharts/charts/compare/qflood-3.0.11...qflood-3.0.12) (2023-12-22) + +### Fix + +- remove umask question ([#16352](https://github.com/truecharts/charts/issues/16352)) + + + + ## [qflood-3.0.11](https://github.com/truecharts/charts/compare/qflood-3.0.10...qflood-3.0.11) (2023-12-22) ### Fix diff --git a/stable/qflood/3.0.11/Chart.yaml b/stable/qflood/3.0.12/Chart.yaml similarity index 98% rename from stable/qflood/3.0.11/Chart.yaml rename to stable/qflood/3.0.12/Chart.yaml index 4ac392ec5b2..8b62684cfb2 100644 --- a/stable/qflood/3.0.11/Chart.yaml +++ b/stable/qflood/3.0.12/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: ">=1.24.0-0" apiVersion: v2 name: qflood -version: 3.0.11 +version: 3.0.12 appVersion: latest description: Chart with qBittorrent and the Flood UI. home: https://truecharts.org/charts/incubator/qflood diff --git a/stable/qflood/3.0.11/README.md b/stable/qflood/3.0.12/README.md similarity index 100% rename from stable/qflood/3.0.11/README.md rename to stable/qflood/3.0.12/README.md diff --git a/stable/qflood/3.0.12/app-changelog.md b/stable/qflood/3.0.12/app-changelog.md new file mode 100644 index 00000000000..a29db042ed9 --- /dev/null +++ b/stable/qflood/3.0.12/app-changelog.md @@ -0,0 +1,9 @@ + + +## [qflood-3.0.12](https://github.com/truecharts/charts/compare/qflood-3.0.11...qflood-3.0.12) (2023-12-22) + +### Fix + +- remove umask question ([#16352](https://github.com/truecharts/charts/issues/16352)) + + \ No newline at end of file diff --git a/stable/qflood/3.0.11/app-readme.md b/stable/qflood/3.0.12/app-readme.md similarity index 100% rename from stable/qflood/3.0.11/app-readme.md rename to stable/qflood/3.0.12/app-readme.md diff --git a/stable/qflood/3.0.11/charts/common-16.2.9.tgz b/stable/qflood/3.0.12/charts/common-16.2.9.tgz similarity index 100% rename from stable/qflood/3.0.11/charts/common-16.2.9.tgz rename to stable/qflood/3.0.12/charts/common-16.2.9.tgz diff --git a/stable/qflood/3.0.11/ix_values.yaml b/stable/qflood/3.0.12/ix_values.yaml similarity index 100% rename from stable/qflood/3.0.11/ix_values.yaml rename to stable/qflood/3.0.12/ix_values.yaml diff --git a/stable/qflood/3.0.11/questions.yaml b/stable/qflood/3.0.12/questions.yaml similarity index 99% rename from stable/qflood/3.0.11/questions.yaml rename to stable/qflood/3.0.12/questions.yaml index 72452f451b4..e5320aeb45f 100644 --- a/stable/qflood/3.0.11/questions.yaml +++ b/stable/qflood/3.0.12/questions.yaml @@ -113,12 +113,6 @@ questions: schema: type: string default: "" - - variable: UMASK - label: "UMASK" - description: "Container Variable UMASK" - schema: - type: string - default: "" - variable: service group: Networking and Services label: Configure Service(s) diff --git a/stable/qflood/3.0.11/templates/common.yaml b/stable/qflood/3.0.12/templates/common.yaml similarity index 100% rename from stable/qflood/3.0.11/templates/common.yaml rename to stable/qflood/3.0.12/templates/common.yaml diff --git a/stable/qflood/3.0.11/values.yaml b/stable/qflood/3.0.12/values.yaml similarity index 100% rename from stable/qflood/3.0.11/values.yaml rename to stable/qflood/3.0.12/values.yaml