Skip to content

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

Merged
felixfontein merged 1 commit into
mainfrom
dependabot/go_modules/go-e681d3860e
Aug 3, 2026
Merged

build(deps): Bump the go group with 11 updates#2267
felixfontein merged 1 commit into
mainfrom
dependabot/go_modules/go-e681d3860e

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the go group with 11 updates:

Package From To
github.com/aws/aws-sdk-go-v2 1.43.0 1.43.2
github.com/aws/aws-sdk-go-v2/config 1.32.31 1.32.33
github.com/aws/aws-sdk-go-v2/credentials 1.19.30 1.19.32
github.com/aws/aws-sdk-go-v2/feature/s3/manager 1.22.35 1.22.37
github.com/aws/aws-sdk-go-v2/service/kms 1.55.0 1.55.2
github.com/aws/aws-sdk-go-v2/service/s3 1.106.0 1.106.2
github.com/aws/aws-sdk-go-v2/service/sts 1.45.0 1.45.2
github.com/huaweicloud/huaweicloud-sdk-go-v3 0.1.208 0.1.209
google.golang.org/api 0.290.0 0.291.0
google.golang.org/genproto/googleapis/rpc 0.0.0-20260720171339-e059f2f05d78 0.0.0-20260724162435-b2f20204f0df
google.golang.org/grpc 1.82.1 1.83.0

Updates github.com/aws/aws-sdk-go-v2 from 1.43.0 to 1.43.2

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.32.31 to 1.32.33

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.19.30 to 1.19.32

Commits

Updates github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.22.35 to 1.22.37

Commits

Updates github.com/aws/aws-sdk-go-v2/service/kms from 1.55.0 to 1.55.2

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.106.0 to 1.106.2

Commits

Updates github.com/aws/aws-sdk-go-v2/service/sts from 1.45.0 to 1.45.2

Commits

Updates github.com/huaweicloud/huaweicloud-sdk-go-v3 from 0.1.208 to 0.1.209

Release notes

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

v0.1.209

Release 0.1.209

Changelog

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

0.1.209 2026-07-30

HuaweiCloud SDK CDN

  • API Version
    • V2
  • Features
    • None
  • Bug Fix
    • None
  • Change
    • UpdateDomainTemplate
      • changes of request param
        • * configs.flow_limit_strategy.item_type: string -> int64
        • * configs.flow_limit_strategy.limit_value: string -> int64
        • * configs.flow_limit_strategy.alarm_percent_threshold: string -> int32
        • * configs.flow_limit_strategy.ban_time: string -> int64
    • ShowDomainFullConfig
      • changes of response param
        • + configs.flow_limit_strategy
    • UpdateDomainFullConfig
      • changes of request param
        • + configs.flow_limit_strategy
    • UpdateFullRule
      • changes of request param
        • + rules.rule_id
        • * rules: list<CreateRuleRequest> -> list<FullUpdateRuleRequest>
    • CreateDomainTemplate
      • changes of request param
        • * configs.flow_limit_strategy.item_type: string -> int64
        • * configs.flow_limit_strategy.limit_value: string -> int64
        • * configs.flow_limit_strategy.alarm_percent_threshold: string -> int32
        • * configs.flow_limit_strategy.ban_time: string -> int64
    • ShowDomainTemplate
      • changes of response param
        • * templates.configs.flow_limit_strategy.item_type: string -> int64
        • * templates.configs.flow_limit_strategy.limit_value: string -> int64
        • * templates.configs.flow_limit_strategy.alarm_percent_threshold: string -> int32
        • * templates.configs.flow_limit_strategy.ban_time: string -> int64
    • ShowAppliedTemplateRecord
      • changes of response param
        • * elements.configs.flow_limit_strategy.item_type: string -> int64
        • * elements.configs.flow_limit_strategy.limit_value: string -> int64
        • * elements.configs.flow_limit_strategy.alarm_percent_threshold: string -> int32
        • * elements.configs.flow_limit_strategy.ban_time: string -> int64

HuaweiCloud SDK GaussDB

  • API Version
    • V3

... (truncated)

Commits

Updates google.golang.org/api from 0.290.0 to 0.291.0

Release notes

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

v0.291.0

0.291.0 (2026-07-28)

Features

Bug Fixes

  • transport: Use ds.GetUniverseDomain() instead of raw ds.UniverseDomain field (#3660) (6bad358)
Changelog

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

0.291.0 (2026-07-28)

Features

Bug Fixes

  • transport: Use ds.GetUniverseDomain() instead of raw ds.UniverseDomain field (#3660) (6bad358)
Commits

Updates google.golang.org/genproto/googleapis/rpc from 0.0.0-20260720171339-e059f2f05d78 to 0.0.0-20260724162435-b2f20204f0df

Commits

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

Release notes

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

Release 1.83.0

Security

  • server: Stop reading from connections when flooded by HTTP/2 frames to mitigate resource exhaustion. The default value for this limit is 100 frames, excluding DATA and HEADERS, and may be changed by setting environment variable GRPC_GO_EXPERIMENTAL_CONTROL_BUFFER_THROTTLE_LIMIT.
  • xds/rbac: Support Metadata and RequestedServerName permissions matcher fields. If present in a DENY rule, previously these would be ignored and fail-open.
  • xds/rbac: Fix panic when parsing unsupported fields in NotRule/NotId permissions.
  • xds/rbac: Support the deprecated source_ip principal identifier by treating it as equivalent to direct_remote_ip.
  • xds: Fix panic when parsing route header matchers configured with empty exact_match, prefix_match, or suffix_match strings. (#9223)

New Features

  • xds/googlec2p: Enable DirectPath over Interconnect support for on-premises clients via the force-xds target URI query parameter. (#9133)
  • xds: Enable xDS configuration to control which fields get propagated from ORCA backend metric reports to LRS load reports. (#9145)
  • authz: Add OnPolicyUpdate callback to FileWatcherOptions to notify when an authz policy is loaded or updated. (#9142)
  • xds: Add support for the GCP Authentication HTTP Filter, which automatically fetches and attaches GCP Service Account Identity JWT tokens to outgoing RPCs.
    • This feature can be enabled by setting environment variable GRPC_EXPERIMENTAL_XDS_GCP_AUTHENTICATION_FILTER=true. (#9119)
  • xds: Add support for xDS-based HTTP CONNECT proxies.
    • This feature can be enabled by setting environment variable GRPC_EXPERIMENTAL_XDS_HTTP_CONNECT=true. (#9151)
  • xds: Add support for contains_match in route header matchers. (#9223)

Bug Fixes

  • credentials/alts: Fix panic when processing malformed frames by validating that the message frame length exceeds the message type field size. (#9197)
  • grpc: Fix compilation on Plan 9 targets (GOOS=plan9), broken since v1.81.0. (#9255)
Commits
  • 4c226da Change version to 1.83.0 (#9228)
  • c198988 Cherrypick 9223 into v1.83.x (#9279)
  • 8ce3ebf Cherrypick PR 9255 into v1.83.x (#9263)
  • e393849 Cherry-pick recent changes from master (#9240)
  • 2a112a8 authz: add onPolicyUpdate callback to authz file watcher (#9142)
  • 1a80fca vet: adds a check to disallow usage of regex.Compile in xDS code (#9216)
  • 26ffdb3 [tls] Add safety check in custom cert verification that peer cert chain is no...
  • 5013974 internal/grpcsync: add ScheduleAndWait to CallbackSerializer (#9162)
  • bd58bc0 internal/transport: increase test timeout locally in TestAccountCheckWindowSi...
  • 484f150 httpfilter/extproc: add check to ensure that response trailer mode must be SE...
  • 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 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 |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.43.0` | `1.43.2` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.32.31` | `1.32.33` |
| [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2) | `1.19.30` | `1.19.32` |
| [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2) | `1.22.35` | `1.22.37` |
| [github.com/aws/aws-sdk-go-v2/service/kms](https://github.com/aws/aws-sdk-go-v2) | `1.55.0` | `1.55.2` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.106.0` | `1.106.2` |
| [github.com/aws/aws-sdk-go-v2/service/sts](https://github.com/aws/aws-sdk-go-v2) | `1.45.0` | `1.45.2` |
| [github.com/huaweicloud/huaweicloud-sdk-go-v3](https://github.com/huaweicloud/huaweicloud-sdk-go-v3) | `0.1.208` | `0.1.209` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.290.0` | `0.291.0` |
| [google.golang.org/genproto/googleapis/rpc](https://github.com/googleapis/go-genproto) | `0.0.0-20260720171339-e059f2f05d78` | `0.0.0-20260724162435-b2f20204f0df` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.82.1` | `1.83.0` |


Updates `github.com/aws/aws-sdk-go-v2` from 1.43.0 to 1.43.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.43.0...v1.43.2)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.31 to 1.32.33
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.32.31...config/v1.32.33)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.19.30 to 1.19.32
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.19.30...credentials/v1.19.32)

Updates `github.com/aws/aws-sdk-go-v2/feature/s3/manager` from 1.22.35 to 1.22.37
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@feature/s3/manager/v1.22.35...feature/s3/manager/v1.22.37)

Updates `github.com/aws/aws-sdk-go-v2/service/kms` from 1.55.0 to 1.55.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.55.0...service/s3/v1.55.2)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.106.0 to 1.106.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.106.0...service/s3/v1.106.2)

Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.45.0 to 1.45.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.45.0...service/kms/v1.45.2)

Updates `github.com/huaweicloud/huaweicloud-sdk-go-v3` from 0.1.208 to 0.1.209
- [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.208...v0.1.209)

Updates `google.golang.org/api` from 0.290.0 to 0.291.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.290.0...v0.291.0)

Updates `google.golang.org/genproto/googleapis/rpc` from 0.0.0-20260720171339-e059f2f05d78 to 0.0.0-20260724162435-b2f20204f0df
- [Commits](https://github.com/googleapis/go-genproto/commits)

Updates `google.golang.org/grpc` from 1.82.1 to 1.83.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.82.1...v1.83.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.43.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.32.33
  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.19.32
  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.22.37
  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.55.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-version: 1.106.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
  dependency-version: 1.45.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/huaweicloud/huaweicloud-sdk-go-v3
  dependency-version: 0.1.209
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: google.golang.org/api
  dependency-version: 0.291.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: google.golang.org/genproto/googleapis/rpc
  dependency-version: 0.0.0-20260724162435-b2f20204f0df
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: google.golang.org/grpc
  dependency-version: 1.83.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 Aug 3, 2026
@felixfontein
felixfontein merged commit 0b338fd into main Aug 3, 2026
15 checks passed
@felixfontein
felixfontein deleted the dependabot/go_modules/go-e681d3860e branch August 3, 2026 19:05
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