build(deps): bump the azure-sdks group across 1 directory with 6 updates
Bumps the azure-sdks group with 6 updates in the / directory:
| Package | From | To |
|---|---|---|
| github.com/Azure/go-autorest/autorest | 0.11.29 |
0.11.30 |
| github.com/Azure/go-autorest/autorest/date | 0.3.0 |
0.3.1 |
| github.com/Azure/go-autorest/autorest/to | 0.4.0 |
0.4.1 |
| github.com/Azure/go-autorest/autorest/validation | 0.3.1 |
0.3.2 |
| github.com/Azure/go-autorest/logger | 0.2.1 |
0.2.2 |
| github.com/Azure/go-autorest/tracing | 0.6.0 |
0.6.1 |
Updates github.com/Azure/go-autorest/autorest from 0.11.29 to 0.11.30
Release notes
Sourced from github.com/Azure/go-autorest/autorest's releases.
autorest/v0.11.30
Deprecate the
autorestmodule.
Commits
33e12abUpdate readmes and add deprecation notices (#739)c0165cfAdd links to track 2 migration guides (#738)f7ea664Mark the adal module as deprecated (#731)4c0e21cBump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest/azure/cli (#730)e2786c1Bump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest/azure/auth (#729)4956109Bump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest (#728)4210247Bump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest/adal (#727)df94ce5Stop retriable request from adding a non-nil Body (#726)d3f8f8achore: should use xx.String() instead of string(xx.Bytes()) (#725)be633f7io/ioutil deprecated (#724)- See full diff in compare view
Updates github.com/Azure/go-autorest/autorest/date from 0.3.0 to 0.3.1
Release notes
Sourced from github.com/Azure/go-autorest/autorest/date's releases.
autorest/validation/v0.3.1
Add flag to disable parameter validation #595
autorest/date/v0.3.1
Deprecate the
datemodule.
Changelog
Sourced from github.com/Azure/go-autorest/autorest/date'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 aRetry-Afterheader, sleep for the specified amount of time before starting to poll.- Added
APIManagementHostManagementSuffixfield in Azure environment map.- Added
SynapseEndpointSuffixandResourceIdentifiers/Synapsefield in Azure environment map.v14.2.0
- Added package comment to make
github.com/Azure/go-autorestimportable.v14.1.1
Bug Fixes
- Change
x-ms-authorization-auxiliaryheader 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
DoRetryForStatusCodesfunctions 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 setautorest.Count429AsRetrytofalse.New Features
- Variable
autorest.Max429Delaycan be used to control the maximum delay between retries when a 429 is received with noRetry-Afterheader. The default is zero which means there is no cap.v13.4.0
New Features
- Added field
SendDecoratorsto theClienttype. 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
33e12abUpdate readmes and add deprecation notices (#739)c0165cfAdd links to track 2 migration guides (#738)f7ea664Mark the adal module as deprecated (#731)4c0e21cBump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest/azure/cli (#730)e2786c1Bump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest/azure/auth (#729)4956109Bump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest (#728)4210247Bump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest/adal (#727)df94ce5Stop retriable request from adding a non-nil Body (#726)d3f8f8achore: should use xx.String() instead of string(xx.Bytes()) (#725)be633f7io/ioutil deprecated (#724)- Additional commits viewable in compare view
Updates github.com/Azure/go-autorest/autorest/to from 0.4.0 to 0.4.1
Release notes
Sourced from github.com/Azure/go-autorest/autorest/to's releases.
autorest/mocks/v0.4.1
Fix mock sender to honor the request context.
autorest/azure/cli/v0.4.1
Update dependencies
autorest/to/v0.4.1
Deprecate the
tomodule.
Changelog
Sourced from github.com/Azure/go-autorest/autorest/to'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 aRetry-Afterheader, sleep for the specified amount of time before starting to poll.- Added
APIManagementHostManagementSuffixfield in Azure environment map.- Added
SynapseEndpointSuffixandResourceIdentifiers/Synapsefield in Azure environment map.v14.2.0
- Added package comment to make
github.com/Azure/go-autorestimportable.v14.1.1
Bug Fixes
- Change
x-ms-authorization-auxiliaryheader 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
DoRetryForStatusCodesfunctions 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 setautorest.Count429AsRetrytofalse.New Features
- Variable
autorest.Max429Delaycan be used to control the maximum delay between retries when a 429 is received with noRetry-Afterheader. The default is zero which means there is no cap.v13.4.0
New Features
- Added field
SendDecoratorsto theClienttype. 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
33e12abUpdate readmes and add deprecation notices (#739)c0165cfAdd links to track 2 migration guides (#738)f7ea664Mark the adal module as deprecated (#731)4c0e21cBump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest/azure/cli (#730)e2786c1Bump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest/azure/auth (#729)4956109Bump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest (#728)4210247Bump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest/adal (#727)df94ce5Stop retriable request from adding a non-nil Body (#726)d3f8f8achore: should use xx.String() instead of string(xx.Bytes()) (#725)be633f7io/ioutil deprecated (#724)- Additional commits viewable in compare view
Updates github.com/Azure/go-autorest/autorest/validation from 0.3.1 to 0.3.2
Release notes
Sourced from github.com/Azure/go-autorest/autorest/validation's releases.
autorest/validation/v0.3.2
Deprecate the
validationmodule.
Commits
- See full diff in compare view
Updates github.com/Azure/go-autorest/logger from 0.2.1 to 0.2.2
Release notes
Sourced from github.com/Azure/go-autorest/logger's releases.
logger/v0.2.2
Deprecate the
loggermodule.
Commits
33e12abUpdate readmes and add deprecation notices (#739)c0165cfAdd links to track 2 migration guides (#738)f7ea664Mark the adal module as deprecated (#731)4c0e21cBump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest/azure/cli (#730)e2786c1Bump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest/azure/auth (#729)4956109Bump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest (#728)4210247Bump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest/adal (#727)df94ce5Stop retriable request from adding a non-nil Body (#726)d3f8f8achore: should use xx.String() instead of string(xx.Bytes()) (#725)be633f7io/ioutil deprecated (#724)- Additional commits viewable in compare view
Updates github.com/Azure/go-autorest/tracing from 0.6.0 to 0.6.1
Release notes
Sourced from github.com/Azure/go-autorest/tracing's releases.
tracing/v0.6.1
Deprecate the
tracingmodule.
Changelog
Sourced from github.com/Azure/go-autorest/tracing's changelog.
v10.6.1
- Added retries to MSI token get request.
Commits
33e12abUpdate readmes and add deprecation notices (#739)c0165cfAdd links to track 2 migration guides (#738)f7ea664Mark the adal module as deprecated (#731)4c0e21cBump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest/azure/cli (#730)e2786c1Bump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest/azure/auth (#729)4956109Bump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest (#728)4210247Bump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest/adal (#727)df94ce5Stop retriable request from adding a non-nil Body (#726)d3f8f8achore: should use xx.String() instead of string(xx.Bytes()) (#725)be633f7io/ioutil deprecated (#724)- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
:robot: GitHub comments
Expand to view the GitHub comments
Just comment with:
rundocs-build: Re-trigger the docs validation. (use unformatted text in the comment!)
This pull request does not have a backport label. If this is a bug or security fix, could you label this PR @dependabot[bot]? 🙏. For such, you'll need to label your PR with:
- The upcoming major version of the Elastic Stack
- The upcoming minor version of the Elastic Stack (if you're not pushing a breaking change)
To fixup this pull request, you need to add the backport labels for the needed branches, such as:
backport-8./dis the label to automatically backport to the8./dbranch./dis the digitbackport-active-allis the label that automatically backports to all active branches.backport-active-8is the label that automatically backports to all active minor branches for the 8 major.backport-active-9is the label that automatically backports to all active minor branches for the 9 major.
Pinging @elastic/obs-ds-hosted-services (Team:obs-ds-hosted-services)
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.
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 recreate.