Kubernetes Prow Robot
|
1c1d9677b1
|
Merge pull request #1080 from dgrizzanti/vinyldns_provider
Add VinylDNS as a provider
|
2019-07-03 05:24:32 -07:00 |
|
Dave Grizzanti
|
3b4e207edf
|
Docs and small fix to find suitable zone
|
2019-07-01 16:53:50 -04:00 |
|
Dave Grizzanti
|
656ec36532
|
add domain filter for vinyl
|
2019-07-01 15:34:26 -04:00 |
|
Dave Grizzanti
|
de366f619f
|
fix README typo
|
2019-07-01 15:34:04 -04:00 |
|
twilfong
|
24e5529cc1
|
fix Cloudflare TestGroupByNameAndType to allow for different ordering in actual vs expected. (This shouldn't really be part of the PR, but it is intermitently breaking builds.)
|
2019-06-28 17:39:07 -07:00 |
|
twilfong
|
0a7c3ba271
|
minor format change to make travis linter happy
|
2019-06-28 17:07:37 -07:00 |
|
twilfong
|
fb861513e1
|
remove comment to make travis linter happy
|
2019-06-28 16:53:05 -07:00 |
|
twilfong
|
b337256bda
|
fix validateRecords() to allow for different ordering in actual vs expected
|
2019-06-28 16:30:59 -07:00 |
|
twilfong
|
305482528e
|
add test for creating records with dualstack AWS load balancer
|
2019-06-28 14:07:39 -07:00 |
|
twilfong
|
172747e578
|
add test for dualstack label to Ingress test
|
2019-06-28 10:40:58 -07:00 |
|
twilfong
|
efebfa2d7c
|
add tutorial for using alb-ingress-controller with ExternalDNS
|
2019-06-27 17:13:08 -07:00 |
|
twilfong
|
bafd7b22bb
|
small formatting change to make travis happy
|
2019-06-27 10:26:53 -07:00 |
|
chauquie
|
67b6c0ccc4
|
fix issue #1081 when merging multiple targets
|
2019-06-27 18:33:49 +02:00 |
|
Dave Grizzanti
|
5b28d7f7f3
|
Add VinylDNS as a provider
|
2019-06-27 11:07:21 -04:00 |
|
twilfong
|
d68d06f17c
|
add dualstack support for AWS provider with ALB ingress controllers
|
2019-06-26 18:05:22 -07:00 |
|
suman-ganta
|
e8459c2245
|
fixed testcases
fixed testcases to not dereference the zoneSummary records
|
2019-06-09 08:20:58 -07:00 |
|
Kubernetes Prow Robot
|
58c9b2e321
|
Merge pull request #1029 from arturo-c/fix-panic-crd
Fix panic on empty targets for custom resources.
|
2019-06-08 10:41:06 -07:00 |
|
suman-ganta
|
ad7b00a184
|
Merge pull request #1 from suman-ganta/oci_multi_zones_issue
fixed an issue with handling multiple oci zones
|
2019-06-07 23:56:14 -07:00 |
|
suman-ganta
|
7a67b48909
|
fixed an issue with handling multiple oci zones
having multiple zones as candidates results in discarding all of them but last one. Fixed that issue
|
2019-06-07 23:17:56 -07:00 |
|
Kubernetes Prow Robot
|
f20e2ed889
|
Merge pull request #1018 from mironov/external-services
Add support for ExternalName services
|
2019-06-07 09:15:57 -07:00 |
|
Kubernetes Prow Robot
|
7f766f6a3e
|
Merge pull request #1059 from cmattoon/835-fix
Fix for DomainFilter exclusions
|
2019-06-06 00:56:12 -07:00 |
|
Curtis Mattoon
|
6f543ecdfa
|
Fix issues #1055 #1056 #1057 introduced by #835
|
2019-06-05 21:44:26 -04:00 |
|
Curtis Mattoon
|
1328c29551
|
Fix test case for domain exclusions
|
2019-06-05 21:40:13 -04:00 |
|
Arturo Contreras
|
bde9957e48
|
Rename endPoint to endpoint for crd implementation.
|
2019-06-04 11:52:36 -06:00 |
|
Anton Mironov
|
6b91201420
|
Fix indentation
|
2019-06-04 17:09:48 +03:00 |
|
Nick Jüttner
|
c4dce019dd
|
Merge branch 'master' into external-services
|
2019-06-04 15:08:18 +02:00 |
|
Kubernetes Prow Robot
|
ed40405f12
|
Merge pull request #1023 from yverbin/602-nodeport-trafficpolicy
602 nodeport trafficpolicy
|
2019-06-04 05:47:13 -07:00 |
|
Kubernetes Prow Robot
|
0311cec78a
|
Merge pull request #1031 from simonswine/gcp-filter-by-zone-id-or-name
Google zones should be filter by their ID and Name
|
2019-06-04 05:43:05 -07:00 |
|
Kubernetes Prow Robot
|
7e6859101f
|
Merge pull request #835 from cmattoon/domain-filter
Add exclusions (negative DomainFilter)
|
2019-06-03 03:16:20 -07:00 |
|
Kubernetes Prow Robot
|
a312e8ef41
|
Merge pull request #1054 from mikkeloscar/update-aws-go-sdk
Update aws-go-sdk to be compatible with kube-aws-iam-controller
|
2019-06-03 00:32:13 -07:00 |
|
Mikkel Oscar Lyderik Larsen
|
58a8fe0dc4
|
Update aws-go-sdk to be compatible with kube-aws-iam-controller
Updates the aws-go-sdk dependency to latest release (`v1.19.41`) to be compatible with [kube-aws-iam-controller](https://github.com/mikkeloscar/kube-aws-iam-controller) (requires `>=v1.16.2`)
Ref: https://github.com/mikkeloscar/kube-aws-iam-controller/blob/master/docs/sdk-configuration.md#golang-aws-sdk
Signed-off-by: Mikkel Oscar Lyderik Larsen <mikkel.larsen@zalando.de>
|
2019-06-03 09:14:53 +02:00 |
|
Anton Mironov
|
7a593386c9
|
Add docs for ExternalName services
|
2019-05-29 15:49:20 +03:00 |
|
Kubernetes Prow Robot
|
78cda567a8
|
Merge pull request #1041 from gclawes/rfc2136-loglevel
Log RR adds/deletes as Info in provider/rfc2136
|
2019-05-28 04:29:55 -07:00 |
|
Kubernetes Prow Robot
|
844af888c2
|
Merge pull request #1039 from MiniJerome/docs/cloudflare-proxy-ttl
docs(cloudflare): set ttl annotation for cloudflare proxied entries to 1
|
2019-05-28 04:27:53 -07:00 |
|
Curtis Mattoon
|
409ebc7bd0
|
Move 'matchFilter' to a function
|
2019-05-22 15:48:43 -04:00 |
|
Curtis Mattoon
|
788df8ac84
|
Ensure case-insensitive matching
|
2019-05-22 15:37:06 -04:00 |
|
Curtis Mattoon
|
111ad4f72f
|
Add tests for DomainFilter.IsConfigured
|
2019-05-22 12:19:26 -04:00 |
|
Curtis Mattoon
|
4b1082eaa6
|
Add tests for provider/domain_filter
|
2019-05-22 12:19:25 -04:00 |
|
Curtis Mattoon
|
e23513ee4c
|
Adds DomainFilter.exclusions
|
2019-05-22 12:19:25 -04:00 |
|
Curtis Mattoon
|
63816deb81
|
Add Config.ExcludeDomains
|
2019-05-22 12:19:25 -04:00 |
|
Graeme Lawes
|
cbb5d25f93
|
Log RR adds/deletes as Info in provider/rfc2136
|
2019-05-21 19:25:34 -04:00 |
|
Kubernetes Prow Robot
|
7bf5e27954
|
Merge pull request #1034 from shasderias/patch/cloudflare-group-records
Fix CloudFlare provider to return a single endpoint for each name/type.
|
2019-05-21 07:34:50 -07:00 |
|
Kubernetes Prow Robot
|
84e0073b27
|
Merge pull request #1038 from dryewo/patch-2
Install ca-certificates
|
2019-05-21 06:18:44 -07:00 |
|
Jérôme Lecorvaisier
|
a98637aa02
|
docs(cloudflare): set ttl annotation for cloudflare proxied entries to 1
|
2019-05-20 22:38:58 -04:00 |
|
Arturo Contreras
|
5df90d6900
|
Add crd check for empty targets.
|
2019-05-20 09:29:25 -06:00 |
|
Dmitrii Balakhonskii
|
6e0407d1b9
|
Install ca-certificates
Related to #1037
|
2019-05-19 17:32:46 +02:00 |
|
Kubernetes Prow Robot
|
6b07f97eb2
|
Merge pull request #953 from dsbrng25b/infoblox-max-results
Add --infoblox-max-results setting
|
2019-05-19 03:35:11 -07:00 |
|
David Schneider
|
ccf3a2adc7
|
Update --infoblox-max-results parameter help text
Co-Authored-By: Raffaele Di Fazio <difazio.raffaele@gmail.com>
|
2019-05-19 12:13:16 +02:00 |
|
Kubernetes Prow Robot
|
d236f42f08
|
Merge pull request #1033 from tariq1890/dockerfile
sanitize dockerfiles for external-dns
|
2019-05-18 03:39:12 -07:00 |
|
Kubernetes Prow Robot
|
d38950ae66
|
Merge pull request #1032 from anandkumarpatel/empty-source
add empty source
|
2019-05-18 03:37:13 -07:00 |
|