Merging master branch from kubernetes-sigs/external-dns#2
Open
nicolaelapteanu wants to merge 158 commits into
Open
Merging master branch from kubernetes-sigs/external-dns#2nicolaelapteanu wants to merge 158 commits into
nicolaelapteanu wants to merge 158 commits into
Conversation
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.
…delete bluecat: improve test coverage
…/clouddns_visibility_filter CloudDNS: Allow filtering for private and public zones
Source: Deflake and Parallelize Tests
Fix managed-record-types option
8d6f29b commit breaks TestWhenNoFilterControllerConsidersAllComain and TestWhenMultipleControllerConsidersAllFilteredComain tests, lets fix them Signed-off-by: Dinar Valeev <dinar.valeev@absa.africa>
Fix controller tests
…mp-kustomize-1 bump kustomize version to v0.9.0
…deQL Add CodeQL support
…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>
…x-2348 reintroduce klog replace
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>
update makefile according kubernetes-sigs#2213
…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.
Reintroduce glog-logrus
Signed-off-by: GitHub <noreply@github.com>
…olog Use Raffo/knolog to fix spurious logs
Label filtering for Ingress, Service, Openshift Route sources
Infoblox: add PTR record support
…utodetect-fail GCP: handle failed project auto detection
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Fixes #ISSUE
Checklist