From 49cc7aa571ad9aff67cb997b98a39a579c38e2c2 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sun, 6 Aug 2023 14:37:41 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/ddns-go/6.0.0/app-changelog.md | 0 stable/ddns-go/{6.0.0 => 6.0.1}/CHANGELOG.md | 18 +++++++++--------- stable/ddns-go/{6.0.0 => 6.0.1}/Chart.yaml | 4 ++-- stable/ddns-go/{6.0.0 => 6.0.1}/README.md | 0 stable/ddns-go/6.0.1/app-changelog.md | 9 +++++++++ stable/ddns-go/{6.0.0 => 6.0.1}/app-readme.md | 0 .../{6.0.0 => 6.0.1}/charts/common-14.0.1.tgz | Bin .../ddns-go/{6.0.0 => 6.0.1}/ix_values.yaml | 2 +- .../ddns-go/{6.0.0 => 6.0.1}/questions.yaml | 0 .../{6.0.0 => 6.0.1}/templates/NOTES.txt | 0 .../{6.0.0 => 6.0.1}/templates/common.yaml | 0 stable/ddns-go/{6.0.0 => 6.0.1}/values.yaml | 0 12 files changed, 21 insertions(+), 12 deletions(-) delete mode 100644 stable/ddns-go/6.0.0/app-changelog.md rename stable/ddns-go/{6.0.0 => 6.0.1}/CHANGELOG.md (91%) rename stable/ddns-go/{6.0.0 => 6.0.1}/Chart.yaml (95%) rename stable/ddns-go/{6.0.0 => 6.0.1}/README.md (100%) create mode 100644 stable/ddns-go/6.0.1/app-changelog.md rename stable/ddns-go/{6.0.0 => 6.0.1}/app-readme.md (100%) rename stable/ddns-go/{6.0.0 => 6.0.1}/charts/common-14.0.1.tgz (100%) rename stable/ddns-go/{6.0.0 => 6.0.1}/ix_values.yaml (89%) rename stable/ddns-go/{6.0.0 => 6.0.1}/questions.yaml (100%) rename stable/ddns-go/{6.0.0 => 6.0.1}/templates/NOTES.txt (100%) rename stable/ddns-go/{6.0.0 => 6.0.1}/templates/common.yaml (100%) rename stable/ddns-go/{6.0.0 => 6.0.1}/values.yaml (100%) diff --git a/stable/ddns-go/6.0.0/app-changelog.md b/stable/ddns-go/6.0.0/app-changelog.md deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/stable/ddns-go/6.0.0/CHANGELOG.md b/stable/ddns-go/6.0.1/CHANGELOG.md similarity index 91% rename from stable/ddns-go/6.0.0/CHANGELOG.md rename to stable/ddns-go/6.0.1/CHANGELOG.md index 908bb594918..627d6d54fc0 100644 --- a/stable/ddns-go/6.0.0/CHANGELOG.md +++ b/stable/ddns-go/6.0.1/CHANGELOG.md @@ -4,6 +4,15 @@ +## [ddns-go-6.0.1](https://github.com/truecharts/charts/compare/ddns-go-6.0.0...ddns-go-6.0.1) (2023-08-06) + +### Chore + +- update container image tccr.io/truecharts/ddns-go to v5.5.2 ([#11245](https://github.com/truecharts/charts/issues/11245)) + + + + ## [ddns-go-6.0.0](https://github.com/truecharts/charts/compare/ddns-go-5.0.32...ddns-go-6.0.0) (2023-07-31) @@ -82,15 +91,6 @@ -## [ddns-go-5.0.25](https://github.com/truecharts/charts/compare/ddns-go-5.0.24...ddns-go-5.0.25) (2023-06-16) - -### Chore - -- update container image tccr.io/truecharts/ddns-go to v5.3.5 ([#9679](https://github.com/truecharts/charts/issues/9679)) - - - - ## [ddns-go-5.0.25](https://github.com/truecharts/charts/compare/ddns-go-5.0.24...ddns-go-5.0.25) (2023-06-16) ### Chore diff --git a/stable/ddns-go/6.0.0/Chart.yaml b/stable/ddns-go/6.0.1/Chart.yaml similarity index 95% rename from stable/ddns-go/6.0.0/Chart.yaml rename to stable/ddns-go/6.0.1/Chart.yaml index 9be6cb01ef8..398c4d2ce28 100644 --- a/stable/ddns-go/6.0.0/Chart.yaml +++ b/stable/ddns-go/6.0.1/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: ddns-go -version: 6.0.0 -appVersion: "5.5.1" +version: 6.0.1 +appVersion: "5.5.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.0/README.md b/stable/ddns-go/6.0.1/README.md similarity index 100% rename from stable/ddns-go/6.0.0/README.md rename to stable/ddns-go/6.0.1/README.md diff --git a/stable/ddns-go/6.0.1/app-changelog.md b/stable/ddns-go/6.0.1/app-changelog.md new file mode 100644 index 00000000000..9fbb498eeb7 --- /dev/null +++ b/stable/ddns-go/6.0.1/app-changelog.md @@ -0,0 +1,9 @@ + + +## [ddns-go-6.0.1](https://github.com/truecharts/charts/compare/ddns-go-6.0.0...ddns-go-6.0.1) (2023-08-06) + +### Chore + +- update container image tccr.io/truecharts/ddns-go to v5.5.2 ([#11245](https://github.com/truecharts/charts/issues/11245)) + + \ No newline at end of file diff --git a/stable/ddns-go/6.0.0/app-readme.md b/stable/ddns-go/6.0.1/app-readme.md similarity index 100% rename from stable/ddns-go/6.0.0/app-readme.md rename to stable/ddns-go/6.0.1/app-readme.md diff --git a/stable/ddns-go/6.0.0/charts/common-14.0.1.tgz b/stable/ddns-go/6.0.1/charts/common-14.0.1.tgz similarity index 100% rename from stable/ddns-go/6.0.0/charts/common-14.0.1.tgz rename to stable/ddns-go/6.0.1/charts/common-14.0.1.tgz diff --git a/stable/ddns-go/6.0.0/ix_values.yaml b/stable/ddns-go/6.0.1/ix_values.yaml similarity index 89% rename from stable/ddns-go/6.0.0/ix_values.yaml rename to stable/ddns-go/6.0.1/ix_values.yaml index 8aa9bd3841f..dbbd75799e5 100644 --- a/stable/ddns-go/6.0.0/ix_values.yaml +++ b/stable/ddns-go/6.0.1/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/ddns-go pullPolicy: IfNotPresent - tag: v5.5.1@sha256:6cc3173e2508615a91351d41c2589e27b5878369663d1bfe76ed814fe5804b26 + tag: v5.5.2@sha256:1e74257869d0e1f8f9936b616afd3932cbeb9366933a03201b25a1250a857a7e securityContext: container: diff --git a/stable/ddns-go/6.0.0/questions.yaml b/stable/ddns-go/6.0.1/questions.yaml similarity index 100% rename from stable/ddns-go/6.0.0/questions.yaml rename to stable/ddns-go/6.0.1/questions.yaml diff --git a/stable/ddns-go/6.0.0/templates/NOTES.txt b/stable/ddns-go/6.0.1/templates/NOTES.txt similarity index 100% rename from stable/ddns-go/6.0.0/templates/NOTES.txt rename to stable/ddns-go/6.0.1/templates/NOTES.txt diff --git a/stable/ddns-go/6.0.0/templates/common.yaml b/stable/ddns-go/6.0.1/templates/common.yaml similarity index 100% rename from stable/ddns-go/6.0.0/templates/common.yaml rename to stable/ddns-go/6.0.1/templates/common.yaml diff --git a/stable/ddns-go/6.0.0/values.yaml b/stable/ddns-go/6.0.1/values.yaml similarity index 100% rename from stable/ddns-go/6.0.0/values.yaml rename to stable/ddns-go/6.0.1/values.yaml