Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changelog updates for 7.59.1 release #31698

Merged
merged 2 commits into from
Dec 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG-DCA.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
Release Notes
=============

.. _Release Notes_7.59.1:

7.59.1
======

.. _Release Notes_7.59.1_Prelude:

Prelude
-------

Released on: 2024-12-02
Pinned to datadog-agent v7.59.1: `CHANGELOG <https://github.com/DataDog/datadog-agent/blob/main/CHANGELOG.rst#7591>`_.

.. _Release Notes_7.59.0:

7.59.0
Expand Down
25 changes: 25 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@
Release Notes
=============

.. _Release Notes_7.59.1:

7.59.1
======

.. _Release Notes_7.59.1_Prelude:

Prelude
-------

Release on: 2024-12-02


.. _Release Notes_7.59.1_Enhancement Notes:

Enhancement Notes
-----------------

- Setting up a temporary directory for `JMXFetch <https://github.com/DataDog/jmxfetch>`_ to use
when it runs. Using the same one the Agent uses when running as this guarantees a directory where
JMXFetch can write to. This helps when JMXFetch sends metrics over
`Unix Domain Socket <https://docs.datadoghq.com/developers/dogstatsd/unix_socket/?tab=host>` as it needs
access to a temp directory which it can write to.


.. _Release Notes_7.59.0:

7.59.0
Expand Down
Loading