Skip to content

build(deps): Bump the go group with 11 updates - #2295

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-0ad355ba4f
Open

build(deps): Bump the go group with 11 updates#2295
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-0ad355ba4f

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor

Bumps the go group with 11 updates:

Package From To
cloud.google.com/go/storage 1.66.0 1.67.0
filippo.io/age 1.3.1 1.3.2
github.com/aws/aws-sdk-go-v2/config 1.33.1 1.33.2
github.com/aws/aws-sdk-go-v2/credentials 1.20.1 1.20.2
github.com/aws/aws-sdk-go-v2/feature/s3/manager 1.23.1 1.23.2
github.com/aws/aws-sdk-go-v2/service/kms 1.57.1 1.58.0
github.com/aws/aws-sdk-go-v2/service/s3 1.109.1 1.110.0
github.com/aws/aws-sdk-go-v2/service/sts 1.47.1 1.48.0
github.com/huaweicloud/huaweicloud-sdk-go-v3 0.1.213 0.1.214
golang.org/x/crypto 0.55.0 0.56.0
google.golang.org/api 0.294.0 0.297.0

Updates cloud.google.com/go/storage from 1.66.0 to 1.67.0

Release notes

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

compute: v1.67.0

1.67.0 (2026-08-26)

Features

storage: v1.67.0

1.67.0 (2026-09-03)

Features

  • storage: Promote WithGRPCBidiReads and WithGRPCAppendableUploads out of experimental (#20387) (de23089)
Commits
  • 1831f9d chore: release main (#20428)
  • 7801736 chore(main): release pubsub 2.7.0 (#20429)
  • eb07af9 feat: update API sources and regenerate (#20427)
  • 3ab7d13 chore(main): release storage 1.65.1 (#20420)
  • 25e6d40 chore: update librarian to v0.39.0 (#20423)
  • 0d8983d chore(agentplatform): Remove the tools submodule from AgentPlatform.
  • 08d06c0 fix(internal/kokoro): skip testing modules with no Go source files (#20419)
  • 081d506 BREAKING_CHANGE(agentplatform): Migrate Memory Bank methods to `client.memory...
  • 574d42d chore(storage): remove redundant internal OTEL attributes (#20421)
  • dbb5f6f fix(storage): enforce gRPC writer chunk retry deadlines by tying timers to se...
  • Additional commits viewable in compare view

Updates filippo.io/age from 1.3.1 to 1.3.2

Release notes

Sourced from filippo.io/age's releases.

age v1.3.2 is a minor release with a wide range of fixes and hardening improvements.

Some previously-accepted inputs are now rejected: headers over 2 MiB or 1024 recipients, malformed SSH keys in recipients files, and non-UTF-8 plaintext written to a terminal (force with -o -).

Pre-built binaries now cover windows/arm64 and darwin/amd64, and release archives include the compatibility plugins (age-plugin-pq, age-plugin-tag, and age-plugin-tagpq).

Commits
  • b74dce4 doc: regenerate groff and html man pages
  • 5c1b90c all: release v1.3.2
  • 7fcc72e plugin: correct working directory comment
  • 58ef9fc cmd/age-keygen: correct public key output documentation
  • de96c8e cmd/age: reject invalid UTF-8 terminal output
  • 3604609 cmd/age-plugin-batchpass: correct documented scrypt limit
  • 6ff2f30 cmd/age: enable PTY tests on Darwin
  • cdb30a1 cmd/age: recognize armored identity files after whitespace
  • 9cbe8d8 plugin: allow empty prompt responses
  • eb70608 internal/format: validate stanza fields when marshaling
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2/config from 1.33.1 to 1.33.2

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.20.1 to 1.20.2

Commits

Updates github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.23.1 to 1.23.2

Commits

Updates github.com/aws/aws-sdk-go-v2/service/kms from 1.57.1 to 1.58.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.109.1 to 1.110.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/sts from 1.47.1 to 1.48.0

Commits

Updates github.com/huaweicloud/huaweicloud-sdk-go-v3 from 0.1.213 to 0.1.214

Release notes

Sourced from github.com/huaweicloud/huaweicloud-sdk-go-v3's releases.

v0.1.214

Release 0.1.214

Changelog

Sourced from github.com/huaweicloud/huaweicloud-sdk-go-v3's changelog.

0.1.214 2026-09-03

HuaweiCloud SDK AgentIdentity

  • API Version
    • V1
  • Features
    • Support the following APIs:
      • ListPolicyEngines
      • CreatePolicyEngine
      • GetPolicyEngine
      • UpdatePolicyEngine
      • DeletePolicyEngine
      • ListPolicyEngineAttachments
      • ListPolicies
      • CreatePolicy
      • GetPolicy
      • UpdatePolicy
      • DeletePolicy
      • ListIdentityProviders
      • UpdateTokenVault
  • Bug Fix
    • None
  • Change
    • GetResourceOauth2Token
      • changes of response param
        • + expires_at
    • CreateWorkloadAccessToken
      • changes of response param
        • - expiration
    • CreateWorkloadAccessTokenForJwt
      • changes of response param
        • - expiration
    • CreateWorkloadAccessTokenForUserId
      • changes of response param
        • - expiration
    • GetTokenVault
      • changes of response param
        • + token_vault.urn
        • + token_vault.policy_engine_configuration

HuaweiCloud SDK Cloudtest

  • API Version
    • V1
  • Features
    • Support the following APIs:
      • AddOrUpdateTestsuiteInfoUsing
      • DeleteTestsuiteInfosUsing
      • ShowTestsuiteInfoUsing

... (truncated)

Commits

Updates golang.org/x/crypto from 0.55.0 to 0.56.0

Commits
  • 86efde5 ssh: reject unexpected message types on established channels
  • a6cdac6 ssh: drop traffic on undecided channels
  • 39dc44e ssh: don't skip the source-address critical option in CheckCert
  • afebf4c x509roots/fallback/bundle: make subjectsEqual stricter on Go 1.27+
  • 89f4e9b x509roots/fallback: update bundle
  • 71488c4 ssh/knownhosts: compare only public key portions for revocation
  • 82adefa ssh: synchronize unexpected response test
  • c757c98 all: upgrade go directive to at least 1.26.0 [generated]
  • 593c81a ssh: correctly ignore pre-banner lines
  • 46efc8b acme: add crypto.SignMessage test coverage
  • Additional commits viewable in compare view

Updates google.golang.org/api from 0.294.0 to 0.297.0

Release notes

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

v0.297.0

0.297.0 (2026-09-01)

Features

  • Move to go1.26.0 as the lowest supported go version (#3724) (7770e01)

v0.296.0

0.296.0 (2026-08-31)

Features

v0.295.0

0.295.0 (2026-08-28)

Features

Changelog

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

0.297.0 (2026-09-01)

Features

  • Move to go1.26.0 as the lowest supported go version (#3724) (7770e01)

0.296.0 (2026-08-31)

Features

0.295.0 (2026-08-28)

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 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 go group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.66.0` | `1.67.0` |
| [filippo.io/age](https://github.com/FiloSottile/age) | `1.3.1` | `1.3.2` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.33.1` | `1.33.2` |
| [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2) | `1.20.1` | `1.20.2` |
| [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2) | `1.23.1` | `1.23.2` |
| [github.com/aws/aws-sdk-go-v2/service/kms](https://github.com/aws/aws-sdk-go-v2) | `1.57.1` | `1.58.0` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.109.1` | `1.110.0` |
| [github.com/aws/aws-sdk-go-v2/service/sts](https://github.com/aws/aws-sdk-go-v2) | `1.47.1` | `1.48.0` |
| [github.com/huaweicloud/huaweicloud-sdk-go-v3](https://github.com/huaweicloud/huaweicloud-sdk-go-v3) | `0.1.213` | `0.1.214` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.55.0` | `0.56.0` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.294.0` | `0.297.0` |


Updates `cloud.google.com/go/storage` from 1.66.0 to 1.67.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.66.0...compute/v1.67.0)

Updates `filippo.io/age` from 1.3.1 to 1.3.2
- [Release notes](https://github.com/FiloSottile/age/releases)
- [Commits](FiloSottile/age@v1.3.1...v1.3.2)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.33.1 to 1.33.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.33.1...config/v1.33.2)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.20.1 to 1.20.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.20.1...v1.20.2)

Updates `github.com/aws/aws-sdk-go-v2/feature/s3/manager` from 1.23.1 to 1.23.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.23.1...v1.23.2)

Updates `github.com/aws/aws-sdk-go-v2/service/kms` from 1.57.1 to 1.58.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.57.1...service/s3/v1.58.0)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.109.1 to 1.110.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.109.1...service/s3/v1.110.0)

Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.47.1 to 1.48.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.47.1...service/s3/v1.48.0)

Updates `github.com/huaweicloud/huaweicloud-sdk-go-v3` from 0.1.213 to 0.1.214
- [Release notes](https://github.com/huaweicloud/huaweicloud-sdk-go-v3/releases)
- [Changelog](https://github.com/huaweicloud/huaweicloud-sdk-go-v3/blob/master/CHANGELOG.md)
- [Commits](huaweicloud/huaweicloud-sdk-go-v3@v0.1.213...v0.1.214)

Updates `golang.org/x/crypto` from 0.55.0 to 0.56.0
- [Commits](golang/crypto@v0.55.0...v0.56.0)

Updates `google.golang.org/api` from 0.294.0 to 0.297.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.294.0...v0.297.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
  dependency-version: 1.67.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: filippo.io/age
  dependency-version: 1.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.33.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-version: 1.20.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/manager
  dependency-version: 1.23.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/kms
  dependency-version: 1.58.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-version: 1.110.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
  dependency-version: 1.48.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/huaweicloud/huaweicloud-sdk-go-v3
  dependency-version: 0.1.214
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: golang.org/x/crypto
  dependency-version: 0.56.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: google.golang.org/api
  dependency-version: 0.297.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 7, 2026
@felixfontein

Copy link
Copy Markdown
Contributor

Looks like it's that time of the year when you cannot update some dependencies anymore without breaking changes to your project...

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant