59 Commits

Author SHA256 Message Date
d01c373a6a Accepting request 1303761 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1303761
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coredns?expand=0&rev=25
2025-09-11 12:41:34 +00:00
0027844e02 - Update to version 1.12.4:
* bump deps
  * fix(transfer): goroutine leak on axfr err (#7516)
  * plugin/etcd: fix import order for ttl test (#7515)
  * fix(grpc): check proxy list length in policies (#7512)
  * fix(https): propagate HTTP request context (#7491)
  * fix(plugin): guard nil lookups across plugins (#7494)
  * lint: add missing prealloc to backend lookup test (#7510)
  * fix(grpc): span leak on error attempt (#7487)
  * test(plugin): improve backend lookup coverage (#7496)
  * lint: enable prealloc (#7493)
  * lint: enable durationcheck (#7492)
  * Add Sophotech to adopters list (#7495)
  * plugin: Use %w to wrap user error (#7489)
  * fix(metrics): add timeouts to metrics HTTP server (#7469)
  * chore(ci): restrict token permissions (#7470)
  * chore(ci): pin workflow dependencies (#7471)
  * fix(forward): use netip package for parsing (#7472)
  * test(plugin): improve test coverage for pprof (#7473)
  * build(deps): bump github.com/go-viper/mapstructure/v2 (#7468)
  * plugin/file: fix label offset problem in ClosestEncloser (#7465)
  * feat(trace): migrate dd-trace-go v1 to v2 (#7466)
  * test(multisocket): deflake restart by using a fresh port and coordinated cleanup (#7438)
  * chore: update Go version to 1.24.6 (#7437)
  * plugin/header: Remove deprecated syntax (#7436)
  * plugin/loadbalance: support prefer option (#7433)
  * Improve caddy.GracefulServer conformance checks (#7416)

- Update to version 1.12.3:
  * chore: Minor changes to `Dockerfile` (#7428)

OBS-URL: https://build.opensuse.org/package/show/devel:kubic/coredns?expand=0&rev=56
2025-09-11 07:01:52 +00:00
1a39a165a9 Accepting request 1274338 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1274338
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coredns?expand=0&rev=24
2025-05-05 20:27:51 +00:00
af2907dccc - Added patch fixquic-go.patch
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/coredns?expand=0&rev=54
2025-05-05 06:22:37 +00:00
5b3d0e3b7c - Backported quic-go PR #5094: Fix parsing of ifindex from packets
to ensure compatibility with big-endian architectures 
   (see quic-go/quic-go#4978, coredns/coredns#6682).
-  This patch can be removed with the next quic-go release.

OBS-URL: https://build.opensuse.org/package/show/devel:kubic/coredns?expand=0&rev=53
2025-05-05 06:13:54 +00:00
62a1acd72a Accepting request 1266201 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1266201
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coredns?expand=0&rev=23
2025-04-02 15:14:39 +00:00
291fd470ae - dropped obscpio generation from _service
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/coredns?expand=0&rev=51
2025-04-01 14:23:02 +00:00
0a9c791c2e - Update to version 1.12.1:
* core: Increase CNAME lookup limit from 7 to 10 (#7153)
  * plugin/kubernetes: Fix handling of pods having DeletionTimestamp set
  * plugin/kubernetes: Revert "only create PTR records for endpoints with 
    hostname defined"
  * plugin/forward: added option failfast_all_unhealthy_upstreams to return 
    servfail if all upstreams are down
  * bump dependencies, fixing bsc#1239294 and bsc#1239728

OBS-URL: https://build.opensuse.org/package/show/devel:kubic/coredns?expand=0&rev=50
2025-04-01 10:45:55 +00:00
311c8f632a Accepting request 1227043 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1227043
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coredns?expand=0&rev=22
2024-11-28 21:42:52 +00:00
e13b18f3ef - Update to version 1.12.0:
* New multisocket plugin - allows CoreDNS to listen on multiple sockets
  * bump deps

OBS-URL: https://build.opensuse.org/package/show/devel:kubic/coredns?expand=0&rev=48
2024-11-28 07:16:24 +00:00
9a3651d2ae Accepting request 1225138 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1225138
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coredns?expand=0&rev=21
2024-11-19 21:24:15 +00:00
871135fd2e - Update to version 1.11.4:
* forward plugin: new option next, to try alternate upstreams when receiving
    specified response codes upstreams on (functions like the external plugin 
    alternate)
  * dnssec plugin: new option to load keys from AWS Secrets Manager
  * rewrite plugin: new option to revert EDNS0 option rewrites in responses

OBS-URL: https://build.opensuse.org/package/show/devel:kubic/coredns?expand=0&rev=46
2024-11-19 15:47:26 +00:00
f00ebb280d Accepting request 1222978 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1222978
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coredns?expand=0&rev=20
2024-11-09 19:58:47 +00:00
dd0958e7ab - Update to version 1.11.3+git129.387f34d:
* fix CVE-2024-51744 (https://bugzilla.suse.com/show_bug.cgi?id=1232991)
    build(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 (#6955)
  * core: set cache-control max-age as integer, not float (#6764)
  * Issue-6671: Fixed the order of plugins. (#6729)
  * `root`: explicit mark `dnssec` support (#6753)
  * feat: dnssec load keys from AWS Secrets Manager (#6618)
  * fuzzing: fix broken oss-fuzz build (#6880)
  * Replace k8s.io/utils/strings/slices by Go stdlib slices (#6863)
  * Update .go-version to 1.23.2 (#6920)
  * plugin/rewrite: Add "revert" parameter for EDNS0 options (#6893)
  * Added OpenSSF Scorecard Badge (#6738)
  * fix(cwd): Restored backwards compatibility of Current Workdir (#6731)
  * fix: plugin/auto: call OnShutdown() for each zone at its own OnShutdown() (#6705)
  * feature: log queue and buffer memory size configuration (#6591)
  * plugin/bind: add zone for link-local IPv6 instead of skipping (#6547)
  * only create PTR records for endpoints with hostname defined (#6898)
  * fix: reverter should execute the reversion in reversed order (#6872)
  * plugin/etcd: fix etcd connection leakage when reload (#6646)
  * kubernetes: Add useragent (#6484)
  * Update build (#6836)
  * Update grpc library use (#6826)
  * Bump go version from 1.21.11 to 1.21.12 (#6800)
  * Upgrade antonmedv/expr to expr-lang/expr (#6814)
  * hosts: add hostsfile as label for coredns_hosts_entries (#6801)
  * fix TestCorefile1 panic for nil handling (#6802)

OBS-URL: https://build.opensuse.org/package/show/devel:kubic/coredns?expand=0&rev=44
2024-11-09 14:48:06 +00:00
c75b9e7492 Accepting request 1202018 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1202018
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coredns?expand=0&rev=19
2024-09-19 19:18:26 +00:00
ca2fd61e9f - Update to version 1.11.3:
* optimize the performance for high qps (#6767)
  * bump deps
  * Fix zone parser error handling (#6680)
  * Add alternate option to forward plugin (#6681)
  * fix: plugin/file: return error when parsing the file fails (#6699)
  * [fix:documentation] Clarify autopath README (#6750)
  * Fix outdated test (#6747)
  * Bump go version from 1.21.8 to 1.21.11 (#6755)
  * Generate zplugin.go correctly with third-party plugins (#6692)
  * dnstap: uses pointer receiver for small response writer (#6644)
  * chore: fix function name in comment (#6608)
  * [plugin/forward] Strip local zone from IPV6 nameservers (#6635)

OBS-URL: https://build.opensuse.org/package/show/devel:kubic/coredns?expand=0&rev=42
2024-09-19 14:32:57 +00:00
dd46b85388 Accepting request 1166581 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1166581
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coredns?expand=0&rev=18
2024-04-10 15:49:45 +00:00
Richard Brown
c6303a8efb Accepting request 1166341 from home:amanzini:branches:devel:kubic
- Update to upstream head (git commit #5a52707):
  * bump deps to address security issue CVE-2024-22189
  * Return RcodeServerFailure when DNS64 has no next plugin (#6590)
  * add plusserver to adopters (#6565)
  * Change the log flags to be a variable that can be set prior to calling Run (#6546)
  * Enable Prometheus native histograms (#6524)
  * forward: respect context (#6483)
  * add client labels to k8s plugin metadata (#6475)
  * fix broken link in webpage (#6488)
  * Repo controlled Go version (#6526)
  * removed the mutex locks with atomic bool (#6525)
- testsuite run during build (2 tests are skipped due to network requirement)
- note: 1.11.2 was briefly tagged/released and then revoked https://github.com/coredns/coredns/issues/6454

OBS-URL: https://build.opensuse.org/request/show/1166341
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/coredns?expand=0&rev=40
2024-04-10 07:26:34 +00:00
2b5346a0f2 Accepting request 1152020 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1152020
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coredns?expand=0&rev=17
2024-02-27 21:48:12 +00:00
b5794346cb Accepting request 1152018 from home:amanzini:branches:devel:kubic
- Update to version 1.11.2:
  * bump dependencies
  * rewrite: fix multi request concurrency issue in cname rewrite  (#6407)
  * plugin/tls: respect the path specified by root plugin (#6138)
  * plugin/auto: warn when auto is unable to read elements of the directory tree (#6333)
  * fix: make the codeowners link relative (#6397)
  * plugin/etcd: the etcd client adds the DialKeepAliveTime parameter (#6351)
  * plugin/cache: key cache on Checking Disabled (CD) bit (#6354)
  * Use the correct root domain name in the proxy plugin's TestHealthX tests (#6395)
  * Add PITS Global Data Recovery Services as an adopter (#6304)
  * Handle UDP responses that overflow with TC bit with test case (#6277)
  * plugin/rewrite: add rcode as a rewrite option (#6204)
- Dropped patch fix-CVE-2024-0874.patch as already included in upstream

OBS-URL: https://build.opensuse.org/request/show/1152018
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/coredns?expand=0&rev=38
2024-02-27 07:13:06 +00:00
377e467b1b Accepting request 1141493 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1141493
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coredns?expand=0&rev=16
2024-01-25 17:42:03 +00:00
5806d43f95 Accepting request 1141491 from home:amanzini:branches:devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1141491
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/coredns?expand=0&rev=36
2024-01-25 11:15:47 +00:00
caf2af8d6c Accepting request 1141486 from home:amanzini:branches:devel:kubic
- Added patch fix-CVE-2024-0874.patch to fix CVE-2024-0874: coredns: CD bit response is cached and served later

OBS-URL: https://build.opensuse.org/request/show/1141486
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/coredns?expand=0&rev=35
2024-01-25 11:07:31 +00:00
23e68d8d6b Accepting request 1116066 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1116066
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coredns?expand=0&rev=15
2023-10-06 19:14:39 +00:00
Richard Brown
8fac89a6d4 Accepting request 1112172 from home:amanzini:branches:devel:kubic
- Update to version 1.11.1:
  * Revert “plugin/forward: Continue waiting after receiving malformed responses
  * plugin/dnstap: add support for “extra” field in payload
  * plugin/cache: fix keepttl parsing
- Update to version 1.11.0:
  * Adds support for accepting DNS connections over QUIC (doq).
  * Adds CNAME target rewrites to the rewrite plugin.
  * Plus many bug fixes, and some security improvements.
  * This release introduces the following backward incompatible changes:
   + In the kubernetes plugin, we have dropped support for watching Endpoint and Endpointslice v1beta, 
     since all supported K8s versions now use Endpointslice.
   + The bufsize plugin changed its default size limit value to 1232
   + Some changes to forward plugin metrics.
- Update to version 1.10.1:
  * Corrected architecture labels in multi-arch image manifest
  * A new plugin timeouts that allows configuration of server listener timeout durations
  * acl can drop queries as an action
  * template supports creating responses with extended DNS errors
  * New weighted policy in loadbalance
  * Option to serve original record TTLs from cache

OBS-URL: https://build.opensuse.org/request/show/1112172
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/coredns?expand=0&rev=33
2023-10-06 13:39:42 +00:00
2876ea4152 Accepting request 1034544 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1034544
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coredns?expand=0&rev=14
2022-11-09 11:57:15 +00:00
Richard Brown
0657626a8f Accepting request 1032675 from home:amanzini:branches:devel:kubic
- Update to version 1.10.0:
	* core: add log listeners for k8s_event plugin (#5451)
	* core: log DoH HTTP server error logs in CoreDNS format (#5457)
	* core: warn when domain names are not in RFC1035 preferred syntax (#5414)
	* plugin/acl: add support for extended DNS errors (#5532)
	* plugin/bufsize: do not expand query UDP buffer size if already set to a smaller value (#5602)
	* plugin/cache: add cache disable option (#5540)
	* plugin/cache: add metadata for wildcard record responses (#5308)
	* plugin/cache: add option to adjust SERVFAIL response cache TTL (#5320)
	* plugin/cache: correct responses to Authenticated Data requests (#5191)
	* plugin/dnstap: add identity and version support for the dnstap plugin (#5555)
	* plugin/file: add metadata for wildcard record responses (#5308)
	* plugin/forward: enable multiple forward declarations (#5127)
	* plugin/forward: health_check needs to normalize a specified domain name (#5543)
	* plugin/forward: remove unused coredns_forward_sockets_open metric (#5431)
	* plugin/header: add support for query modification (#5556)
	* plugin/health: bypass proxy in self health check (#5401)
	* plugin/health: don't go lameduck when reloading (#5472)
	* plugin/k8s_external: add support for PTR requests (#5435)
	* plugin/k8s_external: resolve headless services (#5505)
	* plugin/kubernetes: make kubernetes client log in CoreDNS format (#5461)
	* plugin/ready: reset list of readiness plugins on startup (#5492)
	* plugin/rewrite: add PTR records to supported types (#5565)
	* plugin/rewrite: fix a crash in rewrite plugin when rule type is missing (#5459)
	* plugin/rewrite: fix out-of-index issue in rewrite plugin (#5462)
	* plugin/rewrite: support min and max TTL values (#5508)
	* plugin/trace : make zipkin HTTP reporter more configurable using Corefile (#5460)
	* plugin/trace: read trace context info from headers for DOH (#5439)
	* plugin/tsig: add new plugin TSIG for validating TSIG requests and signing responses (#4957)
	* core: update gopkg.in/yaml.v3 to fix CVE-2022-28948

OBS-URL: https://build.opensuse.org/request/show/1032675
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/coredns?expand=0&rev=31
2022-11-08 13:26:54 +00:00
10e8d596f4 Accepting request 861696 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/861696
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coredns?expand=0&rev=13
2021-01-19 15:01:30 +00:00
Richard Brown
bfc30543e2 Accepting request 861670 from home:RBrownSUSE:branches:devel:kubic
- Update to version 1.8.0:
  * release: up version to 1.8.0 (#4225)
  * add default reviewers for circleci config (#4222)
  * auto go mod tidy
  * build(deps): bump github.com/miekg/dns from 1.1.33 to 1.1.34 (#4217)
  * auto go mod tidy
  * build(deps): bump github.com/aws/aws-sdk-go from 1.35.7 to 1.35.9 (#4213)
  * build(deps): bump github.com/prometheus/client_golang (#4214)
  * build(deps): bump gopkg.in/DataDog/dd-trace-go.v1 from 1.27.0 to 1.27.1 (#4212)
  * auto make -f Makefile.doc
  * plugin/autopath: slightly tweaks the docs (#4188)
  * cache: do the msg copy right (#4207)
  * reduce sleeps (#4205)
  * Add #4171 in notes (#4204)
  * notes: update with latest (#4203)
  * deps: bump miekg/dns to new version (#4201)
  * plugin/transfer: remove duplicate code (#4200)
  * plugin/cache: fix removing OPT (#4190)
  * notes: add dnstap PR (#4197)
  * [plugin][trace] - Have a consistent spanName (#4171)
  * auto make -f Makefile.doc
  * plugin/dnstap: various cleanups (#4179)
  * auto go mod tidy
  * build(deps): bump github.com/Azure/go-autorest/autorest/azure/auth (#4195)
  * auto go mod tidy
  * build(deps): bump github.com/aws/aws-sdk-go from 1.35.2 to 1.35.7 (#4191)
  * auto go mod tidy
  * build(deps): bump github.com/cenkalti/backoff/v4 from 4.0.2 to 4.1.0 (#4192)
  * build(deps): bump github.com/miekg/dns from 1.1.31 to 1.1.32 (#4193)
  * build(deps): bump github.com/Azure/go-autorest/autorest (#4194)
  * notes: more PR and clarify backwards incompat changes (#4185)
  * core: fix crash with no plugins (#4184)
  * fix alpn for http/2 upgrade when using DoH (#4182)
  * auto go mod tidy
  * build(deps): bump gopkg.in/DataDog/dd-trace-go.v1 from 1.26.0 to 1.27.0 (#4177)
  * auto go mod tidy
  * build(deps): bump github.com/Azure/go-autorest/autorest (#4176)
  * build(deps): bump github.com/aws/aws-sdk-go from 1.34.32 to 1.35.2 (#4175)
  * build(deps): bump github.com/dnstap/golang-dnstap from 0.2.1 to 0.2.2 (#4174)
  * fix lameduck docs (#4169)
  * More 1.8.0 notes updates: add latest merged PRs (#4168)
  * dont return 200 during shutdown (#4167)
  * plugins/auto: allow fallthrough if no zone match (#4166)
  * update README examples to use transfer plugins (#4163)
  * doh support: make no TLS config fatal (#4162)
  * Add proto and remote tags to trace plugin (#4159)
  * update 1.8.0 notes (#4156)
  * plugin/cache: Fix filtering (#4148)
  * auto go mod tidy
  * build(deps): bump github.com/aws/aws-sdk-go from 1.34.22 to 1.34.32 (#4153)
  * build(deps): bump k8s.io/client-go from 0.19.1 to 0.19.2 (#4150)
  * build(deps): bump github.com/prometheus/common from 0.13.0 to 0.14.0 (#4149)
  * Add notes for next 1.8.0 release (#4143)
  * auto make -f Makefile.doc
  * Cherry-pick: Implement notifies for transfer plugin (#3972) (#4142)
  * auto go mod tidy
  * For caddy v1 in our org (#4018)
  * goreport card fixes (#4139)
  * coredns: bump version to 1.7.1 (#4136)
  * plugin/hosts: make hosts plugin cursive (#4131)
  * cache: default to DNSSEC (#4085)
  * notes: update 1.7.1 (#4128)
  * auto go mod tidy
  * bump prometheus with zipkin (#4109)
  * plugin/forward: fix panic when `expire` is configured as 0s (#4115)
  * auto go mod tidy
  * build(deps): bump github.com/aws/aws-sdk-go from 1.34.18 to 1.34.22 (#4118)
  * auto make -f Makefile.doc
  * plugin/forward: add hit/miss metrics for connection cache (#4114)
  * auto go mod tidy
  * build(deps): bump k8s.io/client-go from 0.19.0 to 0.19.1 (#4120)
  * auto go mod tidy
  * build(deps): bump github.com/farsightsec/golang-framestream (#4117)
  * auto go mod tidy
  * build(deps): bump github.com/Azure/go-autorest/autorest/azure/auth (#4124)
  * plugin/trace: fix struct allignment (#4112)
  * plugin/forward: init ClientSessionCache in tls.Config (#4108)
  * auto go mod tidy
  * build(deps): bump github.com/dnstap/golang-dnstap from 0.2.0 to 0.2.1 (#4107)
  * auto go mod tidy
  * build(deps): bump github.com/aws/aws-sdk-go from 1.34.13 to 1.34.18 (#4105)
  * Fix trailing whitespace (#4103)
  * Fix some typos in comments. (#4100)
  * clouddns,route53: fix lingering goroutines after restart (#4096)
  * auto go mod tidy
  * build(deps): bump github.com/aws/aws-sdk-go from 1.34.5 to 1.34.13 (#4092)
  * auto go mod tidy
  * build(deps): bump k8s.io/client-go from 0.18.8 to 0.19.0 (#4095)
  * auto go mod tidy
  * build(deps): bump github.com/Azure/go-autorest/autorest (#4090)
  * Update the 1.7.1 notes (#4086)
  * auto make -f Makefile.doc
  * Enable debug globally if enabled in any server config (#4007)
  * cleanup tempfiles for erratic_autopath_test (#4080)
  * fix misspell (#4081)
  * Update README.md (#4068)
  * auto go mod tidy
  * build(deps): bump github.com/aws/aws-sdk-go from 1.34.0 to 1.34.5 (#4072)
  * auto go mod tidy
  * build(deps): bump k8s.io/client-go from 0.18.6 to 0.18.8 (#4074)
  * auto go mod tidy
  * build(deps): bump k8s.io/api from 0.18.6 to 0.18.8 (#4073)
  * auto go mod tidy
  * build(deps): bump github.com/Azure/go-autorest/autorest/azure/auth (#4070)
  * pkg/upstream: set edns0 and Do when required (#4055)
  * Bump to golang 1.15 (#4064)
  * auto go mod tidy
  * build(deps): bump github.com/Azure/go-autorest/autorest (#4052)
  * build(deps): bump gopkg.in/DataDog/dd-trace-go.v1 from 1.25.0 to 1.26.0 (#4050)
  * build(deps): bump github.com/aws/aws-sdk-go from 1.33.17 to 1.34.0 (#4054)
  * auto make -f Makefile.doc
  * plugin/etcd: update documention (#4049)
  * auto make -f Makefile.doc
  * plugin/template: Add client IP data (#4034)
  * auto go mod tidy
  * build(deps): bump github.com/miekg/dns from 1.1.30 to 1.1.31 (#4043)
  * auto go mod tidy
  * build(deps): bump github.com/aws/aws-sdk-go from 1.33.12 to 1.33.17 (#4041)
  * backend: fix root zone usage (#4039)
  * Fix wildcard records issue in rout53 plugin (#4038)
  * 1.7.x note fixes (#4033)
  * Update coredns-1.6.9.md (#4031)
  * Update coredns-1.7.0.md (#4030)
  * auto go mod tidy
  * build(deps): bump github.com/aws/aws-sdk-go from 1.33.7 to 1.33.12 (#4027)
  * Add initial notes for 1.7.1 (#4026)
  * auto go mod tidy
  * using promauto package to ensure all created metrics are properly registered (#4025)
  * register HealthcheckBrokenCount (#4021)
  * auto make -f Makefile.doc
  * Disable debug mode for tracing - removes extra logging (#4016)
  * ignore vendor when presubmit test (#3999)
  * fix metric naming test (#4017)
  * Manually update client-go to v0.18.6 (#4015)
  * auto go mod tidy
  * build(deps): bump github.com/aws/aws-sdk-go from 1.33.5 to 1.33.7 (#4011)
  * build(deps): bump k8s.io/apimachinery from 0.18.5 to 0.18.6 (#4012)
  * Improve gRPC Plugin when backend is not available (#3966)
  * Add DCO requirement in Contributing guidelines (#4008)
  * auto go mod tidy
  * build(deps): bump github.com/miekg/dns from 1.1.29 to 1.1.30 (#4004)
  * build(deps): bump github.com/aws/aws-sdk-go from 1.33.1 to 1.33.5 (#4003)
  * build(deps): bump github.com/Azure/go-autorest/autorest (#4002)
  * build(deps): bump google.golang.org/api from 0.28.0 to 0.29.0 (#4001)
  * remove TestProxyClose (#4005)
  * Minor grammatical fixes to release notes (#3998)
  * Revert "Implement notifies for transfer plugin (#3972)" (#3995)
  * Implement notifies for transfer plugin (#3972)
  * auto go mod tidy
  * build(deps): bump gopkg.in/DataDog/dd-trace-go.v1 from 1.24.1 to 1.25.0 (#3991)
  * build(deps): bump github.com/opentracing/opentracing-go (#3990)
  * build(deps): bump github.com/aws/aws-sdk-go from 1.32.11 to 1.33.1 (#3992)
  * Add timeouts for http server (#3920)
  * Cleanup tempfiles (#3986)
  * complete nsid plugin test case (#3981)
  * complete transfer plugin  test case (#3967)
  * auto go mod tidy
  * build(deps): bump k8s.io/client-go from 0.18.4 to 0.18.5 (#3975)
  * auto go mod tidy
  * build(deps): bump github.com/aws/aws-sdk-go from 1.32.6 to 1.32.11 (#3976)
  * auto go mod tidy
  * build(deps): bump github.com/prometheus/client_golang (#3979)
  * build(deps): bump github.com/Azure/go-autorest/autorest/azure/auth (#3980)
  * auto go mod tidy
  * build(deps): bump k8s.io/apimachinery from 0.18.4 to 0.18.5 (#3978)
  * plugin/cache/forward: Clean up grammar/wording in forward & cache metrics descriptions. (#3971)
  * plugin/forward: remove exp backoff stuff (#3970)
  * format and add newline (#3969)
  * auto make -f Makefile.doc
  * completed metrics of cache and forward (#3962)
  * add test case of remote ip (#3964)
  * auto go mod tidy
  * build(deps): bump google.golang.org/api from 0.26.0 to 0.28.0 (#3960)
  * auto go mod tidy
  * build(deps): bump k8s.io/client-go from 0.18.3 to 0.18.4 (#3956)
  * build(deps): bump github.com/prometheus/client_golang (#3957)
  * build(deps): bump github.com/aws/aws-sdk-go from 1.32.1 to 1.32.6 (#3961)
  * Update dns64 plugin bugs list (#3955)

OBS-URL: https://build.opensuse.org/request/show/861670
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/coredns?expand=0&rev=29
2021-01-08 14:10:02 +00:00
09738240fe Accepting request 830852 from devel:kubic
- Update to version 1.7.0:
  * Update release note date for 1.7.0 (#3950)
  * Bump version to 1.7.0 (#3782)
  * plugin/kubernetes: fix tombstone unwrapping (#3924)
  * auto go mod tidy
  * build(deps): bump github.com/aws/aws-sdk-go from 1.31.12 to 1.32.1 (#3948)
  * transfer deferred (#3949)
  * Update release note of 1.7.0 (#3947)
  * Regenerate man page (#3946)
  * weight for SRV records should be at least 1 (#3931)
  * update k8s version u=in circleci (#3942)
  * auto go mod tidy
  * build(deps): bump github.com/aws/aws-sdk-go from 1.31.7 to 1.31.12 (#3933)
  * build(deps): bump google.golang.org/api from 0.25.0 to 0.26.0 (#3932)
  * plugin/azure: Fix environment option (#3922)
  * auto go mod tidy
  * build(deps): bump github.com/aws/aws-sdk-go from 1.31.4 to 1.31.7 (#3921)
  * k8s_external can now resolve CNAME returned by AWS ELB/NLB (#3916)
  * plugin/forward/grpc: Revert forward/grpc policy dedup (#3919)
  * auto go mod tidy
  * build(deps): bump gopkg.in/DataDog/dd-trace-go.v1 from 1.24.0 to 1.24.1 (#3914)
  * build(deps): bump google.golang.org/api from 0.24.0 to 0.25.0 (#3912)
  * auto go mod tidy
  * build(deps): bump github.com/Azure/go-autorest/autorest (#3910)
  * auto go mod tidy
  * build(deps): bump k8s.io/client-go from 0.18.2 to 0.18.3 (#3909)
  * auto go mod tidy
  * build(deps): bump github.com/aws/aws-sdk-go from 1.30.29 to 1.31.4 (#3908)
  * Improvements in the documentation (README.md) (#3907)
  * auto go mod tidy

OBS-URL: https://build.opensuse.org/request/show/830852
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coredns?expand=0&rev=12
2020-09-02 23:14:27 +00:00
Richard Brown
d3aa066505 - Update to version 1.7.0:
* Update release note date for 1.7.0 (#3950)
  * Bump version to 1.7.0 (#3782)
  * plugin/kubernetes: fix tombstone unwrapping (#3924)
  * auto go mod tidy
  * build(deps): bump github.com/aws/aws-sdk-go from 1.31.12 to 1.32.1 (#3948)
  * transfer deferred (#3949)
  * Update release note of 1.7.0 (#3947)
  * Regenerate man page (#3946)
  * weight for SRV records should be at least 1 (#3931)
  * update k8s version u=in circleci (#3942)
  * auto go mod tidy
  * build(deps): bump github.com/aws/aws-sdk-go from 1.31.7 to 1.31.12 (#3933)
  * build(deps): bump google.golang.org/api from 0.25.0 to 0.26.0 (#3932)
  * plugin/azure: Fix environment option (#3922)
  * auto go mod tidy
  * build(deps): bump github.com/aws/aws-sdk-go from 1.31.4 to 1.31.7 (#3921)
  * k8s_external can now resolve CNAME returned by AWS ELB/NLB (#3916)
  * plugin/forward/grpc: Revert forward/grpc policy dedup (#3919)
  * auto go mod tidy
  * build(deps): bump gopkg.in/DataDog/dd-trace-go.v1 from 1.24.0 to 1.24.1 (#3914)
  * build(deps): bump google.golang.org/api from 0.24.0 to 0.25.0 (#3912)
  * auto go mod tidy
  * build(deps): bump github.com/Azure/go-autorest/autorest (#3910)
  * auto go mod tidy
  * build(deps): bump k8s.io/client-go from 0.18.2 to 0.18.3 (#3909)
  * auto go mod tidy
  * build(deps): bump github.com/aws/aws-sdk-go from 1.30.29 to 1.31.4 (#3908)
  * Improvements in the documentation (README.md) (#3907)
  * auto go mod tidy

OBS-URL: https://build.opensuse.org/package/show/devel:kubic/coredns?expand=0&rev=27
2020-08-31 14:31:45 +00:00
bc25638586 Accepting request 821451 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/821451
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coredns?expand=0&rev=11
2020-07-21 13:41:05 +00:00
Richard Brown
302965e859 Accepting request 820987 from home:dirkmueller:branches:devel:kubic
- fix vendoring to build against go 1.13+

OBS-URL: https://build.opensuse.org/request/show/820987
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/coredns?expand=0&rev=25
2020-07-17 08:17:28 +00:00
6a9af6a7e2 Accepting request 788346 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/788346
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coredns?expand=0&rev=10
2020-03-27 20:55:32 +00:00
Richard Brown
cbbbe1b6ce Accepting request 788211 from home:mjura:branches:devel:kubic
- Update to version 1.6.7:
  * Required by Kubernetes 1.18
  * make -f Makefile.doc (#3633)
  * Update date on notes (#3632)
  * Remove all shell presubmits (#3631)
  * presubmit tests (#3630)
  * presubmit: add whitespace test in go (#3629)
  * auto go mod tidy
  * build(deps): bump k8s.io/client-go from 0.17.1 to 0.17.2 (#3621)
  * auto go mod tidy
  * build(deps): bump github.com/aws/aws-sdk-go from 1.28.5 to 1.28.9 (#3625)
  * build(deps): bump github.com/prometheus/common from 0.7.0 to 0.9.1 (#3622)

OBS-URL: https://build.opensuse.org/request/show/788211
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/coredns?expand=0&rev=23
2020-03-25 20:19:21 +00:00
26f7fedc98 Accepting request 757324 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/757324
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coredns?expand=0&rev=9
2020-01-13 21:14:57 +00:00
Richard Brown
b43fbc5843 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/coredns?expand=0&rev=21 2019-12-17 14:13:57 +00:00
Richard Brown
63d6252771 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/coredns?expand=0&rev=20 2019-12-17 14:07:17 +00:00
Richard Brown
527577cf73 Accepting request 757323 from home:RBrownSUSE:branches:devel:kubic
- Update to version 1.6.5:
  * Required by Kubernetes 1.17
  * Three new plugins: kubernetes, foreward, file

OBS-URL: https://build.opensuse.org/request/show/757323
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/coredns?expand=0&rev=19
2019-12-16 12:10:52 +00:00
0ac300c79d Accepting request 736835 from devel:kubic
- Update to version 1.6.2:
  * Required by Kubernetes 1.16
  * Three new plugins: azure, route53 and forward

OBS-URL: https://build.opensuse.org/request/show/736835
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coredns?expand=0&rev=8
2019-10-23 13:47:44 +00:00
Richard Brown
a0e658634c Accepting request 736834 from home:RBrownSUSE:branches:devel:kubic
- Update to version 1.6.2:
  * Required by Kubernetes 1.16
  * Three new plugins: azure, route53 and forward

OBS-URL: https://build.opensuse.org/request/show/736834
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/coredns?expand=0&rev=17
2019-10-10 10:17:15 +00:00
Richard Brown
a4ff11284d Accepting request 736469 from openSUSE:Factory
Re-upgrade to 1.6

OBS-URL: https://build.opensuse.org/request/show/736469
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/coredns?expand=0&rev=16
2019-10-09 14:29:34 +00:00
5439e3ab2f Revert to 1.3.1 - 1.6.x is only compatible with k8s 1.16
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coredns?expand=0&rev=7
2019-10-09 08:32:02 +00:00
OBS User buildservice-autocommit
1bf890f21c Updating link to change in openSUSE:Factory/coredns revision 7.0
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/coredns?expand=0&rev=aaad87dc66aeaf8aafda6bdf744d080c
2019-10-09 08:32:02 +00:00
b57ac4c29e Accepting request 732642 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/732642
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coredns?expand=0&rev=6
2019-09-30 13:48:51 +00:00
Richard Brown
0b899af021 Accepting request 729496 from home:mvedovati:branches:devel:kubic
Update to coredns v1.6.3

OBS-URL: https://build.opensuse.org/request/show/729496
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/coredns?expand=0&rev=14
2019-09-23 09:46:42 +00:00
4a4a3779d9 Accepting request 729668 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/729668
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coredns?expand=0&rev=5
2019-09-19 13:46:37 +00:00
Marco Vedovati
474600cbec Accepting request 729665 from home:jengelh:branches:devel:kubic
- Fix summary of coredns-extras.

OBS-URL: https://build.opensuse.org/request/show/729665
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/coredns?expand=0&rev=12
2019-09-10 07:25:19 +00:00
8939cd6bfc Accepting request 718309 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/718309
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coredns?expand=0&rev=4
2019-07-24 18:50:59 +00:00
bd1b0ec90b Accepting request 718301 from home:mvedovati:branches:devel:kubic
- Add coredns-extras package to allow use of coredns in a non-containerized
  environment

OBS-URL: https://build.opensuse.org/request/show/718301
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/coredns?expand=0&rev=10
2019-07-24 16:01:36 +00:00