From 053f3ff722436447f7cbec723a2ba2653697b93e Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sat, 4 Nov 2023 10:41:28 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/mosdns/6.0.6/app-changelog.md | 9 --------- stable/mosdns/{6.0.6 => 6.0.7}/CHANGELOG.md | 18 +++++++++--------- stable/mosdns/{6.0.6 => 6.0.7}/Chart.yaml | 4 ++-- stable/mosdns/{6.0.6 => 6.0.7}/README.md | 0 stable/mosdns/6.0.7/app-changelog.md | 9 +++++++++ stable/mosdns/{6.0.6 => 6.0.7}/app-readme.md | 0 .../{6.0.6 => 6.0.7}/charts/common-14.2.2.tgz | Bin stable/mosdns/{6.0.6 => 6.0.7}/ix_values.yaml | 2 +- stable/mosdns/{6.0.6 => 6.0.7}/questions.yaml | 0 .../{6.0.6 => 6.0.7}/templates/NOTES.txt | 0 .../{6.0.6 => 6.0.7}/templates/common.yaml | 0 stable/mosdns/{6.0.6 => 6.0.7}/values.yaml | 0 12 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/mosdns/6.0.6/app-changelog.md rename stable/mosdns/{6.0.6 => 6.0.7}/CHANGELOG.md (90%) rename stable/mosdns/{6.0.6 => 6.0.7}/Chart.yaml (95%) rename stable/mosdns/{6.0.6 => 6.0.7}/README.md (100%) create mode 100644 stable/mosdns/6.0.7/app-changelog.md rename stable/mosdns/{6.0.6 => 6.0.7}/app-readme.md (100%) rename stable/mosdns/{6.0.6 => 6.0.7}/charts/common-14.2.2.tgz (100%) rename stable/mosdns/{6.0.6 => 6.0.7}/ix_values.yaml (89%) rename stable/mosdns/{6.0.6 => 6.0.7}/questions.yaml (100%) rename stable/mosdns/{6.0.6 => 6.0.7}/templates/NOTES.txt (100%) rename stable/mosdns/{6.0.6 => 6.0.7}/templates/common.yaml (100%) rename stable/mosdns/{6.0.6 => 6.0.7}/values.yaml (100%) diff --git a/stable/mosdns/6.0.6/app-changelog.md b/stable/mosdns/6.0.6/app-changelog.md deleted file mode 100644 index ea6e90d378..0000000000 --- a/stable/mosdns/6.0.6/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [mosdns-6.0.6](https://github.com/truecharts/charts/compare/mosdns-6.0.5...mosdns-6.0.6) (2023-11-03) - -### Chore - -- update helm general non-major ([#14287](https://github.com/truecharts/charts/issues/14287)) - - \ No newline at end of file diff --git a/stable/mosdns/6.0.6/CHANGELOG.md b/stable/mosdns/6.0.7/CHANGELOG.md similarity index 90% rename from stable/mosdns/6.0.6/CHANGELOG.md rename to stable/mosdns/6.0.7/CHANGELOG.md index bfb859474e..675928e28e 100644 --- a/stable/mosdns/6.0.6/CHANGELOG.md +++ b/stable/mosdns/6.0.7/CHANGELOG.md @@ -4,6 +4,15 @@ +## [mosdns-6.0.7](https://github.com/truecharts/charts/compare/mosdns-6.0.6...mosdns-6.0.7) (2023-11-04) + +### Chore + +- update container image tccr.io/truecharts/mosdns to v5.3.0 ([#14335](https://github.com/truecharts/charts/issues/14335)) + + + + ## [mosdns-6.0.6](https://github.com/truecharts/charts/compare/mosdns-6.0.5...mosdns-6.0.6) (2023-11-03) ### Chore @@ -88,12 +97,3 @@ - update helm general non-major ([#9558](https://github.com/truecharts/charts/issues/9558)) - - - -## [mosdns-5.0.20](https://github.com/truecharts/charts/compare/mosdns-5.0.19...mosdns-5.0.20) (2023-06-07) - -### Chore - -- update helm general non-major ([#9457](https://github.com/truecharts/charts/issues/9457)) - diff --git a/stable/mosdns/6.0.6/Chart.yaml b/stable/mosdns/6.0.7/Chart.yaml similarity index 95% rename from stable/mosdns/6.0.6/Chart.yaml rename to stable/mosdns/6.0.7/Chart.yaml index 9af07c0d27..23471e20e8 100644 --- a/stable/mosdns/6.0.6/Chart.yaml +++ b/stable/mosdns/6.0.7/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: mosdns -version: 6.0.6 -appVersion: "5.2.1" +version: 6.0.7 +appVersion: "5.3.0" description: A location-based pluggable DNS forwarder/splitter. type: application deprecated: false diff --git a/stable/mosdns/6.0.6/README.md b/stable/mosdns/6.0.7/README.md similarity index 100% rename from stable/mosdns/6.0.6/README.md rename to stable/mosdns/6.0.7/README.md diff --git a/stable/mosdns/6.0.7/app-changelog.md b/stable/mosdns/6.0.7/app-changelog.md new file mode 100644 index 0000000000..af7c05238a --- /dev/null +++ b/stable/mosdns/6.0.7/app-changelog.md @@ -0,0 +1,9 @@ + + +## [mosdns-6.0.7](https://github.com/truecharts/charts/compare/mosdns-6.0.6...mosdns-6.0.7) (2023-11-04) + +### Chore + +- update container image tccr.io/truecharts/mosdns to v5.3.0 ([#14335](https://github.com/truecharts/charts/issues/14335)) + + \ No newline at end of file diff --git a/stable/mosdns/6.0.6/app-readme.md b/stable/mosdns/6.0.7/app-readme.md similarity index 100% rename from stable/mosdns/6.0.6/app-readme.md rename to stable/mosdns/6.0.7/app-readme.md diff --git a/stable/mosdns/6.0.6/charts/common-14.2.2.tgz b/stable/mosdns/6.0.7/charts/common-14.2.2.tgz similarity index 100% rename from stable/mosdns/6.0.6/charts/common-14.2.2.tgz rename to stable/mosdns/6.0.7/charts/common-14.2.2.tgz diff --git a/stable/mosdns/6.0.6/ix_values.yaml b/stable/mosdns/6.0.7/ix_values.yaml similarity index 89% rename from stable/mosdns/6.0.6/ix_values.yaml rename to stable/mosdns/6.0.7/ix_values.yaml index 43bde83d70..ebf0dd1d51 100644 --- a/stable/mosdns/6.0.6/ix_values.yaml +++ b/stable/mosdns/6.0.7/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/mosdns pullPolicy: IfNotPresent - tag: v5.2.1@sha256:b89d56d515228b14a1eeb00b5308e90d7267033b73693a439d0710cba1208981 + tag: v5.3.0@sha256:088ef73547d7e3291ca202c3f671b98dd6da10ce8a834d1abf5a353ae2449036 service: main: ports: diff --git a/stable/mosdns/6.0.6/questions.yaml b/stable/mosdns/6.0.7/questions.yaml similarity index 100% rename from stable/mosdns/6.0.6/questions.yaml rename to stable/mosdns/6.0.7/questions.yaml diff --git a/stable/mosdns/6.0.6/templates/NOTES.txt b/stable/mosdns/6.0.7/templates/NOTES.txt similarity index 100% rename from stable/mosdns/6.0.6/templates/NOTES.txt rename to stable/mosdns/6.0.7/templates/NOTES.txt diff --git a/stable/mosdns/6.0.6/templates/common.yaml b/stable/mosdns/6.0.7/templates/common.yaml similarity index 100% rename from stable/mosdns/6.0.6/templates/common.yaml rename to stable/mosdns/6.0.7/templates/common.yaml diff --git a/stable/mosdns/6.0.6/values.yaml b/stable/mosdns/6.0.7/values.yaml similarity index 100% rename from stable/mosdns/6.0.6/values.yaml rename to stable/mosdns/6.0.7/values.yaml