Skip to content

Bump the all-deps group with 11 updates - #929

Merged
mhutchinson merged 1 commit into
mainfrom
dependabot/go_modules/all-deps-0360e8f773
Aug 26, 2026
Merged

Bump the all-deps group with 11 updates#929
mhutchinson merged 1 commit into
mainfrom
dependabot/go_modules/all-deps-0360e8f773

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 26, 2026

Copy link
Copy Markdown
Contributor

Bumps the all-deps group with 11 updates:

Package From To
cloud.google.com/go/storage 1.64.0 1.65.0
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric 0.59.0 0.60.0
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace 1.35.0 1.36.0
github.com/aws/aws-sdk-go-v2 1.43.6 1.43.7
github.com/aws/aws-sdk-go-v2/config 1.32.37 1.32.38
github.com/aws/aws-sdk-go-v2/credentials 1.19.36 1.19.37
github.com/aws/aws-sdk-go-v2/service/s3 1.107.2 1.107.3
github.com/aws/aws-sdk-go-v2/service/secretsmanager 1.44.6 1.44.7
github.com/aws/smithy-go 1.27.8 1.27.9
github.com/fsouza/fake-gcs-server 1.55.1 1.56.0
google.golang.org/grpc 1.83.0 1.83.1

Updates cloud.google.com/go/storage from 1.64.0 to 1.65.0

Release notes

Sourced from cloud.google.com/go/storage's releases.

compute: v1.65.0

1.65.0 (2026-07-20)

Features

storage: v1.65.0

1.65.0 (2026-08-14)

Features

Commits
  • 8e9f00f chore: release main (#20157)
  • c387066 fix(bigtable): eliminate stats-handler MD race in internal/metrics tracer (#2...
  • b29b08a feat(commerceproducer): onboard v1beta API version (#20172)
  • bcfca47 feat(agentidentity): onboard v1 and v1beta APIs (#20171)
  • c9044a0 chore(spanner): resolve regen diff (#20170)
  • 1b2f5af feat(storage): Accept CRC32C for appendable objects (#20104)
  • 1c073b8 feat(spanner): implement OPAQUE login authentication for Spanner Omni (#20085)
  • a3a9bab chore(main): release spanner 1.93.0 (#20031)
  • 465b159 chore: expand CODEOWNERS to default allow platform modifications (#20166)
  • 7c4d45e chore: use strict constraints filtering for renovate (#20165)
  • Additional commits viewable in compare view

Updates github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric from 0.59.0 to 0.60.0

Release notes

Sourced from github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric's releases.

v1.36.0/v0.60.0

What's Changed

New Contributors

Full Changelog: GoogleCloudPlatform/opentelemetry-operations-go@v0.59.0...v0.60.0

Commits

Updates github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace from 1.35.0 to 1.36.0

Commits

Updates github.com/aws/aws-sdk-go-v2 from 1.43.6 to 1.43.7

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.32.37 to 1.32.38

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.19.36 to 1.19.37

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.107.2 to 1.107.3

Commits

Updates github.com/aws/aws-sdk-go-v2/service/secretsmanager from 1.44.6 to 1.44.7

Commits

Updates github.com/aws/smithy-go from 1.27.8 to 1.27.9

Changelog

Sourced from github.com/aws/smithy-go's changelog.

Release (2026-08-25.2)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.28.0
    • Feature: Set Content-Length inline when the request body is set via SetStream. The ComputeContentLength middleware is now deprecated.

Release (2026-08-25)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.27.10
    • Bug Fix: Fix a data race on the underlying writer when an event stream is closed while an event write is in flight.
    • Bug Fix: Restore draining the HTTP response body in CloseResponseBody to avoid issues with TCP connection reuse.

Release (2026-08-21)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.27.9
    • Bug Fix: Fix a generic event stream exception not carrying the error code and message from its payload.
    • Bug Fix: Fix an event stream not being closed when its connection is lost, which would cause a caller writing to the stream to block indefinitely.
    • Bug Fix: Fix deserialization of an empty list producing a nil slice instead of an empty one.
    • Bug Fix: Restore draining the HTTP response body in CloseResponseBody to avoid issues with TCP connection reuse.

Release (2026-08-14)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.27.8
    • Bug Fix: Restore draining the HTTP response body in CloseResponseBody to avoid issues with TCP connection reuse.

Release (2026-08-07)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.27.7
    • Bug Fix: Don't serialize unset JSON documents as nil in structure members.
    • Bug Fix: Fix a deserialization panic around collection members in recursive shape configs.

... (truncated)

Commits

Updates github.com/fsouza/fake-gcs-server from 1.55.1 to 1.56.0

Release notes

Sourced from github.com/fsouza/fake-gcs-server's releases.

v1.56.0

What's Changed

New Contributors

Full Changelog: fsouza/fake-gcs-server@v1.55.1...v1.56.0

Commits
  • 3a3ed87 fix: update ComposeObject test call for the new acl parameter (#2332)
  • e528393 Honor response-* query parameters in object downloads (#2304)
  • 729c7a0 fix: support fully qualified Pub/Sub topic names (#2318)
  • b554b85 build(deps): bump docker/setup-buildx-action from 4.2.0 to 4.3.0 (#2330)
  • 185dd9d chore: fix formatting issues reported by golangci-lint v2.13.1 (#2331)
  • 73ece0f feat: honor destinationPredefinedAcl on object copy and compose (#2310)
  • 59f31eb Support deleting a specific object generation (#2322)
  • 35cff51 Do not archive a duplicate when a write reuses the live generation (#2323)
  • c941c48 Mint a new generation when compose overwrites an object (#2324)
  • 17c8541 build(deps): bump github.com/minio/minio-go/v7 from 7.2.1 to 7.3.0 (#2327)
  • Additional commits viewable in compare view

Updates google.golang.org/grpc from 1.83.0 to 1.83.1

Release notes

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

Release 1.83.1

Security

  • xds/rbac: Fix a bug where nested Principal or Permission rules with :scheme or grpc- prefixed header matchers were not rejected, which could cause DENY rules to fail open. (#9258)
  • xds/rbac: Fix a bug where the host header matcher was not being replaced with :authority in nested Principal or Permission rules. (#9258)
  • xds/rbac: Fix a bug where a header matcher whose name was not lowercase, such as X-Role, matched no header, which could cause DENY rules to fail open. (#9332)
  • xds/rbac: Fix a bug where a :scheme or grpc- prefixed header matcher was accepted when its name was not lowercase. (#9332)
  • xds/rbac: Fix a bug where a Host header matcher was not replaced with :authority. (#9332)

Performance

  • transport: Restrict memory overhead of buffering small data frames. (#9331)
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 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-deps group with 11 updates:

| 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.6` | `1.43.7` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.32.37` | `1.32.38` |
| [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2) | `1.19.36` | `1.19.37` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.107.2` | `1.107.3` |
| [github.com/aws/aws-sdk-go-v2/service/secretsmanager](https://github.com/aws/aws-sdk-go-v2) | `1.44.6` | `1.44.7` |
| [github.com/aws/smithy-go](https://github.com/aws/smithy-go) | `1.27.8` | `1.27.9` |
| [github.com/fsouza/fake-gcs-server](https://github.com/fsouza/fake-gcs-server) | `1.55.1` | `1.56.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.83.0` | `1.83.1` |


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.6 to 1.43.7
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.43.6...v1.43.7)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.37 to 1.32.38
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.32.37...config/v1.32.38)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.19.36 to 1.19.37
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.19.36...credentials/v1.19.37)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.107.2 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.2...service/s3/v1.107.3)

Updates `github.com/aws/aws-sdk-go-v2/service/secretsmanager` from 1.44.6 to 1.44.7
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ssm/v1.44.6...service/ssm/v1.44.7)

Updates `github.com/aws/smithy-go` from 1.27.8 to 1.27.9
- [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.8...v1.27.9)

Updates `github.com/fsouza/fake-gcs-server` from 1.55.1 to 1.56.0
- [Release notes](https://github.com/fsouza/fake-gcs-server/releases)
- [Commits](fsouza/fake-gcs-server@v1.55.1...v1.56.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)

---
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-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-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-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-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-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-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-deps
- dependency-name: github.com/aws/aws-sdk-go-v2/service/secretsmanager
  dependency-version: 1.44.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: github.com/aws/smithy-go
  dependency-version: 1.27.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: github.com/fsouza/fake-gcs-server
  dependency-version: 1.56.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-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-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 26, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 26, 2026 02:21
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 26, 2026
@dependabot
dependabot Bot requested review from mhutchinson and removed request for a team August 26, 2026 02:21
@mhutchinson
mhutchinson merged commit f3f564e into main Aug 26, 2026
19 checks passed
@dependabot
dependabot Bot deleted the dependabot/go_modules/all-deps-0360e8f773 branch August 26, 2026 08:56
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.

1 participant