Skip to content

chore(deps): bump the go-minor-patch group with 7 updates - #584

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-minor-patch-8497d8e811
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-minor-patch-8497d8e811

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the go-minor-patch group with 7 updates:

Package From To
cloud.google.com/go/compute/metadata 0.9.0 0.9.1
github.com/aws/aws-sdk-go-v2/config 1.33.4 1.33.5
github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs 1.87.0 1.88.0
github.com/aws/aws-sdk-go-v2/service/ec2 1.332.0 1.335.0
github.com/cilium/cilium 1.20.1 1.20.2
google.golang.org/api 0.297.0 0.298.0
google.golang.org/grpc 1.83.2 1.84.0

Updates cloud.google.com/go/compute/metadata from 0.9.0 to 0.9.1

Release notes

Sourced from cloud.google.com/go/compute/metadata's releases.

compute/metadata: v0.9.1

0.9.1 (2026-09-17)

Bug Fixes

  • compute/metadata: Timeout initial metadata subscriber GET request (#20488) (f06f6b3), refs #20487
Changelog

Sourced from cloud.google.com/go/compute/metadata's changelog.

Changes

0.123.0 (2025-09-18)

Features

  • internal/stategen: Populate the latest googleapis commit (#12880) (7b017a0)
  • librariangen: Implement the build command (#12817) (14734c8)

Bug Fixes

  • internal/librariangen: Add link to source commit in release notes (#12881) (1c06cc6)
  • internal/librariangen: Fix CHANGES.md headers (#12849) (baf515d)
  • internal/librariangen: Remove go mod init/tidy from postprocessor (#12832) (1fe506a)
  • internal/librariangen: Test for error path with flags (#12830) (f0da7b2)
  • internal/postprocessor: Add dlp to skip-module-scan-paths (#12857) (45a7d9b)
  • librariangen: Honor original container contract (#12846) (71c8fd3)
  • librariangen: Improvements to release-init (#12842) (0db677a)
  • stategen: Specify an appropriate tag format for google-cloud-go (#12835) (ffcff33)

0.122.0 (2025-09-04)

Features

  • internal/librariangen: Add release-init command (#12751) (52e84cc)

Bug Fixes

  • internal/godocfx: Better support for v2 modules (#12797) (4bc8785)
  • internal/godocfx: Module detection when tidy errors (#12801) (83d46cd)
  • internal/librariangen: Fix goimports errors (#12765) (83bdaa4)

0.121.6 (2025-08-14)

Bug Fixes

  • internal/librariangen: Fix Dockerfile permissions for go mod tidy (#12704) (0e70a0b)

0.121.5 (2025-08-12)

Bug Fixes

... (truncated)

Commits
  • 66a482b chore(main): release auth 0.9.1 (#10735)
  • d8887df feat(datastore): reference new protos (#10724)
  • 5e67869 fix(auth): Setting expireEarly to default when the value is 0 (#10732)
  • 6f026e3 chore(main): release vertexai 0.13.0 (#10472)
  • 0ee1430 feat(vertexai): update tokenizer documentation and pull new code (#10718)
  • 9afb797 chore(main): release datastore 1.18.0 (#10468)
  • 946a5fc feat(gkeconnect/gateway): removed the nonfunctional GatewayService and replac...
  • 7785cad fix(spanner): wait for things to complete (#10095)
  • 1c80ee7 chore(spanner): drop errors backwards compatibility (#9757)
  • 7ef0ded fix(spanner): ensure defers run at the right time in tests (#9759)
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2/config from 1.33.4 to 1.33.5

Commits

Updates github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs from 1.87.0 to 1.88.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ec2 from 1.332.0 to 1.335.0

Commits

Updates github.com/cilium/cilium from 1.20.1 to 1.20.2

Release notes

Sourced from github.com/cilium/cilium's releases.

1.20.2

Summary of Changes

Minor Changes:

Bugfixes:

CI Changes:

... (truncated)

Changelog

Sourced from github.com/cilium/cilium's changelog.

v1.20.2

Summary of Changes

Minor Changes:

Bugfixes:

... (truncated)

Commits
  • e0dc92b Prepare for release v1.20.2
  • 97a9624 policy: Fix data race on the map state identity index
  • ab3e739 Makefile: Order the bpf codegen ahead of the Go builds
  • 537f1b6 fix(envoyconfig): retry port allocation on duplicate-address rejections
  • 3ea19fb policy: fix host identity check
  • 8777afa certificatemanager: confine local secret reads to certificates root
  • 450359b translation: test BackendTLSPolicy SAN validation
  • 19c00fa Fix testdata in operator/pkg/gateway-api
  • 58023a2 gateway-api: validate BackendTLSPolicy hostname against certificate
  • 39d53fa images: update cilium-{runtime,builder}
  • Additional commits viewable in compare view

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

Release notes

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

v0.298.0

0.298.0 (2026-09-14)

Features

Changelog

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

0.298.0 (2026-09-14)

Features

Commits

Updates google.golang.org/grpc from 1.83.2 to 1.84.0

Release notes

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

Release 1.84.0

Behavior Changes

  • stats/otel: The grpc.lb.pick_first.* metrics have been removed and replaced with grpc.subchannel.* metrics. See gRFC A94 for more details. (#9215)

New Features

  • xds: Add support for contains_match in route header matchers. (#9223)

Bug Fixes

  • client: Fix a bug where a ClientConn could get permanently stuck in IDLE when an RPC was canceled during stream creation. Previously, such cancellations triggered stream cleanup twice, corrupting the channel's idleness state and causing subsequent RPCs to fail with deadline exceeded errors. (#9191)
  • client: Fix a bug where non-gRPC HTTP responses ending with an empty DATA frame failed the RPC with status code Internal instead of preserving the HTTP-mapped status code and response body. (#9217)
  • credentials: Validate metadata returned by per-RPC credentials, failing the RPC with status code Internal if invalid keys or values are found. Previously, invalid metadata from credentials was sent to the server in outgoing HTTP/2 requests. (#9202)
  • credentials/sts: Prevent potential token leakage by disallowing HTTP redirects during STS token exchange. Previously, 3xx redirects were followed automatically, replaying the request body containing authentication tokens to the redirect destination. (#9299)
  • randomsubsetting: Ignore endpoints that contain no addresses. Previously, this could cause the policy to panic while computing hashes. (#9259)
  • stats/otel: Ensure method names are populated in trace spans when metrics are disabled. Previously, running with tracing enabled and metrics disabled resulted in server trace spans lacking the RPC method name (recording only "Recv."). (#9262)
  • transport: Return io.ErrUnexpectedEOF when EOF is encountered after partial header or message body reads. Previously, partial reads could return a plain io.EOF, failing to distinguish truncated data from a clean end of stream. (#9204)
  • transport: Validate metadata supplied by balancers (in PickResult.Metadata) and resolver addresses, failing the RPC with status code Internal if invalid keys or values are found. Previously, invalid metadata from these sources was sent to the server in outgoing HTTP/2 requests. (#9203)
  • xds: Fix a rare corner case that could prevent a cluster from being removed when it is no longer in use. (#9140)
  • xds: Fix panic during route matching for routes containing header matchers with empty exact_match strings. (#9223)
  • xds: Reject routes containing header matchers with empty prefix_match or suffix_match strings. Previously, this caused a panic during route matching. (#9223)
  • xds: Fix EDS drop policies being applied at a much lower rate than configured due to an integer overflow. (#9257)
  • xds: Reject EDS resources containing drop policies with unsupported denominators. Previously, such resources caused the client to panic when calculating drop rates. (#9218)
  • xds/rbac: Reject RBAC configurations containing nested Principal or Permission rules with :scheme or grpc- prefixed header matchers. Previously, such configurations could cause DENY policies to fail open. (#9258)
  • xds/rbac: Rewrite host header matchers to :authority in nested Principal and Permission rules. Previously, this rewrite only applied to top-level rules, causing nested host matchers to never match incoming requests and DENY policies to fail open. (#9258)
  • xds/rbac: Reject CidrRanges with an unset prefix length. Previously, an omitted prefix_len field caused a panic during RBAC configuration parsing. (#9250)

Performance Improvements

  • transport: Avoid a heap allocation when flushing shared write buffers. (#9233)
  • credentials/alts: Support dynamic frame size negotiation and add the GRPC_GO_EXPERIMENTAL_ALTS_MAX_FRAME_SIZE environment variable (default 4KiB, max 512KiB) to configure the maximum ALTS record frame size. (#9268)
Commits

Bumps the go-minor-patch group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/compute/metadata](https://github.com/googleapis/google-cloud-go) | `0.9.0` | `0.9.1` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.33.4` | `1.33.5` |
| [github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs](https://github.com/aws/aws-sdk-go-v2) | `1.87.0` | `1.88.0` |
| [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2) | `1.332.0` | `1.335.0` |
| [github.com/cilium/cilium](https://github.com/cilium/cilium) | `1.20.1` | `1.20.2` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.297.0` | `0.298.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.83.2` | `1.84.0` |


Updates `cloud.google.com/go/compute/metadata` from 0.9.0 to 0.9.1
- [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@v0.9.0...auth/v0.9.1)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.33.4 to 1.33.5
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.33.4...config/v1.33.5)

Updates `github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs` from 1.87.0 to 1.88.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.87.0...service/s3/v1.88.0)

Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.332.0 to 1.335.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ec2/v1.332.0...service/ec2/v1.335.0)

Updates `github.com/cilium/cilium` from 1.20.1 to 1.20.2
- [Release notes](https://github.com/cilium/cilium/releases)
- [Changelog](https://github.com/cilium/cilium/blob/1.20.2/CHANGELOG.md)
- [Commits](cilium/cilium@1.20.1...1.20.2)

Updates `google.golang.org/api` from 0.297.0 to 0.298.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.297.0...v0.298.0)

Updates `google.golang.org/grpc` from 1.83.2 to 1.84.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.83.2...v1.84.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/compute/metadata
  dependency-version: 0.9.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.33.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs
  dependency-version: 1.88.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
  dependency-version: 1.335.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: github.com/cilium/cilium
  dependency-version: 1.20.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-patch
- dependency-name: google.golang.org/api
  dependency-version: 0.298.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: google.golang.org/grpc
  dependency-version: 1.84.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
...

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 Sep 24, 2026
@dependabot
dependabot Bot requested a review from Smana as a code owner September 24, 2026 12:28

This branch has not been deployed

No deployments
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.

0 participants