genevieve / leftovers

Go cli & library for cleaning up orphaned IAAS resources.
Apache License 2.0
149 stars 22 forks source link

Bump github.com/Azure/go-autorest/autorest/adal from 0.6.0 to 0.9.23 #118

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/Azure/go-autorest/autorest/adal from 0.6.0 to 0.9.23.

Release notes

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

autorest/adal/v0.9.23

Enable updating JWT via callback for workloadidentity #719

autorest/adal/v0.9.22

Retract adal versions with token refresh errors #716

autorest/adal/v0.9.21

Update crypto dependency to latest version #708

autorest/adal/v0.9.20

Handle expires_on in int format #698

autorest/adal/v0.9.19

Added federated OIDC JWT support. #680 do not poll for availability if MSI type is not IMDS #685

autorest/adal/v0.9.18

Remove IMDS probe when determining environment #669

autorest/adal/v0.9.17

  • Update crypto dependency to address CVE #659

autorest/adal/v0.9.16

Create a default transport #654

autorest/adal/v0.9.15

Switch to github.com/golang-jwt/jwt v4.0.0 #645

autorest/adal/v0.9.14

Add some logging for LROs #633

autorest/adal/v0.9.13

Return an error if resp and err are nil #617

autorest/adal/v0.9.12

Add logging for authentication requests/responses #616

autorest/adal/v0.9.11

Better support for authenticating in a managed identity environment Azure/go-autorest#613

autorest/adal/v0.9.10

Handle empty expires_on #599

autorest/adal/v0.9.9

Fix parsing of expires_on #594

autorest/adal/v0.9.8

Add multi-tenant certificate auth support #590

autorest/adal/v0.9.7

... (truncated)

Changelog

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

CHANGELOG

NOTE Please see a module's release notes for change details.

v14.2.1

  • In Future.WaitForCompletionRef(), if the initial async response includes a Retry-After header, sleep for the specified amount of time before starting to poll.
  • Added APIManagementHostManagementSuffix field in Azure environment map.
  • Added SynapseEndpointSuffix and ResourceIdentifiers/Synapse field in Azure environment map.

v14.2.0

  • Added package comment to make github.com/Azure/go-autorest importable.

v14.1.1

Bug Fixes

  • Change x-ms-authorization-auxiliary header value separator to comma.

v14.1.0

New Features

  • Added azure.SetEnvironment() that will update the global environments map with the specified values.

v14.0.1

Bug Fixes

  • Fix race condition when refreshing token.
  • Fixed some tests to work with Go 1.14.

v14.0.0

Breaking Changes

  • By default, the DoRetryForStatusCodes functions will no longer infinitely retry a request when the response returns an HTTP status code of 429 (StatusTooManyRequests). To opt in to the old behavior set autorest.Count429AsRetry to false.

New Features

  • Variable autorest.Max429Delay can be used to control the maximum delay between retries when a 429 is received with no Retry-After header. The default is zero which means there is no cap.

v13.4.0

New Features

  • Added field SendDecorators to the Client type. This can be used to specify a custom chain of SendDecorators per client.
  • Added method Client.Send() which includes logic for selecting the preferred chain of SendDecorators.

... (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)