- 22 Feb, 2018 1 commit
-
-
Nick Jüttner authored
* Fix docker build and delete vendor files which were not deleted * Fix docker build and delete vendor files which were not deleted * Add me as a owner * Fix docker build and delete vendor files which were not deleted
-
- 21 Feb, 2018 5 commits
-
-
Till Klocke authored
* Endpoint.Target is now Endpoint.Targets. This is its own type representing mutliple targets for a single DNS name while adding some convenience for sorting and comparing * Made everything compile and tests run through with the new Endpoint.Targets * The ingress source can now properly handle multiple target ips per host * Added custom conflict resolver, to better understand how conflict resolution has to work for me * My custom conflict resolver behaves a bit different than the PerResource resolver, therefore I needed to modify the expected test result Removed unnecessary FIXME * The ingress source now creates CNAME endpoints with multiple targets to let the DNS provider decide how to handle multiple CNAME targets. This could be interesting for weighted targets etc. * Adopted the expected results to the new way we create endpoints for CNAMEs * Removed Add method from Targets since manipulating the slice through h...
-
Nick Jüttner authored
* DigitalOcean creates entries with host in them twice * Unit test * DigitalOcean creates entries with host in them twice (#459) * docs: cleanup changelog a little
-
Nick Jüttner authored
* Using dep in travis to ensure all dependencies are installed * Using dep in travis to ensure all dependencies are installed * Using dep in travis to ensure all dependencies are installed * Using dep in travis to ensure all dependencies are installed
-
James Bowes authored
* Retrive all DNSimple response pages The DNSimple API is paginated. Retrive all pages when requesting zones and records, so that none are skipped. When querying for a single record, ask for it by name. That way, there will be fewer pages to iterate through. * docs: add pagination support for dnsimple to changelog
-
jvassev authored
* Graceful handling of misconfigure password for dyn If a bad password is given for provider "dyn" then the next login attempt is at least 30minutes apart. This prevents an account from being suspended. Improve validation of flags for dyn provider. Add test for ValidateConfig() and Config.String() Also add --dyn-min-ttl option which sets the lower limit of a record's TTL. Ignored if 0 (the default). * docs: add graceful handling of misconfiguration to changelog
-
- 19 Feb, 2018 1 commit
-
-
jvassev authored
* Don't log passwords on start The two passwords configurable as flags (for infoblox and dyn) are masked now and not logged. * docs: add masking sensitive data in logs to changelog
-
- 09 Feb, 2018 3 commits
-
-
Nick Jüttner authored
Typos
-
Nick Jüttner authored
Add Dyn Provider
-
Eike Herzbach authored
-
- 08 Feb, 2018 2 commits
-
-
Julian Vassev authored
* add "dyn" provider * add several --dyn-* args to configure Dyn login * add github.com/nesv/go-dynect/dynect@0.6.0 to Gopkg and vender/ (the client of choice by Terraform) * make externdns.Version public so it can be stored when committing zone changes * add tutorial for Ingress resources and update root README.md file Dyn REST API is documented here: https://help.dyn.com/dns-api-knowledge-base/ Example usage: external-dns \ --provider=dyn \ --dyn-customer-name=acme \ --dyn-username=acme-api \ --dyn-password=t0pS3cr3t \ --domain-filter=portal.acme.com \ --zone-id-filter=acme.com \ --namespace=my-test-ns \ --log-level=debug \ --txt-prefix=_
-
Nick Jüttner authored
Avoid missing pod hostname for headless service
-
- 31 Jan, 2018 1 commit
-
-
Tamal Saha authored
-
- 30 Jan, 2018 1 commit
-
-
Zach Arnold authored
* add paris region * adds test
-
- 26 Jan, 2018 3 commits
-
-
Martin Linkhorst authored
-
shane lee authored
* [aws-doc-update] docker image version and new arg aws-zone-type * changes after review * remove annotation for ingress * docs: modify docs according to suggestions
-
Søren Mathiasen authored
There were no documentation describing how to use the annotation-filter parameter
-
- 18 Jan, 2018 2 commits
-
-
Nick Jüttner authored
Switch from glide to dep
-
Nick Jüttner authored
Added TTL annotation check for azure records.
-
- 10 Jan, 2018 1 commit
-
-
Filip Ström authored
-
- 08 Jan, 2018 2 commits
-
-
Filip Ström authored
-
leigh schrandt authored
* provider=google: Improve Logging / Filter Endpoints 1. move dry-run exit after `separateChange()` 2. log records after `separateChange()` 3. make `newRecords()` a method of `GoogleProvider` — use `domainFilter.Match()` foreach `endpoint.DNSName` ^ without this, non-relevant endpoints show up in the warnings for “No matching zone” * provider=google: Add tests for domainFilter - new test: `TestGoogleRecordsFilter` - add no matching zone and filtered record to `TestGoogleApplyChanges` - allow `setupGoogleRecords` to createRecords without validateEndpoints * provider=google: Improve zone-matching logs - Add `DomainFilter.isConfigured()` - Conditionally log zone matching for the user based off of `DomainFilter.isConfigured()` - Rename `provider.newRecords()` to `provider.newFilteredRecords` * fix: ensure that our setup methods are correct by keeping the tests
-
- 06 Jan, 2018 1 commit
-
-
Brett Kochendorfer authored
-
- 05 Jan, 2018 3 commits
-
-
Corey O'Brien authored
* Update AWS private hosted zones in addition to public zone * Sort slices for consistent ordering in TestAWSSuitableZones * ref: use len to check for empty list of matched zones * feat: mention contributors in changelog * fix: move changelog entry to the unreleased section * fix: add one more missing attribution to the changelog
-
Martin Linkhorst authored
-
Aaron Crickenberger authored
-
- 21 Dec, 2017 2 commits
-
-
Yerken authored
* add first proposal version for multi target * update docs * remove todo, add how to do it for other providers
-
Aaron Crickenberger authored
Refer to kubernetes/community as authoritative source for code of conduct
-
- 20 Dec, 2017 1 commit
-
-
Valentyn Boginskey authored
* Add aws-zone-id flag * Add Zone ID filter * Update AWS provider and main * Make ZoneIDFilter generic * Implement ZoneIDFilter for all providers * Update CHANGELOG
-
- 14 Dec, 2017 1 commit
-
-
Yerken authored
* Make suitableType() be Endpoint method With this change it becomes possible to work with endpoint of empty type in packages other than "provider". Also it seems logical for a smart property getter without side effects to be a method rather than a function in different package * Make plan computation work correctly with multi-target domains * fix drawing * drop comments * fix boilerplate header * fix comment * fix the bug with empty map * rework registry to support random lables * serialize->serializeLabel function rename * golint for err variable naming * add additional test * add tests for current case where one resource can generate multiple endpoints * make labels have its own type, add serialization as a method * add comment for exported error * use greater rather than not equal zero * update changelog
-
- 10 Dec, 2017 1 commit
-
-
Fabian Topfstedt authored
Added a name value so make Kubernetes 1.8.5 work. Had this error before: ```The Service "nginx" is invalid: * spec.ports[0].name: Required value```
-
- 04 Dec, 2017 1 commit
-
-
Martin Linkhorst authored
-
- 01 Dec, 2017 2 commits
-
-
Martin Linkhorst authored
* chore: avoid shadowing package name * fix: use constant format in call to Sprintf * chore: try to make go1.9 work on travis
-
Xinghong Fang authored
* updated logrus and all other packages * re-glide and strip vendor in nested directories
-
- 28 Nov, 2017 1 commit
-
-
Martin Linkhorst authored
-
- 24 Nov, 2017 2 commits
-
-
Arttii authored
* Added HostPort feature docs * Fixed some typos
-
Henning Jacobs authored
-
- 22 Nov, 2017 2 commits
-
-
Henning Jacobs authored
-
Shane Starcher authored
* Add note about CNAME and txt the registry * Update README.md
-
- 20 Nov, 2017 1 commit
-
-
Henning Jacobs authored
-