-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Patch release 2.8.2 #21375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Patch release 2.8.2 #21375
Conversation
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
…ld (netdata#21352) (cherry picked from commit 9bfd83d)
* Implement stuck replication detection and response handling * Fix checks and commit response for not found chart * Initialize replication stuck detection counter and refine replication completion conditions * Refine streaming response handling to prevent data loss during buffer overflow (cherry picked from commit c643895)
…stems (netdata#21358) (cherry picked from commit 5920582)
(cherry picked from commit 82323ae)
…21364) Co-authored-by: Copilot <[email protected]> (cherry picked from commit 3a3fdab)
* Chaneg sensor initialization to handle COM setup in the sensor thread * Fix COM initialization handling in sensor thread (cherry picked from commit a87d38e)
(cherry picked from commit df034fa)
…ouping (netdata#21371) Co-authored-by: ilyam8 <[email protected]> Co-authored-by: copilot-swe-agent[bot] <[email protected]> (cherry picked from commit d7f3bf3)
Contributor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 issue found across 15 files
Prompt for AI agents (all 1 issues)
Check if these issues are valid — if so, understand the root cause of each and fix them.
<file name=".github/workflows/update-mcp-registry.yml">
<violation number="1" location=".github/workflows/update-mcp-registry.yml:26">
P2: Potential script injection: `${{ github.ref }}` is directly interpolated in the shell script. Use an intermediate environment variable to prevent malicious branch names from executing arbitrary commands.</violation>
</file>
Reply to cubic to teach it or ask questions. Re-run a review with @cubic-dev-ai review this PR
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/ci
area/collectors
Everything related to data collection
area/database
area/go
area/packaging
Packaging and operating systems support
area/plugins.d
area/streaming
collectors/go.d
collectors/windows
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.
Summary
Summary by cubic
Improves replication reliability and prevents data loss. Also fixes Docker GPU group assignment and Windows sensors initialization.
Written for commit 3daab5e. Summary will update automatically on new commits.