4924 Commits

Author SHA1 Message Date
greenu
a04a6f478f Update aws-sdk-go to support AWS Route 53 proper endpoints in China 2020-05-25 15:50:01 +03:00
greenu
5be33906ff Fix incorrect ELB hostzones for AWS China 2020-05-25 15:42:50 +03:00
Kubernetes Prow Robot
02c7c6f178
Merge pull request #1559 from lowkeyliesmyth/patch-1
Use consistent headless service name in example
2020-05-24 02:21:10 -07:00
Vladimir Smagin
f2b838cdda + 2020-05-23 22:16:30 +07:00
Kubernetes Prow Robot
1afc720cda
Merge pull request #1567 from sheerun/fix-scheduling
Fix scheduling of reconciliation
2020-05-22 09:59:10 -07:00
Kubernetes Prow Robot
4f6ba41abb
Merge pull request #1494 from james-callahan/zoneid-filter
Allow ZoneIDFilter for Cloudflare
2020-05-22 05:08:37 -07:00
Devon Mizelle
60d4ef229e
Allow ZoneIDFilter for Cloudflare
This commit _should_ help #1127. While users in the past were able to
define ZoneIDFilter for this provider, it did not actually do anything
under the hood.

In this case, we're changing Zones() to iterate over the provided
zoneIDs and return only those zones.

I would have also done this for domainFilter, but unfortunately the
CloudFlare API requires that in order to list zones (and find them by
name) that you have "all" permissions, which seems silly. After talking
to their support, this is probably the best way to do this.

Signed-off-by: James Callahan <jamescallahan@bitgo.com>
2020-05-21 22:28:55 +10:00
Kubernetes Prow Robot
609fab48f6
Merge pull request #1592 from clhuang/patch-1
Update Govcloud provider hosted zones
2020-05-21 01:00:36 -07:00
Calvin Huang
514c6e277a
update reference link with elb endpoints 2020-05-21 00:45:42 -07:00
Kubernetes Prow Robot
8387c93b71
Merge pull request #1483 from porscheinformatik/txt-suffix
add --txt-suffix feature
2020-05-21 00:38:36 -07:00
Kubernetes Prow Robot
faf2f12dcb
Merge pull request #1590 from dmayle/tcp_large_dns_master
Fix issue with too large DNS messages
2020-05-21 00:32:36 -07:00
Kubernetes Prow Robot
5b9d566c41
Merge pull request #1587 from tariq1890/upd_linode
use the latest linode go version
2020-05-21 00:30:36 -07:00
Calvin Huang
6f07ea5ea6
Update Govcloud provider hosted zones
Fixes https://github.com/kubernetes-sigs/external-dns/issues/1550;
https://docs.aws.amazon.com/general/latest/gr/rande.html#elb_region now has documentation for the Govcloud regions as well
2020-05-20 17:03:19 -07:00
Vladimir Smagin
d5f93b73d9
Merge branch 'master' into master 2020-05-21 01:24:23 +07:00
Douglas Mayle
785adeb6c1 Fix issue with too large DNS messages
This is an import of the fix for issue 10135 in the rancher fork of this
project ( rancher/rancher#10135 ).
2020-05-20 16:09:37 +02:00
Adam Stankiewicz
1806ade2c1 Fix scheduling of reconciliation 2020-05-19 17:26:12 +02:00
Tariq Ibrahim
a45126d88a
use the latest linode go version 2020-05-18 23:47:54 -07:00
Tariq Ibrahim
6c5eb30a72
remove some code duplication in gateway source 2020-05-18 14:10:39 -07:00
Kubernetes Prow Robot
4a45706209
Merge pull request #1584 from tariq1890/istio-client
use istio client-go and clean up k8s deps
2020-05-18 06:59:36 -07:00
Johannes Grumböck
6cb94432ca Use strings instead of regex for splitting 2020-05-18 07:15:49 +00:00
Vladimir Smagin
ae60b0cebe Add doc for Hetzner 2020-05-18 12:25:21 +07:00
Vladimir Smagin
b443483259 Merge branch 'master' of github.com:kubernetes-sigs/external-dns 2020-05-18 11:57:35 +07:00
Tariq Ibrahim
b1b46e7bec
use istio client-go and clean up k8s deps 2020-05-17 09:21:01 -07:00
Adam Stankiewicz
639db9f68f Merge branch 'master' into property-comparator 2020-05-16 22:36:23 +02:00
Kubernetes Prow Robot
3db7f993c9
Merge pull request #1542 from sheerun/fix-updates
Fix updates in CloudFlare provider
2020-05-16 10:25:36 -07:00
Adam Stankiewicz
5a6c37fa31 Merge branch 'master' into fix-updates 2020-05-16 17:17:54 +02:00
Adam Stankiewicz
a1ffcb6f8e Apply changes 2020-05-16 17:17:39 +02:00
Kubernetes Prow Robot
0f7fbec8aa
Merge pull request #1582 from kubernetes-sigs/raffo/new-maintainers
Add owners for cloudflare and coredns providers
2020-05-16 03:21:36 -07:00
Kubernetes Prow Robot
b0eaca1c73
Merge pull request #1569 from stevesloka/updateContourIngressRoute
update Contour IngressRoute deps
2020-05-16 02:37:36 -07:00
Raffaele Di Fazio
9c56df30f6 owners for cloudflare and coredns providers
Signed-off-by: Raffaele Di Fazio <difazio.raffaele@gmail.com>
2020-05-16 10:50:42 +02:00
Kubernetes Prow Robot
9e6d56ef53
Merge pull request #1568 from sheerun/faster-tests
Make tests faster
2020-05-16 01:43:36 -07:00
Stefan Lasiewski
1681d4944b
Improve documentation about rfc2126 TTLs
Now that `--rfc2136-min-ttl` is an option, show how to set it and also how to override it using an annotation.
2020-05-15 16:42:44 -07:00
Steve Sloka
5c565dace7 update Contour IngressRoute deps
Signed-off-by: Steve Sloka <slokas@vmware.com>
2020-05-14 15:07:34 -04:00
Matt Dennison
c74f22e123 test(ns1): minTTLSeconds changes 2020-05-14 10:40:16 -07:00
Matt Dennison
6176d8151d feat: ns1 min-ttl-seconds 2020-05-14 08:58:54 -07:00
Vladimir Smagin
41fa4d0263 fix for error report 2020-05-14 08:58:28 +07:00
Vladimir Smagin
f3c8694670 cleanup go mods 2020-05-14 08:58:28 +07:00
Vladimir Smagin
371b219d57 Update README.md 2020-05-14 08:56:19 +07:00
Vladimir Smagin
7aecb284e0 Add hetzner support (#1)
To run:

provide token HETZNER_TOKEN in ENV
set command line parameter --provider=hetzner
2020-05-14 08:56:19 +07:00
Matt Dennison
9e584fb15d chore: add minTTLSeconds 2020-05-13 15:58:23 -07:00
Johannes Grumböck
03db178dc7
Fix tests 2020-05-12 23:10:14 +02:00
Adam Stankiewicz
6e0abfaf42 Make tests faster by fast polling 2020-05-12 23:06:05 +02:00
Adam Stankiewicz
f008e894df Allow for custom property comparators
Fixes issue #1463

Co-authored-by: Alastair Houghton <alastair@alastairs-place.net>
2020-05-12 16:27:46 +02:00
Johannes Grumböck
d2ee19505b Removed commented testfunction 2020-05-12 13:35:59 +00:00
Johannes Grumböck
72d49c125c remediate lint staticcheck error 2020-05-12 13:35:59 +00:00
Johannes Grumböck
aab98ab4cd remediation of gofmt and gosimple linting errors 2020-05-12 13:35:59 +00:00
Johannes Grumböck
c80909f0e7 Added txt-suffix feature (rebased) 2020-05-12 13:35:40 +00:00
Omer Kahani
231fbeafcb change the order 2020-05-12 11:52:19 +03:00
Ilya Nemakov
b59298e780 External DNS should use ALIAS for AWS Global Accelerator 2020-05-12 11:34:53 +03:00
Adam Stankiewicz
884379e4b3 Fix tests 2020-05-11 20:49:11 +02:00