Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Releases: buildsociety/cloudflared

2020.10.2

19 Nov 20:27

Choose a tag to compare

2020.10.2

  • 2020-10-21 Release 2020.10.1
  • 2020-10-21 AUTH-3185 fixed indention error
  • 2020-10-19 TUN-3459: Make service install on linux use named tunnels

2020.10.1

19 Nov 20:26

Choose a tag to compare

2020.10.1

  • 2020-10-20 Split out typed config from legacy command-line switches; refactor ingress commands and fix tests
  • 2020-10-20 Move raw ingress rules to config package
  • 2020-10-21 TUN-3476: Fix conversion to string and int slice
  • 2020-10-12 TUN-3441: Multiple-origin routing via ingress rules
  • 2020-10-15 TUN-3464: Newtype to wrap []ingress.Rule
  • 2020-10-15 TUN-3465: Use Go 1.15.3
  • 2020-10-15 TUN-3463: Let users run a named tunnel via config file setting
  • 2020-10-19 TUN-3475: Unify config file handling with typed config for new fields
  • 2020-10-19 TUN-3459: Make service install on linux use named tunnels
  • 2020-10-06 AUTH-3148 fixed cloudflared copy and match all the files in the checksum upload
  • 2020-10-06 TUN-3436, TUN-3437: Parse ingress from YAML, ensure last rule catches everything
  • 2020-10-06 TUN-3446: Use go 1.15.2 and add a step to build cloudflared in the dev Dockerfile
  • 2020-10-07 TUN-3439: 'tunnel validate' command to check ingress rules
  • 2020-10-07 TUN-3440: 'tunnel rule' command to test ingress rules
  • 2020-10-08 TUN-3451: Cloudflared tunnel ingress command
  • 2020-10-09 TUN-3452: Fix loading of flags from config file for tunnel run subcommand. This change also cleans up building of tunnel subcommand list, hides deprecated subcommands and improves help.
  • 2020-10-08 TUN-3438: move ingress into own package, read into TunnelConfig

2020.10.0

14 Oct 20:38

Choose a tag to compare

2020.10.0

  • 2020-10-02 AUTH-2993 cleaned up worker service tests
  • 2020-10-02 TUN-3443: Decode as v4api response on non-200 status
  • 2020-09-24 TRAFFIC-448: allow the user to specify the proxy address and port to bind to, falling back to 127.0.0.1 and random port if not specified
  • 2020-09-28 TUN-3427: Define a struct that only implements RegistrationServer in tunnelpogs
  • 2020-09-29 TUN-3430: Copy flags to configure proxy to run subcommand, print relevant tunnel flags in help
  • 2020-08-12 AUTH-2993 added workers updater logic

2020.9.3

26 Sep 10:14

Choose a tag to compare

2020.9.3

  • 2020-09-22 TRAFFIC-448: build cloudflare for junos and publish to s3
  • 2020-09-22 TUN-3410: Request the v1 Tunnelstore API
  • 2020-09-23 Release 2020.9.2
  • 2020-09-17 updater service exit code should be 11
  • 2020-09-18 AUTH-3109 upload the checksum to workers kv on github releases

2020.9.1

26 Sep 10:13

Choose a tag to compare

2020.9.1

  • 2020-09-14 TUN-3395: Unhide named tunnel subcommands, tweak help
  • 2020-09-15 TUN-3395: Improve help for list command
  • 2020-09-14 TUN-3294: Perform basic validation on arguments of route command; remove default pool name which wasn't valid
  • 2020-09-15 TUN-3395: Improve help for list command
  • 2020-09-16 Use Go 1.15.2

2020.9.0

26 Sep 10:11

Choose a tag to compare

2020.9.0

  • 2020-09-11 TUN-3293: Try to use error information from the body of a failed tunnelstore reresponse if available
  • 2020-09-04 AUTH-2653 renabled signing
  • 2020-09-04 TUN-3377: Tunnel route should check dns/lb before checking tunnel ID
  • 2020-09-04 AUTH-2653 changed to proper file extension
  • 2020-09-04 AUTH-2653 handle duplicate key import errors
  • 2020-09-04 TUN-3345: tunnel run accepts name of tunnel as argument
  • 2020-09-08 AUTH-2653 disble error pipe to see what is failing
  • 2020-09-08 AUTH-2653 search for the certificate and not the identity
  • 2020-09-09 TUN-3284: Use cloudflared/ as user agent of tunnelstore client
  • 2020-09-09 TUN-3375: Upgrade x/text and gorilla websocket deps
  • 2020-09-09 TUN-3375: Upgrade coredns and prometheus dependencies
  • 2020-09-09 AUTH-2653 add notarization to mac build
  • 2020-09-08 TUN-3292: Mention cleanup in tunnel run help.
  • 2020-08-20 AUTH-2016 fixed variable fail
  • 2020-08-12 TUN-3352 extra debug logging for websockets

2020.8.2

29 Aug 13:11
3008127

Choose a tag to compare

2020.8.2

  • 2020-08-20 AUTH-3021 fixed the git version call by using the older flag
  • 2020-08-18 TUN-3268: Each connection has its own event digest to reconnect

2020.8.1

29 Aug 13:04
774bf22

Choose a tag to compare

2020.8.1

  • 2020-08-14 AUTH-2975 don't check /etc on windows
  • 2020-08-14 AUTH-2977 log file protection
  • 2020-08-18 TUN-3286: Use either ID or name in Named Tunnel subcommands.
  • 2020-08-18 AUTH-2712 fixed the mac build script
  • 2020-08-19 AUTH-2653 disabling signing until we can get the keys
  • 2020-08-05 TUN-3233: List tunnels support filtering by deleted, name, existed at and id
  • 2020-08-05 TUN-3237: By default, don't show connections that are pending reconnect
  • 2020-08-06 TUN-3242: Build with go 1.14
  • 2020-08-07 TUN-3243: Refactor tunnel subcommands to allow commands to compose better
  • 2020-08-07 AUTH-2864 - add macos build to github release
  • 2020-07-31 AUTH-2857 update homebrew script to use new url
  • 2020-07-30 TUN-3213: Create, route and run named tunnels in one command
  • 2020-07-07 AUTH-2712 added MSI build for a windows agent

2020.8.0

04 Aug 09:09
723f46f

Choose a tag to compare

2020.8.0

  • 2020-07-30 TUN-3220: tunnel route reports created route
  • 2020-07-31 TUN-3221: ConnectionOptions tracks numPreviousAttempts.
  • 2020-07-20 TUN-3190: Initialize logger using command line flags in tunnels subcommands
  • 2020-07-21 TUN-3192: Use zone ID in tunnelstore request path; improve debug logging
  • 2020-07-23 TUN-3194: Don't render log output when level is not enabled
  • 2020-07-22 AUTH-2016 adds sha256 hashes to releases
  • 2020-07-27 Removes centos 6 build
  • 2020-07-27 TUN-3209: Add benchmark for header serialization
  • 2020-07-24 TUN-3209: improve performance and reduce allocations during user header serialization from h1 to h2
  • 2020-07-26 TUN-3208: Add benchmark for large response write
  • 2020-07-27 TUN-3208: Reduce copies and allocations on h2mux write path. Pre-allocate 16KB write buffer on the first write if possible. Use explicit byte array for chunks on write thread to avoid copying through intermediate buffer due to io.CopyN.
  • 2020-07-28 AUTH-2714: Adds arm64 cloudflared build
  • 2020-07-29 AUTH-2927 run message update after all github builds are done
  • 2020-07-17 AUTH-2902 redirect with just the root host on curl commands

2020.7.4

22 Jul 10:07
b718e46

Choose a tag to compare

2020.7.4

  • 2020-07-20 Build cloudflared for arm64 on native agents
  • 2020-07-10 TUN-3048: Handle error when user tries to delete active tunnel
  • 2020-07-14 AUTH-2890: adds error handler to cli actions
  • 2020-07-06 TUN-3156: Add route subcommand under tunnel