Skip to content

testing/cloudflared: upgrade to 2022.7.1

Patrycja Rosa requested to merge ptrcnull/aports:cloudflared into master

https://github.com/cloudflare/cloudflared/blob/master/CHANGES.md#202271=

2022.7.1

New Features

  • It is now possible to connect cloudflared tunnel to Cloudflare Global Network with IPv6. See cloudflared tunnel --help and look for edge-ip-version for more information. For now, the default behavior is to still connect with IPv4 only.

Bug Fixes

  • Several bug fixes related with QUIC transport (used between cloudflared tunnel and Cloudflare Global Network). Updating to this version is highly recommended.

2022.4.0

Bug Fixes

  • cloudflared tunnel run no longer logs the Tunnel token or JSON credentials in clear text as those are the secret that allows to run the Tunnel.

2022.3.4

New Features

  • It is now possible to retrieve the credentials that allow to run a Tunnel in case you forgot/lost them. This is achievable with: cloudflared tunnel token --cred-file /path/to/file.json TUNNEL. This new feature only works for Tunnels created with cloudflared version 2022.3.0 or more recent.

Bug Fixes

  • cloudflared service install now starts the underlying agent service on Linux operating system (similarly to the behaviour in Windows and MacOS).

2022.3.3

Bug Fixes

  • cloudflared service install now starts the underlying agent service on Windows operating system (similarly to the behaviour in MacOS).

Merge request reports