Releases: infolinks/k8s-cloudflared
Releases · infolinks/k8s-cloudflared
6.2.0
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
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
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
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
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
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
Upgrade to Python 3.x and to Alpine-based Docker image. (#3)
6.1.0
Upgrade to Python 3.x and to Alpine-based Docker image. (#3)
6.0.0
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
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 |