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

chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.6.1 to 1.7.0 #464

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 13, 2023

Bumps github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.6.1 to 1.7.0.

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/azcore's releases.

sdk/azcore/v1.7.0

1.7.0 (2023-07-12)

Features Added

  • Added method WithClientName() to type azcore.Client to support shallow cloning of a client with a new name used for tracing.

Breaking Changes

These changes affect only code written against beta versions v1.7.0-beta.1 or v1.7.0-beta.2

  • The beta features for CAE, tracing, and fakes have been omitted for this release.

sdk/azcore/v1.7.0-beta.2

1.7.0-beta.2 (2023-06-06)

Breaking Changes

These changes affect only code written against beta version v1.7.0-beta.1

  • Method SpanFromContext() on type tracing.Tracer had the bool return value removed.
    • This includes the field SpanFromContext in supporting type tracing.TracerOptions.
  • Method AddError() has been removed from type tracing.Span.
  • Method Span.End() now requires an argument of type *tracing.SpanEndOptions.

Bugs Fixed

  • Fixed an issue in azcore.NewClient() and arm.NewClient() that could cause an incorrect module name to be used in telemetry.
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)

@dependabot dependabot bot requested a review from a team as a code owner July 13, 2023 04:14
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 13, 2023
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/Azure/azure-sdk-for-go/sdk/azcore-1.7.0 branch from db33cd9 to 48a1ebe Compare July 17, 2023 14:26
@ghost
Copy link

ghost commented Jul 19, 2023

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/Azure/azure-sdk-for-go/sdk/azcore-1.7.0 branch from 48a1ebe to ec4a577 Compare July 19, 2023 10:19
ghost
ghost previously approved these changes Jul 19, 2023
@ghost ghost enabled auto-merge July 19, 2023 10:23
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/Azure/azure-sdk-for-go/sdk/azcore-1.7.0 branch 3 times, most recently from 75899b9 to bd0aa1d Compare July 19, 2023 11:37
@chrisgacsal
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/Azure/azure-sdk-for-go/sdk/azcore-1.7.0 branch from bd0aa1d to e4ccca6 Compare July 28, 2023 09:00
chrisgacsal
chrisgacsal previously approved these changes Jul 28, 2023
@ghost ghost added this pull request to the merge queue Jul 28, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Jul 28, 2023
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/Azure/azure-sdk-for-go/sdk/azcore-1.7.0 branch 2 times, most recently from a4d4816 to 14558bf Compare July 28, 2023 10:33
@chrisgacsal
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/Azure/azure-sdk-for-go/sdk/azcore-1.7.0 branch from 14558bf to 23b2d18 Compare July 28, 2023 14:17
@chrisgacsal
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/Azure/azure-sdk-for-go/sdk/azcore-1.7.0 branch 2 times, most recently from 3c0aac3 to fe58172 Compare July 31, 2023 11:27
@chrisgacsal
Copy link
Contributor

@dependabot rebase

Bumps [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go) from 1.6.1 to 1.7.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md)
- [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.6.1...sdk/azcore/v1.7.0)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/Azure/azure-sdk-for-go/sdk/azcore-1.7.0 branch from fe58172 to 893fd4e Compare August 1, 2023 08:33
@chrisgacsal chrisgacsal added this pull request to the merge queue Aug 1, 2023
Merged via the queue into main with commit 8e0f553 Aug 1, 2023
5 checks passed
@chrisgacsal chrisgacsal deleted the dependabot/go_modules/github.com/Azure/azure-sdk-for-go/sdk/azcore-1.7.0 branch August 1, 2023 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant