Skip to content

fix(deps): bump the deps group across 1 directory with 11 updates#1909

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

fix(deps): bump the deps group across 1 directory with 11 updates#1909
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/deps-0f1b18a675

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the deps group with 4 updates in the / directory: cloud.google.com/go/monitoring, github.com/prometheus/alertmanager, github.com/thanos-io/thanos and go.uber.org/zap.

Updates cloud.google.com/go/monitoring from 1.24.2 to 1.27.0

Release notes

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

monitoring: v1.27.0

v1.27.0 (2026-04-13)

networkmanagement: v1.26.0

v1.26.0 (2026-04-13)

Changelog

Sourced from cloud.google.com/go/monitoring's changelog.

1.27.0 (2024-04-15)

Features

  • documentai: Support a new Layout Processor in Document AI (2cdc40a)

1.26.1 (2024-03-14)

Bug Fixes

  • documentai: Update protobuf dep to v1.33.0 (30b038d)

Documentation

  • documentai: A comment for field processor_version_source in message .google.cloud.documentai.v1beta3.ImportProcessorVersionRequest is changed (25c3f2d)

1.26.0 (2024-02-21)

Features

  • documentai: A new field schema_override is added to message ProcessOptions (#9400) (a86aa8e)
  • documentai: A new message FoundationModelTuningOptions is added (7e6c208)

1.25.0 (2024-02-09)

Features

  • documentai: Expose model_type in v1 processor, so that user can see the model_type after get or list processor version (2fcf55c)

1.24.0 (2024-02-06)

Features

  • documentai: Add model_type in v1beta3 processor proto (#9355) (05e9e1f)

1.23.8 (2024-01-30)

Bug Fixes

  • documentai: Enable universe domain resolution options (fd1d569)

1.23.7 (2023-12-13)

... (truncated)

Commits

Updates github.com/prometheus/alertmanager from 0.28.1 to 0.32.0

Release notes

Sourced from github.com/prometheus/alertmanager's releases.

0.32.0 / 2026-04-08

  • [CHANGE] go get github.com/prometheus/alertmanager/ui will now fail as compiled UI assets are no longer checked into the repository. Downstream builds that rely on these assets being present in the source tree must now build the UI from source. #5113
  • [CHANGE] The '--enable-feature=auto-gomaxprocs' option is deprecated and will be removed in v0.33. This flag currently has no effect and can be safely removed from any startup scripts. #5090
  • [CHANGE] Update internal function signatures across multiple packages. This affects any project that integrates Alertmanager code.
  • [ENHANCEMENT] Add static asset caching. #5113
  • [ENHANCEMENT] Reduce memory allocations through pre-sizing collections and batch allocation. #5020
  • [ENHANCEMENT] Replace help with documentation in navigation bar. #4943
  • [ENHANCEMENT] docs(ha): Update high availability documentation. #5136
  • [ENHANCEMENT] docs: Add auth_secret_file for smtp in document. #5036
  • [ENHANCEMENT] docs: Add description for global telegram_bot_token. #5114
  • [ENHANCEMENT] docs: Add note about notifier timeouts. #5077
  • [ENHANCEMENT] docs: Fix force_implicit_tls config field name. #5030
  • [ENHANCEMENT] docs: Link community supported integrations. #4978
  • [ENHANCEMENT] docs: Remove duplicate header. #5034
  • [ENHANCEMENT] docs: Update mutual tls reference in high availability documentation. #5120
  • [ENHANCEMENT] tracing: Use noop spans when tracing disabled. #5118
  • [ENHANCEMENT] ui: Serve pre-compressed assets. #5133
  • [FEATURE] Add silence annotations. #4965
  • [FEATURE] Add silence logging option. #4163
  • [FEATURE] Add support for multiple matcher set silences. #4957
  • [FEATURE] Add the reason for notifying in dedup stage. #4971
  • [FEATURE] mattermost: Flatten attachments into top-level config. #5009
  • [FEATURE] mattermost: Support global webhook url. #4998
  • [FEATURE] slack: Add default color from template. #5014
  • [FEATURE] slack: Allow receiver to edit existing messages. #5007
  • [FEATURE] template: Add dict, map and append functions. #5093
  • [FEATURE] webhook: Add full payload templating support for notifier. #5011
  • [BUGFIX] config: Check for empty cluster tls client config. #5126
  • [BUGFIX] config: Don't crash upon reading empty config for notifier. #4979
  • [BUGFIX] config: Fix ipv6 address handling in hostport.string(). #5040
  • [BUGFIX] mattermost: Omit empty text field in notifications. #4985
  • [BUGFIX] telegram: Send fallback message when notification exceeds character limit. #5074
  • [BUGFIX] tracing: Properly shutdown tracer provider. #5131
  • [BUGFIX] ui: Fix escaping for matcher values with quotes. #4862
  • [BUGFIX] ui: Handle special chars in silence regex-matchers. #4942
  • [BUGFIX] ui: Support utf-8 label names in matchers. #5089

0.31.1 / 2026-02-11

  • [BUGFIX] docs: Fix email TLS configuration example. #4976
  • [BUGFIX] docs: Add telegram bot token options to global config docs. #4999

0.31.0 / 2026-02-02

  • [ENHANCEMENT] docs(opsgenie): Fix description of api_url field. #4908
  • [ENHANCEMENT] docs(slack): Document missing app configs. #4871
  • [ENHANCEMENT] docs: Fix max-silence-size-bytes. #4805
  • [ENHANCEMENT] docs: Update expr for AlertmanagerClusterFailedToSendAlerts to exclude value 0. #4872
  • [ENHANCEMENT] docs: Use matchers for inhibit rules examples. #4131
  • [ENHANCEMENT] docs: add notification integrations. #4901
  • [ENHANCEMENT] docs: update slack_config attachments documentation links. #4802
  • [ENHANCEMENT] docs: update description of filter query params in openapi doc. #4810

... (truncated)

Changelog

Sourced from github.com/prometheus/alertmanager's changelog.

0.32.0 / 2026-04-08

  • [CHANGE] go get github.com/prometheus/alertmanager/ui will now fail as compiled UI assets are no longer checked into the repository. Downstream builds that rely on these assets being present in the source tree must now build the UI from source. #5113
  • [CHANGE] The '--enable-feature=auto-gomaxprocs' option is deprecated and will be removed in v0.33. This flag currently has no effect and can be safely removed from any startup scripts. #5090
  • [CHANGE] Update internal function signatures across multiple packages. This affects any project that integrates Alertmanager code.
  • [ENHANCEMENT] Add static asset caching. #5113
  • [ENHANCEMENT] Reduce memory allocations through pre-sizing collections and batch allocation. #5020
  • [ENHANCEMENT] Replace help with documentation in navigation bar. #4943
  • [ENHANCEMENT] docs(ha): Update high availability documentation. #5136
  • [ENHANCEMENT] docs: Add auth_secret_file for smtp in document. #5036
  • [ENHANCEMENT] docs: Add description for global telegram_bot_token. #5114
  • [ENHANCEMENT] docs: Add note about notifier timeouts. #5077
  • [ENHANCEMENT] docs: Fix force_implicit_tls config field name. #5030
  • [ENHANCEMENT] docs: Link community supported integrations. #4978
  • [ENHANCEMENT] docs: Remove duplicate header. #5034
  • [ENHANCEMENT] docs: Update mutual tls reference in high availability documentation. #5120
  • [ENHANCEMENT] tracing: Use noop spans when tracing disabled. #5118
  • [ENHANCEMENT] ui: Serve pre-compressed assets. #5133
  • [FEATURE] Add silence annotations. #4965
  • [FEATURE] Add silence logging option. #4163
  • [FEATURE] Add support for multiple matcher set silences. #4957
  • [FEATURE] Add the reason for notifying in dedup stage. #4971
  • [FEATURE] mattermost: Flatten attachments into top-level config. #5009
  • [FEATURE] mattermost: Support global webhook url. #4998
  • [FEATURE] slack: Add default color from template. #5014
  • [FEATURE] slack: Allow receiver to edit existing messages. #5007
  • [FEATURE] template: Add dict, map and append functions. #5093
  • [FEATURE] webhook: Add full payload templating support for notifier. #5011
  • [BUGFIX] config: Check for empty cluster tls client config. #5126
  • [BUGFIX] config: Don't crash upon reading empty config for notifier. #4979
  • [BUGFIX] config: Fix ipv6 address handling in hostport.string(). #5040
  • [BUGFIX] mattermost: Omit empty text field in notifications. #4985
  • [BUGFIX] telegram: Send fallback message when notification exceeds character limit. #5074
  • [BUGFIX] tracing: Properly shutdown tracer provider. #5131
  • [BUGFIX] ui: Fix escaping for matcher values with quotes. #4862
  • [BUGFIX] ui: Handle special chars in silence regex-matchers. #4942
  • [BUGFIX] ui: Support utf-8 label names in matchers. #5089

0.31.1 / 2026-02-11

  • [BUGFIX] docs: Fix email TLS configuration example. #4976
  • [BUGFIX] docs: Add telegram bot token options to global config docs. #4999

0.31.0 / 2026-02-02

  • [ENHANCEMENT] docs(opsgenie): Fix description of api_url field. #4908
  • [ENHANCEMENT] docs(slack): Document missing app configs. #4871
  • [ENHANCEMENT] docs: Fix max-silence-size-bytes. #4805
  • [ENHANCEMENT] docs: Update expr for AlertmanagerClusterFailedToSendAlerts to exclude value 0. #4872
  • [ENHANCEMENT] docs: Use matchers for inhibit rules examples. #4131

... (truncated)

Commits
  • 685a2a1 Update CHANGELOG.md (#5159)
  • d156470 feat(ui): Serve pre-compressed assets (#5133)
  • 5637381 Release v0.32.0 (#5155)
  • d4e8c87 build(deps): bump google.golang.org/grpc from 1.79.3 to 1.80.0 (#5137)
  • 2731d2f fix(tracing): properly shutdown tracer provider (#5131)
  • 97c8a53 chore(RELEASE.md): Change volunteer (#5154)
  • d4b0308 build(deps-dev): bump @​types/node in /ui/mantine-ui (#5147)
  • 869d9f9 build(deps-dev): bump the vite group in /ui/mantine-ui with 2 updates (#5145)
  • 162b1de build(deps): bump react-router-dom in /ui/mantine-ui in the react group (#5142)
  • 2691a46 build(deps): bump @​tanstack/react-query in /ui/mantine-ui (#5148)
  • Additional commits viewable in compare view

Updates github.com/prometheus/client_golang from 1.23.0 to 1.23.2

Release notes

Sourced from github.com/prometheus/client_golang's releases.

v1.23.2 - 2025-09-05

This release is made to upgrade to prometheus/common v0.66.1, which drops the dependencies github.com/grafana/regexp and go.uber.org/atomic and replaces gopkg.in/yaml.v2 with go.yaml.in/yaml/v2 (a drop-in replacement). There are no functional changes.

Full Changelog: prometheus/client_golang@v1.23.1...v1.23.2

v1.23.1 - 2025-09-04

This release is made to be compatible with a backwards incompatible API change in prometheus/common v0.66.0. There are no functional changes.

Full Changelog: prometheus/client_golang@v1.23.0...v1.23.1

Changelog

Sourced from github.com/prometheus/client_golang's changelog.

1.23.2 / 2025-09-05

This release is made to upgrade to prometheus/common v0.66.1, which drops the dependencies github.com/grafana/regexp and go.uber.org/atomic and replaces gopkg.in/yaml.v2 with go.yaml.in/yaml/v2 (a drop-in replacement). There are no functional changes.

1.23.1 / 2025-09-04

This release is made to be compatible with a backwards incompatible API change in prometheus/common v0.66.0. There are no functional changes.

Commits

Updates github.com/thanos-io/thanos from 0.36.1 to 0.41.0

Release notes

Sourced from github.com/thanos-io/thanos's releases.

v0.41.0

This is a good one, among several bug fixes, we have batched Series and Query RPCs now - this should lead to drastic improvements in network bandwidth and decent improvements in CPU/Memory usage of Querier and all its endpoints.

Changes

Fixed

  • #8378: Store: fix the reuse of dirty posting slices
  • #8558: Query-Frontend: Fix not logging requests when external-prefix is set in query
  • #8254 Receive: Endless loop of retried replication with capnproto and distributors
  • #8618: Query-Frontend: ensure slow query and stats logging on request failures
  • #8480: Store: fix(readerpool): avoid inserting nil LazyBinaryReader on error to avoid panic

Added

  • #8623: Query: Enable batching of Series per SeriesResponse.
  • #8582: Sidecar: support --storage.tsdb.delay-compact-file.path Prometheus flag.
  • #8595: *: add --shipper.upload-compacted flag for controlling upload concurrency in components that use shippper

Changed

  • #8630: Receive: breaking ⚠️ shuffle sharding now uses consistent hashing for stability on scale. Existing tenant-to-node assignments will change on upgrade.
  • #8555: Promu: re-add Darwin and FreeBSD as release platforms
  • #8661: Upgrade Prometheus to v3.8.0. tsdb.enable-native-histograms flag in Receiver and Ruler becomes a no-op and deprecated. Now native histogram ingestion is always enabled.

New Contributors

v0.41.0-rc.1

Like v0.41.0-rc.0 but with additional cherry-pick of:

downgrade grpc-go to fix memory leak: thanos-io/thanos#8671

v0.41.0-rc.0

This is a good one, among several bug fixes, we have batched Series and Query RPCs now - this should lead to drastic improvements in network bandwidth and decent improvements in CPU/Memory usage of Querier and all its endpoints.

Changes

Fixed

... (truncated)

Changelog

Sourced from github.com/thanos-io/thanos's changelog.

v0.41.0 - 2026 02 12

Fixed

  • #8378: Store: fix the reuse of dirty posting slices
  • #8558: Query-Frontend: Fix not logging requests when external-prefix is set in query
  • #8254 Receive: Endless loop of retried replication with capnproto and distributors
  • #8618: Query-Frontend: ensure slow query and stats logging on request failures
  • #8480: Store: fix(readerpool): avoid inserting nil LazyBinaryReader on error to avoid panic
  • #8667: Query: fix data race in GetStoreClients by making endpointRef mutex a pointer
  • #8659: Store: fix partial response error handling

Added

  • #: Query: Enable batching of Series per SeriesResponse.
  • #: Sidecar: support --storage.tsdb.delay-compact-file.path Prometheus flag.
  • #: *: add --shipper.upload-compacted flag for controlling upload concurrency in components that use shippper

Changed

  • #8630: Receive: breaking ⚠️ shuffle sharding now uses consistent hashing for stability on scale. Existing tenant-to-node assignments will change on upgrade.
  • #8555: Promu: re-add Darwin and FreeBSD as release platforms
  • #8661: Upgrade Prometheus to v3.8.0. tsdb.enable-native-histograms flag in Receiver and Ruler becomes a no-op and deprecated. Now native histogram ingestion is always enabled.

v0.40.0 - 2025 10 27

Fixed

  • #8334 Query: wait for initial endpoint discovery before becoming ready
  • #8486 Receive: fix exemplar label corruption from Cap'n Proto memory references
  • #8499 Query: support UTF-8 label names for the /api/v1/label/:name/values API.
  • #8374 query: fix panic when accessing annotations concurrently
  • #8336 store: fix race between lazy index header creation

Added

  • #8366 Store: optionally ignore Parquet migrated blocks
  • #8359 Tools: add --shipper.upload-compacted flag for uploading compacted blocks to bucket upload-blocks
  • #8484 Query: add /api/v1/status/tsdb API endpoint.
  • #8454 Compact: ensure we don't mark blocks for deletion again after just deleting them
  • #8410 Compact: ignore blocks with deletion mark in partial deletes
  • #8556 All Components: add debug logs when enabling GOMEMLIMIT and log the effective memory limit on startup

Changed

  • #8370 Query: announced labelset now reflects relabel-config
  • #8464 Query: assume that we do not unmark a block for deletion. This solves a race between Thanos Store and Compactor.
  • #8402 Query/Receive: trim labelsets in String()
  • #8334 Query: wait for initial endpoint discovery before becoming ready
  • #8401 block/compact: rework consistency check, make writers only write

... (truncated)

Commits
  • cb1396b *: release 0.41.0
  • 70ab0d9 Merge pull request #8672 from thanos-io/mhoffmann/prepare-release-41.0-rc.1
  • 96061da VERSION: cut 0.41.0-rc.1
  • 5c4609b Patch grpc-go
  • a1cfc6b Merge pull request #8669 from thanos-io/mhoffmann/prepare-release-41.0-rc.0
  • 45b320f VERSION: cut 0.41.0-rc.0
  • ec36479 Merge pull request #8668 from thanos-io/mhoffmann/cut-changelog-for-0-41-0
  • ef43a35 *: cut changelog for 0.41.0
  • ed284b5 Merge pull request #8636 from adezxc/adezxc/default_batching
  • f3d3972 feat: enable batching by default, remove grpc-go replace directive
  • Additional commits viewable in compare view

Updates go.uber.org/zap from 1.27.0 to 1.27.1

Release notes

Sourced from go.uber.org/zap's releases.

v1.27.1

Enhancements:

  • #1501[]: prevent Object from panicking on nils
  • #1511[]: Fix a race condition in WithLazy.

Thanks to @​rabbbit, @​alshopov, @​jquirke, @​arukiidou for their contributions to this release.

#1501: uber-go/zap#1501 #1511: uber-go/zap#1511

Changelog

Sourced from go.uber.org/zap's changelog.

1.27.1 (19 Nov 2025)

Enhancements:

  • #1501[]: prevent Object from panicking on nils
  • #1511[]: Fix a race condition in WithLazy.

Thanks to @​rabbbit, @​alshopov, @​jquirke, @​arukiidou for their contributions to this release.

#1501: uber-go/zap#1501 #1511: uber-go/zap#1511

Commits

Updates golang.org/x/mod from 0.30.0 to 0.34.0

Commits
  • 1ac721d go.mod: update golang.org/x dependencies
  • fb1fac8 all: upgrade go directive to at least 1.25.0 [generated]
  • 27761a2 go.mod: update golang.org/x dependencies
  • 4c04067 go.mod: update golang.org/x dependencies
  • d271cf3 go.mod: update golang.org/x dependencies
  • 269c237 sumdb/note: delete chop
  • 3f03020 x/mod: apply go fix and go vet
  • See full diff in compare view

Updates golang.org/x/oauth2 from 0.34.0 to 0.36.0

Commits
  • 4d954e6 all: upgrade go directive to at least 1.25.0 [generated]
  • 89ff2e1 google: add safer credentials JSON loading options.
  • See full diff in compare view

Updates google.golang.org/api from 0.248.0 to 0.274.0

Release notes

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

v0.274.0

0.274.0 (2026-04-02)

Features

v0.273.1

0.273.1 (2026-03-31)

Bug Fixes

  • Merge duplicate x-goog-request-params header (#3547) (2008108)

v0.273.0

0.273.0 (2026-03-23)

Features

v0.272.0

0.272.0 (2026-03-16)

Features

v0.271.0

0.271.0 (2026-03-10)

Features

v0.270.0

0.270.0 (2026-03-08)

... (truncated)

Changelog

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

0.274.0 (2026-04-02)

Features

0.273.1 (2026-03-31)

Bug Fixes

  • Merge duplicate x-goog-request-params header (#3547) (2008108)

0.273.0 (2026-03-23)

Features

0.272.0 (2026-03-16)

Features

0.271.0 (2026-03-10)

Features

0.270.0 (2026-03-08)

Features

... (truncated)

Commits

Updates google.golang.org/grpc from 1.79.3 to 1.80.0

Release notes

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

Release 1.80.0

Behavior Changes

  • balancer: log a warning if a balancer is registered with uppercase letters, as balancer names should be lowercase. In a future release, balancer names will be treated as case-insensitive; see #5288 for details. (#8837)
  • xds: update resource error handling and re-resolution logic (#8907)
    • Re-resolve all LOGICAL_DNS clusters simultaneously when re-resolution is requested.
    • Fail all in-flight RPCs immediately upon receipt of listener or route resource errors, instead of allowing them to complete.

Bug Fixes

  • xds: support the LB policy configured in LOGICAL_DNS cluster resources instead of defaulting to pick_first. (#8733)
  • credentials/tls: perform per-RPC authority validation against the leaf certificate instead of the entire peer certificate chain. (#8831)
  • xds: enabling A76 ring hash endpoint keys no longer causes EDS resources with invalid proxy metadata to be NACKed when HTTP CONNECT (gRFC A86) is disabled. (#8875)
  • xds: validate that the sum of endpoint weights in a locality does not exceed the maximum uint32 value. (#8899)
  • xds: fix incorrect proto field access in the weighted round robin (WRR) configuration where blackout_period was used instead of weight_expiration_period. (#8915)
  • xds/rbac: handle addresses with ports in IP matchers. (#8990)

New Features

  • ringhash: enable gRFC A76 (endpoint hash keys and request hash headers) by default. (#8922)

Performance Improvements

  • credentials/alts: pool write buffers to reduce memory allocations and usage. (#8919)
  • grpc: enable the use of pooled write buffers for buffering HTTP/2 frame writes by default. This reduces memory usage when connections are idle. Use the WithSharedWriteBuffer dial option or the SharedWriteBuffer server option to disable this feature. (#8957)
  • xds/priority: stop caching child LB policies removed from the configuration. This will help reduce memory and cpu usage when localities are constantly switching between priorities. (#8997)
  • ...

    Description has been truncated

    Note
    Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 7, 2026
@dependabot dependabot Bot force-pushed the dependabot/go_modules/deps-0f1b18a675 branch from 2f7b816 to 7883908 Compare April 14, 2026 21:14
@dependabot dependabot Bot force-pushed the dependabot/go_modules/deps-0f1b18a675 branch from 7883908 to 1dd2b08 Compare April 23, 2026 14:42
Bumps the deps group with 4 updates in the / directory: [cloud.google.com/go/monitoring](https://github.com/googleapis/google-cloud-go), [github.com/prometheus/alertmanager](https://github.com/prometheus/alertmanager), [github.com/thanos-io/thanos](https://github.com/thanos-io/thanos) and [go.uber.org/zap](https://github.com/uber-go/zap).


Updates `cloud.google.com/go/monitoring` from 1.24.2 to 1.27.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md)
- [Commits](googleapis/google-cloud-go@monitoring/v1.24.2...kms/v1.27.0)

Updates `github.com/prometheus/alertmanager` from 0.28.1 to 0.32.0
- [Release notes](https://github.com/prometheus/alertmanager/releases)
- [Changelog](https://github.com/prometheus/alertmanager/blob/main/CHANGELOG.md)
- [Commits](prometheus/alertmanager@v0.28.1...v0.32.0)

Updates `github.com/prometheus/client_golang` from 1.23.0 to 1.23.2
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.23.0...v1.23.2)

Updates `github.com/thanos-io/thanos` from 0.36.1 to 0.41.0
- [Release notes](https://github.com/thanos-io/thanos/releases)
- [Changelog](https://github.com/thanos-io/thanos/blob/main/CHANGELOG.md)
- [Commits](thanos-io/thanos@v0.36.1...v0.41.0)

Updates `go.uber.org/zap` from 1.27.0 to 1.27.1
- [Release notes](https://github.com/uber-go/zap/releases)
- [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md)
- [Commits](uber-go/zap@v1.27.0...v1.27.1)

Updates `golang.org/x/mod` from 0.30.0 to 0.34.0
- [Commits](golang/mod@v0.30.0...v0.34.0)

Updates `golang.org/x/oauth2` from 0.34.0 to 0.36.0
- [Commits](golang/oauth2@v0.34.0...v0.36.0)

Updates `google.golang.org/api` from 0.248.0 to 0.274.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.248.0...v0.274.0)

Updates `google.golang.org/grpc` from 1.79.3 to 1.80.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.79.3...v1.80.0)

Updates `google.golang.org/protobuf` from 1.36.10 to 1.36.11

Updates `github.com/efficientgo/e2e` from 0.14.1-0.20230710114240-c316eb95ae5b to 0.14.1-0.20260204162810-8c75b1e33ef9
- [Release notes](https://github.com/efficientgo/e2e/releases)
- [Commits](https://github.com/efficientgo/e2e/commits)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/monitoring
  dependency-version: 1.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: github.com/efficientgo/e2e
  dependency-version: 0.14.1-0.20260204162810-8c75b1e33ef9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: github.com/prometheus/alertmanager
  dependency-version: 0.31.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: github.com/prometheus/client_golang
  dependency-version: 1.23.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: github.com/thanos-io/thanos
  dependency-version: 0.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: go.uber.org/zap
  dependency-version: 1.27.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: golang.org/x/mod
  dependency-version: 0.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: golang.org/x/oauth2
  dependency-version: 0.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: google.golang.org/api
  dependency-version: 0.273.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: google.golang.org/grpc
  dependency-version: 1.80.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: google.golang.org/protobuf
  dependency-version: 1.36.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/deps-0f1b18a675 branch from 1dd2b08 to c503ee2 Compare April 24, 2026 21:11
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