Agent
Prelude
Released on: 2026-06-03
- Please refer to the 7.79.2 tag on integrations-core for the list of changes on the Core Checks
Security Notes
- Bumped containerd dependencies to mitigate CVE-2026-46680:
github.com/containerd/containerdto v1.7.32 and pinnedgithub.com/containerd/containerd/v2to v2.0.9 (the EOL v2.1.x line has no fix).
Bug Fixes
-
Use the Docker daemon's
/pingendpoint instead of/infoto verify connectivity duringDockerUtilinitialization. Some daemons emitDefaultAddressPools[].Basevalues in/infothat are not valid CIDRs, which fail the strictnetip.Prefixdecoding introduced by the moby v29 client and previously causedDockerUtilto fail to initialize. This cascaded into the Docker workloadmeta collector and the Docker core check being unavailable, leading to missing container/image tags on metrics and traces from Docker containers. -
Fix the Agent's Docker integration against Docker daemons that return malformed values in their
/inforesponse. The failure was visible in Agent logs as:Docker init error: temporary failure in dockerutil, will retry later: Error reading remote info: netip.ParsePrefix("invalid Prefix"): no '/'When triggered, it prevented the Docker integration from initializing, which cascaded into:
- missing container and image tags on metrics, traces and logs collected from Docker containers,
- missing
docker_versionanddocker_swarmentries in host metadata, - missing
docker_swarm_node_rolehost tag on Docker Swarm nodes, - in containerized deployments without an explicit
DD_HOSTNAME, the Agent could refuse to start because the Docker hostname provider could no longer determine a hostname.
-
Add the macOS hardened-runtime Location Services entitlement (
com.apple.security.personal-information.location) to signed Agent binaries in order to trigger the system location permission prompt properly.
Datadog Cluster Agent
Prelude
Released on: 2026-06-03 Pinned to datadog-agent v7.79.2: CHANGELOG.
Bug Fixes
- Cluster Agent: Evaluate AppSec sidecar admission webhook match conditions against the deleted object for pod deletion requests.
- Cluster Agent: Prevent disabled AppSec proxy injection cleanup from enabling the AppSec sidecar admission webhook.