chore(ci): update Datadog Agent version to 7.82.0 - #2288
Conversation
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 3522e9006b
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| @@ -1 +1 @@ | |||
| 7.81.3 | |||
| 7.82.0 | |||
There was a problem hiding this comment.
Skip the known-bad Agent 7.82.0 pin
When these pins feed the converged/public Agent image, deploying it on multi-GPU Hopper/Blackwell hosts with GPU monitoring enabled can hit the upstream 7.82.0 known issue where GPU Monitoring can trigger a kernel panic; the 7.82.0 release notes recommend disabling gpu.parallel_collectors, staying on 7.81.3, or moving to 7.82.1 when available. Holding this repo at 7.81.3 or skipping to a fixed patch release avoids publishing/test-pinning a build with that host-crashing Agent defect.
Useful? React with 👍 / 👎.
There was a problem hiding this comment.
I don't think we depend on gpu monitoring for any of our testing workflows, CI passed, and we don't exactly incorporate Agent behavior into our ADP product, so this seems fine to me.
There was a problem hiding this comment.
More details
The 7.82.0 pin activates the intended 7.82 OTLP scope-metadata boundary while keeping Linux, Windows, macOS, and Antithesis references aligned with the Agent’s image and package naming conventions.
📊 Validated against 7 scenarios · Open Bits AI session
🤖 Datadog Autotest · Commit 3522e90 · What is Autotest? · @DataDog review to ask questions · Any feedback? Reach out in #autotest
Binary Size Analysis (Agent Data Plane)Baseline: e497e8d · Comparison: 3522e90 · diff ✅ Binary size difference within thresholdChanges by Module
Detailed Symbol Changes |
Regression Detector (Agent Data Plane)Run ID: Optimization Goals: ✅ No significant changes detectedFine details of change detection per experiment (5)Experiments configured
Bounds Checks: ✅ Passed (5)
ExplanationA change is flagged as a regression when |Δ mean %| > 5.00% in the regressing direction for its optimization goal AND SMP marks the experiment as a regression ( |
| @@ -1 +1 @@ | |||
| 7.81.3 | |||
| 7.82.0 | |||
There was a problem hiding this comment.
I don't think we depend on gpu monitoring for any of our testing workflows, CI passed, and we don't exactly incorporate Agent behavior into our ADP product, so this seems fine to me.
Summary
This PR updates the Datadog Agent version used for builds and testing to 7.82.0.
Details of change
This PR was automatically generated by the Update Datadog Agent Version workflow.
Change Type