chore(ci): bump hardcoded datadog-trace-agent image from 7.31.0 to 7.81.3 - #26010
Merged
Conversation
ghost
self-requested a review
as a code owner
August 3, 2026 19:44
Contributor
|
All contributors have signed the CLA ✍️ ✅ |
Author
|
|
I have read the CLA Document and I hereby sign the CLA |
Member
|
recheck |
Author
|
I have read the CLA Document and I hereby sign the CLA |
Member
|
recheck |
4 tasks
thomasqueirozb
enabled auto-merge
August 4, 2026 19:44
thomasqueirozb
approved these changes
Aug 5, 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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
What
Bumps the hardcoded
datadog-trace-agentservice image intests/integration/datadog-agent/config/compose.yamlfromdocker.io/datadog/agent:7.31.0todocker.io/datadog/agent:7.81.3— the latest stable Agent v7 release per DataDog/datadog-agentrelease.json(last_stable.7 = 7.81.3).Why
This pin bypasses the integration test's
matrix.versionentirely (the siblingdatadog-agentservice correctly floats via${CONFIG_VERSION}, which is currently["7"]). Being hardcoded, it doesn't drift forward automatically and had fallen ~50 minor versions behind current stable.Scope / what this does NOT touch
datadog-trace-agentservice'simage:line changes. Thedatadog-agentservice in the same file (using${CONFIG_VERSION}) is untouched.tests/integration/datadog-agent/config/test.yaml(version: ["7"]),tests/integration/datadog-traces/config/test.yaml,tests/integration/datadog-logs/config/test.yaml,tests/integration/datadog-metrics/config/test.yaml(all[latest]), andtests/e2e/datadog-logs/config/test.yaml(["latest","6","7"]) are floating tags — no action needed.tests/e2e/datadog-metrics/config/test.yamlpinsagent_version: ["7.80.4", "6"]as a deliberate regression pin (see comment in that file referencing datadog_agent source: support Datadog v3 series metrics intake API #25790 — Agent 7.81.0 defaulted metrics submission to the v3 series intake API, which Vector'sdatadog_agentsource does not yet parse). I verified insrc/sources/datadog_agent/metrics.rsthat onlyapi/v1/series,api/v2/series, andapi/beta/sketchesroutes are registered — no v3 route exists yet. This pin was intentionally left unchanged; upgrading it would break that e2e test until v3 series support lands.Diff