From 6517e7a15d6316155792ed9183f88fd58ba62557 Mon Sep 17 00:00:00 2001 From: Brenner-Bot Date: Sat, 4 Jun 2022 11:55:05 +0000 Subject: [PATCH] :tada: Release of add-on Cloudflared 2.0.1 --- README.md | 6 +++--- cloudflared/CHANGELOG.md | 17 +++++------------ cloudflared/DOCS.md | 8 ++++++++ cloudflared/config.yaml | 2 +- 4 files changed, 17 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index aec04a4..19cac9d 100644 --- a/README.md +++ b/README.md @@ -86,10 +86,10 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -[addon-cloudflared]: https://github.com/brenner-tobias/addon-cloudflared/tree/v2.0.0 -[addon-doc-cloudflared]: https://github.com/brenner-tobias/addon-cloudflared/blob/v2.0.0/README.md +[addon-cloudflared]: https://github.com/brenner-tobias/addon-cloudflared/tree/v2.0.1 +[addon-doc-cloudflared]: https://github.com/brenner-tobias/addon-cloudflared/blob/v2.0.1/README.md [cloudflared-issue]: https://github.com/brenner-tobias/addon-cloudflared/issues -[cloudflared-version-shield]: https://img.shields.io/badge/version-v2.0.0-blue.svg +[cloudflared-version-shield]: https://img.shields.io/badge/version-v2.0.1-blue.svg [cloudflared-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [cloudflared-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [cloudflared-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg diff --git a/cloudflared/CHANGELOG.md b/cloudflared/CHANGELOG.md index 7fa9b59..315f4eb 100644 --- a/cloudflared/CHANGELOG.md +++ b/cloudflared/CHANGELOG.md @@ -1,17 +1,10 @@ ## What’s changed +## 📚 Documentation -## 🚨 New functionality -We now support the use of remotely set up tunnels with this add-on. -Take a look at the [documentation](https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/install-and-setup/tunnel-guide/#set-up-a-tunnel-remotely-dashboard-setup) to see if the new feature is for you and if you want to migrate your tunnel to the new functionality. The current set up process (local managed tunnel) is still fully supported by this add-on. **The update has no effect on existing configurations.** - -## 🚀 Enhancements - -- Add remote managed tunnel functionality: The new function allows to use remote managed Cloudflare tunnel with this add-on. @elcajon (#95) +- Add Troubleshooting for 400: Bad Request error @elcajon (#105) ## ⬆️ Dependency updates -- ℹ️ Update Cloudflared to version 2022.5.1 @github-actions (#96) -- Bump docker/login-action from 1.14.1 to 2.0.0 @dependabot (#92) -- Bump docker/setup-buildx-action from 1.7.0 to 2.0.0 @dependabot (#91) -- Bump docker/build-push-action from 2.10.0 to 3.0.0 @dependabot (#90) -- Bump docker/setup-qemu-action from 1.2.0 to 2.0.0 @dependabot (#89) +- ⬆️ Update yq to 4.14.1-r2 @elcajon (#103) +- ℹ️ Update Cloudflared to version 2022.5.3 @github-actions (#102) +- ⬆️ Update base image to 11.1.2 @elcajon (#104) diff --git a/cloudflared/DOCS.md b/cloudflared/DOCS.md index 41051b7..4a0e06e 100644 --- a/cloudflared/DOCS.md +++ b/cloudflared/DOCS.md @@ -398,6 +398,14 @@ http: If you need assistance changing the config, please follow the [Advanced Configuration Tutorial][advancedconfiguration]. +## Troubleshooting + +### 400: Bad Request error + +Make sure to add the [trusted proxy setting](#configurationyaml) correctly. +Make sure to copy and paste the code snippet without adapting anything. +There is no need to adapt IP ranges as the add-on is working as proxy. + ## Domain Name and Cloudlfare Set-Up To use this plugin, you need a domain name that is using Cloudflare for its diff --git a/cloudflared/config.yaml b/cloudflared/config.yaml index 4a26d8d..b180525 100644 --- a/cloudflared/config.yaml +++ b/cloudflared/config.yaml @@ -42,4 +42,4 @@ schema: - str? slug: cloudflared url: https://github.com/brenner-tobias/addon-cloudflared/ -version: 2.0.0 +version: 2.0.1