Azure / acr-builder

Azure Container Registry Build Runner
MIT License
38 stars 35 forks source link

Bump github.com/Azure/go-autorest/autorest from 0.5.0 to 0.9.0 #488

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps github.com/Azure/go-autorest/autorest from 0.5.0 to 0.9.0.

Changelog *Sourced from [github.com/Azure/go-autorest/autorest's changelog](https://github.com/Azure/go-autorest/blob/master/CHANGELOG.md).* > ## v10.9.0 > > ### Deprecated Methods > > | Old Method | New Method | > | -------------------------: | :---------------------------: | > | azure.NewFuture() | azure.NewFutureFromResponse() | > | Future.WaitForCompletion() | Future.WaitForCompletionRef() | > > ### New Features > > - Added azure.NewFutureFromResponse() for creating a Future from the initial response from an async operation. > - Added Future.GetResult() for making the final GET call to retrieve the result from an async operation. > > ### Bug Fixes > > - Some futures failed to return their results, this should now be fixed. > > ## v10.8.2 > > ### Bug Fixes > > - Add nil-gaurd to token retry logic. > > ## v10.8.1 > > ### Bug Fixes > > - Return a TokenRefreshError if the sender fails on the initial request. > - Don't retry on non-temporary network errors. > > ## v10.8.0 > > - Added NewAuthorizerFromEnvironmentWithResource() helper function. > > ## v10.7.0 > > ### New Features > > - Added \*WithContext() methods to ADAL token refresh operations. > > ## v10.6.2 > > - Fixed a bug on device authentication. > > ## v10.6.1 > > - Added retries to MSI token get request. > > ## v10.6.0 > ... (truncated)
Commits - [`85d9c03`](https://github.com/Azure/go-autorest/commit/85d9c035382e5537c3c76e84ca5b82c5f09825e9) update autorest and cli modules ([#453](https://github-redirect.dependabot.com/Azure/go-autorest/issues/453)) - [`e978813`](https://github.com/Azure/go-autorest/commit/e978813398c2b96205bbcdac6732082b8990c78a) update adal and opencensus modules ([#452](https://github-redirect.dependabot.com/Azure/go-autorest/issues/452)) - See full diff in [compare view](https://github.com/Azure/go-autorest/compare/tracing/v0.5.0...autorest/v0.9.0)


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 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 the `.dependabot/config.yml` file in this repo: - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.