Skip to content

Releases: infolinks/k8s-cloudflared

v4

20 Sep 21:41
Compare
Choose a tag to compare
v4

Changes in this release:

Commit Change
42e5034 @arikkfir: removed redundant progress printing - only print when something is about to happen
29d44a3 @arikkfir: enable DNS record deletion when multiple records match the current name being updated

v3

20 Sep 21:16
Compare
Choose a tag to compare
v3

Changes in this release:

Commit Change
7fb421c @arikkfir: read Cloudflare domain name from 'cf_domain.txt' or alternatively get it from the "DOMAIN" environment variable and pass it as "--domain" to the 'update_dns_records.py'
52824fa @arikkfir: the "--domain" argument should be required in 'update_dns_records.py'

v2

20 Sep 16:33
Compare
Choose a tag to compare
v2

Changes in this release:

Commit Change
ecf75b2 @arikkfir: fix extra new-line continuation (removed)
7823a63 @arikkfir: python module "requests" was not installed (via "pip") in docker image
8f42779 @arikkfir: support receiving AUTH_EMAIL and AUTH_KEY via environment variables as a fallback if ./conf/cf_auth_{email,key}.txt do not exist
4063d74 @arikkfir: use latest image of github-release to update release-notes

v1

18 Sep 21:58
Compare
Choose a tag to compare
v1

Changes in this release:

Commit Change
1996dde @arikkfir: Update target Docker repository name
884db99 @arikkfir: Import existing code
8503795 @arikkfir: Add '.gitignore' file
eeccd15 @arikkfir: Add license, contributions & code of conduct documents