From f66d34dc693d584deedd90648e8d36a41689f051 Mon Sep 17 00:00:00 2001 From: Denise Schannon Date: Thu, 2 Aug 2018 14:21:37 -0700 Subject: [PATCH] external-dns:v0.7.12 --- infra-templates/dnsupdate-rfc2136/5/README.md | 10 ++++------ infra-templates/dnsupdate-rfc2136/5/docker-compose.yml | 2 +- .../dnsupdate-rfc2136/5/rancher-compose.yml | 2 +- infra-templates/dnsupdate-rfc2136/config.yml | 2 +- 4 files changed, 7 insertions(+), 9 deletions(-) diff --git a/infra-templates/dnsupdate-rfc2136/5/README.md b/infra-templates/dnsupdate-rfc2136/5/README.md index 9ad24a244..de3837796 100644 --- a/infra-templates/dnsupdate-rfc2136/5/README.md +++ b/infra-templates/dnsupdate-rfc2136/5/README.md @@ -4,11 +4,9 @@ Rancher External DNS service powered by any RFC2136 compatible DNS server #### Changelog -##### v0.6.2 +##### v0.7.12 -* Adds support for disabling/enforcing external DNS on the host and service level using labels -* Adds support for insecure DNS Updates -* Fixes an issue with lingering TCP keep-alive connections to the Rancher Metadata service +* Fixes an issue where RFC2136 would log FORMER if the record is too large #### Usage @@ -23,7 +21,7 @@ When running multiple instances of the External DNS service configured to use th `io.rancher.host.external_dns_ip` Override the IP address used in DNS records for containers running on the host. Defaults to the IP address the host is registered with in Rancher. - + `io.rancher.host.external_dns` Accepts 'true' (default) or 'false' When this is set to 'false' no DNS records will ever be created for containers running on this host. @@ -35,7 +33,7 @@ Accepts 'always', 'never' or 'auto' (default) - `always`: Always create DNS records for this service - `never`: Never create DNS records for this service - `auto`: Create DNS records for this service if it exposes ports on the host - + `io.rancher.service.external_dns_name_template` Accepts valid DNS name template diff --git a/infra-templates/dnsupdate-rfc2136/5/docker-compose.yml b/infra-templates/dnsupdate-rfc2136/5/docker-compose.yml index f9f0bbf2e..2d06ff9e0 100644 --- a/infra-templates/dnsupdate-rfc2136/5/docker-compose.yml +++ b/infra-templates/dnsupdate-rfc2136/5/docker-compose.yml @@ -1,5 +1,5 @@ rfc2136dns: - image: rancher/external-dns:v0.7.2 + image: rancher/external-dns:v0.7.12 command: -provider=rfc2136 expose: - 1000 diff --git a/infra-templates/dnsupdate-rfc2136/5/rancher-compose.yml b/infra-templates/dnsupdate-rfc2136/5/rancher-compose.yml index a89377dff..50b0d06af 100644 --- a/infra-templates/dnsupdate-rfc2136/5/rancher-compose.yml +++ b/infra-templates/dnsupdate-rfc2136/5/rancher-compose.yml @@ -1,7 +1,7 @@ # notemplating .catalog: name: "DNS Update (RFC2136)" - version: "v0.7.2-rancher1" + version: "v0.7.12-rancher1" description: "Rancher External DNS service powered by any RFC2136 compatible DNS server. Requires Rancher version v1.1.0" minimum_rancher_version: v1.6.0-rc1 questions: diff --git a/infra-templates/dnsupdate-rfc2136/config.yml b/infra-templates/dnsupdate-rfc2136/config.yml index 0e3351512..54a50e03b 100644 --- a/infra-templates/dnsupdate-rfc2136/config.yml +++ b/infra-templates/dnsupdate-rfc2136/config.yml @@ -1,7 +1,7 @@ name: DNS Update (RFC2136) description: | Rancher External DNS service powered by any RFC2136 compatible DNS -version: v0.7.2-rancher1 +version: v0.7.12-rancher1 category: External DNS labels: io.rancher.orchestration.supported: 'cattle,mesos,swarm,kubernetes'