From 1ffb7b6d641289fe66d5b4c6db8b4ff75c6a65e3 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Fri, 21 Jul 2023 17:37:56 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/ddns-go/5.0.29/app-changelog.md | 9 --------- .../ddns-go/{5.0.29 => 5.0.30}/CHANGELOG.md | 18 +++++++++--------- stable/ddns-go/{5.0.29 => 5.0.30}/Chart.yaml | 4 ++-- stable/ddns-go/{5.0.29 => 5.0.30}/README.md | 0 stable/ddns-go/5.0.30/app-changelog.md | 9 +++++++++ .../ddns-go/{5.0.29 => 5.0.30}/app-readme.md | 0 .../charts/common-12.14.6.tgz | Bin .../ddns-go/{5.0.29 => 5.0.30}/ix_values.yaml | 2 +- .../ddns-go/{5.0.29 => 5.0.30}/questions.yaml | 0 .../{5.0.29 => 5.0.30}/templates/NOTES.txt | 0 .../{5.0.29 => 5.0.30}/templates/common.yaml | 0 stable/ddns-go/{5.0.29 => 5.0.30}/values.yaml | 0 12 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/ddns-go/5.0.29/app-changelog.md rename stable/ddns-go/{5.0.29 => 5.0.30}/CHANGELOG.md (91%) rename stable/ddns-go/{5.0.29 => 5.0.30}/Chart.yaml (95%) rename stable/ddns-go/{5.0.29 => 5.0.30}/README.md (100%) create mode 100644 stable/ddns-go/5.0.30/app-changelog.md rename stable/ddns-go/{5.0.29 => 5.0.30}/app-readme.md (100%) rename stable/ddns-go/{5.0.29 => 5.0.30}/charts/common-12.14.6.tgz (100%) rename stable/ddns-go/{5.0.29 => 5.0.30}/ix_values.yaml (89%) rename stable/ddns-go/{5.0.29 => 5.0.30}/questions.yaml (100%) rename stable/ddns-go/{5.0.29 => 5.0.30}/templates/NOTES.txt (100%) rename stable/ddns-go/{5.0.29 => 5.0.30}/templates/common.yaml (100%) rename stable/ddns-go/{5.0.29 => 5.0.30}/values.yaml (100%) diff --git a/stable/ddns-go/5.0.29/app-changelog.md b/stable/ddns-go/5.0.29/app-changelog.md deleted file mode 100644 index 5df4427d58..0000000000 --- a/stable/ddns-go/5.0.29/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [ddns-go-5.0.29](https://github.com/truecharts/charts/compare/ddns-go-5.0.28...ddns-go-5.0.29) (2023-07-20) - -### Chore - -- update container image tccr.io/truecharts/ddns-go to v5.4.1 ([#10656](https://github.com/truecharts/charts/issues/10656)) - - \ No newline at end of file diff --git a/stable/ddns-go/5.0.29/CHANGELOG.md b/stable/ddns-go/5.0.30/CHANGELOG.md similarity index 91% rename from stable/ddns-go/5.0.29/CHANGELOG.md rename to stable/ddns-go/5.0.30/CHANGELOG.md index e55baf2eff..0de62da8e3 100644 --- a/stable/ddns-go/5.0.29/CHANGELOG.md +++ b/stable/ddns-go/5.0.30/CHANGELOG.md @@ -4,6 +4,15 @@ +## [ddns-go-5.0.30](https://github.com/truecharts/charts/compare/ddns-go-5.0.29...ddns-go-5.0.30) (2023-07-21) + +### Chore + +- update container image tccr.io/truecharts/ddns-go to v5.5.0 ([#10709](https://github.com/truecharts/charts/issues/10709)) + + + + ## [ddns-go-5.0.29](https://github.com/truecharts/charts/compare/ddns-go-5.0.28...ddns-go-5.0.29) (2023-07-20) ### Chore @@ -85,15 +94,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/5.0.29/Chart.yaml b/stable/ddns-go/5.0.30/Chart.yaml similarity index 95% rename from stable/ddns-go/5.0.29/Chart.yaml rename to stable/ddns-go/5.0.30/Chart.yaml index 191fc75a1d..f92c0a01ea 100644 --- a/stable/ddns-go/5.0.29/Chart.yaml +++ b/stable/ddns-go/5.0.30/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: ddns-go -version: 5.0.29 -appVersion: "5.4.1" +version: 5.0.30 +appVersion: "5.5.0" 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/5.0.29/README.md b/stable/ddns-go/5.0.30/README.md similarity index 100% rename from stable/ddns-go/5.0.29/README.md rename to stable/ddns-go/5.0.30/README.md diff --git a/stable/ddns-go/5.0.30/app-changelog.md b/stable/ddns-go/5.0.30/app-changelog.md new file mode 100644 index 0000000000..c980da3e3f --- /dev/null +++ b/stable/ddns-go/5.0.30/app-changelog.md @@ -0,0 +1,9 @@ + + +## [ddns-go-5.0.30](https://github.com/truecharts/charts/compare/ddns-go-5.0.29...ddns-go-5.0.30) (2023-07-21) + +### Chore + +- update container image tccr.io/truecharts/ddns-go to v5.5.0 ([#10709](https://github.com/truecharts/charts/issues/10709)) + + \ No newline at end of file diff --git a/stable/ddns-go/5.0.29/app-readme.md b/stable/ddns-go/5.0.30/app-readme.md similarity index 100% rename from stable/ddns-go/5.0.29/app-readme.md rename to stable/ddns-go/5.0.30/app-readme.md diff --git a/stable/ddns-go/5.0.29/charts/common-12.14.6.tgz b/stable/ddns-go/5.0.30/charts/common-12.14.6.tgz similarity index 100% rename from stable/ddns-go/5.0.29/charts/common-12.14.6.tgz rename to stable/ddns-go/5.0.30/charts/common-12.14.6.tgz diff --git a/stable/ddns-go/5.0.29/ix_values.yaml b/stable/ddns-go/5.0.30/ix_values.yaml similarity index 89% rename from stable/ddns-go/5.0.29/ix_values.yaml rename to stable/ddns-go/5.0.30/ix_values.yaml index 61defd2b8f..d472d087ab 100644 --- a/stable/ddns-go/5.0.29/ix_values.yaml +++ b/stable/ddns-go/5.0.30/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/ddns-go pullPolicy: IfNotPresent - tag: v5.4.1@sha256:90f1e394d9e0df37ca8b767fe61f38a81385a61cf241062cc6c99871e753ca8a + tag: v5.5.0@sha256:2487a10ef2352940df1cb1a45ab36729c54b264a21d3ee8ee8832177cb39cb64 securityContext: container: diff --git a/stable/ddns-go/5.0.29/questions.yaml b/stable/ddns-go/5.0.30/questions.yaml similarity index 100% rename from stable/ddns-go/5.0.29/questions.yaml rename to stable/ddns-go/5.0.30/questions.yaml diff --git a/stable/ddns-go/5.0.29/templates/NOTES.txt b/stable/ddns-go/5.0.30/templates/NOTES.txt similarity index 100% rename from stable/ddns-go/5.0.29/templates/NOTES.txt rename to stable/ddns-go/5.0.30/templates/NOTES.txt diff --git a/stable/ddns-go/5.0.29/templates/common.yaml b/stable/ddns-go/5.0.30/templates/common.yaml similarity index 100% rename from stable/ddns-go/5.0.29/templates/common.yaml rename to stable/ddns-go/5.0.30/templates/common.yaml diff --git a/stable/ddns-go/5.0.29/values.yaml b/stable/ddns-go/5.0.30/values.yaml similarity index 100% rename from stable/ddns-go/5.0.29/values.yaml rename to stable/ddns-go/5.0.30/values.yaml