diff --git a/stable/ddns-go/6.0.6/app-changelog.md b/stable/ddns-go/6.0.6/app-changelog.md deleted file mode 100644 index 0856701dccf..00000000000 --- a/stable/ddns-go/6.0.6/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [ddns-go-6.0.6](https://github.com/truecharts/charts/compare/ddns-go-6.0.5...ddns-go-6.0.6) (2023-10-11) - -### Chore - -- update container image tccr.io/truecharts/ddns-go to v5.6.3 ([#13500](https://github.com/truecharts/charts/issues/13500)) - - \ No newline at end of file diff --git a/stable/ddns-go/6.0.6/CHANGELOG.md b/stable/ddns-go/6.0.7/CHANGELOG.md similarity index 91% rename from stable/ddns-go/6.0.6/CHANGELOG.md rename to stable/ddns-go/6.0.7/CHANGELOG.md index fdcb0c6d0b1..8aa6c33701a 100644 --- a/stable/ddns-go/6.0.6/CHANGELOG.md +++ b/stable/ddns-go/6.0.7/CHANGELOG.md @@ -4,6 +4,15 @@ +## [ddns-go-6.0.7](https://github.com/truecharts/charts/compare/ddns-go-6.0.6...ddns-go-6.0.7) (2023-10-27) + +### Chore + +- update container image tccr.io/truecharts/ddns-go to v5.6.4 ([#14020](https://github.com/truecharts/charts/issues/14020)) + + + + ## [ddns-go-6.0.6](https://github.com/truecharts/charts/compare/ddns-go-6.0.5...ddns-go-6.0.6) (2023-10-11) ### Chore @@ -88,12 +97,3 @@ - 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 - -- update container image tccr.io/truecharts/ddns-go to v5.4.1 ([#10656](https://github.com/truecharts/charts/issues/10656)) - diff --git a/stable/ddns-go/6.0.6/Chart.yaml b/stable/ddns-go/6.0.7/Chart.yaml similarity index 95% rename from stable/ddns-go/6.0.6/Chart.yaml rename to stable/ddns-go/6.0.7/Chart.yaml index e09ee9e4495..46c88f02ea2 100644 --- a/stable/ddns-go/6.0.6/Chart.yaml +++ b/stable/ddns-go/6.0.7/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: ddns-go -version: 6.0.6 -appVersion: "5.6.3" +version: 6.0.7 +appVersion: "5.6.4" 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.6/README.md b/stable/ddns-go/6.0.7/README.md similarity index 100% rename from stable/ddns-go/6.0.6/README.md rename to stable/ddns-go/6.0.7/README.md diff --git a/stable/ddns-go/6.0.7/app-changelog.md b/stable/ddns-go/6.0.7/app-changelog.md new file mode 100644 index 00000000000..11b03d083b0 --- /dev/null +++ b/stable/ddns-go/6.0.7/app-changelog.md @@ -0,0 +1,9 @@ + + +## [ddns-go-6.0.7](https://github.com/truecharts/charts/compare/ddns-go-6.0.6...ddns-go-6.0.7) (2023-10-27) + +### Chore + +- update container image tccr.io/truecharts/ddns-go to v5.6.4 ([#14020](https://github.com/truecharts/charts/issues/14020)) + + \ No newline at end of file diff --git a/stable/ddns-go/6.0.6/app-readme.md b/stable/ddns-go/6.0.7/app-readme.md similarity index 100% rename from stable/ddns-go/6.0.6/app-readme.md rename to stable/ddns-go/6.0.7/app-readme.md diff --git a/stable/ddns-go/6.0.6/charts/common-14.0.9.tgz b/stable/ddns-go/6.0.7/charts/common-14.0.9.tgz similarity index 100% rename from stable/ddns-go/6.0.6/charts/common-14.0.9.tgz rename to stable/ddns-go/6.0.7/charts/common-14.0.9.tgz diff --git a/stable/ddns-go/6.0.6/ix_values.yaml b/stable/ddns-go/6.0.7/ix_values.yaml similarity index 89% rename from stable/ddns-go/6.0.6/ix_values.yaml rename to stable/ddns-go/6.0.7/ix_values.yaml index 0d61fc183eb..96f74cf83e5 100644 --- a/stable/ddns-go/6.0.6/ix_values.yaml +++ b/stable/ddns-go/6.0.7/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/ddns-go pullPolicy: IfNotPresent - tag: v5.6.3@sha256:396d63d85302698ed11166c547b7b4c615909d9312831d8e6dcb6d2aafed717f + tag: v5.6.4@sha256:80457804aa4589d129fc93c50960a992cbde4c2fd443af1509efabee9361f71f securityContext: container: diff --git a/stable/ddns-go/6.0.6/questions.yaml b/stable/ddns-go/6.0.7/questions.yaml similarity index 100% rename from stable/ddns-go/6.0.6/questions.yaml rename to stable/ddns-go/6.0.7/questions.yaml diff --git a/stable/ddns-go/6.0.6/templates/NOTES.txt b/stable/ddns-go/6.0.7/templates/NOTES.txt similarity index 100% rename from stable/ddns-go/6.0.6/templates/NOTES.txt rename to stable/ddns-go/6.0.7/templates/NOTES.txt diff --git a/stable/ddns-go/6.0.6/templates/common.yaml b/stable/ddns-go/6.0.7/templates/common.yaml similarity index 100% rename from stable/ddns-go/6.0.6/templates/common.yaml rename to stable/ddns-go/6.0.7/templates/common.yaml diff --git a/stable/ddns-go/6.0.6/values.yaml b/stable/ddns-go/6.0.7/values.yaml similarity index 100% rename from stable/ddns-go/6.0.6/values.yaml rename to stable/ddns-go/6.0.7/values.yaml