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 common-golang-dependencies group with 8 updates #245

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 9, 2023

Bumps the common-golang-dependencies group with 8 updates:

Package From To
github.com/Azure/azure-sdk-for-go/sdk/azcore 1.7.2 1.8.0
github.com/prometheus/client_model 0.4.1-0.20230718164431-9a2bf3000d16 0.5.0
golang.org/x/crypto 0.13.0 0.14.0
golang.org/x/mod 0.12.0 0.13.0
golang.org/x/net 0.15.0 0.16.0
golang.org/x/oauth2 0.12.0 0.13.0
golang.org/x/sync 0.3.0 0.4.0
google.golang.org/api 0.143.0 0.146.0

Updates github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.7.2 to 1.8.0

Release notes

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

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

  • Fixed an issue that could cause some ARM RPs to not be automatically registered.
  • Block bearer token authentication for non TLS protected endpoints.

Other Changes

  • The following functions in the runtime package are now exposed from the policy package, and the runtime versions have been deprecated.
    • WithCaptureResponse
    • WithHTTPHeader
    • WithRetryOptions
  • Updated dependencies.

sdk/azcore/v1.8.0-beta.3

1.8.0-beta.3 (2023-09-07)

Features Added

  • Added function FetcherForNextLink and FetcherForNextLinkOptions to the runtime package to centralize creation of Pager[T].Fetcher from a next link URL.

Bugs Fixed

  • Suppress creating spans for nested SDK API calls. The HTTP span will be a child of the outer API span.

Other Changes

  • The following functions in the runtime package are now exposed from the policy package, and the runtime versions have been deprecated.
    • WithCaptureResponse
    • WithHTTPHeader
    • WithRetryOptions

sdk/azcore/v1.8.0-beta.2

... (truncated)

Commits

Updates github.com/prometheus/client_model from 0.4.1-0.20230718164431-9a2bf3000d16 to 0.5.0

Release notes

Sourced from github.com/prometheus/client_model's releases.

v0.5.0 / 2023-10-03

What's Changed

New Contributors

Full Changelog: prometheus/client_model@v0.4.0...v0.5.0

Commits

Updates golang.org/x/crypto from 0.13.0 to 0.14.0

Commits
  • e3cc52e go.mod: update golang.org/x dependencies
  • 833695f ssh: add server side support for [email protected] protocol extension
  • ec07f4e chacha20: drop Go 1.10 compatibility for arm64
  • b665ba6 all: use crypto/ed25519 instead of golang.org/x/crypto/ed25519
  • a1aeb9b ssh: add test cases for compatibility with old (buggy) clients
  • 28c53ff ssh: add MultiAlgorithmSigner
  • 3f0842a sha3: have ShakeHash extend hash.Hash
  • e90f1e1 cryptobyte: add uint48 methods
  • d359caa ssh: support for marshaling keys using the OpenSSH format
  • c5370d2 ssh: check the declared public key algo against decoded one
  • See full diff in compare view

Updates golang.org/x/mod from 0.12.0 to 0.13.0

Commits
  • 5b69280 modfile: use new go version string format in error message
  • 273ef6c go.mod: update to go 1.18 and x/tools v0.13.0
  • See full diff in compare view

Updates golang.org/x/net from 0.15.0 to 0.16.0

Commits
  • 88194ad go.mod: update golang.org/x dependencies
  • 2b60a61 quic: fix several bugs in flow control accounting
  • 73d82ef quic: handle DATA_BLOCKED frames
  • 5d5a036 quic: handle streams moving from the data queue to the meta queue
  • 350aad2 quic: correctly extend peer's flow control window after MAX_DATA
  • 21814e7 quic: validate connection id transport parameters
  • a600b35 quic: avoid redundant MAX_DATA updates
  • ea63359 http2: check stream body is present on read timeout
  • ddd8598 quic: version negotiation
  • 3b0ab98 quic: avoid deadlock on listener close
  • Additional commits viewable in compare view

Updates golang.org/x/oauth2 from 0.12.0 to 0.13.0

Commits
  • 3c5dbf0 go.mod: update golang.org/x dependencies
  • 11625cc google: add authorized_user conditional to Credentials.UniverseDomain
  • 8d6d45b google: add Credentials.UniverseDomain to support TPC
  • 43b6a7b google: adding support for external account authorized user
  • 14b275c oauth2: workaround misspelling of verification_uri
  • 18352fc google/internal/externalaccount: adding BYOID Metrics
  • 9095a51 oauth2: clarify error if endpoint missing DeviceAuthURL
  • 2d9e4a2 oauth2/google: remove meta validations for aws external credentials
  • 55cd552 oauth2: support PKCE
  • e3fb0fb oauth2: support device flow
  • See full diff in compare view

Updates golang.org/x/sync from 0.3.0 to 0.4.0

Commits

Updates google.golang.org/api from 0.143.0 to 0.146.0

Release notes

Sourced from google.golang.org/api's releases.

v0.146.0

0.146.0 (2023-10-08)

Features

v0.145.0

0.145.0 (2023-10-05)

Features

v0.144.0

0.144.0 (2023-10-04)

Features

Changelog

Sourced from google.golang.org/api's changelog.

0.146.0 (2023-10-08)

Features

0.145.0 (2023-10-05)

Features

0.144.0 (2023-10-04)

Features

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 common-golang-dependencies group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go) | `1.7.2` | `1.8.0` |
| [github.com/prometheus/client_model](https://github.com/prometheus/client_model) | `0.4.1-0.20230718164431-9a2bf3000d16` | `0.5.0` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.13.0` | `0.14.0` |
| [golang.org/x/mod](https://github.com/golang/mod) | `0.12.0` | `0.13.0` |
| [golang.org/x/net](https://github.com/golang/net) | `0.15.0` | `0.16.0` |
| [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.12.0` | `0.13.0` |
| [golang.org/x/sync](https://github.com/golang/sync) | `0.3.0` | `0.4.0` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.143.0` | `0.146.0` |


Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.7.2 to 1.8.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.2...sdk/azcore/v1.8.0)

Updates `github.com/prometheus/client_model` from 0.4.1-0.20230718164431-9a2bf3000d16 to 0.5.0
- [Release notes](https://github.com/prometheus/client_model/releases)
- [Commits](https://github.com/prometheus/client_model/commits/v0.5.0)

Updates `golang.org/x/crypto` from 0.13.0 to 0.14.0
- [Commits](golang/crypto@v0.13.0...v0.14.0)

Updates `golang.org/x/mod` from 0.12.0 to 0.13.0
- [Commits](golang/mod@v0.12.0...v0.13.0)

Updates `golang.org/x/net` from 0.15.0 to 0.16.0
- [Commits](golang/net@v0.15.0...v0.16.0)

Updates `golang.org/x/oauth2` from 0.12.0 to 0.13.0
- [Commits](golang/oauth2@v0.12.0...v0.13.0)

Updates `golang.org/x/sync` from 0.3.0 to 0.4.0
- [Commits](golang/sync@v0.3.0...v0.4.0)

Updates `google.golang.org/api` from 0.143.0 to 0.146.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.143.0...v0.146.0)

---
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: common-golang-dependencies
- dependency-name: github.com/prometheus/client_model
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: golang.org/x/mod
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: golang.org/x/oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: golang.org/x/sync
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
...

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 Oct 9, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 16, 2023

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Oct 16, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/common-golang-dependencies-6e69e6973b branch October 16, 2023 23:31
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.

0 participants