fix(deps): update module github.com/victoriametrics/operator/api to v0.72.0#2298
Merged
AndrewChubatiuk merged 1 commit intoJun 16, 2026
Merged
Conversation
AndrewChubatiuk
approved these changes
Jun 16, 2026
AndrewChubatiuk
approved these changes
Jun 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.71.0→v0.72.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
VictoriaMetrics/operator (github.com/VictoriaMetrics/operator/api)
v0.72.0Compare Source
Update note 1: vmalert: rule ConfigMaps now store gzip-compressed content in
binaryDataand an init container decompresses them before VMAlert starts. Existing VMAlert pods will be rolled out once during this upgrade.FEATURE: vmoperator: add validating webhooks for Prometheus Operator CRDs (
ServiceMonitor,PodMonitor,PrometheusRule,Probe,ScrapeConfig,AlertmanagerConfig). Each object is converted to its VM equivalent and validated when webhooks are enabled. See #2270.FEATURE: vmscrapeconfig: add support for
consulAgentSDConfigs,dockerSDConfigs,dockerSwarmSDConfigs,marathonSDConfigs, andyandexCloudSDConfigsservice discovery types, bringingVMScrapeConfigto full parity with VictoriaMetrics sd_configs. See #2265.FEATURE: vmalert: rule ConfigMaps now store gzip-compressed rule files in
binaryData, allowing larger rule sets within Kubernetes object size limits. An init container decompresses the rules before VMAlert starts.FEATURE: vmscrapeconfig: add support for
consulAgentSDConfigs,dockerSDConfigs,dockerSwarmSDConfigs,marathonSDConfigs, andyandexCloudSDConfigsservice discovery types, bringingVMScrapeConfigto full parity with VictoriaMetrics sd_configs. See #2265.FEATURE: vmoperator: add
victoriametrics_app=truelabel to all metrics scraped by the operator. See #2261.BUGFIX: vmoperator: skip reconciliation only for CRs with genuine spec parse errors; CRs whose
ParsingSpecErroris caused solely by unknown fields (e.g. after an operator downgrade) are now reconciled normally instead of being silently skipped.BUGFIX: vmoperator: fix potential deadlock in
operator_object_statusmetrics collector when the number of tracked objects exceeds 250. TheCollectmethod previously held a mutex while sending to the prometheus channel, which could deadlock if the channel was full and another goroutine was waiting on the same mutex. See #2239.BUGFIX: config-reloader: fix missed reload for watched files whose names contain
..(e.g.rules..yaml). Previously any path containing..was silently skipped; now only Kubernetes synthetic entries whose basename starts with..(e.g...data) are ignored. See #2253.BUGFIX: vmoperator: fix potential deadlock in
operator_object_statusmetrics collector when the number of tracked objects exceeds 250. TheCollectmethod previously held a mutex while sending to the prometheus channel, which could deadlock if the channel was full and another goroutine was waiting on the same mutex. See #2239.Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.
Summary by cubic
Upgrade
github.com/VictoriaMetrics/operator/apito v0.72.0 to pull in new API fields and upstream fixes. This brings fullVMScrapeConfigservice discovery parity, adds operator webhook validations for Prometheus CRDs, and includes stability fixes (deadlock and config-reloader).Written for commit 3c9317b. Summary will update on new commits.