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.11.10 to 0.11.20 #2253

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 27, 2021

Bumps github.com/Azure/go-autorest/autorest from 0.11.10 to 0.11.20.

Release notes

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

autorest/v0.11.20

Print error to info log before backing off #641

autorest/v0.11.19

Changing default polling interval from 60s to 30s #621 Add some logging for LROs #633 Add ossRDBMSResourceId to Environment configuration. #635 Add suffix information for additional database services in Azure environment. #631

autorest/v0.11.18

Return an error if resp and err are nil #618

autorest/v0.11.17

Handle other ServiceError corner-cases #609

autorest/v0.11.16

Fixing a panic when the response is a literal value null #605

autorest/v0.11.15

Add FutureAPI interface type #600

autorest/v0.11.14

Update documentation for autorest.Client.RetryAttempts Azure/go-autorest#598

autorest/v0.11.13

Fixed autorest.IsTokenRefreshError() to properly walk error chain. This required adding method DetailedError.Unwrap().

autorest/v0.11.12

Ensure that pollingTrackerBase.updateErrorFromResponse() restores the response body on successful reads.

autorest/v0.11.11

Implement fmt.Stringer interface on azure.Resource type.

Commits
  • 3ddafdd Print error to info log before backing off (#641)
  • 34360dd update go versions (go1.15, go1.16, go1.17) (#646)
  • 76c7860 Update /x/crypto to latest version (#640)
  • 10e0b31 Changing default polling interval from 60 to 30 (#621)
  • 41c23d2 Add ossRDBMSResourceId to Environment configuration. (#635)
  • 82fc42f add some logging for LROs (#633)
  • c289830 Add suffix information for additional database services in Azure environment....
  • c7f947c Return an error if resp and err are nil (#618)
  • 79a63e7 Return an error if resp and err are nil (#617)
  • 8c0b29a Add logging for authentication requests/responses (#616)
  • Additional commits viewable in compare view

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 dependabot bot added the dependencies Pull requests that update a dependency file label Aug 27, 2021
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Aug 27, 2021
@dependabot dependabot bot requested review from Raffo and seanmalloy August 27, 2021 03:31
@k8s-ci-robot k8s-ci-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Aug 27, 2021
Bumps [github.com/Azure/go-autorest/autorest](https://github.com/Azure/go-autorest) from 0.11.10 to 0.11.20.
- [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.11.10...autorest/v0.11.20)

---
updated-dependencies:
- dependency-name: github.com/Azure/go-autorest/autorest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/Azure/go-autorest/autorest-0.11.20 branch from fcf1de0 to afe650a Compare August 27, 2021 08:36
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 27, 2021

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

Copy link
Member

@njuettner njuettner left a comment

Choose a reason for hiding this comment

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

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Sep 1, 2021
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dependabot[bot], njuettner

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Sep 1, 2021
@k8s-ci-robot k8s-ci-robot merged commit 3939de6 into master Sep 1, 2021
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/Azure/go-autorest/autorest-0.11.20 branch September 1, 2021 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. dependencies Pull requests that update a dependency file lgtm "Looks good to me", indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants