Skip to content

fix(deps): update module github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring to v0.92.1 (main)#1872

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/main-github.com-prometheus-operator-prometheus-operator-pkg-apis-monitoring-0.x
Open

fix(deps): update module github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring to v0.92.1 (main)#1872
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/main-github.com-prometheus-operator-prometheus-operator-pkg-apis-monitoring-0.x

Conversation

@renovate

@renovate renovate Bot commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.91.0v0.92.1 age confidence

Release Notes

prometheus-operator/prometheus-operator (github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring)

v0.92.1: 0.92.1 / 2026-06-30

Compare Source

  • [BUGFIX] Fix "namespace not found" errors when the operator watches monitoring and workload resources in different resources. #​8658

v0.92.0: 0.92.0 / 2026-06-18

Compare Source

[!NOTE]
The PrometheusTopologySharding and PrometheusShardRetentionPolicy feature gates have been promoted to Beta in this release and are now enabled by default. See the sharding documentation for details.

  • [CHANGE] Add URL validation for the tokenUrl field in OAuth2 configuration across all CRDs. #​8579
  • [CHANGE] Add URL validation for the url field in RemoteReadSpec in Prometheus CRD. #​8596
  • [FEATURE] Migrate retention options from CLI flags to the config file for Prometheus CRD (Prometheus >= v3 uses the config file; older versions continue to use CLI flags). #​8547
  • [FEATURE] Add staleSeriesCompactionThreshold field to TSDBSpec in Prometheus and PrometheusAgent CRDs. #​8563
  • [FEATURE] Add labelNameUnderscoreSanitization and labelNamePreserveMultipleUnderscores fields to OTLPConfig in Prometheus and PrometheusAgent CRDs. #​8562
  • [FEATURE] Add payload field to Webhook receiver in AlertmanagerConfig CRD. #​8507
  • [ENHANCEMENT] Use pod topology labels for zone sharding on Kubernetes >= 1.35 when the PrometheusTopologySharding feature gate is enabled (removes the need for attachMetadata.node=true). #​8564
  • [ENHANCEMENT] Add validation for the Slack update_message field in Alertmanager configuration Secret. #​8556
  • [BUGFIX] Validate target labels in Probe static configuration to prevent invalid Prometheus scrape configs. #​7901
  • [BUGFIX] Fix goroutine leak and data race in pollBasedListerWatcher. #​8593
  • [BUGFIX] Validate ProxyConfig in OAuth2 configuration. #​8610
  • [BUGFIX] Fix SMTP smarthost format error handling in Alertmanager configuration. #​8586
  • [BUGFIX] Fix missing return in admission webhook after marshal failure. #​8582
  • [BUGFIX] Fix FindOwner to return nil on meta.Accessor error. #​8585
  • [BUGFIX] Fix dropped gzip Close errors in GzipConfig and GunzipConfig. #​8573
  • [BUGFIX] Fix panic on malformed key=value flag input (e.g. --labels "key"). #​8560

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 9am every weekday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate

renovate Bot commented Jun 19, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 20 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.25.0 -> 1.26.0
golang.org/x/net v0.53.0 -> v0.56.0
google.golang.org/protobuf v1.36.11 -> v1.36.12-0.20260120151049-f2248ac996af
k8s.io/api v0.35.4 -> v0.36.2
k8s.io/apimachinery v0.35.4 -> v0.36.2
k8s.io/client-go v0.35.4 -> v0.36.2
sigs.k8s.io/controller-runtime v0.23.3 -> v0.24.1
github.com/emicklei/go-restful/v3 v3.12.2 -> v3.13.0
github.com/fxamacker/cbor/v2 v2.9.0 -> v2.9.2
github.com/prometheus/procfs v0.16.1 -> v0.19.2
go.opentelemetry.io/otel v1.40.0 -> v1.41.0
go.opentelemetry.io/otel/metric v1.40.0 -> v1.41.0
go.opentelemetry.io/otel/trace v1.40.0 -> v1.41.0
golang.org/x/sync v0.20.0 -> v0.21.0
golang.org/x/sys v0.43.0 -> v0.46.0
golang.org/x/term v0.42.0 -> v0.44.0
golang.org/x/text v0.36.0 -> v0.38.0
k8s.io/apiextensions-apiserver v0.35.2 -> v0.36.2
k8s.io/kube-openapi v0.0.0-20260317180543-43fb72c5454a -> v0.0.0-20260603220949-865597e52e25
k8s.io/utils v0.0.0-20260210185600-b8788abfbbc2 -> v0.0.0-20260507154919-ff6756f316d2
sigs.k8s.io/structured-merge-diff/v6 v6.3.2 -> v6.4.0

@renovate renovate Bot enabled auto-merge (squash) June 19, 2026 04:31
@renovate renovate Bot force-pushed the renovate/main-github.com-prometheus-operator-prometheus-operator-pkg-apis-monitoring-0.x branch 4 times, most recently from d36a7b9 to 3be963a Compare June 22, 2026 09:03
@renovate renovate Bot changed the title fix(deps): update module github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring to v0.92.0 (main) fix(deps): update module github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring to v0.92.0 (main) - autoclosed Jun 23, 2026
@renovate renovate Bot closed this Jun 23, 2026
auto-merge was automatically disabled June 23, 2026 10:49

Pull request was closed

@renovate renovate Bot deleted the renovate/main-github.com-prometheus-operator-prometheus-operator-pkg-apis-monitoring-0.x branch June 23, 2026 10:49
@renovate renovate Bot changed the title fix(deps): update module github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring to v0.92.0 (main) - autoclosed fix(deps): update module github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring to v0.92.0 (main) Jun 24, 2026
@renovate renovate Bot reopened this Jun 24, 2026
@renovate renovate Bot force-pushed the renovate/main-github.com-prometheus-operator-prometheus-operator-pkg-apis-monitoring-0.x branch 2 times, most recently from 3be963a to b398b9d Compare June 24, 2026 01:02
@renovate renovate Bot force-pushed the renovate/main-github.com-prometheus-operator-prometheus-operator-pkg-apis-monitoring-0.x branch from b398b9d to f321fd6 Compare June 30, 2026 15:43
@renovate renovate Bot enabled auto-merge (squash) June 30, 2026 15:43
@renovate renovate Bot changed the title fix(deps): update module github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring to v0.92.0 (main) fix(deps): update module github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring to v0.92.1 (main) Jun 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants