Skip to content

Commit 98c7c0e

Browse files
authored
Changelog update for 7.79.2 release (#51700)
1 parent 11e5a46 commit 98c7c0e

2 files changed

Lines changed: 91 additions & 0 deletions

File tree

CHANGELOG-DCA.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22
Release Notes
33
=============
44

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+
Pinned to datadog-agent v7.79.2: `CHANGELOG <https://github.com/DataDog/datadog-agent/blob/main/CHANGELOG.rst#7792>`_.
17+
18+
19+
.. _Release Notes_7.79.2_Bug Fixes:
20+
21+
Bug Fixes
22+
---------
23+
24+
- Cluster Agent: Evaluate AppSec sidecar admission webhook match conditions
25+
against the deleted object for pod deletion requests.
26+
27+
- Cluster Agent: Prevent disabled AppSec proxy injection cleanup from enabling
28+
the AppSec sidecar admission webhook.
29+
30+
531
.. _Release Notes_7.79.1:
632

733
7.79.1

CHANGELOG.rst

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,71 @@
22
Release Notes
33
=============
44

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+
570
.. _Release Notes_7.79.1:
671

772
7.79.1

0 commit comments

Comments
 (0)