diff --git a/stable/tailscale/1.1.5/CHANGELOG.md b/stable/tailscale/1.1.6/CHANGELOG.md similarity index 90% rename from stable/tailscale/1.1.5/CHANGELOG.md rename to stable/tailscale/1.1.6/CHANGELOG.md index 4d5d420906..d57adaf25c 100644 --- a/stable/tailscale/1.1.5/CHANGELOG.md +++ b/stable/tailscale/1.1.6/CHANGELOG.md @@ -2,6 +2,19 @@ +## [tailscale-1.1.6](https://github.com/truecharts/charts/compare/tailscale-1.1.5...tailscale-1.1.6) (2022-09-30) + +### Chore + +- Auto-update chart README [skip ci] + + ### Feat + +- Enable userspace by default and update docs ([#3967](https://github.com/truecharts/charts/issues/3967)) + + + + ## [tailscale-1.1.5](https://github.com/truecharts/charts/compare/tailscale-1.1.4...tailscale-1.1.5) (2022-09-27) ### Chore @@ -84,16 +97,3 @@ - Auto-update chart README [skip ci] - Auto-update chart README [skip ci] - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [tailscale-1.1.1](https://github.com/truecharts/charts/compare/tailscale-1.1.0...tailscale-1.1.1) (2022-09-20) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/tailscale/1.1.5/Chart.lock b/stable/tailscale/1.1.6/Chart.lock similarity index 80% rename from stable/tailscale/1.1.5/Chart.lock rename to stable/tailscale/1.1.6/Chart.lock index 3cd01ec022..57de0c0ec6 100644 --- a/stable/tailscale/1.1.5/Chart.lock +++ b/stable/tailscale/1.1.6/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.6.4 digest: sha256:fa80993e3b2454e2e053e66252db4cc5c9347dc4b8fd28f0041f3bb6169b13ee -generated: "2022-09-27T07:39:21.245991878Z" +generated: "2022-09-30T14:20:10.619491529Z" diff --git a/stable/tailscale/1.1.5/Chart.yaml b/stable/tailscale/1.1.6/Chart.yaml similarity index 98% rename from stable/tailscale/1.1.5/Chart.yaml rename to stable/tailscale/1.1.6/Chart.yaml index 7d170e09de..8c7e1c098b 100644 --- a/stable/tailscale/1.1.5/Chart.yaml +++ b/stable/tailscale/1.1.6/Chart.yaml @@ -20,7 +20,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/tailscale - https://hub.docker.com/r/tailscale/tailscale - https://github.com/tailscale/tailscale/blob/main/docs/k8s/run.sh -version: 1.1.5 +version: 1.1.6 annotations: truecharts.org/catagories: | - network diff --git a/stable/tailscale/1.1.5/README.md b/stable/tailscale/1.1.6/README.md similarity index 100% rename from stable/tailscale/1.1.5/README.md rename to stable/tailscale/1.1.6/README.md diff --git a/stable/tailscale/1.1.5/app-readme.md b/stable/tailscale/1.1.6/app-readme.md similarity index 100% rename from stable/tailscale/1.1.5/app-readme.md rename to stable/tailscale/1.1.6/app-readme.md diff --git a/stable/tailscale/1.1.5/charts/common-10.6.4.tgz b/stable/tailscale/1.1.6/charts/common-10.6.4.tgz similarity index 100% rename from stable/tailscale/1.1.5/charts/common-10.6.4.tgz rename to stable/tailscale/1.1.6/charts/common-10.6.4.tgz diff --git a/stable/tailscale/1.1.5/ix_values.yaml b/stable/tailscale/1.1.6/ix_values.yaml similarity index 98% rename from stable/tailscale/1.1.5/ix_values.yaml rename to stable/tailscale/1.1.6/ix_values.yaml index 5682b14e31..f055fe31bd 100644 --- a/stable/tailscale/1.1.5/ix_values.yaml +++ b/stable/tailscale/1.1.6/ix_values.yaml @@ -50,7 +50,7 @@ envFrom: tailscale: authkey: "supersecret" - userspace: false + userspace: true accept_dns: false routes: "" dest_ip: "" diff --git a/stable/tailscale/1.1.5/questions.yaml b/stable/tailscale/1.1.6/questions.yaml similarity index 99% rename from stable/tailscale/1.1.5/questions.yaml rename to stable/tailscale/1.1.6/questions.yaml index 92d3382eca..91ceaf2c3d 100644 --- a/stable/tailscale/1.1.5/questions.yaml +++ b/stable/tailscale/1.1.6/questions.yaml @@ -173,10 +173,10 @@ questions: default: "" - variable: userspace label: Userspace - description: Userspace Networking mode allows running Tailscale where you don't have access to create a VPN tunnel device. + description: Userspace Networking mode allows running Tailscale where you don't have access to create a VPN tunnel device. *Required for Exit Node/Accessing Local Routes* See How-To-Guide for more info schema: type: boolean - default: false + default: true - variable: accept_dns label: Accept DNS description: Accept DNS configuration from the admin console. diff --git a/stable/tailscale/1.1.5/templates/_configmap.tpl b/stable/tailscale/1.1.6/templates/_configmap.tpl similarity index 100% rename from stable/tailscale/1.1.5/templates/_configmap.tpl rename to stable/tailscale/1.1.6/templates/_configmap.tpl diff --git a/stable/tailscale/1.1.5/templates/_secret.tpl b/stable/tailscale/1.1.6/templates/_secret.tpl similarity index 100% rename from stable/tailscale/1.1.5/templates/_secret.tpl rename to stable/tailscale/1.1.6/templates/_secret.tpl diff --git a/stable/tailscale/1.1.5/templates/common.yaml b/stable/tailscale/1.1.6/templates/common.yaml similarity index 100% rename from stable/tailscale/1.1.5/templates/common.yaml rename to stable/tailscale/1.1.6/templates/common.yaml diff --git a/stable/tailscale/1.1.5/values.yaml b/stable/tailscale/1.1.6/values.yaml similarity index 100% rename from stable/tailscale/1.1.5/values.yaml rename to stable/tailscale/1.1.6/values.yaml