Skip to content

Releases: infolinks/k8s-cloudflared

6.2.0

20 Dec 17:48
Compare
Choose a tag to compare

Support multi-IP Ingresses & discover zone automatically (#8)

Currently when an Ingress object has more than one IP associated with it, Cloudflared enters an infinite loop. This fixes it by supporting multiple IP address, while preserving existing functionality of removing extraneous DNS records.

Additionally, we now automatically find the Cloudflare zone for each Ingress host name automatically, thus supporting multi-domain Ingresses in the same cluster.

6.1.6

29 Nov 07:55
Compare
Choose a tag to compare

Re-enable DNS record deletion when multiple records match a single host. (#5)

This was disabled until further testing, due to the sensitivity of the operation (it could accidentally delete the whole zone).

6.1.5

28 Nov 21:41
0d1e431
Compare
Choose a tag to compare

Fix invocation of Python script to use updated arguments format. (#4)

Bash loop still invoked the Python script using option values instead of positional values.

6.1.4

28 Nov 21:36
Compare
Choose a tag to compare

Fix invocation of Python script to use updated arguments format. (#4)

Bash loop still invoked the Python script using option values instead of positional values.

6.1.3

28 Nov 21:30
Compare
Choose a tag to compare

Fix invocation of Python script to use updated arguments format. (#4)

Bash loop still invoked the Python script using option values instead of positional values.

6.1.2

28 Nov 21:20
Compare
Choose a tag to compare

Fix invocation of Python script to use updated arguments format. (#4)

Bash loop still invoked the Python script using option values instead of positional values.

6.1.1

28 Nov 18:17
Compare
Choose a tag to compare

Upgrade to Python 3.x and to Alpine-based Docker image. (#3)

6.1.0

28 Nov 16:31
Compare
Choose a tag to compare

Upgrade to Python 3.x and to Alpine-based Docker image. (#3)

6.0.0

01 Nov 22:03
Compare
Choose a tag to compare

Migrate build, deploy & release system to BuildKite (#2)

Migrate build, deploy & release system to BuildKite, and also remove support for Cloudflare file-based authentication, relying solely on environment variables for authentication info to the Docker entry-point.

v5

28 Sep 13:59
Compare
Choose a tag to compare
v5

Changes in this release:

Commit Change
6c7c61a @arikkfir: extract build logic from .travis.yml to 'build.sh'
main reason is that Travis will always execute ALL commands under the "script" block, even if some of them failed.
see: travis-ci/travis-ci#1066