Skip to content

Conversation

@dependabot
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
@github-actions
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!)

@mergify
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 5 times, most recently from 0789176 to a17391c Compare June 30, 2025 10:49
@dependabot dependabot bot force-pushed the dependabot/go_modules/azure-sdks-fcb1435ed6 branch 6 times, most recently from fb10f0d to 918070e Compare November 12, 2025 10:04
@dependabot dependabot bot force-pushed the dependabot/go_modules/azure-sdks-fcb1435ed6 branch 2 times, most recently from 73e721f to aa68b6e Compare November 14, 2025 10:04
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 17, 2025

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.

@dependabot dependabot bot force-pushed the dependabot/go_modules/azure-sdks-fcb1435ed6 branch 5 times, most recently from 81df2a8 to 1288572 Compare November 24, 2025 11:39
@dependabot dependabot bot force-pushed the dependabot/go_modules/azure-sdks-fcb1435ed6 branch 6 times, most recently from b5531bb to 02fe066 Compare December 2, 2025 10:05
@dependabot dependabot bot force-pushed the dependabot/go_modules/azure-sdks-fcb1435ed6 branch 5 times, most recently from a892ffa to 66d7490 Compare December 9, 2025 10:04
@dependabot dependabot bot force-pushed the dependabot/go_modules/azure-sdks-fcb1435ed6 branch 2 times, most recently from dc77066 to cdaa79a Compare December 11, 2025 10:04
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] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/azure-sdks-fcb1435ed6 branch from e4566b0 to 28e9193 Compare December 12, 2025 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automation dependabot GitHub Dependabot Team:obs-ds-hosted-services Label for the Observability Hosted Services team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants