Skip to content

Latest commit

 

History

History
251 lines (141 loc) · 13.1 KB

CHANGELOG.md

File metadata and controls

251 lines (141 loc) · 13.1 KB

Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

Generated by auto-changelog.

20 July 2023

  • feat: add parameter region 7a60cdd
  • feat: add parameter edge_bind_address 723fbc6
  • feat: add parameter grace_period 789ea0e

20 July 2023

  • fix: restructure the way systemd/init-v is restarted 99034bc
  • fix: typo in init-v system check e4fa14d

20 July 2023

  • fix: enabling of warp_routing e23936b

20 July 2023

  • feat: use handler for systemd 2315d2b
  • fix: clanup tunnel variables 8506dc8
  • feat: use handler for init-v 72f3ab9

12 March 2023

12 March 2023

  • fix: binary filenames 3196854
  • fix: add transport_loglevel, remove proto_loglevel 37a1eea

21 September 2022

  • feat: enable UDP buffer size to be increased by quic-go (Linux) 377e853

20 August 2022

Fixes #57

  • fix: update download location #57

20 August 2022

  • fix: skip steps for cf_install_only 8db2c8b

13 August 2022

  • fix: Default values for Cloudflare apt repository c43f14b

22 July 2022

  • feat: handle loabalancing setup 125d38a
  • fix: set logs activated by default (CF doc) 4611a0f
  • fix: add missing vars declaration on tag cf_configure usage e5b76f4

14 July 2022

  • fix: missing var "systemd_filename" with tag cf_configure usage a963cd8

19 January 2022

  • fix: Create cf_config_dir with mode 0755 fca31b6

4 January 2022

Add parameter to change the protocol used by the tunnel. Especially useful to support upcoming UDP tunneling feature.

  • feat: add protocol parameter for named tunnels 012a977

4 December 2021

Fixes #40

  • feat: add cf_install_target_dir to ExecStart #40
  • fix: ensure cloudflared is executable 5bad606

2 December 2021

Closes to #40

  • feat: Allow to override name of the daemon binary 4655989

29 November 2021

  • feat: added links for aarch64 ebcbae6

30 September 2021

  • feat: Add APT installation on Debian and Ubuntu 6c68a1e
  • feat: Add capability to add CIDR route to cf tunnel 402f82c
  • fix: add condition to run task about adding cidr private network cc7bcb3

16 August 2021

You can also use Cloudflare Tunnel to connect any service that relies on a TCP-based protocol to Cloudflare's network. Users in your organization can then reach the service by enrolling into your organization's Cloudflare for Teams account and using the WARP agent.

  • feat: add new parameter cf_warp_routing 7e678be

26 April 2021

  • fix: disable looging of task with sensible information like tunnel_secret 40225f5

23 April 2021

This version implements the new beahviour of named tunnels

The role should take care of cleanup if you used the role before v.3.0.0.

However you have to update the configuration (variables) in your ansible project. I renamed the variables - usually prefixed with cf_ to make them unique to the role. If they are not unique it may happen that variables using the same name in different roles can have undesired side-effects.

feat: enable dns routing for named tunnels

  • feat: add named tunnels fixes #16 #16
  • feat!: rename variables to ensure to be role specific db0cabb
  • feat: optimize install and removal tasks 6787c45
  • feat: remove param cf_do_legacy_cleanup 8f03326

10 March 2021

Some system like amazonlinux1 systems in the AWS do not use Systemd but Init-V Systems. This change allows to install cloudflared also for these.

Co-authored-by: xX08154711Xx <manuelbernsau5+github@gmail.com>

  • Add ability to install cloudflared on Init-V Systems like amazonlinux1 #24

23 December 2020

  • Use remove_unused_tunnels to remove unused tunnels, closes #17 #17
  • Restart tunnels if their configuration has changed b479992
  • Add support for cert_content 682e2a3
  • Add no_logfile option to tunnel configuration 363828d

12 August 2020

  • Fix: Create {{ ssh_config_file }} if it does not exist 5e54bc4

10 August 2020

  • Add ssh-client config, closes issue #2 bbe5709

8 August 2020

Add cleanup of legacy stuff

  • Use systemd template files, fixes #3, #4 #3
  • Fix issue #1, enable forced install 429ff90

3 August 2020

  • Fix some bugs. role work properly now 687e734
  • install_only will only install, not login, not configure anything f76b669
  • Fix: Copy cert only if defined d270d20

24 July 2020

  • install_only will only install, not login, not configure anything 0ea48eb

24 July 2020

  • Fix: Copy cert only if defined 58512aa

24 July 2020

  • Correct issue_tracker_url acf4312
  • Remove become as part of the role, leave this to user 1c5b261

24 July 2020

  • Fix some bugs. role work properly now ccfa40f
  • Update README.md 2154b8c
  • [¢i] Add import-role stage 22ccbeb

v1.0.0

23 July 2020