diff --git a/stable/syncthing/7.0.1/CHANGELOG.md b/stable/syncthing/7.0.1/CHANGELOG.md deleted file mode 100644 index 6ba8efb06a8..00000000000 --- a/stable/syncthing/7.0.1/CHANGELOG.md +++ /dev/null @@ -1,20 +0,0 @@ - - -### [syncthing-7.0.1](https://github.com/truecharts/apps/compare/syncthing-6.11.15...syncthing-7.0.1) (2021-09-13) - -#### Chore - -* move most remaining Apps to GHCR mirror ([#959](https://github.com/truecharts/apps/issues/959)) -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - -#### Fix - -* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956)) - diff --git a/stable/syncthing/7.0.2/CHANGELOG.md b/stable/syncthing/7.0.2/CHANGELOG.md new file mode 100644 index 00000000000..f15b82c7984 --- /dev/null +++ b/stable/syncthing/7.0.2/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [syncthing-7.0.2](https://github.com/truecharts/apps/compare/syncthing-7.0.1...syncthing-7.0.2) (2021-09-13) + +#### Fix + +* correct image tag for Syncthing on SCALE + diff --git a/stable/syncthing/7.0.1/CONFIG.md b/stable/syncthing/7.0.2/CONFIG.md similarity index 100% rename from stable/syncthing/7.0.1/CONFIG.md rename to stable/syncthing/7.0.2/CONFIG.md diff --git a/stable/syncthing/7.0.1/Chart.lock b/stable/syncthing/7.0.2/Chart.lock similarity index 78% rename from stable/syncthing/7.0.1/Chart.lock rename to stable/syncthing/7.0.2/Chart.lock index 85bf9224be4..81407e564f8 100644 --- a/stable/syncthing/7.0.1/Chart.lock +++ b/stable/syncthing/7.0.2/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 7.0.12 digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-13T17:03:11.87716698Z" +generated: "2021-09-13T20:57:47.285380491Z" diff --git a/stable/syncthing/7.0.1/Chart.yaml b/stable/syncthing/7.0.2/Chart.yaml similarity index 97% rename from stable/syncthing/7.0.1/Chart.yaml rename to stable/syncthing/7.0.2/Chart.yaml index 6919e374b69..78f92bc267e 100644 --- a/stable/syncthing/7.0.1/Chart.yaml +++ b/stable/syncthing/7.0.2/Chart.yaml @@ -24,4 +24,4 @@ sources: - https://github.com/syncthing/syncthing - https://hub.docker.com/r/syncthing/syncthing type: application -version: 7.0.1 +version: 7.0.2 diff --git a/stable/syncthing/7.0.1/README.md b/stable/syncthing/7.0.2/README.md similarity index 100% rename from stable/syncthing/7.0.1/README.md rename to stable/syncthing/7.0.2/README.md diff --git a/stable/syncthing/7.0.1/app-readme.md b/stable/syncthing/7.0.2/app-readme.md similarity index 100% rename from stable/syncthing/7.0.1/app-readme.md rename to stable/syncthing/7.0.2/app-readme.md diff --git a/stable/syncthing/7.0.1/charts/common-7.0.12.tgz b/stable/syncthing/7.0.2/charts/common-7.0.12.tgz similarity index 100% rename from stable/syncthing/7.0.1/charts/common-7.0.12.tgz rename to stable/syncthing/7.0.2/charts/common-7.0.12.tgz diff --git a/stable/syncthing/7.0.1/helm-values.md b/stable/syncthing/7.0.2/helm-values.md similarity index 100% rename from stable/syncthing/7.0.1/helm-values.md rename to stable/syncthing/7.0.2/helm-values.md diff --git a/stable/syncthing/7.0.1/ix_values.yaml b/stable/syncthing/7.0.2/ix_values.yaml similarity index 84% rename from stable/syncthing/7.0.1/ix_values.yaml rename to stable/syncthing/7.0.2/ix_values.yaml index d954c603b9c..01c0d558afa 100644 --- a/stable/syncthing/7.0.1/ix_values.yaml +++ b/stable/syncthing/7.0.2/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: ghcr.io/truecharts/syncthing pullPolicy: IfNotPresent - tag: v1.18@sha256:42 + tag: v1.18.2@sha256:780c4924c4739d707295bd74fd21a186a640bd71f15efc2fcbc9fb9b05162a0d ## # Most other defaults are set in questions.yaml diff --git a/stable/syncthing/7.0.1/questions.yaml b/stable/syncthing/7.0.2/questions.yaml similarity index 99% rename from stable/syncthing/7.0.1/questions.yaml rename to stable/syncthing/7.0.2/questions.yaml index 55c6a21aa59..161b1f91c5e 100644 --- a/stable/syncthing/7.0.1/questions.yaml +++ b/stable/syncthing/7.0.2/questions.yaml @@ -1591,12 +1591,8 @@ questions: show_if: [["type", "=", "openvpn"]] attrs: - variable: auth - label: "auth" - schema: - type: string - default: "" - - variable: authSecret - label: "authSecret" + label: "authentication credentials" + description: "authentication credentials, seperated by ; example: username;password" schema: type: string default: "" diff --git a/stable/syncthing/7.0.1/templates/common.yaml b/stable/syncthing/7.0.2/templates/common.yaml similarity index 100% rename from stable/syncthing/7.0.1/templates/common.yaml rename to stable/syncthing/7.0.2/templates/common.yaml diff --git a/stable/syncthing/7.0.1/test_values.yaml b/stable/syncthing/7.0.2/test_values.yaml similarity index 100% rename from stable/syncthing/7.0.1/test_values.yaml rename to stable/syncthing/7.0.2/test_values.yaml diff --git a/stable/syncthing/7.0.1/values.yaml b/stable/syncthing/7.0.2/values.yaml similarity index 100% rename from stable/syncthing/7.0.1/values.yaml rename to stable/syncthing/7.0.2/values.yaml