vmanomaly: support v1.30.2 configuration features - #2496
Merged
Conversation
fred-navruzov
marked this pull request as ready for review
August 14, 2026 07:44
fred-navruzov
requested review from
AndrewChubatiuk and
vrutkovs
as code owners
August 14, 2026 07:44
Contributor
There was a problem hiding this comment.
All reported issues were addressed across 14 files
Reply with feedback, questions, or to request a fix.
Fix all with cubic | Re-trigger cubic
AndrewChubatiuk
requested changes
Aug 14, 2026
Contributor
There was a problem hiding this comment.
1 issue found across 1 file (changes from recent commits).
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="docs/CHANGELOG.md">
<violation number="1" location="docs/CHANGELOG.md:16">
P1: Custom agent: **Changelog Review Agent**
Changelog entries in the `tip` section must start with exactly one of `FEATURE:`, `BUGFIX:`, or `SECURITY:`. The `Dependency:` prefix is explicitly forbidden by the changelog gatekeeper rule. Revert this entry to `FEATURE:` so it matches the required prefix.</violation>
</file>
Reply with feedback, questions, or to request a fix.
Fix all with cubic | Re-trigger cubic
|
|
||
| ## tip | ||
|
|
||
| * Dependency: [vmoperator](https://docs.victoriametrics.com/operator/): Updated default versions for VMAnomaly to [v1.30.2](https://docs.victoriametrics.com/anomaly-detection/changelog/#v1302) version |
Contributor
There was a problem hiding this comment.
P1: Custom agent: Changelog Review Agent
Changelog entries in the tip section must start with exactly one of FEATURE:, BUGFIX:, or SECURITY:. The Dependency: prefix is explicitly forbidden by the changelog gatekeeper rule. Revert this entry to FEATURE: so it matches the required prefix.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At docs/CHANGELOG.md, line 16:
<comment>Changelog entries in the `tip` section must start with exactly one of `FEATURE:`, `BUGFIX:`, or `SECURITY:`. The `Dependency:` prefix is explicitly forbidden by the changelog gatekeeper rule. Revert this entry to `FEATURE:` so it matches the required prefix.</comment>
<file context>
@@ -13,12 +13,12 @@ aliases:
-* FEATURE: [vmoperator](https://docs.victoriametrics.com/operator/): Updated the default VMAnomaly version to [v1.30.2](https://docs.victoriametrics.com/anomaly-detection/changelog/#v1302).
-
-* FEATURE: [vmanomaly](https://docs.victoriametrics.com/operator/resources/vmanomaly/): support bounded `spec.reader.workers`, query-level business policies, and `settings.native_threads_per_worker` introduced in vmanomaly v1.30.2.
+* Dependency: [vmoperator](https://docs.victoriametrics.com/operator/): Updated default versions for VMAnomaly to [v1.30.2](https://docs.victoriametrics.com/anomaly-detection/changelog/#v1302) version
* Dependency: [vmoperator](https://docs.victoriametrics.com/operator/): Updated default versions for VM apps to [v1.149.0](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.149.0) version
</file context>
Suggested change
| * Dependency: [vmoperator](https://docs.victoriametrics.com/operator/): Updated default versions for VMAnomaly to [v1.30.2](https://docs.victoriametrics.com/anomaly-detection/changelog/#v1302) version | |
| * FEATURE: [vmoperator](https://docs.victoriametrics.com/operator/): Updated default versions for VMAnomaly to [v1.30.2](https://docs.victoriametrics.com/anomaly-detection/changelog/#v1302) version |
AndrewChubatiuk
approved these changes
Aug 14, 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.
Adds operator support for vmanomaly v1.30.2 configuration features:
This keeps operator-managed VMAnomaly deployments aligned with v1.30.2.
spec.reader.workerssupport for reader concurrency, so datasource requests and disk-streamed query chunks can be bounded from the CR;settings.native_threads_per_worker, so native numerical-library concurrency can be bounded per model worker, reducing fit times, CPU trottling and oversubscription;Validation:
make manifests generatemake docsgo test ./internal/controller/operator/factory/vmanomaly/config ./internal/convertermake lint