From 0ba5b8412a26dd8ceb46ca028ccc6d920e4f8d16 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Mon, 11 Sep 2023 02:02:23 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/ddns-go/6.0.3/app-changelog.md | 9 --------- stable/ddns-go/{6.0.3 => 6.0.4}/CHANGELOG.md | 18 +++++++++--------- stable/ddns-go/{6.0.3 => 6.0.4}/Chart.yaml | 4 ++-- stable/ddns-go/{6.0.3 => 6.0.4}/README.md | 0 stable/ddns-go/6.0.4/app-changelog.md | 9 +++++++++ stable/ddns-go/{6.0.3 => 6.0.4}/app-readme.md | 0 .../{6.0.3 => 6.0.4}/charts/common-14.0.1.tgz | Bin .../ddns-go/{6.0.3 => 6.0.4}/ix_values.yaml | 2 +- .../ddns-go/{6.0.3 => 6.0.4}/questions.yaml | 0 .../{6.0.3 => 6.0.4}/templates/NOTES.txt | 0 .../{6.0.3 => 6.0.4}/templates/common.yaml | 0 stable/ddns-go/{6.0.3 => 6.0.4}/values.yaml | 0 12 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/ddns-go/6.0.3/app-changelog.md rename stable/ddns-go/{6.0.3 => 6.0.4}/CHANGELOG.md (91%) rename stable/ddns-go/{6.0.3 => 6.0.4}/Chart.yaml (95%) rename stable/ddns-go/{6.0.3 => 6.0.4}/README.md (100%) create mode 100644 stable/ddns-go/6.0.4/app-changelog.md rename stable/ddns-go/{6.0.3 => 6.0.4}/app-readme.md (100%) rename stable/ddns-go/{6.0.3 => 6.0.4}/charts/common-14.0.1.tgz (100%) rename stable/ddns-go/{6.0.3 => 6.0.4}/ix_values.yaml (89%) rename stable/ddns-go/{6.0.3 => 6.0.4}/questions.yaml (100%) rename stable/ddns-go/{6.0.3 => 6.0.4}/templates/NOTES.txt (100%) rename stable/ddns-go/{6.0.3 => 6.0.4}/templates/common.yaml (100%) rename stable/ddns-go/{6.0.3 => 6.0.4}/values.yaml (100%) diff --git a/stable/ddns-go/6.0.3/app-changelog.md b/stable/ddns-go/6.0.3/app-changelog.md deleted file mode 100644 index 01df588144..0000000000 --- a/stable/ddns-go/6.0.3/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [ddns-go-6.0.3](https://github.com/truecharts/charts/compare/ddns-go-6.0.2...ddns-go-6.0.3) (2023-08-18) - -### Chore - -- update container image tccr.io/truecharts/ddns-go to v5.6.1 ([#11667](https://github.com/truecharts/charts/issues/11667)) - - \ No newline at end of file diff --git a/stable/ddns-go/6.0.3/CHANGELOG.md b/stable/ddns-go/6.0.4/CHANGELOG.md similarity index 91% rename from stable/ddns-go/6.0.3/CHANGELOG.md rename to stable/ddns-go/6.0.4/CHANGELOG.md index e5778b45cb..6357e3214a 100644 --- a/stable/ddns-go/6.0.3/CHANGELOG.md +++ b/stable/ddns-go/6.0.4/CHANGELOG.md @@ -4,6 +4,15 @@ +## [ddns-go-6.0.4](https://github.com/truecharts/charts/compare/ddns-go-6.0.3...ddns-go-6.0.4) (2023-09-11) + +### Chore + +- update container image tccr.io/truecharts/ddns-go to v5.6.2 ([#12478](https://github.com/truecharts/charts/issues/12478)) + + + + ## [ddns-go-6.0.3](https://github.com/truecharts/charts/compare/ddns-go-6.0.2...ddns-go-6.0.3) (2023-08-18) ### Chore @@ -88,12 +97,3 @@ - update helm general non-major ([#10069](https://github.com/truecharts/charts/issues/10069)) - - - -## [ddns-go-5.0.26](https://github.com/truecharts/charts/compare/ddns-go-5.0.25...ddns-go-5.0.26) (2023-06-26) - -### Chore - -- update container image tccr.io/truecharts/ddns-go to v5.3.6 ([#9915](https://github.com/truecharts/charts/issues/9915)) - diff --git a/stable/ddns-go/6.0.3/Chart.yaml b/stable/ddns-go/6.0.4/Chart.yaml similarity index 95% rename from stable/ddns-go/6.0.3/Chart.yaml rename to stable/ddns-go/6.0.4/Chart.yaml index 0ce7bca1e0..3c6cca549e 100644 --- a/stable/ddns-go/6.0.3/Chart.yaml +++ b/stable/ddns-go/6.0.4/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: ddns-go -version: 6.0.3 -appVersion: "5.6.1" +version: 6.0.4 +appVersion: "5.6.2" description: Automatically obtain your public network IPv4 or IPv6 address and resolve it to the corresponding domain name service type: application deprecated: false diff --git a/stable/ddns-go/6.0.3/README.md b/stable/ddns-go/6.0.4/README.md similarity index 100% rename from stable/ddns-go/6.0.3/README.md rename to stable/ddns-go/6.0.4/README.md diff --git a/stable/ddns-go/6.0.4/app-changelog.md b/stable/ddns-go/6.0.4/app-changelog.md new file mode 100644 index 0000000000..ca4b3d83c2 --- /dev/null +++ b/stable/ddns-go/6.0.4/app-changelog.md @@ -0,0 +1,9 @@ + + +## [ddns-go-6.0.4](https://github.com/truecharts/charts/compare/ddns-go-6.0.3...ddns-go-6.0.4) (2023-09-11) + +### Chore + +- update container image tccr.io/truecharts/ddns-go to v5.6.2 ([#12478](https://github.com/truecharts/charts/issues/12478)) + + \ No newline at end of file diff --git a/stable/ddns-go/6.0.3/app-readme.md b/stable/ddns-go/6.0.4/app-readme.md similarity index 100% rename from stable/ddns-go/6.0.3/app-readme.md rename to stable/ddns-go/6.0.4/app-readme.md diff --git a/stable/ddns-go/6.0.3/charts/common-14.0.1.tgz b/stable/ddns-go/6.0.4/charts/common-14.0.1.tgz similarity index 100% rename from stable/ddns-go/6.0.3/charts/common-14.0.1.tgz rename to stable/ddns-go/6.0.4/charts/common-14.0.1.tgz diff --git a/stable/ddns-go/6.0.3/ix_values.yaml b/stable/ddns-go/6.0.4/ix_values.yaml similarity index 89% rename from stable/ddns-go/6.0.3/ix_values.yaml rename to stable/ddns-go/6.0.4/ix_values.yaml index f507692888..7cd062605c 100644 --- a/stable/ddns-go/6.0.3/ix_values.yaml +++ b/stable/ddns-go/6.0.4/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/ddns-go pullPolicy: IfNotPresent - tag: v5.6.1@sha256:18de87a79eaa4e044d2a0337f399046a7007e91a2a27c3fac927754b9b37faba + tag: v5.6.2@sha256:4dbd352ee9dd6d783bfff51b691478206b08c6c64392a99c2806296b0631f41c securityContext: container: diff --git a/stable/ddns-go/6.0.3/questions.yaml b/stable/ddns-go/6.0.4/questions.yaml similarity index 100% rename from stable/ddns-go/6.0.3/questions.yaml rename to stable/ddns-go/6.0.4/questions.yaml diff --git a/stable/ddns-go/6.0.3/templates/NOTES.txt b/stable/ddns-go/6.0.4/templates/NOTES.txt similarity index 100% rename from stable/ddns-go/6.0.3/templates/NOTES.txt rename to stable/ddns-go/6.0.4/templates/NOTES.txt diff --git a/stable/ddns-go/6.0.3/templates/common.yaml b/stable/ddns-go/6.0.4/templates/common.yaml similarity index 100% rename from stable/ddns-go/6.0.3/templates/common.yaml rename to stable/ddns-go/6.0.4/templates/common.yaml diff --git a/stable/ddns-go/6.0.3/values.yaml b/stable/ddns-go/6.0.4/values.yaml similarity index 100% rename from stable/ddns-go/6.0.3/values.yaml rename to stable/ddns-go/6.0.4/values.yaml