Chris O'Haver
Chris O'Haver
### 1. Why is this pull request needed and what does it do? This PR replaces the project leader position with steering committee, as proposed by @johnbelamaric in https://github.com/coredns/coredns/pull/5494#issuecomment-1184770059. ###...
### 1. Why is this pull request needed and what does it do? In a nutshell, this PR adds BIND-like view capability to CoreDNS. More specifically, it adds an advanced...
Signed-off-by: Chris O'Haver ### 1. Why is this pull request needed and what does it do? Since @miekg has recently stepped down as project lead, we should kick off the...
Currently the default corefile deployed by our deployment script uses a single server block. e.g. ``` .:53 { errors health ready kubernetes { pods insecure fallthrough in-addr.arpa ip6.arpa } prometheus...
OK, let's kick off the (first) steering committee election process. * We'll initially aim to fill 5 seats. If there isn't enough interest, we should discuss if we should reduce...
**What would you like to be added**: Add TSIG support to *secondary* plugin:The secondary plugin should sign and verify transfer requests/responses when TSIG is configured. This is a followup to-do...
Please push latest changes to coredns.io, to reflect the recent 1.9.4 and CoreDNS 1.10.0 releases. Thanks!
Let's do a release soon. Any currently open PRs that we want to push to get into the next release?
If you've got time, please review the following doc authored by @rsc1102 that proposes our CNCF Security Self-Assessment. https://docs.google.com/document/d/1cbqZaMWyITkJId1E6WprY3mIFhgyugHNVJ3hw0qJCn4/comment The "Security Self-Assessment" is a document that describes the "current security...
Let's discuss here how we want to move forward with implementing build/release automation. Should we use GoReleaser or another tool, or roll our existing scripts into GitHub actions? Now that...