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

build(deps): bump github.com/Azure/go-autorest/autorest from 0.9.2 to 0.9.3 #3524

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Dec 9, 2019

Bumps github.com/Azure/go-autorest/autorest from 0.9.2 to 0.9.3.

Changelog

Sourced from github.com/Azure/go-autorest/autorest's changelog.

CHANGELOG

v13.3.0

New Features

  • Added support for shared key and shared access signature token authorization.
    • autorest.NewSharedKeyAuthorizer() and dependent types.
    • autorest.NewSASTokenAuthorizer() and dependent types.
  • Added ServicePrincipalToken.SetCustomRefresh() so a custom refresh function can be invoked when a token has expired.

Bug Fixes

  • Fixed cli.AccessTokensPath() to respect AZURE_CONFIG_DIR when set.
  • Support parsing error messages in XML responses.

v13.2.0

New Features

  • Added the following functions to replace their versions that don't take a context.
    • adal.InitiateDeviceAuthWithContext()
    • adal.CheckForUserCompletionWithContext()
    • adal.WaitForUserCompletionWithContext()

v13.1.0

New Features

  • Added support for MSI authentication on Azure App Service and Azure Functions.

v13.0.2

Bug Fixes

  • Always retry a request even if the sender returns a non-nil error.

v13.0.1

Bug Fixes

  • Fixed autorest.WithQueryParameters() so that it properly encodes multi-value query parameters.

v13.0.0

Breaking Changes

The tracing package has been rewritten to provide a common interface for consumers to wire in the tracing package of their choice.
What this means is that by default no tracing provider will be compiled into your program and setting the AZURE_SDK_TRACING_ENABLED
environment variable will have no effect. To enable this previous behavior you must now add the following import to your source file.

... (truncated)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@codecov-io
Copy link

codecov-io commented Dec 9, 2019

Codecov Report

Merging #3524 into master will increase coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3524      +/-   ##
==========================================
+ Coverage   56.61%   56.64%   +0.02%     
==========================================
  Files         222      222              
  Lines       11044    11044              
==========================================
+ Hits         6253     6256       +3     
+ Misses       4312     4310       -2     
+ Partials      479      478       -1
Impacted Files Coverage Δ
plugin/kubernetes/metrics.go 100% <0%> (+21.42%) ⬆️

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 d708ca0...76b0635. Read the comment docs.

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>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/go_modules/github.com/Azure/go-autorest/autorest-0.9.3 branch from aecd074 to 76b0635 Compare December 9, 2019 14:11
@yongtang yongtang merged commit 864a108 into master Dec 9, 2019
@yongtang yongtang deleted the dependabot/go_modules/github.com/Azure/go-autorest/autorest-0.9.3 branch December 9, 2019 14:36
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
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>
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
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>
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
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants