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: bump the all group in /examples/msal-go with 2 updates #1175

Merged
merged 2 commits into from
Nov 30, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the all group in /examples/msal-go with 2 updates: github.com/Azure/azure-sdk-for-go/sdk/azcore and k8s.io/klog/v2.

Updates github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.7.1 to 1.9.0

Release notes

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

sdk/azcore/v1.9.0

1.9.0 (2023-11-06)

Breaking Changes

These changes affect only code written against previous beta versions of v1.7.0 and v1.8.0

  • The function NewTokenCredential has been removed from the fake package. Use a literal &fake.TokenCredential{} instead.
  • The field TracingNamespace in runtime.PipelineOptions has been replaced by TracingOptions.

Bugs Fixed

  • Fixed an issue that could cause some allowed HTTP header values to not show up in logs.
  • Include error text instead of error type in traces when the transport returns an error.
  • Fixed an issue that could cause an HTTP/2 request to hang when the TCP connection becomes unresponsive.
  • Block key and SAS authentication for non TLS protected endpoints.
  • Passing a nil credential value will no longer cause a panic. Instead, the authentication is skipped.
  • Calling Error on a zero-value azcore.ResponseError will no longer panic.
  • Fixed an issue in fake.PagerResponder[T] that would cause a trailing error to be omitted when iterating over pages.
  • Context values created by azcore will no longer flow across disjoint HTTP requests.

Other Changes

  • Skip generating trace info for no-op tracers.
  • The clientName paramater in client constructors has been renamed to moduleName.

sdk/azcore/v1.9.0-beta.1

1.9.0-beta.1 (2023-10-05)

Other Changes

  • The beta features for tracing and fakes have been reinstated.

sdk/azcore/v1.8.0

1.8.0 (2023-10-05)

Features Added

  • Added Claims and EnableCAE fields to policy.TokenRequestOptions.
  • ARM bearer token policy handles CAE challenges.
  • messaging/CloudEvent allows you to serialize/deserialize CloudEvents, as described in the CloudEvents 1.0 specification: link
  • Added functions FetcherForNextLink and EncodeQueryParams along with FetcherForNextLinkOptions to the runtime package to centralize creation of Pager[T].Fetcher from a next link URL.
  • Added types KeyCredential and SASCredential to the azcore package.
    • Includes their respective constructor functions.
  • Added types KeyCredentialPolicy and SASCredentialPolicy to the azcore/runtime package.
    • Includes their respective constructor functions and options types.

Breaking Changes

These changes affect only code written against beta versions of v1.8.0

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

Bugs Fixed

... (truncated)

Commits

Updates k8s.io/klog/v2 from 2.100.1 to 2.110.1

Release notes

Sourced from k8s.io/klog/v2's releases.

Prepare klog release for Kubernetes v1.29 (Take 1)

What's Changed

New Contributors

Full Changelog: kubernetes/klog@v2.100.1...v2.110.1

Commits
  • e3f75b8 Merge pull request #384 from pohly/slog
  • 44eadc3 add slog support
  • cc856bb update to logr 1.3.0
  • 02e7b69 Merge pull request #391 from pohly/with-name-output
  • 009a04a output: handle WithName like zapr does
  • b588475 Merge pull request #380 from pohly/golangci-lint-action
  • 1a0dfc5 github: run golangci-lint via action
  • ef25537 fix revive issues
  • edee20c Merge pull request #392 from pohly/promote-experimental
  • 18cdd3a promote experimental code to stable
  • Additional commits viewable in compare view

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 in /examples/msal-go with 2 updates: [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go) and [k8s.io/klog/v2](https://github.com/kubernetes/klog).


Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.7.1 to 1.9.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.7.1...sdk/azcore/v1.9.0)

Updates `k8s.io/klog/v2` from 2.100.1 to 2.110.1
- [Release notes](https://github.com/kubernetes/klog/releases)
- [Changelog](https://github.com/kubernetes/klog/blob/main/RELEASE.md)
- [Commits](kubernetes/klog@v2.100.1...v2.110.1)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: k8s.io/klog/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 13, 2023
@aramase
Copy link
Member

aramase commented Nov 30, 2023

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@aramase aramase enabled auto-merge (squash) November 30, 2023 19:38
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (2bb57bc) 55.49% compared to head (37c6e72) 55.49%.
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1175   +/-   ##
=======================================
  Coverage   55.49%   55.49%           
=======================================
  Files          36       36           
  Lines        2294     2294           
=======================================
  Hits         1273     1273           
  Misses        980      980           
  Partials       41       41           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@aramase aramase merged commit 7e86b6a into main Nov 30, 2023
22 checks passed
@aramase aramase deleted the dependabot/go_modules/examples/msal-go/all-779228b8f1 branch November 30, 2023 20:03
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
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants