Bump the all-go-deps group across 1 directory with 14 updates - #1142
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump the all-go-deps group across 1 directory with 14 updates#1142dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the all-go-deps group with 12 updates in the / directory: | Package | From | To | | --- | --- | --- | | [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.64.0` | `1.65.0` | | [github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric](https://github.com/GoogleCloudPlatform/opentelemetry-operations-go) | `0.59.0` | `0.60.0` | | [github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace](https://github.com/GoogleCloudPlatform/opentelemetry-operations-go) | `1.35.0` | `1.36.0` | | [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.43.5` | `1.43.7` | | [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.32.36` | `1.32.38` | | [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.107.1` | `1.107.3` | | [github.com/bitfield/script](https://github.com/bitfield/script) | `0.24.3` | `0.25.0` | | [golang.org/x/mod](https://github.com/golang/mod) | `0.39.0` | `0.40.0` | | [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.292.0` | `0.293.0` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.83.0` | `1.83.1` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.54.0` | `0.55.0` | | [golang.org/x/net](https://github.com/golang/net) | `0.57.0` | `0.58.0` | Updates `cloud.google.com/go/storage` from 1.64.0 to 1.65.0 - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md) - [Commits](googleapis/google-cloud-go@compute/v1.64.0...compute/v1.65.0) Updates `github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric` from 0.59.0 to 0.60.0 - [Release notes](https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/releases) - [Commits](GoogleCloudPlatform/opentelemetry-operations-go@v0.59.0...v0.60.0) Updates `github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace` from 1.35.0 to 1.36.0 - [Release notes](https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/releases) - [Commits](GoogleCloudPlatform/opentelemetry-operations-go@detectors/gcp/v1.35.0...detectors/gcp/v1.36.0) Updates `github.com/aws/aws-sdk-go-v2` from 1.43.5 to 1.43.7 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](aws/aws-sdk-go-v2@v1.43.5...v1.43.7) Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.36 to 1.32.38 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](aws/aws-sdk-go-v2@config/v1.32.36...config/v1.32.38) Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.19.35 to 1.19.37 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](aws/aws-sdk-go-v2@credentials/v1.19.35...credentials/v1.19.37) Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.107.1 to 1.107.3 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](aws/aws-sdk-go-v2@service/s3/v1.107.1...service/s3/v1.107.3) Updates `github.com/aws/smithy-go` from 1.27.7 to 1.27.8 - [Release notes](https://github.com/aws/smithy-go/releases) - [Changelog](https://github.com/aws/smithy-go/blob/main/CHANGELOG.md) - [Commits](aws/smithy-go@v1.27.7...v1.27.8) Updates `github.com/bitfield/script` from 0.24.3 to 0.25.0 - [Commits](bitfield/script@v0.24.3...v0.25.0) Updates `golang.org/x/mod` from 0.39.0 to 0.40.0 - [Commits](golang/mod@v0.39.0...v0.40.0) Updates `google.golang.org/api` from 0.292.0 to 0.293.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.292.0...v0.293.0) Updates `google.golang.org/grpc` from 1.83.0 to 1.83.1 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.83.0...v1.83.1) Updates `golang.org/x/crypto` from 0.54.0 to 0.55.0 - [Commits](golang/crypto@v0.54.0...v0.55.0) Updates `golang.org/x/net` from 0.57.0 to 0.58.0 - [Commits](golang/net@v0.57.0...v0.58.0) --- updated-dependencies: - dependency-name: cloud.google.com/go/storage dependency-version: 1.65.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-deps - dependency-name: github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric dependency-version: 0.60.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-deps - dependency-name: github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace dependency-version: 1.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-deps - dependency-name: github.com/aws/aws-sdk-go-v2 dependency-version: 1.43.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-go-deps - dependency-name: github.com/aws/aws-sdk-go-v2/config dependency-version: 1.32.38 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-go-deps - dependency-name: github.com/aws/aws-sdk-go-v2/credentials dependency-version: 1.19.37 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-go-deps - dependency-name: github.com/aws/aws-sdk-go-v2/service/s3 dependency-version: 1.107.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-go-deps - dependency-name: github.com/aws/smithy-go dependency-version: 1.27.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-go-deps - dependency-name: github.com/bitfield/script dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-deps - dependency-name: golang.org/x/mod dependency-version: 0.40.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-deps - dependency-name: google.golang.org/api dependency-version: 0.293.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-deps - dependency-name: google.golang.org/grpc dependency-version: 1.83.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-go-deps - dependency-name: golang.org/x/crypto dependency-version: 0.55.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-deps - dependency-name: golang.org/x/net dependency-version: 0.58.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-deps ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the all-go-deps group with 12 updates in the / directory:
1.64.01.65.00.59.00.60.01.35.01.36.01.43.51.43.71.32.361.32.381.107.11.107.30.24.30.25.00.39.00.40.00.292.00.293.01.83.01.83.10.54.00.55.00.57.00.58.0Updates
cloud.google.com/go/storagefrom 1.64.0 to 1.65.0Release notes
Sourced from cloud.google.com/go/storage's releases.
Commits
8e9f00fchore: release main (#20157)c387066fix(bigtable): eliminate stats-handler MD race in internal/metrics tracer (#2...b29b08afeat(commerceproducer): onboard v1beta API version (#20172)bcfca47feat(agentidentity): onboard v1 and v1beta APIs (#20171)c9044a0chore(spanner): resolve regen diff (#20170)1b2f5affeat(storage): Accept CRC32C for appendable objects (#20104)1c073b8feat(spanner): implement OPAQUE login authentication for Spanner Omni (#20085)a3a9babchore(main): release spanner 1.93.0 (#20031)465b159chore: expand CODEOWNERS to default allow platform modifications (#20166)7c4d45echore: use strict constraints filtering for renovate (#20165)Updates
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metricfrom 0.59.0 to 0.60.0Release notes
Sourced from github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric's releases.
Commits
e024e63Prepare release v1.36.0/v0.60.0 (#1189)cd42407Add support for go 1.27 (#1188)f833d40exporter/trace: update span attribute and event limits to match backend (#1186)063964cUpdate OpenTelemetry dependencies to fix govulncheck GO-2026-5158 (#1185)07d0107Add GKEHostType (#1177)Updates
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/tracefrom 1.35.0 to 1.36.0Commits
e024e63Prepare release v1.36.0/v0.60.0 (#1189)cd42407Add support for go 1.27 (#1188)f833d40exporter/trace: update span attribute and event limits to match backend (#1186)063964cUpdate OpenTelemetry dependencies to fix govulncheck GO-2026-5158 (#1185)07d0107Add GKEHostType (#1177)Updates
github.com/aws/aws-sdk-go-v2from 1.43.5 to 1.43.7Commits
284a484Release 2026-08-20c278723Regenerated Clients626bebcUpdate API model36c8121Make x-amz-checksum-* headers on presigner always show up as headers (#3522)283dd70Expand S3 operations that check for an error inside an HTTP 200 response (wav...27045a8Fix tmv1 uploadretry flaky test (#3520)228e8ecRelease 2026-08-19176298dRegenerated Clients6a05af8Update API modeldaa38bcBump Smithy version to 1.73.0 (#3524)Updates
github.com/aws/aws-sdk-go-v2/configfrom 1.32.36 to 1.32.38Commits
284a484Release 2026-08-20c278723Regenerated Clients626bebcUpdate API model36c8121Make x-amz-checksum-* headers on presigner always show up as headers (#3522)283dd70Expand S3 operations that check for an error inside an HTTP 200 response (wav...27045a8Fix tmv1 uploadretry flaky test (#3520)228e8ecRelease 2026-08-19176298dRegenerated Clients6a05af8Update API modeldaa38bcBump Smithy version to 1.73.0 (#3524)Updates
github.com/aws/aws-sdk-go-v2/credentialsfrom 1.19.35 to 1.19.37Commits
284a484Release 2026-08-20c278723Regenerated Clients626bebcUpdate API model36c8121Make x-amz-checksum-* headers on presigner always show up as headers (#3522)283dd70Expand S3 operations that check for an error inside an HTTP 200 response (wav...27045a8Fix tmv1 uploadretry flaky test (#3520)228e8ecRelease 2026-08-19176298dRegenerated Clients6a05af8Update API modeldaa38bcBump Smithy version to 1.73.0 (#3524)Updates
github.com/aws/aws-sdk-go-v2/service/s3from 1.107.1 to 1.107.3Commits
284a484Release 2026-08-20c278723Regenerated Clients626bebcUpdate API model36c8121Make x-amz-checksum-* headers on presigner always show up as headers (#3522)283dd70Expand S3 operations that check for an error inside an HTTP 200 response (wav...27045a8Fix tmv1 uploadretry flaky test (#3520)228e8ecRelease 2026-08-19176298dRegenerated Clients6a05af8Update API modeldaa38bcBump Smithy version to 1.73.0 (#3524)Updates
github.com/aws/smithy-gofrom 1.27.7 to 1.27.8Changelog
Sourced from github.com/aws/smithy-go's changelog.
... (truncated)
Commits
b6ea087Release 2026-08-14496caeefix: drain response body before closing in CloseResponseBody (#696)Updates
github.com/bitfield/scriptfrom 0.24.3 to 0.25.0Commits
f480caeAdd Shell method for running commands via the system shell (#245)249424bpass optional context to pipe (#225) (#244)Updates
golang.org/x/modfrom 0.39.0 to 0.40.0Commits
d3398d0go.mod: update golang.org/x dependencies57549bfsumdb: ignore unrelated hashes in Lookup96f62aesumdb/tlog: fix TileHashReader authentication bypassUpdates
google.golang.org/apifrom 0.292.0 to 0.293.0Release notes
Sourced from google.golang.org/api's releases.
Changelog
Sourced from google.golang.org/api's changelog.
Commits
5b1402echore(main): release 0.293.0 (#3690)9f826b1feat(all): auto-regenerate discovery clients (#3697)a35fb8echore(all): update all (#3695)b7d7362feat(all): auto-regenerate discovery clients (#3696)6855532feat(all): auto-regenerate discovery clients (#3694)3ca7257feat(all): auto-regenerate discovery clients (#3693)8ab2586feat(all): auto-regenerate discovery clients (#3692)07e3f98feat(all): auto-regenerate discovery clients (#3691)82ee53bfeat(all): auto-regenerate discovery clients (#3689)Updates
google.golang.org/grpcfrom 1.83.0 to 1.83.1Release notes
Sourced from google.golang.org/grpc's releases.
Commits
1550d9eChange version to 1.83.1 (#9336)ebba6f3Cherry-pick #9258 and #9332 into v1.83.x (#9335)8cfeca0Cherry-pick #9331 to v1.83.x (#9333)dec6951Change version to 1.83.1-dev (#9229)Updates
golang.org/x/cryptofrom 0.54.0 to 0.55.0Commits
f44d03dgo.mod: update golang.org/x dependencies5ed4944crypto/internal/poly1305: provide optimised assembly for riscv64b07833cssh: return window credit for discarded extended datad701c51acme: fix nil pointer dereference in pebble test error reporting999d053ssh: fix parsing of GSSAPI payloads offering multiple mechanisms90f76b8ssh: reject certificate signature keys before recursingb53964assh: permit empty but non-nil HostKeyAlgorithms, KeyExchanges, Ciphers, MACs626e40fssh: drain stderr on forwarded TCP and Unix channels31914c6x509roots/fallback: update bundlef2135b8all: clean up minor issues found by staticcheckUpdates
golang.org/x/netfrom 0.57.0 to 0.58.0Commits
acc78e0go.mod: update golang.org/x dependencies90d10f0internal/http3: delete invalid Content-Length if declared in server handler08abf4dinternal/http3: infer headers when Content-Encoding is set but is empty8d10596http2: avoid deadlocks in wrapped ClientConn state callback99c3b0ahttp2/hpack: build the table lookup maps lazily, only for encoders5a920b1http3: rework registration to allow using a fake network7fd2842quic: return an error from Accept after PacketConn reader exits825111dquic: avoid busy-loop when keep-alive is blocked by congestion controla02ddfahttp/httpproxy: prioritize lowercase proxy environment variables574e5ebquic: halt conn goroutines on close when listener exits earlyDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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