|
2 | 2 | Release Notes |
3 | 3 | ============= |
4 | 4 |
|
| 5 | +.. _Release Notes_7.79.2: |
| 6 | + |
| 7 | +7.79.2 |
| 8 | +====== |
| 9 | + |
| 10 | +.. _Release Notes_7.79.2_Prelude: |
| 11 | + |
| 12 | +Prelude |
| 13 | +------- |
| 14 | + |
| 15 | +Released on: 2026-06-03 |
| 16 | + |
| 17 | +- Please refer to the `7.79.2 tag on integrations-core <https://github.com/DataDog/integrations-core/blob/master/AGENT_CHANGELOG.md#datadog-agent-version-7792>`_ for the list of changes on the Core Checks |
| 18 | + |
| 19 | + |
| 20 | +.. _Release Notes_7.79.2_Security Notes: |
| 21 | + |
| 22 | +Security Notes |
| 23 | +-------------- |
| 24 | + |
| 25 | +- Bumped containerd dependencies to mitigate CVE-2026-46680: |
| 26 | + ``github.com/containerd/containerd`` to v1.7.32 and pinned |
| 27 | + ``github.com/containerd/containerd/v2`` to v2.0.9 (the EOL v2.1.x line |
| 28 | + has no fix). |
| 29 | + |
| 30 | + |
| 31 | +.. _Release Notes_7.79.2_Bug Fixes: |
| 32 | + |
| 33 | +Bug Fixes |
| 34 | +--------- |
| 35 | + |
| 36 | +- Use the Docker daemon's ``/ping`` endpoint instead of ``/info`` to verify |
| 37 | + connectivity during ``DockerUtil`` initialization. Some daemons emit |
| 38 | + ``DefaultAddressPools[].Base`` values in ``/info`` that are not valid CIDRs, |
| 39 | + which fail the strict ``netip.Prefix`` decoding introduced by the moby v29 |
| 40 | + client and previously caused ``DockerUtil`` to fail to initialize. This |
| 41 | + cascaded into the Docker workloadmeta collector and the Docker core check |
| 42 | + being unavailable, leading to missing container/image tags on metrics and |
| 43 | + traces from Docker containers. |
| 44 | + |
| 45 | +- Fix the Agent's Docker integration against Docker daemons that return |
| 46 | + malformed values in their ``/info`` response. The failure was visible in |
| 47 | + Agent logs as:: |
| 48 | + |
| 49 | + Docker init error: temporary failure in dockerutil, will retry later: |
| 50 | + Error reading remote info: netip.ParsePrefix("invalid Prefix"): no '/' |
| 51 | + |
| 52 | + When triggered, it prevented the Docker integration from initializing, |
| 53 | + which cascaded into: |
| 54 | + |
| 55 | + * missing container and image tags on metrics, traces and logs collected |
| 56 | + from Docker containers, |
| 57 | + * missing ``docker_version`` and ``docker_swarm`` entries in host |
| 58 | + metadata, |
| 59 | + * missing ``docker_swarm_node_role`` host tag on Docker Swarm nodes, |
| 60 | + * in containerized deployments without an explicit ``DD_HOSTNAME``, the |
| 61 | + Agent could refuse to start because the Docker hostname provider could |
| 62 | + no longer determine a hostname. |
| 63 | + |
| 64 | +- Add the macOS hardened-runtime Location Services entitlement |
| 65 | + (``com.apple.security.personal-information.location``) to signed |
| 66 | + Agent binaries in order to trigger the system location permission |
| 67 | + prompt properly. |
| 68 | + |
| 69 | + |
5 | 70 | .. _Release Notes_7.79.1: |
6 | 71 |
|
7 | 72 | 7.79.1 |
|
0 commit comments