4924 Commits

Author SHA1 Message Date
Patrik Cyvoct
cece24dbc8
Use AdjustEndpoint method for Scaleway DNS
Signed-off-by: Patrik Cyvoct <patrik@ptrk.io>
2021-02-24 19:27:29 +01:00
Patrik Cyvoct
444f5d5a9d
Bump Scaleway DNS API to v2beta1
Signed-off-by: Patrik Cyvoct <patrik@ptrk.io>
2021-02-24 19:26:12 +01:00
Kubernetes Prow Robot
abbd2ef87a
Merge pull request #1969 from joshuastern/add-eu-south-1
Add support for aws eu-south-1 region
2021-02-19 02:40:25 -08:00
Joshua Stern
eba31ec0d8 Add support for aws eu-south-1 region 2021-02-18 12:54:33 -05:00
Brett Polivka
5146c6e7e1 rename appendIfMissing to appendUnique and add comment 2021-02-17 15:32:08 +00:00
Kubernetes Prow Robot
0d12207c2a
Merge pull request #1964 from kubernetes-sigs/raffo/fix-that-typo
Fix typo in scaleway provider
2021-02-17 01:13:06 -08:00
Kubernetes Prow Robot
5efb9baf5c
Merge pull request #1498 from drGrove/docker-cleanup
Cleanup Docker context and decrease build time
2021-02-17 01:11:06 -08:00
Kubernetes Prow Robot
aafb4bf569
Merge pull request #1960 from robselway/fix-1906
Prevent plan reporting endpoint target casing differences as a change
2021-02-17 01:05:06 -08:00
Raffaele Di Fazio
3826d236a6
Fix typo in scaleway provider 2021-02-17 10:00:08 +01:00
Kubernetes Prow Robot
6811dc6115
Merge pull request #1962 from brumhard/feature/treafikv2-helm-chart-option
Add info in FAQ on how to enable new traefik chart
2021-02-17 00:59:06 -08:00
brumhard
e39d09f7a6 Add info in FAQ on how to enable new traefik chart 2021-02-16 10:36:34 +01:00
Kubernetes Prow Robot
57ea816d62
Merge pull request #1946 from jeffspahr/master
Updated docs to reference the v0.7.6 image
2021-02-15 09:23:05 -08:00
Rob Selway
642744abac Revert "Cloudflare fix for deletion of entry with casing difference"
This reverts commit 261779c468c9600088c15290dfa20bfa1fdcb5fc.
2021-02-14 14:52:13 +00:00
Rob Selway
469f07eb8b Merge branch 'master' into fix-1906 2021-02-14 14:29:01 +00:00
Rob Selway
261779c468 Cloudflare fix for deletion of entry with casing difference 2021-02-14 13:44:36 +00:00
Rob Selway
091b8a8f82 Plan test for ignoring case when comparing targets 2021-02-14 13:41:38 +00:00
Rob Selway
0a9daa9e9b Case insensitivity when comparing targets 2021-02-14 13:40:25 +00:00
Kubernetes Prow Robot
38da5fdc22
Merge pull request #1924 from Fred78290/godaddy
Godaddy
2021-02-12 01:22:47 -08:00
Kubernetes Prow Robot
455467c5d9
Merge pull request #1951 from scottd018/feature-add_rfc3645_support_fixup
Add RFC3645 support for secure updates with GSS-TSIG
2021-02-12 01:16:47 -08:00
Enrique Gonzalez
e3c14b5490
refactor: regexp types for filter and add tests 2021-02-10 12:38:57 +01:00
Danny Grove
2226e00bd6
Cleanup Docker context and decrease build time
This is based off the work found in #1307 that was never merged. It
moves around the install and copy of certain conponents to take better
advantage of the Docker cache ad well as drops running tests during the
build of the image.

The reason for dropping tests is to improve build time and as running
tests within the build while they're already being run in CI seems like
an unnecessary added tax.

Signed-off-by: Danny Grove <danny@drgrovellc.com>
2021-02-08 00:42:26 -08:00
Dustin Scott
1e4c1e299d Add RFC3645 support for secure updates with GSS-TSIG 2021-02-05 08:40:31 -06:00
Jeff Spahr
d3577a1e17 fixed sed being too eager on kube-ingress-aws 2021-02-04 22:48:43 -05:00
Jeff Spahr
eaf933328f updated docs to reference the v0.7.6 image 2021-02-04 22:29:38 -05:00
Jeff Spahr
a203da9abf updated docs to reference the v0.7.6 image 2021-02-04 22:27:31 -05:00
Brett Polivka
eb7c8491cb remove duplicate endpoints when processing VirtualService 2021-02-04 20:56:55 +00:00
Kubernetes Prow Robot
44288212d8
Merge pull request #1939 from kubernetes-sigs/raffo/fix-1936
Corrects broken links in alb-ingress tutorial
2021-02-03 00:48:29 -08:00
Eric R. Rath
e3feec4c8f
Merge branch 'master' into oci-auth-instance-principal 2021-01-30 17:41:58 -08:00
fboltz
f7f90733ce Merge remote-tracking branch 'kubernetes-sigs/master' into godaddy 2021-01-30 10:22:48 +01:00
Kubernetes Prow Robot
ae1054519c
Merge pull request #1859 from Sh4d1/scaleway_cname
fix(scaleway): only use absolute CNAMEs
2021-01-28 00:21:07 -08:00
Raffaele Di Fazio
b65b945e27
corrects broken links in alb-ingress tutorial 2021-01-28 09:17:37 +01:00
Kubernetes Prow Robot
9759d6b1de
Merge pull request #1642 from datawire/inercia/ambassador_host
Support Ambassador Host resources as sources
2021-01-28 00:09:08 -08:00
Patrik Cyvoct
94be444f5d
fix(scaleway): only use absolute CNAMEs
Signed-off-by: Patrik Cyvoct <patrik@ptrk.io>
2021-01-28 07:09:33 +01:00
Alvaro Saurin
6eeef96b14 Support Ambassador Host resources as sources
Ambassador can be configured with `Host` resources (based on the
`Host` CRD) for defining the external DNS host name.

This code adds a new source, `ambassador-host`, that looks for the
`ambassador/ambassador` Service and and uses the `hostname` from the
`Host` resource.

Signed-off-by: Alvaro Saurin <alvaro.saurin@gmail.com>
Signed-off-by: Flynn <flynn@datawire.io>
2021-01-27 12:47:10 -05:00
Kubernetes Prow Robot
fce02fb82a
Merge pull request #1914 from vanekjar/SRV-fix-port
Correct format of SRV record for NodePort
2021-01-27 01:25:40 -08:00
Kubernetes Prow Robot
c47ac9ba46
Merge pull request #1912 from sfc-gh-jelsesiy/azure-private-dns
Refactor azure private dns auth
2021-01-21 10:57:02 -08:00
Jonas-Taha El Sesiy
ec8263dc11
Address review comments 2021-01-21 09:51:32 -08:00
fboltz
2822905799 Merge remote-tracking branch 'kubernetes-sigs/master' 2021-01-20 15:21:41 +01:00
Frederic BOLTZ
db648acfd3
Update pkg/apis/externaldns/types.go
Co-authored-by: Nick Jüttner <nick@juni.io>
2021-01-19 14:32:20 +01:00
Frederic BOLTZ
6e3c8ef1a4
Update pkg/apis/externaldns/types.go
Co-authored-by: Nick Jüttner <nick@juni.io>
2021-01-19 14:32:05 +01:00
Frederic BOLTZ
33e53edcd4
Update main.go
Co-authored-by: Nick Jüttner <nick@juni.io>
2021-01-19 14:31:47 +01:00
Frederic BOLTZ
02acef614d
Update docs/tutorials/godaddy.md
Co-authored-by: Nick Jüttner <nick@juni.io>
2021-01-19 14:30:57 +01:00
Frederic BOLTZ
85e048d4c9
Update docs/tutorials/godaddy.md
Co-authored-by: Nick Jüttner <nick@juni.io>
2021-01-19 14:30:47 +01:00
Frederic BOLTZ
bf6641d973
Update docs/tutorials/godaddy.md
Co-authored-by: Nick Jüttner <nick@juni.io>
2021-01-19 14:30:34 +01:00
Kubernetes Prow Robot
630893d787
Merge pull request #1925 from timyinshi/modifyerrorurl
modify the error url of external-dns rbac
2021-01-17 23:29:43 -08:00
timyinshi
bc10232ad7
modify the error url of external-dns rbac
Signed-off-by: timyinshi <shiguangyin@inspur.com>
2021-01-18 12:10:44 +08:00
fboltz
6fdfa0d277 FIX: make golangci-lint happy 2021-01-17 19:28:13 +01:00
fboltz
0805acf594 Update go.mod 2021-01-17 17:53:34 +01:00
fboltz
4509f727cd FIX: Set TTL value 2021-01-17 17:53:25 +01:00
fboltz
d3c30919ba Merge branch 'master' into godaddy 2021-01-17 17:30:50 +01:00