Skip to content

build(deps): bump the azure-sdks group across 1 directory with 6 updates #44555

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 29, 2025

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 autorest module.

Commits
  • 33e12ab Update readmes and add deprecation notices (#739)
  • c0165cf Add links to track 2 migration guides (#738)
  • f7ea664 Mark the adal module as deprecated (#731)
  • 4c0e21c Bump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest/azure/cli (#730)
  • e2786c1 Bump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest/azure/auth (#729)
  • 4956109 Bump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest (#728)
  • 4210247 Bump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest/adal (#727)
  • df94ce5 Stop retriable request from adding a non-nil Body (#726)
  • d3f8f8a chore: should use xx.String() instead of string(xx.Bytes()) (#725)
  • be633f7 io/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 date module.

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 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
  • 33e12ab Update readmes and add deprecation notices (#739)
  • c0165cf Add links to track 2 migration guides (#738)
  • f7ea664 Mark the adal module as deprecated (#731)
  • 4c0e21c Bump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest/azure/cli (#730)
  • e2786c1 Bump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest/azure/auth (#729)
  • 4956109 Bump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest (#728)
  • 4210247 Bump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest/adal (#727)
  • df94ce5 Stop retriable request from adding a non-nil Body (#726)
  • d3f8f8a chore: should use xx.String() instead of string(xx.Bytes()) (#725)
  • be633f7 io/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 to module.

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 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
  • 33e12ab Update readmes and add deprecation notices (#739)
  • c0165cf Add links to track 2 migration guides (#738)
  • f7ea664 Mark the adal module as deprecated (#731)
  • 4c0e21c Bump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest/azure/cli (#730)
  • e2786c1 Bump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest/azure/auth (#729)
  • 4956109 Bump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest (#728)
  • 4210247 Bump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest/adal (#727)
  • df94ce5 Stop retriable request from adding a non-nil Body (#726)
  • d3f8f8a chore: should use xx.String() instead of string(xx.Bytes()) (#725)
  • be633f7 io/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 validation module.

Commits

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 logger module.

Commits
  • 33e12ab Update readmes and add deprecation notices (#739)
  • c0165cf Add links to track 2 migration guides (#738)
  • f7ea664 Mark the adal module as deprecated (#731)
  • 4c0e21c Bump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest/azure/cli (#730)
  • e2786c1 Bump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest/azure/auth (#729)
  • 4956109 Bump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest (#728)
  • 4210247 Bump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest/adal (#727)
  • df94ce5 Stop retriable request from adding a non-nil Body (#726)
  • d3f8f8a chore: should use xx.String() instead of string(xx.Bytes()) (#725)
  • be633f7 io/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 tracing module.

Changelog

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

v10.6.1

  • Added retries to MSI token get request.
Commits
  • 33e12ab Update readmes and add deprecation notices (#739)
  • c0165cf Add links to track 2 migration guides (#738)
  • f7ea664 Mark the adal module as deprecated (#731)
  • 4c0e21c Bump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest/azure/cli (#730)
  • e2786c1 Bump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest/azure/auth (#729)
  • 4956109 Bump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest (#728)
  • 4210247 Bump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest/adal (#727)
  • df94ce5 Stop retriable request from adding a non-nil Body (#726)
  • d3f8f8a chore: should use xx.String() instead of string(xx.Bytes()) (#725)
  • be633f7 io/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 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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.

@dependabot dependabot bot added automation dependabot GitHub Dependabot labels May 29, 2025
@dependabot dependabot bot requested a review from a team as a code owner May 29, 2025 10:28
@dependabot dependabot bot added automation dependabot GitHub Dependabot labels May 29, 2025
@botelastic botelastic bot added the needs_team Indicates that the issue/PR needs a Team:* label label May 29, 2025
@botelastic
Copy link

botelastic bot commented May 29, 2025

This pull request doesn't have a Team:<team> label.

Copy link
Contributor

🤖 GitHub comments

Expand to view the GitHub comments

Just comment with:

  • run docs-build : Re-trigger the docs validation. (use unformatted text in the comment!)

Copy link
Contributor

mergify bot commented May 29, 2025

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./d is the label to automatically backport to the 8./d branch. /d is the digit
  • backport-active-all is the label that automatically backports to all active branches.
  • backport-active-8 is the label that automatically backports to all active minor branches for the 8 major.
  • backport-active-9 is the label that automatically backports to all active minor branches for the 9 major.

@dependabot dependabot bot force-pushed the dependabot/go_modules/azure-sdks-fcb1435ed6 branch 6 times, most recently from dfd83b9 to 34d1d90 Compare June 6, 2025 10:09
@dependabot dependabot bot force-pushed the dependabot/go_modules/azure-sdks-fcb1435ed6 branch 5 times, most recently from 46017d4 to acaa9c5 Compare June 13, 2025 10:12
@dependabot dependabot bot force-pushed the dependabot/go_modules/azure-sdks-fcb1435ed6 branch 6 times, most recently from 5fb22cd to 1a7816b Compare June 23, 2025 10:24
@dependabot dependabot bot force-pushed the dependabot/go_modules/azure-sdks-fcb1435ed6 branch 4 times, most recently from 1035b63 to f73d457 Compare June 27, 2025 10:05
@dependabot dependabot bot force-pushed the dependabot/go_modules/azure-sdks-fcb1435ed6 branch 6 times, most recently from d6488c0 to 04df854 Compare July 4, 2025 06:09
@dependabot dependabot bot force-pushed the dependabot/go_modules/azure-sdks-fcb1435ed6 branch 6 times, most recently from 09b88b3 to f27300d Compare July 11, 2025 10:13
@dependabot dependabot bot force-pushed the dependabot/go_modules/azure-sdks-fcb1435ed6 branch 5 times, most recently from ce3a0aa to fa25b04 Compare July 18, 2025 10:42
@dependabot dependabot bot force-pushed the dependabot/go_modules/azure-sdks-fcb1435ed6 branch 3 times, most recently from 9526452 to 7a70798 Compare July 23, 2025 10:49
Bumps the azure-sdks group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/Azure/go-autorest/autorest](https://github.com/Azure/go-autorest) | `0.11.29` | `0.11.30` |
| [github.com/Azure/go-autorest/autorest/date](https://github.com/Azure/go-autorest) | `0.3.0` | `0.3.1` |
| [github.com/Azure/go-autorest/autorest/to](https://github.com/Azure/go-autorest) | `0.4.0` | `0.4.1` |
| [github.com/Azure/go-autorest/autorest/validation](https://github.com/Azure/go-autorest) | `0.3.1` | `0.3.2` |
| [github.com/Azure/go-autorest/logger](https://github.com/Azure/go-autorest) | `0.2.1` | `0.2.2` |
| [github.com/Azure/go-autorest/tracing](https://github.com/Azure/go-autorest) | `0.6.0` | `0.6.1` |



Updates `github.com/Azure/go-autorest/autorest` from 0.11.29 to 0.11.30
- [Release notes](https://github.com/Azure/go-autorest/releases)
- [Changelog](https://github.com/Azure/go-autorest/blob/main/CHANGELOG.md)
- [Commits](Azure/go-autorest@autorest/v0.11.29...autorest/v0.11.30)

Updates `github.com/Azure/go-autorest/autorest/date` from 0.3.0 to 0.3.1
- [Release notes](https://github.com/Azure/go-autorest/releases)
- [Changelog](https://github.com/Azure/go-autorest/blob/main/CHANGELOG.md)
- [Commits](Azure/go-autorest@tracing/v0.3.0...autorest/date/v0.3.1)

Updates `github.com/Azure/go-autorest/autorest/to` from 0.4.0 to 0.4.1
- [Release notes](https://github.com/Azure/go-autorest/releases)
- [Changelog](https://github.com/Azure/go-autorest/blob/main/CHANGELOG.md)
- [Commits](Azure/go-autorest@tracing/v0.4.0...autorest/to/v0.4.1)

Updates `github.com/Azure/go-autorest/autorest/validation` from 0.3.1 to 0.3.2
- [Release notes](https://github.com/Azure/go-autorest/releases)
- [Changelog](https://github.com/Azure/go-autorest/blob/main/CHANGELOG.md)
- [Commits](Azure/go-autorest@autorest/date/v0.3.1...autorest/validation/v0.3.2)

Updates `github.com/Azure/go-autorest/logger` from 0.2.1 to 0.2.2
- [Release notes](https://github.com/Azure/go-autorest/releases)
- [Changelog](https://github.com/Azure/go-autorest/blob/main/CHANGELOG.md)
- [Commits](Azure/go-autorest@logger/v0.2.1...logger/v0.2.2)

Updates `github.com/Azure/go-autorest/tracing` from 0.6.0 to 0.6.1
- [Release notes](https://github.com/Azure/go-autorest/releases)
- [Changelog](https://github.com/Azure/go-autorest/blob/main/CHANGELOG.md)
- [Commits](Azure/go-autorest@tracing/v0.6.0...tracing/v0.6.1)

---
updated-dependencies:
- dependency-name: github.com/Azure/go-autorest/autorest
  dependency-version: 0.11.30
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: azure-sdks
- dependency-name: github.com/Azure/go-autorest/autorest/date
  dependency-version: 0.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: azure-sdks
- dependency-name: github.com/Azure/go-autorest/autorest/to
  dependency-version: 0.4.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: azure-sdks
- dependency-name: github.com/Azure/go-autorest/autorest/validation
  dependency-version: 0.3.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: azure-sdks
- dependency-name: github.com/Azure/go-autorest/logger
  dependency-version: 0.2.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: azure-sdks
- dependency-name: github.com/Azure/go-autorest/tracing
  dependency-version: 0.6.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: azure-sdks
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/azure-sdks-fcb1435ed6 branch from 0738424 to f16e263 Compare July 23, 2025 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automation dependabot GitHub Dependabot needs_team Indicates that the issue/PR needs a Team:* label
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants