4924 Commits

Author SHA1 Message Date
afirth
45886608db Expand the AWS tutorial with common args to mitigate rate limiting 2021-11-03 10:58:27 +01:00
Miheer Salunke
ab8a62045e In OCP when you have multiple ingress controllers the route's status Ingress object get populated with multiple router canonical names. So in this case, the external dns tries to add multiple CNAME records for same host in the same hosted zone which is a violation of RFC 1912  and therefore is rejected by standards-compliant DNS services.
This feature adds a router field to the OCP Route Source so that a user can add an ingress controller name in flag --ocp-router-name which will be used to pick up the respective routerCanonicalHostname from Route's Status Ingress Object.

Signed-off-by: Miheer Salunke <miheer.salunke@gmail.com>
2021-11-03 12:52:57 +10:00
Andrew Haines
e46c48f492
Add Istio permissions to cluster role 2021-11-02 14:36:11 +00:00
Kubernetes Prow Robot
4c66715a61
Merge pull request #2338 from adityask2/metric-addition
Changes to add 2 metrics to external-dns.
2021-10-28 10:06:27 -07:00
Aditya Kolhar
39d5b39e18 Changes to add metric to external-dns.
1. external_dns_controller_verified_records - No of DNS A-records that exists both in source and registry - Gauge Metric
2021-10-27 13:51:31 +05:30
Kubernetes Prow Robot
0fa419afda
Merge pull request #2402 from stevehipwell/chart-owners
Add chart owners
2021-10-26 08:57:32 -07:00
Steve Hipwell
abb432941a Add chart owners and improve chart ci
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
2021-10-26 08:23:51 +01:00
Alexandre Gaudreault
da98ef8768
doc(chart): add kubeVersion information 2021-10-25 10:15:11 -04:00
Dave Salisbury
b8cbd4bbf4 Merge remote-tracking branch 'origin/master' into ingress-class-filtering 2021-10-25 11:18:56 +11:00
Kubernetes Prow Robot
665ab3cf71
Merge pull request #2395 from stevehipwell/helm-chart-v0-10-1
Update helm chart to use v0.10.1
external-dns-helm-chart-1.4.0
2021-10-23 12:40:22 -07:00
Kubernetes Prow Robot
03b2622a1d
Merge pull request #2398 from kubernetes-sigs/raffo/revert-tzdata
Revert "Install tzdata, so that time zone information is available."
v0.10.1
2021-10-23 02:36:20 -07:00
Raffaele Di Fazio
3717aca74c Revert "Install tzdata, so that time zone information is available."
This reverts commit 5554e0529e723c27c2cb3d855f052c7075e20b81.
2021-10-23 08:55:09 +00:00
Steve Hipwell
b676d93de7 Update helm chart to use v0.10.1
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
2021-10-22 09:53:09 +01:00
Raffaele Di Fazio
1f62b72607 small change to release notes
Signed-off-by: GitHub <noreply@github.com>
2021-10-22 08:03:44 +00:00
Kubernetes Prow Robot
073d9d5f56
Merge pull request #2387 from alebedev87/gcp-project-autodetect-fail
GCP: handle failed project auto detection
2021-10-20 01:29:58 -07:00
Kubernetes Prow Robot
3756f60c47
Merge pull request #2258 from sagor999/ptr-support
Infoblox: add PTR record support
2021-10-20 01:13:58 -07:00
Kubernetes Prow Robot
0025410605
Merge pull request #2371 from arjunrn/moar-label-filter
Label filtering for Ingress, Service, Openshift Route sources
2021-10-20 00:59:58 -07:00
Devon Mizelle
d1d14d34ac PR Comment Fixes
* Bump cloudflare-go to 0.25.0
* Use a function for pointer booleans rather than hardcoding it.
2021-10-18 15:47:18 -04:00
Andrey Lebedev
d5eb1bf161 GCP: handle failed project auto detection 2021-10-18 21:34:08 +02:00
Kubernetes Prow Robot
d9f13101e7
Merge pull request #2379 from kubernetes-sigs/raffo/knolog
Use Raffo/knolog to fix spurious logs
2021-10-18 00:51:49 -07:00
Brett Polivka
85929ff034 [azure] remove dummy MSI_ENDPOINT 2021-10-18 01:37:04 +00:00
Raffaele Di Fazio
1f32bc3b10 change to Raffo/knolog
Signed-off-by: GitHub <noreply@github.com>
2021-10-16 17:47:42 +00:00
dependabot[bot]
c76e8f6966
build(deps): bump github.com/exoscale/egoscale from 0.73.2 to 0.80.1
Bumps [github.com/exoscale/egoscale](https://github.com/exoscale/egoscale) from 0.73.2 to 0.80.1.
- [Release notes](https://github.com/exoscale/egoscale/releases)
- [Changelog](https://github.com/exoscale/egoscale/blob/master/CHANGELOG.md)
- [Commits](https://github.com/exoscale/egoscale/compare/v0.73.2...v0.80.1)

---
updated-dependencies:
- dependency-name: github.com/exoscale/egoscale
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-14 16:56:13 +00:00
dependabot[bot]
5b976224e5
build(deps): bump github.com/gophercloud/gophercloud
Bumps [github.com/gophercloud/gophercloud](https://github.com/gophercloud/gophercloud) from 0.21.0 to 0.22.0.
- [Release notes](https://github.com/gophercloud/gophercloud/releases)
- [Changelog](https://github.com/gophercloud/gophercloud/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gophercloud/gophercloud/compare/v0.21.0...v0.22.0)

---
updated-dependencies:
- dependency-name: github.com/gophercloud/gophercloud
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-14 16:34:34 +00:00
Kubernetes Prow Robot
323e4dd65f
Merge pull request #2375 from svonliebenstein/fix-2348
Reintroduce glog-logrus
2021-10-14 08:43:18 -07:00
Samuel von Liebenstein
5cdb791a3c Reintroduce glog-logrus 2021-10-14 13:54:10 +02:00
Arjun Naik
d91b7e6b8f Label filtering for Ingress, Service, Openshift Route sources
Currently the `--label-filter` flag can only be used to filter CRDs
which match the label selector passed through that flag. This change
extends the functionality to the Ingress, Service and Openshift Route
type objects. When the flag is not specified the default value is
`labels.Everything()` which is an empty string, the same as before.
Annotation based filter is inefficient because the filtering has to be
done in the controller instead of the API server like with label
filtering.
2021-10-14 11:06:55 +02:00
Kubernetes Prow Robot
7574729937
Merge pull request #2372 from PascalBourdier/alpine-3.14-pull
Fix alpine vulnerabilities (part2)
2021-10-14 00:41:28 -07:00
Kubernetes Prow Robot
006418df30
Merge pull request #2366 from ari-becker/fix-cloudflare-update-log
Fix log message if a cloudflare update fails
2021-10-14 00:39:28 -07:00
Kubernetes Prow Robot
a0ad24a8d6
Merge pull request #2339 from kubernetes-sigs/dependabot/go_modules/github.com/Azure/go-autorest/autorest-0.11.21
build(deps): bump github.com/Azure/go-autorest/autorest from 0.11.20 to 0.11.21
2021-10-14 00:37:30 -07:00
Kubernetes Prow Robot
7d0c0a1d00
Merge pull request #2340 from kubernetes-sigs/dependabot/go_modules/github.com/vultr/govultr/v2-2.9.0
build(deps): bump github.com/vultr/govultr/v2 from 2.8.1 to 2.9.0
2021-10-14 00:35:28 -07:00
Pascal Bourdier
a19dc58786 Fix alpine vulnerabilities (part2)
update makefile according https://github.com/kubernetes-sigs/external-dns/pull/2213
2021-10-13 18:09:38 +02:00
Ari Becker
6c607b64e4
Fix log message if a cloudflare update fails
If a Cloudflare DNS record update fails, the log erroneously claimed
that it failed to delete the record. This fixes the log to claim that
it failed to update the record.

Signed-off-by: Ari Becker <ari-becker@users.noreply.github.com>
2021-10-12 15:56:35 +03:00
Kubernetes Prow Robot
3676ea0b79
Merge pull request #2361 from kubernetes-sigs/raffo-fix-2348
reintroduce klog replace
2021-10-11 01:04:37 -07:00
Raffaele Di Fazio
16286c19cd fix go.sum
Signed-off-by: GitHub <noreply@github.com>
2021-10-09 14:35:18 +00:00
Raffaele Di Fazio
abc5d81903 go.sum
Signed-off-by: GitHub <noreply@github.com>
2021-10-09 14:31:12 +00:00
Raffaele Di Fazio
b74de329b6 reintroduce klog replace
Signed-off-by: GitHub <noreply@github.com>
2021-10-09 14:25:51 +00:00
dependabot[bot]
d06cdb2cfd
build(deps): bump github.com/projectcontour/contour
Bumps [github.com/projectcontour/contour](https://github.com/projectcontour/contour) from 1.18.1 to 1.18.2.
- [Release notes](https://github.com/projectcontour/contour/releases)
- [Changelog](https://github.com/projectcontour/contour/blob/main/RELEASES.md)
- [Commits](https://github.com/projectcontour/contour/compare/v1.18.1...v1.18.2)

---
updated-dependencies:
- dependency-name: github.com/projectcontour/contour
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-07 07:47:35 +00:00
Nick Jüttner
f7e9e5c07e
Merge pull request #2355 from kubernetes-sigs/dependabot/go_modules/github.com/digitalocean/godo-1.69.1
build(deps): bump github.com/digitalocean/godo from 1.44.0 to 1.69.1
2021-10-07 09:26:49 +02:00
dependabot[bot]
8004abafcc
build(deps): bump github.com/digitalocean/godo from 1.44.0 to 1.69.1
Bumps [github.com/digitalocean/godo](https://github.com/digitalocean/godo) from 1.44.0 to 1.69.1.
- [Release notes](https://github.com/digitalocean/godo/releases)
- [Changelog](https://github.com/digitalocean/godo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/digitalocean/godo/compare/v1.44.0...v1.69.1)

---
updated-dependencies:
- dependency-name: github.com/digitalocean/godo
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-07 03:35:02 +00:00
Kubernetes Prow Robot
938ca77f4b
Merge pull request #2353 from Jonomir/master
helm chart respect registry value if not equal to txt
external-dns-helm-chart-1.3.2
2021-10-06 10:04:40 -07:00
Jonathan Romahn
3c39ea2e8f
Merge branch 'kubernetes-sigs:master' into master 2021-10-06 10:49:02 +02:00
Jonathan Romahn
8f9807ec24
bump chart version 2021-10-06 10:48:50 +02:00
Jonathan Romahn
599d791333
helm chart: respect registry value if != txt 2021-10-06 10:46:27 +02:00
Kubernetes Prow Robot
c050cbded6
Merge pull request #2285 from sgielen/fix/tzdata
Install tzdata, so that time zone information is available.
2021-10-06 01:44:34 -07:00
Kubernetes Prow Robot
6bccfc4981
Merge pull request #2351 from maxbrunet/hotfix/kustomize/watch-nodes
kustomize: Grant watch nodes instead of get
2021-10-06 01:00:33 -07:00
Kubernetes Prow Robot
b45c883324
Merge pull request #2352 from kubernetes-sigs/helm-registry-flag
Add registry as a flag for helm chart
external-dns-helm-chart-1.3.1
2021-10-06 00:46:33 -07:00
Nick Jüttner
5dd078a451 bump chart version 2021-10-06 09:10:42 +02:00
Nick Jüttner
a69a49e06f
Add registry as a flag for helm chart 2021-10-06 09:02:26 +02:00
Maxime Brunet
c7d749b565
kustomize: Grant watch nodes instead of get 2021-10-05 18:12:45 -07:00