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 the all group with 5 updates #8180

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 28, 2025

Bumps the all group with 5 updates:

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/mocks 0.4.2 0.4.3
github.com/Azure/go-autorest/tracing 0.6.0 0.6.1
github.com/evanphx/json-patch 5.9.0+incompatible 5.9.10+incompatible

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/mocks from 0.4.2 to 0.4.3

Release notes

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

autorest/azure/cli/v0.4.3

Add more parameters to get-access-token #643

autorest/mocks/v0.4.3

Deprecate the mocks 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

Updates github.com/evanphx/json-patch from 5.9.0+incompatible to 5.9.10+incompatible

Release notes

Sourced from github.com/evanphx/json-patch's releases.

v5.9.10

What's Changed

New Contributors

Full Changelog: evanphx/json-patch@v5.9.0...v5.9.10

Commits

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 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

Bumps the all group with 5 updates:

| 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/mocks](https://github.com/Azure/go-autorest) | `0.4.2` | `0.4.3` |
| [github.com/Azure/go-autorest/tracing](https://github.com/Azure/go-autorest) | `0.6.0` | `0.6.1` |
| [github.com/evanphx/json-patch](https://github.com/evanphx/json-patch) | `5.9.0+incompatible` | `5.9.10+incompatible` |


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/mocks` from 0.4.2 to 0.4.3
- [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/mocks/v0.4.2...autorest/mocks/v0.4.3)

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)

Updates `github.com/evanphx/json-patch` from 5.9.0+incompatible to 5.9.10+incompatible
- [Release notes](https://github.com/evanphx/json-patch/releases)
- [Commits](evanphx/json-patch@v5.9.0...v5.9.10)

---
updated-dependencies:
- dependency-name: github.com/Azure/go-autorest/autorest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/Azure/go-autorest/autorest/date
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/Azure/go-autorest/autorest/mocks
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/Azure/go-autorest/tracing
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/evanphx/json-patch
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added approved Indicates a PR has been approved by an approver from all required OWNERS files. area/dependency Issues or PRs related to dependency changes kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. lgtm "Looks good to me", indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. release-1.30 release-note-none Denotes a PR that doesn't merit a release note. labels Jan 28, 2025
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

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

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 requested a review from nilo19 January 28, 2025 17:20
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Jan 28, 2025
@k8s-ci-robot
Copy link
Contributor

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@k8s-ci-robot k8s-ci-robot added the size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. label Jan 28, 2025
@k8s-ci-robot
Copy link
Contributor

@dependabot: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-cloud-provider-azure-e2e-ccm-vmss-multi-slb-capz-1-30 4b37db0 link unknown /test pull-cloud-provider-azure-e2e-ccm-vmss-multi-slb-capz-1-30

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 29, 2025

Superseded by #8198.

@dependabot dependabot bot closed this Jan 29, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/release-1.30/all-e120088eec branch January 29, 2025 17:49
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. area/dependency Issues or PRs related to dependency changes cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. lgtm "Looks good to me", indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. release-1.30 release-note-none Denotes a PR that doesn't merit a release note. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant