Skip to content

Releases: containeroo/SyncFlaer

v5.0.1

17 Jun 16:08
dd961b9
Compare
Choose a tag to compare

All Commits

Improvements:

  • add debug logging for environment variable processing

v5.0.0

17 Jun 08:45
9f7cb9c
Compare
Choose a tag to compare

All Commits

Caution! The configuration has been changed since v4.1.1! Please refer to the readme file for more information.

Improvements:

  • add ability to dynamically configure environment variables for Cloudflare API token, Slack token URL and Traefik HTTP basic auth password using the env: prefix in config file

v4.1.1

13 Jun 12:02
573b175
Compare
Choose a tag to compare

All Commits

Improvements:

  • add warning when debug mode is enabled
  • improve logging

v4.1.0

11 Jun 11:47
f865ef7
Compare
Choose a tag to compare

All Commits

New features:

  • add ability to set custom request headers on Traefik request

v4.1.0-rc1

11 Jun 11:28
Compare
Choose a tag to compare
v4.1.0-rc1 Pre-release
Pre-release

release candidate 1

v4.0.0

16 Apr 21:10
9dcbd06
Compare
Choose a tag to compare

All Commits

Caution! The flags have changed since v3.0.1! Please refer to the readme file for more information.

New features:

  • use POSIX/GNU-style --flags

v3.0.1

12 Apr 08:25
7fa5c68
Compare
Choose a tag to compare

All Commits

New features:

  • darwin/arm64 builds are now available in GitHub releases

Dependencies:

  • Update module github.com/cloudflare/cloudflare-go to v0.16.0 (#43)

v3.0.0

24 Mar 16:55
42dcac3
Compare
Choose a tag to compare

All Commits

Caution! The configuration has been changed since v2.2.1! You need to change your config file as described in the example.

New features:

  • add support for multiple Cloudflare sites (#35)

Improvements:

  • add https://checkip.amazonaws.com to default ip providers list

Dependencies:

  • Update module github.com/slack-go/slack to v0.8.2 (#37)

v2.2.1

16 Mar 07:33
6f769f5
Compare
Choose a tag to compare

All Commits

Improvements:

  • improved log messages

v2.2.0

15 Mar 22:44
49228f8
Compare
Choose a tag to compare

All Commits

Deprecations:

  • using cloudflare.email and cloudflare.apiKey is deprecated, use cloudflare.apiToken instead

Changed:

  • remove ability to authenticate with Cloudflare using global API key
  • add support for Cloudflare API token

Dependencies:

  • Update module github.com/sirupsen/logrus to v1.8.1 (#31)