4924 Commits

Author SHA1 Message Date
Bittrance
ae1c2fa892 Downgrade Azure provider "Failed to extract" log to debug
When running the Azure provider at default log level, this messages
is 1/min and is the only messge in the log. Debug seems more
reasonable and matches what Azure Private provider.
2021-03-20 01:09:11 +01:00
Timtor Chen
88917956fa
Update the usage of annotation-filter
Signed-off-by: Timtor Chen <to@timtor.dev>
2021-03-19 17:27:54 +08:00
Patrick Stählin
9729a53706 Fix CNAME update for hetzner provider
The name conditioning was applied twice which caused CNAMES to be
suffixed by a double '.'. This leads to the value being rejected by an
error 422 which is not returned as an error by the hcloud-dns library.
2021-03-18 19:57:55 +01:00
Brock Alberry
ecbcf27e35 remove double type definition 2021-03-18 18:12:53 +00:00
Brock Alberry
f9ad22cbbd
Merge branch 'master' into master 2021-03-18 14:05:18 -04:00
Kubernetes Prow Robot
030d86c201
Merge pull request #1693 from LuxChanLu/gloo-proxy
feat: add gloo proxy source
2021-03-18 07:51:19 -07:00
Kubernetes Prow Robot
87960f94ef
Merge pull request #1506 from KohlsTechnology/add-bluecat-provider
Add Initial BlueCat Provider Support
2021-03-18 07:45:19 -07:00
Kubernetes Prow Robot
ef04905cbb
Merge pull request #2015 from stovemeerkat/rfc2136-kerberos-realm
rfc2136: Add cli flag for Kerberos realm and improve tutorial
2021-03-18 07:41:19 -07:00
Kubernetes Prow Robot
ce59694c9e
Merge pull request #2012 from kundan2707/ingress-version
updated ingress apiVersion
2021-03-18 07:39:19 -07:00
stovemeerkat
098cedb7f9 docs: Update and improve tutorial for the RFC2136 provider 2021-03-18 12:28:31 +01:00
stovemeerkat
0b8e047d2e rfc2136: Add new flag to specify Kerberos realm for GSS-TSIG 2021-03-18 11:36:46 +01:00
Tim Curless
e20aea4d5f Add Initial BlueCat Provider Support
The new BlueCat provider uses the BlueCat API Gateway(REST API). Not
the legacy XML based BlueCat API.

https://github.com/bluecatlabs/gateway-workflows
2021-03-17 17:29:03 -05:00
Thibault Jamet
72b4b4f411
Add the ability to configure k8s event rate limit
Currently, the minimum delay between 2 kubernetes events handling is
hard-coded to 5s.

This may cause higher synchronization rates and higher DNS provider API
calls when handling an important number of kubernetes events at once.

Give the opportunity to configure this delay so service owners can
define the acceptable thresholds on their side
2021-03-16 11:59:00 +01:00
Kundan Kumar
e1cf5f88a7 updated ingress apiVersion 2021-03-16 12:42:30 +05:30
Kubernetes Prow Robot
e2cb36c070
Merge pull request #2007 from k0da/approval
Approve crd v1
2021-03-15 13:18:35 -07:00
Kubernetes Prow Robot
7569fa4ae5
Merge pull request #2011 from morremeyer/master
remove outdated provider list from FAQ, link to list in README
2021-03-13 05:45:04 -08:00
Morre
2476b3bbe1
remove outdated provider list from FAQ, link to list in README 2021-03-13 00:41:23 +01:00
Thomas Stig Jacobsen
ac01d16c89
Another bump to 1.16.2 2021-03-12 15:44:05 +01:00
Thibault Jamet
6b8035e0ad
Increase AWS pagination size
From measurements, AWS by default has pagination of 100 items per
page when listing hosted zone resources.

This increases the number of requests required to list all our zones,
and pushes a hard constraint on the rate limits.

From the experiments, it seems that on the server-side, there is a hard
limit of 300 elements per page, as per AWS documentation:
https://docs.aws.amazon.com/Route53/latest/APIReference/API_ListResourceRecordSets.html

> ListResourceRecordSets returns up to 300 resource record sets at a time in ASCII order,
> beginning at a position specified by the name and type elements

Hence raising the page size from 100 to 300 items would decrease by 3
the number of requests posted to Route53

We even set a higher limit so we can benefit from a lower number of
requests if ever AWS increases the hard limit of 300.
2021-03-12 12:01:50 +01:00
pg2000
ca3d3f81e2
feat: add move from dynectsoap to dynsoap 2021-03-12 06:59:46 +01:00
Thomas Stig Jacobsen
b1dd82e8ba
Further bump to 1.16.1 2021-03-11 14:22:41 +01:00
Brock Alberry
dad038b7f0 corrected flag help output 2021-03-10 16:19:57 +00:00
Brock Alberry
d0472db866 add realm flag validation 2021-03-10 14:41:02 +00:00
Dinar Valeev
add7a4102a Approve crd v1
All CRDs under k8s.io and kubernetes.io API groups should go through API
approval.

Signed-off-by: Dinar Valeev <dinar.valeev@absa.africa>
2021-03-10 11:36:18 +01:00
Kubernetes Prow Robot
e5fd13044f
Merge pull request #2001 from k0da/crd_v1
Switch to controller-gen for CRD generation and update CRD to apiextentions v1
2021-03-10 00:57:13 -08:00
Kubernetes Prow Robot
514576803c
Merge pull request #2004 from kundan2707/gss-tsig
external-dns configuration update
2021-03-10 00:55:13 -08:00
Kundan Kumar
6adbd4ec25 external-dns configuration update 2021-03-09 17:42:30 +05:30
pg2000
425e8773cc
feat: add move from dynectsoap to dynsoap 2021-03-09 11:29:52 +01:00
pg2000
ecc83973b0
feat: add move from dynectsoap to dynsoap 2021-03-09 11:28:20 +01:00
pg2000
277ddc274b
feat: move from dynectsoap to dynsoap 2021-03-09 11:22:42 +01:00
Thomas Stig Jacobsen
1c4d474440
Update to Go 1.16 2021-03-09 11:02:00 +01:00
Kubernetes Prow Robot
a66585bb5f
Merge pull request #2002 from lunarway/update-alpine-3-13-2
Bump alpine base image to 3.13
2021-03-09 00:41:00 -08:00
Kubernetes Prow Robot
6d995b13ca
Merge pull request #1999 from nmnellis/update-istio-libs
updated to latest Istio 1.7 libs
2021-03-09 00:35:01 -08:00
Thomas Stig Jacobsen
c97614906e
Using the minor version instead of the patch version 2021-03-09 09:31:16 +01:00
Thomas Stig Jacobsen
75bfb2c86e
Bump alpine base image to 3.13.2 2021-03-08 20:35:13 +01:00
Dinar Valeev
544d245464 Update apiextentions to v1
v1 is available since kubernetes 1.16, since then v1beta1 is deprecated
and will be dropped in kubernetes 1.22

Signed-off-by: Dinar Valeev <dinar.valeev@absa.africa>
2021-03-08 20:12:08 +01:00
Dinar Valeev
a143a6cd59 Generate CRD with controller-gen
Signed-off-by: Dinar Valeev <dinar.valeev@absa.africa>
2021-03-08 20:12:05 +01:00
Nick Nellis
df6ae8c15f updated to latest Istio 1.7 libs 2021-03-08 10:47:08 -06:00
Hugome
5221b1d525
feat: add gloo proxy source 2021-03-03 22:34:22 +01:00
Brock Alberry
fa857131c2 add krb5 realm support 2021-03-03 21:28:11 +00:00
Enrique Gonzalez
fd365034da
git: merge upstream master
Signed-off-by: Enrique Gonzalez <goga.enrique@gmail.com>
2021-03-03 12:05:11 +01:00
Kubernetes Prow Robot
a6c5f5b9c8
Merge pull request #1989 from kubernetes-sigs/raffo/drop-the-changelog
Delete CHANGELOG.md
2021-03-03 00:51:20 -08:00
Raffaele Di Fazio
7c82d15f33
Delete CHANGELOG.md 2021-03-03 09:40:30 +01:00
Kubernetes Prow Robot
057cae0d38
Merge pull request #1938 from Sh4d1/bump_scw_dns
Bump Scaleway DNS API to v2beta1
2021-03-02 12:09:21 -08:00
Kubernetes Prow Robot
2ac069a1a5
Merge pull request #1978 from kundan2707/update-image-version
update external-dns image versiona nd ingress api version
2021-02-26 10:58:15 -08:00
Kundan Kumar
2f220603a4 update external-dns image versiona nd ingress api version 2021-02-26 13:56:13 +05:30
Kubernetes Prow Robot
0f4b992d20
Merge pull request #1950 from polivbr/fix-virtualsvc-dup-endpoints
remove duplicate endpoints when processing VirtualService
2021-02-25 02:17:25 -08:00
Kubernetes Prow Robot
e2e90f338a
Merge pull request #1968 from dsalisbury/pdns-multiple-targets
Make Powerdns support rrsets with multiple records more smartly
2021-02-25 01:09:24 -08:00
Dave Salisbury
f4a1b675a9 pdns_test: update multiple/mixed record expected values 2021-02-25 17:49:20 +11:00
Dave Salisbury
94b8617889 pdns: create one endpoint per-rrset not one per-record
If you had an RRSet that contained multiple records, the provider would
end up generating multiple endpoints where really it needs to produce a
single endpoint with multiple targets.
2021-02-25 17:49:16 +11:00