Skip to content

fix(deps): bump the deps group across 1 directory with 12 updates#1985

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

fix(deps): bump the deps group across 1 directory with 12 updates#1985
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/deps-54000daa1d

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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 github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring.

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

Release notes

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

monitoring: v1.30.0

1.30.0 (2026-07-13)

Features

networkmanagement: v1.30.0

1.30.0 (2026-07-13)

Features

networkconnectivity: v1.27.0

1.27.0 (2026-07-13)

Features

security: v1.26.0

1.26.0 (2026-07-13)

Features

eventarc: v1.25.0

1.25.0 (2026-07-13)

Features

functions: v1.25.0

1.25.0 (2026-07-13)

Features

Changelog

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

1.30.0 (2024-06-05)

Features

  • documentai: Make Layout Parser generally available in V1 (#10286) (92dc381)

1.29.0 (2024-05-29)

Features

  • documentai: Make Layout Parser generally available in V1 (#10277) (dafecc9)

1.28.1 (2024-05-16)

Documentation

  • documentai: Clarify the unavailability of some features (652ba8f)
  • documentai: Updated comments (292e812)

1.28.0 (2024-05-01)

Features

  • documentai: A new message FoundationModelTuningOptions is added (1d757c6)
  • documentai: Support Chunk header and footer in Doc AI external proto (1d757c6)

Bug Fixes

  • documentai: Bump x/net to v0.24.0 (ba31ed5)

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)

... (truncated)

Commits

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

Release notes

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

0.33.1 / 2026-07-04

  • [BUGFIX] doc: fix missing notification_reason field in webhook documentation (#5329)
  • [BUGFIX] silences: fix silences snapshot missing legacy matchers field. This caused a bug that prevented older alertmanager versions from reading newer snapshots unnecessarily. (#5330)
  • [BUGFIX] silence with no matchers should populate an empty array in API response (#5331)

0.33.0 / 2026-06-12

  • [CHANGE] The '--enable-feature=auto-gomaxprocs' option has been removed. This flag had no effect since v0.29 and was deprecated in v0.32. It can be safely removed from any startup scripts. #5090, #5251
  • [CHANGE] Add group-key-in-metrics feature flag. #5047
  • [CHANGE] Move AlertMarker, GroupMarker to marker package. #5047
  • [CHANGE] Remove alertmanager_marked_alerts. #5047
  • [CHANGE] Remove the following from types package: MemMarker, AlertState*, AlertStatus. #5047
  • [FEATURE] Introduce per aggregation group AlertMarkers and drop Global Alert Marker. #5047
  • [FEATURE] ui: Add support for silence annotations. #5017
  • [FEATURE] api: Add receiver labels and receiver_matchers filter to /api/v2/receivers, /api/v2/alerts, and /api/v2/alerts/groups. #5152
  • [FEATURE] eventrecorder: Add structured event recorder behind --enable-feature=event-recorder, with file, webhook, and kafka outputs. #5072, #5246
  • [ENHANCEMENT] Add the use_aws_http_client config option to the sns notifier. #5178
  • [ENHANCEMENT] template: Add now function to get current time. #5188
  • [ENHANCEMENT] docs: Clarify YAML quoting vs matcher token quoting in UTF-8 matchers section. #5264
  • [BUGFIX] jira: Allow disabling the resolve transition when resolve_transition is not set. #4821
  • [BUGFIX] jira: Include unresolved issues in wont_fix_resolution JQL to prevent duplicate issue creation. #5185
  • [BUGFIX] sns: Support the AWS_CA_BUNDLE env variable for the sns notifier. #5178

0.32.2 / 2026-06-05

  • [BUGFIX] Fix dispatcher goroutine leaks on destroyed alertgroup swap. #5241

0.32.1 / 2026-04-29

  • [BUGFIX] dispatcher: Fix issue with dispatching to a contended route. #5179
  • [BUGFIX] ui: Provide prebuilt ui assets in release. #5191
  • [ENHANCEMENT] ui: Support building artifacts in containers with Docker or Podman. #5102

0.32.1-rc.0 / 2026-04-27

  • [BUGFIX] dispatcher: Fix issue with dispatching to a contended route. #5179
  • [BUGFIX] ui: Provide prebuilt ui assets in release. #5191
  • [ENHANCEMENT] ui: Support building artifacts in containers with Docker or Podman. #5102

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

... (truncated)

Changelog

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

0.33.1 / 2026-07-04

  • [BUGFIX] doc: fix missing notification_reason field in webhook documentation (#5329)
  • [BUGFIX] silences: fix silences snapshot missing legacy matchers field. This caused a bug that prevented older alertmanager versions from reading newer snapshots unnecessarily. (#5330)
  • [BUGFIX] silence with no matchers should populate an empty array in API response (#5331)

0.32.3 / 2026-07-04

  • [BUGFIX] doc: fix missing notification_reason field in webhook documentation (#5329)
  • [BUGFIX] silences: fix silences snapshot missing legacy matchers field. This caused a bug that prevented older alertmanager versions from reading newer snapshots unnecessarily. (#5330)
  • [BUGFIX] silence with no matchers should populate an empty array in API response (#5331)

0.33.0 / 2026-06-12

  • [CHANGE] The '--enable-feature=auto-gomaxprocs' option has been removed. This flag had no effect since v0.29 and was deprecated in v0.32. It can be safely removed from any startup scripts. #5090, #5251
  • [CHANGE] Add group-key-in-metrics feature flag. #5047
  • [CHANGE] Move AlertMarker, GroupMarker to marker package. #5047
  • [CHANGE] Remove alertmanager_marked_alerts. #5047
  • [CHANGE] Remove the following from types package: MemMarker, AlertState*, AlertStatus. #5047
  • [FEATURE] Introduce per aggregation group AlertMarkers and drop Global Alert Marker. #5047
  • [FEATURE] ui: Add support for silence annotations. #5017
  • [FEATURE] api: Add receiver labels and receiver_matchers filter to /api/v2/receivers, /api/v2/alerts, and /api/v2/alerts/groups. #5152
  • [FEATURE] eventrecorder: Add structured event recorder behind --enable-feature=event-recorder, with file, webhook, and kafka outputs. #5072, #5246
  • [ENHANCEMENT] Add the use_aws_http_client config option to the sns notifier. #5178
  • [ENHANCEMENT] template: Add now function to get current time. #5188
  • [ENHANCEMENT] docs: Clarify YAML quoting vs matcher token quoting in UTF-8 matchers section. #5264
  • [BUGFIX] jira: Allow disabling the resolve transition when resolve_transition is not set. #4821
  • [BUGFIX] jira: Include unresolved issues in wont_fix_resolution JQL to prevent duplicate issue creation. #5185
  • [BUGFIX] sns: Support the AWS_CA_BUNDLE env variable for the sns notifier. #5178

0.32.2 / 2026-06-05

  • [BUGFIX] Fix dispatcher goroutine leaks on destroyed alertgroup swap. #5241

0.32.1 / 2026-04-29

  • [BUGFIX] dispatcher: Fix issue with dispatching to a contended route. #5179
  • [BUGFIX] ui: Provide prebuilt ui assets in release. #5191
  • [ENHANCEMENT] ui: Support building artifacts in containers with Docker or Podman. #5102

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

... (truncated)

Commits
  • 2c8da51 Cherry pick release 0.33.1 (#5367)
  • 5d3ceb5 cherry-pick: bump version in the VERSION file and update date in CHANGELOG (#...
  • df22286 prep release v0.33.0 (#5295)
  • 364a227 docs: clarify YAML quoting vs matcher token quoting (#5264)
  • add91b8 chore: tune coderabbit messages (#5293)
  • d51d792 chore: more reorganization of notify.go (#5291)
  • 3f5c0d9 fix the release date for 0.32.2 (#5290)
  • 9c233dc fix(env): Remove deprecated auto-gomaxprocs flag (#5251)
  • 79c1d17 chore: move WaitStage and GossipSettleStage to a separate file (#5287)
  • 616c5be chore: move context functions into their own file (#5286)
  • 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.42.0

Release notes

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

v0.42.0

The biggest new things in this release are, I think, Receive component's improvements regarding tenant's lifecycle handling, ability to have per endpoint configuration, and showing fanout information in Thanos Query. Thank you to everyone for your contributions!

Fixed

  • #8752: Query: Fix exemplar proxy stripping external label matchers in multi-tier query topologies. In Query A → Query B → Sidecar setups, external label matchers are now preserved when forwarding to downstream Query nodes so they can route to the correct stores.
  • #8726: *: Bump thanos-community/grpc-go fork to fix CVE-2026-33186 (CVSS 9.1), an authorization bypass via malformed :path headers that could bypass path-based "deny" rules in grpc/authz interceptors.
  • #8714: Tracing: Fix tls_config fields (ca_file, cert_file, key_file) being silently ignored when using the OTLP gRPC exporter. Previously, deployments using a private CA or mTLS client certificates had to work around this via OTEL_EXPORTER_OTLP_CERTIFICATE and related environment variables.
  • #8128: Query-Frontend: Fix panic in AnalyzesMerge caused by indexing the wrong slice variable, leading to an out-of-range access when merging more than two query analyses.
  • #8720: Receive: Fix 503 errors during restarts in some cases.
  • #8762: Query-Frontend: Fix trace ID missing from slow query logs, regression from #8618.
  • #8799: *: Set a KeepaliveEnforcementPolicy with MinTime: 10s on all gRPC servers, matching the client keepalive interval.
  • #8806: Receive: Validate tenant IDs extracted from split-tenant labels to prevent path traversal.
  • #8810: Ruler: correctly pass query partial response for gRPC.

Added

  • #8691: Cache: add redis key prefix support
  • #8691: query/ui: show fanout information
  • #8691: Compactor: remove the directory marker objects for some s3 compatible object stores
  • #8730: *: add --grpc-server-tls-ciphers to configure cipher suites for gRPC servers.
  • #8730: Receive: add --remote-write.server-tls-ciphers to configure cipher suites for the HTTP server.
  • #8770: *: add --grpc-server-tls-curves to configure curves for gRPC servers.
  • #8770: Receive: add --remote-write.server-tls-curves to configure curves for the HTTP server.
  • #8808: ruler, sidecar: Add TSDB stats endpoint to gRPC server.
  • #8797: Receive, Compact, Sidecar: Use os.Root API to confine filesystem access to the service data directory.
  • #8594: Query: Support per endpoint TLS configuration.

Changed

  • #8670: Receive: breaking ⚠️ removed --shipper.ignore-unequal-block-size. TSDB now delays compaction until blocks have been uploaded by the shipper, allowing compaction while uploading without risking data loss.
  • #8802: Cache: add SendToReplicas option while initializing Rueidis client to allow sending read-only requests to Redis replica instances.
  • #8839: Store: breaking ⚠️ removed --debug.advertise-compatibility-label. Stores now don't advertise @thanos_compatibility_store_type=store external label by default, breaking compatibility with Thanos Query before v0.8.0.
  • #8831: Query-Frontend: change time_taken field to time_taken_ms for consistent JSON output for easier parsing by the log collector.
  • #8853: Compactor: remove labels specified as dedup replica labels in hashmod calculation; this fixes a footgun that users could inadvertently hit.
  • #8796: queryfrontend: add other params to key

Removed

v0.42.0-rc.2

v0.42.0-rc.2 - 2026 06 30

RC.2 fixes a few small regressions after introducing the *os.Root API.

NOTE: we skipped over rc.0 because the release pipeline was broken due to update base image SHAs. There are no other changes except for that in comparison to rc.0.

The biggest new things in this release are, I think, Receive component's improvements regarding tenant's lifecycle handling, ability to have per endpoint configuration, and showing fanout information in Thanos Query. Thank you to everyone for your contributions!

Fixed

... (truncated)

Changelog

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

v0.42.0 - 2026 07 08

The biggest new things in this release are, I think, Receive component's improvements regarding tenant's lifecycle handling, ability to have per endpoint configuration, and showing fanout information in Thanos Query. Thank you to everyone for your contributions!

Fixed

  • #8752: Query: Fix exemplar proxy stripping external label matchers in multi-tier query topologies. In Query A → Query B → Sidecar setups, external label matchers are now preserved when forwarding to downstream Query nodes so they can route to the correct stores.
  • #8726: *: Bump thanos-community/grpc-go fork to fix CVE-2026-33186 (CVSS 9.1), an authorization bypass via malformed :path headers that could bypass path-based "deny" rules in grpc/authz interceptors.
  • #8714: Tracing: Fix tls_config fields (ca_file, cert_file, key_file) being silently ignored when using the OTLP gRPC exporter. Previously, deployments using a private CA or mTLS client certificates had to work around this via OTEL_EXPORTER_OTLP_CERTIFICATE and related environment variables.
  • #8128: Query-Frontend: Fix panic in AnalyzesMerge caused by indexing the wrong slice variable, leading to an out-of-range access when merging more than two query analyses.
  • #8720: Receive: Fix 503 errors during restarts in some cases.
  • #8762: Query-Frontend: Fix trace ID missing from slow query logs, regression from #8618.
  • #8799: *: Set a KeepaliveEnforcementPolicy with MinTime: 10s on all gRPC servers, matching the client keepalive interval.
  • #8806: Receive: Validate tenant IDs extracted from split-tenant labels to prevent path traversal.
  • #8810: Ruler: correctly pass query partial response for gRPC.
  • #8881: Receive: Fix routing receivers crashing with mkdir ./data: read-only file system on startup by gating data directory setup on enableIngestion, since routing receivers don't write local TSDB data.
  • #8890: block: fix GatherIndexHealthStats postings walk error check to prevent swallowing an error.
  • #8889: Query: Return an error if Querier doesn't have any registered endpoints and partial response is disabled.

Added

  • #8691: Cache: add redis key prefix support
  • #8691: query/ui: show fanout information
  • #8691: Compactor: remove the directory marker objects for some s3 compatible object stores
  • #8730: *: add --grpc-server-tls-ciphers to configure cipher suites for gRPC servers.
  • #8730: Receive: add --remote-write.server-tls-ciphers to configure cipher suites for the HTTP server.
  • #8770: *: add --grpc-server-tls-curves to configure curves for gRPC servers.
  • #8770: Receive: add --remote-write.server-tls-curves to configure curves for the HTTP server.
  • #8808: ruler, sidecar: Add TSDB stats endpoint to gRPC server.
  • #8797: Receive, Compact, Sidecar: Use os.Root API to confine filesystem access to the service data directory.
  • #8594: Query: Support per endpoint TLS configuration.

Changed

  • #8670: Receive: breaking ⚠️ removed --shipper.ignore-unequal-block-size. TSDB now delays compaction until blocks have been uploaded by the shipper, allowing compaction while uploading without risking data loss.
  • #8802: Cache: add SendToReplicas option while initializing Rueidis client to allow sending read-only requests to Redis replica instances.
  • #8839: Store: breaking ⚠️ removed --debug.advertise-compatibility-label. Stores now don't advertise @thanos_compatibility_store_type=store external label by default, breaking compatibility with Thanos Query before v0.8.0.
  • #8831: Query-Frontend: change time_taken field to time_taken_ms for consistent JSON output for easier parsing by the log collector.
  • #8853: Compactor: remove labels specified as dedup replica labels in hashmod calculation; this fixes a footgun that users could inadvertently hit.
  • #8796: queryfrontend: add other params to key

Removed

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

... (truncated)

Commits
  • 0d7a353 Merge pull request #8905 from thanos-io/release_0420_final
  • 4d637c8 VERSION: bump
  • ffb2fca receive: fold test into another one
  • e88d0bc receive: fix linter
  • 4fc367b receive: fix a few bugs
  • 5095711 fix(store): release label values read lock
  • d8a04ba Add missing partial response stategy check
  • 3684e2e block: fix GatherIndexHealthStats postings walk error check
  • 566ab6f fix upload-blocks resource lifetime
  • fa48b9a Return an errof if we have no stores at all
  • 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.35.0 to 0.36.0

Commits
  • 643da9b go.mod: update golang.org/x dependencies
  • ccc3cdf zip: include 'but content has correct sum' note in TestVCS
  • ab30318 zip: update zip hashes for new flate compression
  • 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.287.1

Release notes

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

v0.287.1

0.287.1 (2026-07-07)

Documentation

v0.287.0

0.287.0 (2026-06-30)

Features

v0.286.0

0.286.0 (2026-06-22)

Features

v0.285.0

0.285.0 (2026-06-16)

Features

v0.284.0

0.284.0 (2026-06-09)

Features

... (truncated)

Changelog

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

0.287.1 (2026-07-07)

Documentation

0.287.0 (2026-06-30)

Features

0.286.0 (2026-06-22)

Features

0.285.0 (2026-06-16)

Features

0.284.0 (2026-06-09)

Features

  • all: Auto-regenerate discovery clients (#3613) (5f02153)
  • all: Auto-regenerate discovery clients (#3616) (

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 7, 2026
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 [github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring](https://github.com/prometheus-operator/prometheus-operator).


Updates `cloud.google.com/go/monitoring` from 1.24.2 to 1.30.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...dlp/v1.30.0)

Updates `github.com/prometheus/alertmanager` from 0.28.1 to 0.33.1
- [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.33.1)

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.42.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.42.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.35.0 to 0.36.0
- [Commits](golang/mod@v0.35.0...v0.36.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.287.1
- [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.287.1)

Updates `google.golang.org/grpc` from 1.79.3 to 1.82.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.79.3...v1.82.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)

Updates `github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring` from 0.75.0 to 0.92.1
- [Release notes](https://github.com/prometheus-operator/prometheus-operator/releases)
- [Changelog](https://github.com/prometheus-operator/prometheus-operator/blob/main/CHANGELOG.md)
- [Commits](prometheus-operator/prometheus-operator@v0.75.0...v0.92.1)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/monitoring
  dependency-version: 1.29.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-operator/prometheus-operator/pkg/apis/monitoring
  dependency-version: 0.92.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: github.com/prometheus/alertmanager
  dependency-version: 0.33.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.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: golang.org/x/mod
  dependency-version: 0.37.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.274.0
  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-54000daa1d branch from ed5a08c to f6cf342 Compare July 14, 2026 21:57
@bernot-dev

Copy link
Copy Markdown
Collaborator

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Jul 15, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

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