Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

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

Bumps the minor-and-patch group with 5 updates in the /runtime directory:

Package From To
github.com/aws/aws-sdk-go-v2 1.32.3 1.32.4
github.com/aws/aws-sdk-go-v2/config 1.28.1 1.28.3
github.com/aws/aws-sdk-go-v2/service/s3 1.66.2 1.66.3
github.com/dgraph-io/dgo/v240 240.0.0 240.0.1
google.golang.org/grpc 1.67.1 1.68.0

Bumps the minor-and-patch group with 2 updates in the /sdk/go directory: golang.org/x/mod and golang.org/x/tools.

Updates github.com/aws/aws-sdk-go-v2 from 1.32.3 to 1.32.4

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.28.1 to 1.28.3

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.66.2 to 1.66.3

Commits

Updates github.com/aws/aws-sdk-go-v2/service/sts from 1.32.3 to 1.32.4

Commits

Updates github.com/dgraph-io/dgo/v240 from 240.0.0 to 240.0.1

Release notes

Sourced from github.com/dgraph-io/dgo/v240's releases.

dgo v240.0.1

What's Changed

Full Changelog: dgraph-io/dgo@v240.0.0...v240.0.1

Commits
  • aacd75b declare min Go version to be v1.21 (#207)
  • be2dc4d Update stale.yml
  • cf2638d Bump google.golang.org/grpc from 1.67.0 to 1.67.1 in the minor-and-patch grou...
  • c366635 Bump google.golang.org/grpc from 1.66.2 to 1.67.0 in the minor-and-patch grou...
  • 798a3bb Bump google.golang.org/grpc from 1.66.1 to 1.66.2 in the minor-and-patch grou...
  • 0e00a9a fix euclidean spelling (#204)
  • 2bcbd91 Delete .github/ISSUE_TEMPLATE
  • f4a4e26 Bump google.golang.org/grpc from 1.66.0 to 1.66.1 in the minor-and-patch grou...
  • 3c5ad22 Update dependabot.yml
  • See full diff in compare view

Updates google.golang.org/grpc from 1.67.1 to 1.68.0

Release notes

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

Release 1.68.0

Behavior Changes

  • stats/opentelemetry/csm: Get mesh_id local label from "CSM_MESH_ID" environment variable, rather than parsing from bootstrap file (#7740)
  • orca (experimental): if using an ORCA listener, it must now be registered only on a READY SubConn, and the listener will automatically be stopped when the connection is lost. (#7663)
  • client: ClientConn.Close() now closes transports simultaneously and waits for transports to be closed before returning. (#7666)
  • credentials: TLS credentials created via NewTLS that use tls.Config.GetConfigForClient will now have CipherSuites, supported TLS versions and ALPN configured automatically. These were previously only set for configs not using the GetConfigForClient option. (#7709)

Bug Fixes

  • transport: prevent deadlock in client transport shutdown when writing the GOAWAY frame hangs. (#7662)
  • mem: reuse buffers more accurately by using slice capacity instead of length (#7702)
  • status: Fix regression caused by #6919 in status.Details() causing it to return a wrapped type when getting proto messages generated with protoc-gen-go < v1. (#7724)

Dependencies

  • Bump minimum supported Go version to go1.22.7. (#7624)
Commits
  • acba4d3 Change version to 1.68.0 (#7743)
  • 5363dca credentials: Apply defaults to TLS configs provided through GetConfigForClien...
  • 056dc64 status: Fix status incompatibility introduced by #6919 and move non-regenerat...
  • b79fb61 mem: use slice capacity instead of length, to determine whether to pool buffe...
  • 54841ef stats/opentelemetry/csm: Get mesh_id local label from "CSM_MESH_ID" environme...
  • ad81c20 pickfirstleaf: minor simplification to reconcileSubConnsLocked method (#7731)
  • b850ea5 transport : wait for goroutines to exit before transport closes (#7666)
  • 00b9e14 pickfirst: New pick first policy for dualstack (#7498)
  • 18a4eac testutils: add couple of log statements to the restartable listener type (#7716)
  • fdc2ec2 xdsclient: deflake TestADS_ResourcesAreRequestedAfterStreamRestart (#7720)
  • Additional commits viewable in compare view

Updates golang.org/x/mod from 0.21.0 to 0.22.0

Commits
  • dec0365 sumdb: make data tiles by Server compatible with sum.golang.org
  • c8a7319 x/mod: fix handling of vendored packages with '/vendor' in non-top-level paths
  • 9cd0e4c x/mod: remove vendor/modules.txt from module download
  • See full diff in compare view

Updates golang.org/x/tools from 0.26.0 to 0.27.0

Commits
  • 4d2b19f go.mod: update golang.org/x dependencies
  • 6368677 gopls/internal/golang: strength reduce ComputeImportFixEdits
  • 777f155 gopls/internal/golang: show package attributes on hover
  • 8a0e08f gopls/doc: add missing doc link
  • 61415be gopls/internal/cache: guard against malformed paths in port.matches
  • 9a89d3a internal/analysisinternal: avoid sub-token spans in TypeErrorEndPos
  • 1115af6 internal/expect: support named arguments f(a, b, c=d, e="f")
  • 0b9e499 go/{expect,packages/packagestest}: mention the tag+delete proposal
  • efcd2bd internal/packagestest: fork go/packages/packagestest
  • 0e9ed3d go/packages: do not mutate Config
  • 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 minor-and-patch group with 5 updates in the /runtime directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.32.3` | `1.32.4` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.28.1` | `1.28.3` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.66.2` | `1.66.3` |
| [github.com/dgraph-io/dgo/v240](https://github.com/dgraph-io/dgo) | `240.0.0` | `240.0.1` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.67.1` | `1.68.0` |

Bumps the minor-and-patch group with 2 updates in the /sdk/go directory: [golang.org/x/mod](https://github.com/golang/mod) and [golang.org/x/tools](https://github.com/golang/tools).


Updates `github.com/aws/aws-sdk-go-v2` from 1.32.3 to 1.32.4
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.32.3...v1.32.4)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.28.1 to 1.28.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.28.1...config/v1.28.3)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.66.2 to 1.66.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.66.2...service/s3/v1.66.3)

Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.32.3 to 1.32.4
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.32.3...v1.32.4)

Updates `github.com/dgraph-io/dgo/v240` from 240.0.0 to 240.0.1
- [Release notes](https://github.com/dgraph-io/dgo/releases)
- [Changelog](https://github.com/dgraph-io/dgo/blob/master/RELEASE.md)
- [Commits](dgraph-io/dgo@v240.0.0...v240.0.1)

Updates `google.golang.org/grpc` from 1.67.1 to 1.68.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.67.1...v1.68.0)

Updates `golang.org/x/mod` from 0.21.0 to 0.22.0
- [Commits](golang/mod@v0.21.0...v0.22.0)

Updates `golang.org/x/tools` from 0.26.0 to 0.27.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.26.0...v0.27.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/dgraph-io/dgo/v240
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: golang.org/x/mod
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: golang.org/x/tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team November 13, 2024 00:13
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 13, 2024
@mattjohnsonpint mattjohnsonpint merged commit 9f9560f into main Nov 13, 2024
@mattjohnsonpint mattjohnsonpint deleted the dependabot/go_modules/runtime/minor-and-patch-f25f13b287 branch November 13, 2024 00:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Development

Successfully merging this pull request may close these issues.

2 participants