diff --git a/incubator/cloudflareddns/0.0.1/CHANGELOG.md b/incubator/cloudflareddns/0.0.1/CHANGELOG.md deleted file mode 100644 index d5098b9bc04..00000000000 --- a/incubator/cloudflareddns/0.0.1/CHANGELOG.md +++ /dev/null @@ -1,10 +0,0 @@ -# Changelog
- - - -### cloudflareddns-0.0.1 (2022-07-02) - -#### Feat - -* Add CloudflareDDNS to incubator ([#3037](https://github.com/truecharts/apps/issues/3037)) - diff --git a/incubator/cloudflareddns/0.0.2/CHANGELOG.md b/incubator/cloudflareddns/0.0.2/CHANGELOG.md new file mode 100644 index 00000000000..e62a067a691 --- /dev/null +++ b/incubator/cloudflareddns/0.0.2/CHANGELOG.md @@ -0,0 +1,22 @@ +# Changelog
+ + + +### [cloudflareddns-0.0.2](https://github.com/truecharts/apps/compare/cloudflareddns-0.0.1...cloudflareddns-0.0.2) (2022-07-03) + +#### Chore + +* Auto-update chart README [skip ci] + +#### Fix + +* Fix CF_ZONES env var ([#3054](https://github.com/truecharts/apps/issues/3054)) + + + + +### cloudflareddns-0.0.1 (2022-07-02) + +#### Feat + +* Add CloudflareDDNS to incubator ([#3037](https://github.com/truecharts/apps/issues/3037)) diff --git a/incubator/cloudflareddns/0.0.1/Chart.lock b/incubator/cloudflareddns/0.0.2/Chart.lock similarity index 80% rename from incubator/cloudflareddns/0.0.1/Chart.lock rename to incubator/cloudflareddns/0.0.2/Chart.lock index 1f63d83ac30..bb8175bf65d 100644 --- a/incubator/cloudflareddns/0.0.1/Chart.lock +++ b/incubator/cloudflareddns/0.0.2/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.1.4 digest: sha256:0f159b86b96bd27bd8d967476e26de9a2a6db995faf0c091cbf1281ee4c4e3a2 -generated: "2022-07-02T12:54:11.632640633Z" +generated: "2022-07-03T07:13:33.011745181Z" diff --git a/incubator/cloudflareddns/0.0.1/Chart.yaml b/incubator/cloudflareddns/0.0.2/Chart.yaml similarity index 98% rename from incubator/cloudflareddns/0.0.1/Chart.yaml rename to incubator/cloudflareddns/0.0.2/Chart.yaml index 23e7c74c7a3..41527ca3ece 100644 --- a/incubator/cloudflareddns/0.0.1/Chart.yaml +++ b/incubator/cloudflareddns/0.0.2/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: cloudflareddns -version: 0.0.1 +version: 0.0.2 appVersion: "latest" description: Update your Cloudflare DNS records using dynamically type: application diff --git a/incubator/cloudflareddns/0.0.1/README.md b/incubator/cloudflareddns/0.0.2/README.md similarity index 100% rename from incubator/cloudflareddns/0.0.1/README.md rename to incubator/cloudflareddns/0.0.2/README.md diff --git a/incubator/cloudflareddns/0.0.1/app-readme.md b/incubator/cloudflareddns/0.0.2/app-readme.md similarity index 100% rename from incubator/cloudflareddns/0.0.1/app-readme.md rename to incubator/cloudflareddns/0.0.2/app-readme.md diff --git a/incubator/cloudflareddns/0.0.1/charts/common-10.1.4.tgz b/incubator/cloudflareddns/0.0.2/charts/common-10.1.4.tgz similarity index 100% rename from incubator/cloudflareddns/0.0.1/charts/common-10.1.4.tgz rename to incubator/cloudflareddns/0.0.2/charts/common-10.1.4.tgz diff --git a/incubator/cloudflareddns/0.0.1/ix_values.yaml b/incubator/cloudflareddns/0.0.2/ix_values.yaml similarity index 100% rename from incubator/cloudflareddns/0.0.1/ix_values.yaml rename to incubator/cloudflareddns/0.0.2/ix_values.yaml diff --git a/incubator/cloudflareddns/0.0.1/questions.yaml b/incubator/cloudflareddns/0.0.2/questions.yaml similarity index 99% rename from incubator/cloudflareddns/0.0.1/questions.yaml rename to incubator/cloudflareddns/0.0.2/questions.yaml index 794602dca72..e2433b5f6c7 100644 --- a/incubator/cloudflareddns/0.0.1/questions.yaml +++ b/incubator/cloudflareddns/0.0.2/questions.yaml @@ -221,19 +221,25 @@ questions: description: "If you want to set DETECTION_MODE to 'local:eth0' for a local interface, this will override the dropdown selection" schema: type: string - default: "local:eth0" + default: "" - variable: CF_USER label: "CF_USER" - description: "Cloudflare Username" + description: "Cloudflare Username (eg. your.cf.email@example.com)" schema: type: string - default: "your.cf.email@example.com" + default: "" - variable: CF_HOSTS label: "CF_HOSTS" - description: "Cloudflare Hosts (Domains)" + description: "Cloudflare Hosts (Domains) (eg. test.example.com;test.foobar.com)" schema: type: string - default: "test.example.com;test.foobar.com" + default: "" + - variable: CF_ZONES + label: "CF_ZONES" + description: "Cloudflare DNS Zones (eg. example.com;foobar.com;foobar.com)" + schema: + type: string + default: "" - variable: CF_RECORDTYPES label: "CF_RECORDTYPES" description: "Cloudflare DNS Zones" diff --git a/incubator/cloudflareddns/0.0.1/security.md b/incubator/cloudflareddns/0.0.2/security.md similarity index 99% rename from incubator/cloudflareddns/0.0.1/security.md rename to incubator/cloudflareddns/0.0.2/security.md index ac974cb2c40..85ba5314fd5 100644 --- a/incubator/cloudflareddns/0.0.1/security.md +++ b/incubator/cloudflareddns/0.0.2/security.md @@ -22,4 +22,3 @@ hide: ##### Scan Results - diff --git a/incubator/cloudflareddns/0.0.1/templates/common.yaml b/incubator/cloudflareddns/0.0.2/templates/common.yaml similarity index 100% rename from incubator/cloudflareddns/0.0.1/templates/common.yaml rename to incubator/cloudflareddns/0.0.2/templates/common.yaml diff --git a/incubator/cloudflareddns/0.0.1/values.yaml b/incubator/cloudflareddns/0.0.2/values.yaml similarity index 100% rename from incubator/cloudflareddns/0.0.1/values.yaml rename to incubator/cloudflareddns/0.0.2/values.yaml