- 20 Apr, 2018 1 commit
-
-
Anand Singh Kunwar authored
* Fixed PowerDNS provider bug affecting endpoint conversion to zone in a particular case * Added a regressive test case, covered an additional case PowerDNS provider bug: In the function ConvertEndpointsToZones, the endpoints are sorted lexicographically increasing (and by record type in case of match). The zones are sorted by decreasing order of length. There's a loop through of zones under which the code loops through endpoints. In the case the first endpoint does not match with the first zone, the complete zone won't get populated with any endpoints.
-
- 19 Apr, 2018 4 commits
-
-
Nick Jüttner authored
AWS: add support for AWS Network Load Balancers
-
-
Martin Linkhorst authored
-
Martin Linkhorst authored
-
- 18 Apr, 2018 7 commits
-
-
Nick Jüttner authored
-
Martin Linkhorst authored
-
Martin Linkhorst authored
-
Martin Linkhorst authored
-
Nick Jüttner authored
AWS: Allow to assume another role
-
Nick Jüttner authored
Inititial support for multiple targets per record
-
Martin Linkhorst authored
-
- 17 Apr, 2018 4 commits
-
-
Martin Linkhorst authored
-
Nick Jüttner authored
Add docs for pdns provider
-
Anhad Jai Singh authored
-
Nick Jüttner authored
RBAC permissions
-
- 16 Apr, 2018 3 commits
-
-
Nick Jüttner authored
-
Nick Jüttner authored
Add PDNS as a Provider
-
Anhad Jai Singh authored
Commit adds: * Implementation of PowerDNS as a provider * Tests for said implementation * github.com/ffledgling/pdns-go, which provides go client bindings for PowerDNS's HTTP API, as a dependency * "pdns" as an additional option for the `--provider` flag * `--pdns-server` and `--pdns-api-key` as additional flags for PowerDNS specific configuration
-
- 12 Apr, 2018 6 commits
-
-
Gary Kramlich authored
-
Gary Kramlich authored
-
Gary Kramlich authored
-
Martin Linkhorst authored
-
Nick Jüttner authored
-
Nick Jüttner authored
Add Foreign Cloud support to Azure Provider (#485)
-
- 05 Apr, 2018 2 commits
-
-
Nick Jüttner authored
-
Nick Jüttner authored
-
- 04 Apr, 2018 9 commits
-
-
Helgi Þormar Þorbjörnsson authored
* Add a flag that allows FQDN and Annotations to combine Old behaviour is kept by default, a new flag is introduced to combine instead of overwrite Fixes #218 * docs: add fqdn template combine to changelog
-
Martin Linkhorst authored
-
Robert Nemeti authored
-
Robert Nemeti authored
* for headless services use podip instead of hostip * docs: add hostIP to podIP switch to changelog
-
Martin Linkhorst authored
-
Helgi Þormar Þorbjörnsson authored
* Support a comma separated list for the FQDN template * Add documentation for comma separated FQDN templates * chore: add multiple fqdn templates to changelog
-
Raffaele Di Fazio authored
digitalocean: Fix handling of domain record names
-
Mikkel Oscar Lyderik Larsen authored
-
Seshadri Mahalingam authored
-
- 03 Apr, 2018 1 commit
-
-
Nick Jüttner authored
Update azure.md
-
- 27 Mar, 2018 1 commit
-
-
jmo808 authored
Added nginx-ingress information and made setting up AzureDNS with k8s on AKS or other providers easier to understand.
-
- 23 Mar, 2018 2 commits
-
-
Raffaele Di Fazio authored
Always build against latest stable version of golang
-
Raffaele Di Fazio authored
Fix typo for serviceAccountName in RBAC example
-