Skip to content

Merging master branch from kubernetes-sigs/external-dns#2

Open
nicolaelapteanu wants to merge 158 commits into
bechampion:IngressHostRegexfrom
nicolaelapteanu:master
Open

Merging master branch from kubernetes-sigs/external-dns#2
nicolaelapteanu wants to merge 158 commits into
bechampion:IngressHostRegexfrom
nicolaelapteanu:master

Conversation

@nicolaelapteanu
Copy link
Copy Markdown

Description

Fixes #ISSUE

Checklist

  • Unit tests updated
  • End user documentation updated

k0da and others added 30 commits May 13, 2021 17:03
Use config option instead of passing just A and CNAME

Signed-off-by: Dinar Valeev <dinar.valeev@absa.africa>
We were returning an error when the owner string was not found and this was causing the loop to quit. This is not ideal because it does not fetch the other records once it returns.
…/clouddns_visibility_filter

CloudDNS: Allow filtering for private and public zones
Fix managed-record-types option
8d6f29b commit breaks
TestWhenNoFilterControllerConsidersAllComain and
TestWhenMultipleControllerConsidersAllFilteredComain tests,
lets fix them

Signed-off-by: Dinar Valeev <dinar.valeev@absa.africa>
…mp-kustomize-1

bump kustomize version to v0.9.0
k8s-ci-robot and others added 29 commits October 6, 2021 00:46
…istry-flag

Add registry as a flag for helm chart
…ze/watch-nodes

kustomize: Grant watch nodes instead of get
Install tzdata, so that time zone information is available.
helm chart respect registry value if not equal to txt
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](digitalocean/godo@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>
…ot/go_modules/github.com/digitalocean/godo-1.69.1

build(deps): bump github.com/digitalocean/godo from 1.44.0 to 1.69.1
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: GitHub <noreply@github.com>
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>
…ot/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
…ot/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
…e-update-log

Fix log message if a cloudflare update fails
…14-pull

Fix alpine vulnerabilities (part2)
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.
Signed-off-by: GitHub <noreply@github.com>
…olog

Use Raffo/knolog to fix spurious logs
Label filtering for Ingress, Service, Openshift Route sources
…utodetect-fail

GCP: handle failed project auto detection
@nicolaelapteanu nicolaelapteanu changed the base branch from master to IngressHostRegex October 23, 2021 05:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.