Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add release note for v1.6.6 #3531

Merged
merged 2 commits into from Dec 11, 2019
Merged

Add release note for v1.6.6 #3531

merged 2 commits into from Dec 11, 2019

Conversation

yongtang
Copy link
Member

Part of #3519 for v1.6.6 release.

Signed-off-by: Yong Tang yong.tang.github@outlook.com

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

# Plugins

A new plugin [*bufsize*](/plugins/bufsize) has been added to prevents IP fragmentation
Copy link
Member

@stp-ip stp-ip Dec 11, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
A new plugin [*bufsize*](/plugins/bufsize) has been added to prevents IP fragmentation
A new plugin [*bufsize*](/plugins/bufsize) has been added that prevents IP fragmentation

# Plugins

A new plugin [*bufsize*](/plugins/bufsize) has been added to prevents IP fragmentation
for the DNS Flag Day 2020 and to deal with DNS vulnerability.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
for the DNS Flag Day 2020 and to deal with DNS vulnerability.
for the DNS Flag Day 2020 and to deal with DNS vulnerabilities.

for the DNS Flag Day 2020 and to deal with DNS vulnerability.

* [*cache*](/plugin/cache) added a `serve_stale` option similar to `unbound`'s `serve_expired`.
* [*sign*](/plugin/sign) fix signing of authoritative data that are not authoritative for.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* [*sign*](/plugin/sign) fix signing of authoritative data that are not authoritative for.
* [*sign*](/plugin/sign) fix signing of authoritative data that we are not authoritative for.

@codecov-io
Copy link

Codecov Report

Merging #3531 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3531   +/-   ##
=======================================
  Coverage   56.62%   56.62%           
=======================================
  Files         222      222           
  Lines       11044    11044           
=======================================
  Hits         6254     6254           
  Misses       4311     4311           
  Partials      479      479

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fdb3cff...6d21060. Read the comment docs.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
@stp-ip
Copy link
Member

stp-ip commented Dec 11, 2019

/lgtm

Copy link

@corbot corbot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved by stp-ip

@yongtang yongtang merged commit 66f1659 into master Dec 11, 2019
@yongtang yongtang deleted the release-note-1.6.6 branch December 11, 2019 16:55
@miekg
Copy link
Member

miekg commented Dec 12, 2019 via email

poppyred pushed a commit to poppyred/coredns that referenced this pull request Dec 16, 2019
build(deps): bump github.com/Azure/go-autorest/autorest (coredns#3524)

Bumps [github.com/Azure/go-autorest/autorest](https://github.com/Azure/go-autorest) from 0.9.2 to 0.9.3.
- [Release notes](https://github.com/Azure/go-autorest/releases)
- [Changelog](https://github.com/Azure/go-autorest/blob/master/CHANGELOG.md)
- [Commits](Azure/go-autorest@autorest/v0.9.2...autorest/v0.9.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

auto go mod tidy

Bump version to 1.6.6 (coredns#3520)

For release tracking 3519

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

Update github.com/miekg/dns to v1.1.25 (coredns#3529)

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

Regenerate man-page (coredns#3530)

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

Add release note for v1.6.6 (coredns#3531)

* Add release note for v1.6.6

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

* Update release note to cover review comments

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

fixed typo (coredns#3532)

Signed-off-by: ykhr53 <yukihira.lab@gmail.com>

update to latest bot version (coredns#3535)

Loose the colon from the commands to release a new coredns version.

Signed-off-by: Miek Gieben <miek@miek.nl>

add consul backend plugin!

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>

add consul backend plugin!

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>

fix underscores names

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>

rebase

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>

rebase

fix wildcard logic

add consul backend plugin!

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>
Signed-off-by: gaoyan <373251686@qq.com>

add consul backend plugin!

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>
Signed-off-by: gaoyan <373251686@qq.com>

fix underscores names

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>
Signed-off-by: gaoyan <373251686@qq.com>

rebase

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>
Signed-off-by: gaoyan <373251686@qq.com>

rebase

Signed-off-by: gaoyan <373251686@qq.com>

fix wildcard logic

Signed-off-by: gaoyan <373251686@qq.com>

add test!

Signed-off-by: gaoyan <373251686@qq.com>

fix ttl

Signed-off-by: gaoyan <373251686@qq.com>

fix test

Signed-off-by: gaoyan <373251686@qq.com>

add // +build consul to consul plugin

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>
poppyred pushed a commit to poppyred/coredns that referenced this pull request Dec 16, 2019
build(deps): bump github.com/Azure/go-autorest/autorest (coredns#3524)

Bumps [github.com/Azure/go-autorest/autorest](https://github.com/Azure/go-autorest) from 0.9.2 to 0.9.3.
- [Release notes](https://github.com/Azure/go-autorest/releases)
- [Changelog](https://github.com/Azure/go-autorest/blob/master/CHANGELOG.md)
- [Commits](Azure/go-autorest@autorest/v0.9.2...autorest/v0.9.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

auto go mod tidy

Bump version to 1.6.6 (coredns#3520)

For release tracking 3519

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

Update github.com/miekg/dns to v1.1.25 (coredns#3529)

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

Regenerate man-page (coredns#3530)

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

Add release note for v1.6.6 (coredns#3531)

* Add release note for v1.6.6

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

* Update release note to cover review comments

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

fixed typo (coredns#3532)

Signed-off-by: ykhr53 <yukihira.lab@gmail.com>

update to latest bot version (coredns#3535)

Loose the colon from the commands to release a new coredns version.

Signed-off-by: Miek Gieben <miek@miek.nl>

add consul backend plugin!

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>

add consul backend plugin!

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>

fix underscores names

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>

rebase

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>

rebase

fix wildcard logic

add consul backend plugin!

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>
Signed-off-by: gaoyan <373251686@qq.com>

add consul backend plugin!

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>
Signed-off-by: gaoyan <373251686@qq.com>

fix underscores names

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>
Signed-off-by: gaoyan <373251686@qq.com>

rebase

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>
Signed-off-by: gaoyan <373251686@qq.com>

rebase

Signed-off-by: gaoyan <373251686@qq.com>

fix wildcard logic

Signed-off-by: gaoyan <373251686@qq.com>

add test!

Signed-off-by: gaoyan <373251686@qq.com>

fix ttl

Signed-off-by: gaoyan <373251686@qq.com>

fix test

Signed-off-by: gaoyan <373251686@qq.com>

add // +build consul to consul plugin

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>
poppyred pushed a commit to poppyred/coredns that referenced this pull request Dec 16, 2019
build(deps): bump github.com/Azure/go-autorest/autorest (coredns#3524)

Bumps [github.com/Azure/go-autorest/autorest](https://github.com/Azure/go-autorest) from 0.9.2 to 0.9.3.
- [Release notes](https://github.com/Azure/go-autorest/releases)
- [Changelog](https://github.com/Azure/go-autorest/blob/master/CHANGELOG.md)
- [Commits](Azure/go-autorest@autorest/v0.9.2...autorest/v0.9.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

auto go mod tidy

Bump version to 1.6.6 (coredns#3520)

For release tracking 3519

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

Update github.com/miekg/dns to v1.1.25 (coredns#3529)

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

Regenerate man-page (coredns#3530)

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

Add release note for v1.6.6 (coredns#3531)

* Add release note for v1.6.6

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

* Update release note to cover review comments

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

fixed typo (coredns#3532)

Signed-off-by: ykhr53 <yukihira.lab@gmail.com>

update to latest bot version (coredns#3535)

Loose the colon from the commands to release a new coredns version.

Signed-off-by: Miek Gieben <miek@miek.nl>

add consul backend plugin!

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>

add consul backend plugin!

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>

fix underscores names

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>

rebase

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>

rebase

fix wildcard logic

add consul backend plugin!

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>
Signed-off-by: gaoyan <373251686@qq.com>

add consul backend plugin!

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>
Signed-off-by: gaoyan <373251686@qq.com>

fix underscores names

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>
Signed-off-by: gaoyan <373251686@qq.com>

rebase

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>
Signed-off-by: gaoyan <373251686@qq.com>

rebase

Signed-off-by: gaoyan <373251686@qq.com>

fix wildcard logic

Signed-off-by: gaoyan <373251686@qq.com>

add test!

Signed-off-by: gaoyan <373251686@qq.com>

fix ttl

Signed-off-by: gaoyan <373251686@qq.com>

fix test

Signed-off-by: gaoyan <373251686@qq.com>

add // +build consul to consul plugin

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>
poppyred pushed a commit to poppyred/coredns that referenced this pull request Dec 16, 2019
build(deps): bump github.com/Azure/go-autorest/autorest (coredns#3524)

Bumps [github.com/Azure/go-autorest/autorest](https://github.com/Azure/go-autorest) from 0.9.2 to 0.9.3.
- [Release notes](https://github.com/Azure/go-autorest/releases)
- [Changelog](https://github.com/Azure/go-autorest/blob/master/CHANGELOG.md)
- [Commits](Azure/go-autorest@autorest/v0.9.2...autorest/v0.9.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

auto go mod tidy

Bump version to 1.6.6 (coredns#3520)

For release tracking 3519

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

Update github.com/miekg/dns to v1.1.25 (coredns#3529)

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

Regenerate man-page (coredns#3530)

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

Add release note for v1.6.6 (coredns#3531)

* Add release note for v1.6.6

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

* Update release note to cover review comments

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

fixed typo (coredns#3532)

Signed-off-by: ykhr53 <yukihira.lab@gmail.com>

update to latest bot version (coredns#3535)

Loose the colon from the commands to release a new coredns version.

Signed-off-by: Miek Gieben <miek@miek.nl>

add consul backend plugin!

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>

add consul backend plugin!

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>

fix underscores names

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>

rebase

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>

rebase

fix wildcard logic

add consul backend plugin!

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>
Signed-off-by: gaoyan <373251686@qq.com>

add consul backend plugin!

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>
Signed-off-by: gaoyan <373251686@qq.com>

fix underscores names

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>
Signed-off-by: gaoyan <373251686@qq.com>

rebase

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>
Signed-off-by: gaoyan <373251686@qq.com>

rebase

Signed-off-by: gaoyan <373251686@qq.com>

fix wildcard logic

Signed-off-by: gaoyan <373251686@qq.com>

add test!

Signed-off-by: gaoyan <373251686@qq.com>

fix ttl

Signed-off-by: gaoyan <373251686@qq.com>

fix test

Signed-off-by: gaoyan <373251686@qq.com>

add // +build consul to consul plugin

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>
poppyred pushed a commit to poppyred/coredns that referenced this pull request Dec 16, 2019
build(deps): bump github.com/Azure/go-autorest/autorest (coredns#3524)

Bumps [github.com/Azure/go-autorest/autorest](https://github.com/Azure/go-autorest) from 0.9.2 to 0.9.3.
- [Release notes](https://github.com/Azure/go-autorest/releases)
- [Changelog](https://github.com/Azure/go-autorest/blob/master/CHANGELOG.md)
- [Commits](Azure/go-autorest@autorest/v0.9.2...autorest/v0.9.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

auto go mod tidy

Bump version to 1.6.6 (coredns#3520)

For release tracking 3519

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

Update github.com/miekg/dns to v1.1.25 (coredns#3529)

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

Regenerate man-page (coredns#3530)

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

Add release note for v1.6.6 (coredns#3531)

* Add release note for v1.6.6

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

* Update release note to cover review comments

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

fixed typo (coredns#3532)

Signed-off-by: ykhr53 <yukihira.lab@gmail.com>

update to latest bot version (coredns#3535)

Loose the colon from the commands to release a new coredns version.

Signed-off-by: Miek Gieben <miek@miek.nl>

add consul backend plugin!

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>

add consul backend plugin!

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>

fix underscores names

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>

rebase

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>

rebase

fix wildcard logic

add consul backend plugin!

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>
Signed-off-by: gaoyan <373251686@qq.com>

add consul backend plugin!

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>
Signed-off-by: gaoyan <373251686@qq.com>

fix underscores names

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>
Signed-off-by: gaoyan <373251686@qq.com>

rebase

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>
Signed-off-by: gaoyan <373251686@qq.com>

rebase

Signed-off-by: gaoyan <373251686@qq.com>

fix wildcard logic

Signed-off-by: gaoyan <373251686@qq.com>

add test!

Signed-off-by: gaoyan <373251686@qq.com>

fix ttl

Signed-off-by: gaoyan <373251686@qq.com>

fix test

Signed-off-by: gaoyan <373251686@qq.com>

add // +build consul to consul plugin

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>
poppyred pushed a commit to poppyred/coredns that referenced this pull request Dec 16, 2019
build(deps): bump github.com/Azure/go-autorest/autorest (coredns#3524)

Bumps [github.com/Azure/go-autorest/autorest](https://github.com/Azure/go-autorest) from 0.9.2 to 0.9.3.
- [Release notes](https://github.com/Azure/go-autorest/releases)
- [Changelog](https://github.com/Azure/go-autorest/blob/master/CHANGELOG.md)
- [Commits](Azure/go-autorest@autorest/v0.9.2...autorest/v0.9.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

auto go mod tidy

Bump version to 1.6.6 (coredns#3520)

For release tracking 3519

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

Update github.com/miekg/dns to v1.1.25 (coredns#3529)

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

Regenerate man-page (coredns#3530)

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

Add release note for v1.6.6 (coredns#3531)

* Add release note for v1.6.6

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

* Update release note to cover review comments

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

fixed typo (coredns#3532)

Signed-off-by: ykhr53 <yukihira.lab@gmail.com>

update to latest bot version (coredns#3535)

Loose the colon from the commands to release a new coredns version.

Signed-off-by: Miek Gieben <miek@miek.nl>

add consul backend plugin!

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>

add consul backend plugin!

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>

fix underscores names

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>

rebase

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>

rebase

fix wildcard logic

add consul backend plugin!

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>
Signed-off-by: gaoyan <373251686@qq.com>

add consul backend plugin!

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>
Signed-off-by: gaoyan <373251686@qq.com>

fix underscores names

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>
Signed-off-by: gaoyan <373251686@qq.com>

rebase

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>
Signed-off-by: gaoyan <373251686@qq.com>

rebase

Signed-off-by: gaoyan <373251686@qq.com>

fix wildcard logic

Signed-off-by: gaoyan <373251686@qq.com>

add test!

Signed-off-by: gaoyan <373251686@qq.com>

fix ttl

Signed-off-by: gaoyan <373251686@qq.com>

fix test

Signed-off-by: gaoyan <373251686@qq.com>

add // +build consul to consul plugin

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>
Signed-off-by: Mr.gao <373251686@qq.com>
poppyred pushed a commit to poppyred/coredns that referenced this pull request Dec 16, 2019
* Add release note for v1.6.6

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

* Update release note to cover review comments

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>
poppyred pushed a commit to poppyred/coredns that referenced this pull request Dec 16, 2019
build(deps): bump github.com/Azure/go-autorest/autorest (coredns#3524)

Bumps [github.com/Azure/go-autorest/autorest](https://github.com/Azure/go-autorest) from 0.9.2 to 0.9.3.
- [Release notes](https://github.com/Azure/go-autorest/releases)
- [Changelog](https://github.com/Azure/go-autorest/blob/master/CHANGELOG.md)
- [Commits](Azure/go-autorest@autorest/v0.9.2...autorest/v0.9.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

auto go mod tidy

Bump version to 1.6.6 (coredns#3520)

For release tracking 3519

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

Update github.com/miekg/dns to v1.1.25 (coredns#3529)

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

Regenerate man-page (coredns#3530)

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

Add release note for v1.6.6 (coredns#3531)

* Add release note for v1.6.6

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

* Update release note to cover review comments

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

fixed typo (coredns#3532)

Signed-off-by: ykhr53 <yukihira.lab@gmail.com>

update to latest bot version (coredns#3535)

Loose the colon from the commands to release a new coredns version.

Signed-off-by: Miek Gieben <miek@miek.nl>

add consul backend plugin!

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>

add consul backend plugin!

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>

fix underscores names

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>

rebase

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>

rebase

fix wildcard logic

add consul backend plugin!

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>
Signed-off-by: gaoyan <373251686@qq.com>

add consul backend plugin!

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>
Signed-off-by: gaoyan <373251686@qq.com>

fix underscores names

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>
Signed-off-by: gaoyan <373251686@qq.com>

rebase

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>
Signed-off-by: gaoyan <373251686@qq.com>

rebase

Signed-off-by: gaoyan <373251686@qq.com>

fix wildcard logic

Signed-off-by: gaoyan <373251686@qq.com>

add test!

Signed-off-by: gaoyan <373251686@qq.com>

fix ttl

Signed-off-by: gaoyan <373251686@qq.com>

fix test

Signed-off-by: gaoyan <373251686@qq.com>

add // +build consul to consul plugin

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>
Signed-off-by: Mr.gao <373251686@qq.com>
Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>
poppyred pushed a commit to poppyred/coredns that referenced this pull request Dec 16, 2019
* Add release note for v1.6.6

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

* Update release note to cover review comments

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>
poppyred pushed a commit to poppyred/coredns that referenced this pull request Dec 16, 2019
build(deps): bump github.com/Azure/go-autorest/autorest (coredns#3524)

Bumps [github.com/Azure/go-autorest/autorest](https://github.com/Azure/go-autorest) from 0.9.2 to 0.9.3.
- [Release notes](https://github.com/Azure/go-autorest/releases)
- [Changelog](https://github.com/Azure/go-autorest/blob/master/CHANGELOG.md)
- [Commits](Azure/go-autorest@autorest/v0.9.2...autorest/v0.9.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

auto go mod tidy

Bump version to 1.6.6 (coredns#3520)

For release tracking 3519

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

Update github.com/miekg/dns to v1.1.25 (coredns#3529)

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

Regenerate man-page (coredns#3530)

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

Add release note for v1.6.6 (coredns#3531)

* Add release note for v1.6.6

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

* Update release note to cover review comments

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

fixed typo (coredns#3532)

Signed-off-by: ykhr53 <yukihira.lab@gmail.com>

update to latest bot version (coredns#3535)

Loose the colon from the commands to release a new coredns version.

Signed-off-by: Miek Gieben <miek@miek.nl>

add consul backend plugin!

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>

add consul backend plugin!

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>

fix underscores names

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>

rebase

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>

rebase

fix wildcard logic

add consul backend plugin!

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>
Signed-off-by: gaoyan <373251686@qq.com>

add consul backend plugin!

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>
Signed-off-by: gaoyan <373251686@qq.com>

fix underscores names

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>
Signed-off-by: gaoyan <373251686@qq.com>

rebase

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>
Signed-off-by: gaoyan <373251686@qq.com>

rebase

Signed-off-by: gaoyan <373251686@qq.com>

fix wildcard logic

Signed-off-by: gaoyan <373251686@qq.com>

add test!

Signed-off-by: gaoyan <373251686@qq.com>

fix ttl

Signed-off-by: gaoyan <373251686@qq.com>

fix test

Signed-off-by: gaoyan <373251686@qq.com>

add // +build consul to consul plugin

Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>
Signed-off-by: Mr.gao <373251686@qq.com>
Signed-off-by: 高岩A <yan.gao.a@17zuoye.com>
nyodas pushed a commit to DataDog/coredns that referenced this pull request Oct 26, 2020
* Add release note for v1.6.6

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

* Update release note to cover review comments

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
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.

None yet

4 participants