Update module github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring to v0.93.1 #68

Merged
Owner

This PR contains the following updates:

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

Release Notes

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

v0.93.1: 0.93.1 / 2026-08-10

Compare Source

  • [BUGFIX] Fix duplicate kubelet targets for nodes reporting several addresses of the same IP family. #​8739
  • [BUGFIX] Fix argument list for Thanos containers when custom TLS ciphers or curves are specified. #​8749

v0.93.0: 0.93.0 / 2026-07-28

Compare Source

  • [CHANGE] Switch from uint to int types in the Go definition of the CRDs and add API validations to reject negative values. #​8662 #​8666
  • [CHANGE] Keep local Prometheus compaction enabled when the Thanos sidecar uploads to object storage, for Prometheus >= v3.9.0 and Thanos >= v0.41.0. The operator now coordinates uploads through the shipper meta file (--storage.tsdb.delay-compact-file.path, --shipper.meta-file-name, --shipper.ignore-unequal-block-size) instead of disabling compaction. Set spec.disableCompaction: true to keep the previous behavior. #​8694
  • [CHANGE] Define a default value of 1 for .spec.shards for Prometheus and PrometheusAgent CRDs. #​8691
  • [CHANGE/BUGFIX] Add validation markers to all unsigned int fields to reject negative values. #​8662
  • [CHANGE/BUGFIX] Disable metadata sending when the remote-write configuration uses message version v2.0. #​8700
  • [FEATURE] Add updateMessage field to the Slack receiver in the AlertmanagerConfig CRD. #​8506
  • [FEATURE] Add chunkEncoding field to TSDBSpec for runtime float encoding selection in Prometheus and PrometheusAgent CRDs. #​8675
  • [ENHANCEMENT] Use pod's name as the peer name for Alertmanager >= v0.30.0. #​8705
  • [BUGFIX] Create IPv6 EndpointSlice for the kubelet Service on dual-stack clusters. #​8682

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring](https://github.com/prometheus-operator/prometheus-operator) | `v0.92.1` → `v0.93.1` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fprometheus-operator%2fprometheus-operator%2fpkg%2fapis%2fmonitoring/v0.93.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fprometheus-operator%2fprometheus-operator%2fpkg%2fapis%2fmonitoring/v0.92.1/v0.93.1?slim=true) | --- ### Release Notes <details> <summary>prometheus-operator/prometheus-operator (github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring)</summary> ### [`v0.93.1`](https://github.com/prometheus-operator/prometheus-operator/releases/tag/v0.93.1): 0.93.1 / 2026-08-10 [Compare Source](https://github.com/prometheus-operator/prometheus-operator/compare/v0.93.0...v0.93.1) - \[BUGFIX] Fix duplicate kubelet targets for nodes reporting several addresses of the same IP family. [#&#8203;8739](https://github.com/prometheus-operator/prometheus-operator/issues/8739) - \[BUGFIX] Fix argument list for Thanos containers when custom TLS ciphers or curves are specified. [#&#8203;8749](https://github.com/prometheus-operator/prometheus-operator/issues/8749) ### [`v0.93.0`](https://github.com/prometheus-operator/prometheus-operator/releases/tag/v0.93.0): 0.93.0 / 2026-07-28 [Compare Source](https://github.com/prometheus-operator/prometheus-operator/compare/v0.92.1...v0.93.0) - \[CHANGE] Switch from uint to int types in the Go definition of the CRDs and add API validations to reject negative values. [#&#8203;8662](https://github.com/prometheus-operator/prometheus-operator/issues/8662) [#&#8203;8666](https://github.com/prometheus-operator/prometheus-operator/issues/8666) - \[CHANGE] Keep local Prometheus compaction enabled when the Thanos sidecar uploads to object storage, for Prometheus >= v3.9.0 and Thanos >= v0.41.0. The operator now coordinates uploads through the shipper meta file (`--storage.tsdb.delay-compact-file.path`, `--shipper.meta-file-name`, `--shipper.ignore-unequal-block-size`) instead of disabling compaction. Set `spec.disableCompaction: true` to keep the previous behavior. [#&#8203;8694](https://github.com/prometheus-operator/prometheus-operator/issues/8694) - \[CHANGE] Define a default value of 1 for `.spec.shards` for `Prometheus` and `PrometheusAgent` CRDs. [#&#8203;8691](https://github.com/prometheus-operator/prometheus-operator/issues/8691) - \[CHANGE/BUGFIX] Add validation markers to all unsigned int fields to reject negative values. [#&#8203;8662](https://github.com/prometheus-operator/prometheus-operator/issues/8662) - \[CHANGE/BUGFIX] Disable metadata sending when the remote-write configuration uses message version v2.0. [#&#8203;8700](https://github.com/prometheus-operator/prometheus-operator/issues/8700) - \[FEATURE] Add `updateMessage` field to the Slack receiver in the `AlertmanagerConfig` CRD. [#&#8203;8506](https://github.com/prometheus-operator/prometheus-operator/issues/8506) - \[FEATURE] Add `chunkEncoding` field to `TSDBSpec` for runtime float encoding selection in `Prometheus` and `PrometheusAgent` CRDs. [#&#8203;8675](https://github.com/prometheus-operator/prometheus-operator/issues/8675) - \[ENHANCEMENT] Use pod's name as the peer name for Alertmanager >= v0.30.0. [#&#8203;8705](https://github.com/prometheus-operator/prometheus-operator/issues/8705) - \[BUGFIX] Create IPv6 EndpointSlice for the `kubelet` Service on dual-stack clusters. [#&#8203;8682](https://github.com/prometheus-operator/prometheus-operator/issues/8682) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNjQuMiIsInVwZGF0ZWRJblZlciI6IjQzLjIxLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
fix(deps): update module github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring to v0.93.0
Some checks failed
renovate/artifacts Artifact file update failure
Go / release (pull_request) Has been cancelled
0be5bef118
prskr changed title from fix(deps): update module github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring to v0.93.0 to Update module github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring to v0.93.0 2026-07-31 03:44:45 +00:00
prskr changed title from Update module github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring to v0.93.0 to fix(deps): update module github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring to v0.93.0 2026-08-02 03:39:03 +00:00
prskr changed title from fix(deps): update module github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring to v0.93.0 to Update module github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring to v0.93.0 2026-08-07 03:38:57 +00:00
prskr changed title from Update module github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring to v0.93.0 to fix(deps): update module github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring to v0.93.0 2026-08-09 03:38:40 +00:00
prskr force-pushed renovate/github.com-prometheus-operator-prometheus-operator-pkg-apis-monitoring-0.x from 0be5bef118
Some checks failed
renovate/artifacts Artifact file update failure
Go / release (pull_request) Has been cancelled
to a47678b2c0
Some checks failed
Go / release (pull_request) Has been cancelled
2026-08-11 03:37:45 +00:00
Compare
prskr changed title from fix(deps): update module github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring to v0.93.0 to fix(deps): update module github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring to v0.93.1 2026-08-11 03:37:47 +00:00
Author
Owner

ℹ️ 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):

  • 8 additional dependencies were updated

Details:

Package Change
k8s.io/apimachinery v0.36.2 -> v0.36.3
k8s.io/client-go v0.36.2 -> v0.36.3
k8s.io/api v0.36.2 -> v0.36.3
k8s.io/apiextensions-apiserver v0.36.2 -> v0.36.3
k8s.io/apiserver v0.36.2 -> v0.36.3
k8s.io/code-generator v0.36.2 -> v0.36.3
k8s.io/component-base v0.36.2 -> v0.36.3
k8s.io/streaming v0.36.2 -> v0.36.3
### ℹ️ 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): - 8 additional dependencies were updated Details: | **Package** | **Change** | | :------------------------------- | :--------------------- | | `k8s.io/apimachinery` | `v0.36.2` -> `v0.36.3` | | `k8s.io/client-go` | `v0.36.2` -> `v0.36.3` | | `k8s.io/api` | `v0.36.2` -> `v0.36.3` | | `k8s.io/apiextensions-apiserver` | `v0.36.2` -> `v0.36.3` | | `k8s.io/apiserver` | `v0.36.2` -> `v0.36.3` | | `k8s.io/code-generator` | `v0.36.2` -> `v0.36.3` | | `k8s.io/component-base` | `v0.36.2` -> `v0.36.3` | | `k8s.io/streaming` | `v0.36.2` -> `v0.36.3` |
prskr force-pushed renovate/github.com-prometheus-operator-prometheus-operator-pkg-apis-monitoring-0.x from a47678b2c0
Some checks failed
Go / release (pull_request) Has been cancelled
to 1a67ec8984
Some checks failed
renovate/artifacts Artifact file update failure
Go / release (pull_request) Has been cancelled
2026-08-13 17:35:09 +00:00
Compare
prskr changed title from fix(deps): update module github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring to v0.93.1 to Update module github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring to v0.93.1 2026-08-13 17:35:15 +00:00
Author
Owner

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.mod
Command failed: bazel run //:go -- mod tidy
DEBUG: /var/lib/forgejo/runner/.cache/bazel/_bazel_runner/34480a03541f25bd2c700ce481575ffc/external/gazelle+/internal/bzlmod/go_deps.bzl:869:18: No sum for code.icb4dc0.de/prskr/bazel-golangci-lint-analyzers@0.3.0 found, run bazel run @rules_go//go -- mod tidy to generate it
DEBUG: /var/lib/forgejo/runner/.cache/bazel/_bazel_runner/34480a03541f25bd2c700ce481575ffc/external/gazelle+/internal/bzlmod/go_deps.bzl:869:18: No sum for k8s.io/code-generator@0.36.3 found, run bazel run @rules_go//go -- mod tidy to generate it
INFO: Repo gazelle++go_deps+de_icb4dc0_code_prskr_bazel_golangci_lint_analyzers defined by rule go_repository in @@gazelle+//internal:go_repository.bzl
ERROR: /var/lib/forgejo/runner/.cache/bazel/_bazel_runner/34480a03541f25bd2c700ce481575ffc/external/gazelle+/internal/go_repository.bzl:204:21: An error occurred during the fetch of repository 'gazelle++go_deps+de_icb4dc0_code_prskr_bazel_golangci_lint_analyzers':
   Traceback (most recent call last):
	File "/var/lib/forgejo/runner/.cache/bazel/_bazel_runner/34480a03541f25bd2c700ce481575ffc/external/gazelle+/internal/go_repository.bzl", line 204, column 21, in _go_repository_impl
		fail("No sum for {}@{} found, update go.sum with:\n  bazel run".format(ctx.attr.importpath, ctx.attr.version), Label("@io_bazel_rules_go//go"), "-- mod tidy")
Error in fail: No sum for code.icb4dc0.de/prskr/bazel-golangci-lint-analyzers@v0.3.0 found, update go.sum with:
  bazel run @rules_go//go -- mod tidy
ERROR: no such package '@@gazelle++go_deps+de_icb4dc0_code_prskr_bazel_golangci_lint_analyzers//contextcheck': No sum for code.icb4dc0.de/prskr/bazel-golangci-lint-analyzers@v0.3.0 found, update go.sum with:
  bazel run @rules_go//go -- mod tidy
ERROR: /tmp/renovate/repos/forgejo/prskr/meilisearch-operator/BUILD.bazel:61:5: //:nogo_actual depends on @@gazelle++go_deps+de_icb4dc0_code_prskr_bazel_golangci_lint_analyzers//contextcheck:contextcheck in repository @@gazelle++go_deps+de_icb4dc0_code_prskr_bazel_golangci_lint_analyzers which failed to fetch. no such package '@@gazelle++go_deps+de_icb4dc0_code_prskr_bazel_golangci_lint_analyzers//contextcheck': No sum for code.icb4dc0.de/prskr/bazel-golangci-lint-analyzers@v0.3.0 found, update go.sum with:
  bazel run @rules_go//go -- mod tidy
ERROR: Analysis of target '//:go' failed; build aborted: Analysis failed
INFO: Elapsed time: 1.275s, Critical Path: 0.00s
INFO: 1 process: 1 internal.
ERROR: Build did NOT complete successfully
ERROR: Build failed. Not running target

### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: go.mod ``` Command failed: bazel run //:go -- mod tidy DEBUG: /var/lib/forgejo/runner/.cache/bazel/_bazel_runner/34480a03541f25bd2c700ce481575ffc/external/gazelle+/internal/bzlmod/go_deps.bzl:869:18: No sum for code.icb4dc0.de/prskr/bazel-golangci-lint-analyzers@0.3.0 found, run bazel run @rules_go//go -- mod tidy to generate it DEBUG: /var/lib/forgejo/runner/.cache/bazel/_bazel_runner/34480a03541f25bd2c700ce481575ffc/external/gazelle+/internal/bzlmod/go_deps.bzl:869:18: No sum for k8s.io/code-generator@0.36.3 found, run bazel run @rules_go//go -- mod tidy to generate it INFO: Repo gazelle++go_deps+de_icb4dc0_code_prskr_bazel_golangci_lint_analyzers defined by rule go_repository in @@gazelle+//internal:go_repository.bzl ERROR: /var/lib/forgejo/runner/.cache/bazel/_bazel_runner/34480a03541f25bd2c700ce481575ffc/external/gazelle+/internal/go_repository.bzl:204:21: An error occurred during the fetch of repository 'gazelle++go_deps+de_icb4dc0_code_prskr_bazel_golangci_lint_analyzers': Traceback (most recent call last): File "/var/lib/forgejo/runner/.cache/bazel/_bazel_runner/34480a03541f25bd2c700ce481575ffc/external/gazelle+/internal/go_repository.bzl", line 204, column 21, in _go_repository_impl fail("No sum for {}@{} found, update go.sum with:\n bazel run".format(ctx.attr.importpath, ctx.attr.version), Label("@io_bazel_rules_go//go"), "-- mod tidy") Error in fail: No sum for code.icb4dc0.de/prskr/bazel-golangci-lint-analyzers@v0.3.0 found, update go.sum with: bazel run @rules_go//go -- mod tidy ERROR: no such package '@@gazelle++go_deps+de_icb4dc0_code_prskr_bazel_golangci_lint_analyzers//contextcheck': No sum for code.icb4dc0.de/prskr/bazel-golangci-lint-analyzers@v0.3.0 found, update go.sum with: bazel run @rules_go//go -- mod tidy ERROR: /tmp/renovate/repos/forgejo/prskr/meilisearch-operator/BUILD.bazel:61:5: //:nogo_actual depends on @@gazelle++go_deps+de_icb4dc0_code_prskr_bazel_golangci_lint_analyzers//contextcheck:contextcheck in repository @@gazelle++go_deps+de_icb4dc0_code_prskr_bazel_golangci_lint_analyzers which failed to fetch. no such package '@@gazelle++go_deps+de_icb4dc0_code_prskr_bazel_golangci_lint_analyzers//contextcheck': No sum for code.icb4dc0.de/prskr/bazel-golangci-lint-analyzers@v0.3.0 found, update go.sum with: bazel run @rules_go//go -- mod tidy ERROR: Analysis of target '//:go' failed; build aborted: Analysis failed INFO: Elapsed time: 1.275s, Critical Path: 0.00s INFO: 1 process: 1 internal. ERROR: Build did NOT complete successfully ERROR: Build failed. Not running target ```
prskr force-pushed renovate/github.com-prometheus-operator-prometheus-operator-pkg-apis-monitoring-0.x from 1a67ec8984
Some checks failed
renovate/artifacts Artifact file update failure
Go / release (pull_request) Has been cancelled
to 6150519646
Some checks failed
Go / release (push) Has been cancelled
Go / release (pull_request) Failing after 10m26s
2026-08-13 17:36:19 +00:00
Compare
prskr merged commit 6150519646 into main 2026-08-13 17:36:32 +00:00
prskr deleted branch renovate/github.com-prometheus-operator-prometheus-operator-pkg-apis-monitoring-0.x 2026-08-13 17:36:33 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
prskr/meilisearch-operator!68
No description provided.