5.8.5 / 07-27-2016
Windows, Linux and Source Install
Details
Future rotation of the APT signing key
In preparation for a future rotation of our package signing keys, the 5.8.5
DEB package will, on install, import a new
trusted APT key:
pub 4096R/382E94DE 2016-06-29 [expires: 2022-06-28]
uid Datadog, Inc <package@datadoghq.com>
During the package install, the DEB package will output the following:
Prepare Datadog Agent keys rotation
Add the new 'Datadog, Inc <package@datadoghq.com>' key to the list of APT trusted keys. ... OK
The signing key of the Agent hasn't changed yet but will be switched to this new key in a future release.
Changes
- [IMPROVEMENT] Core: Upgrade embedded python to
2.7.12
. See omnibus-software-63 - [IMPROVEMENT] Elasticsearch: Take into account node
name
for cluster stats. See #2696 - [IMPROVEMENT] RPM package: Add runtime dependency on the
initscripts
package. See dd-agent-omnibus-82 - [IMPROVEMENT] RPM package: Don't delete
dd-agent
user and group on uninstall. See dd-agent-omnibus-84 - [BUGFIX] Core: Use flag to signal config reload to avoid race conditions. See #2670
- [BUGFIX] Core: Don't use Docker hostname if it's an EC2 one. See #2661
- [BUGFIX] Docker: Fix disk metrics rounding issue. See #2626
- [BUGFIX] Haproxy: Fix
KeyError
when an unknown status is found. See #2681 - [BUGFIX] IIS: Remove warnings on 'Name' property. See #2633
- [BUGFIX] MongoDB: Fix case where optimeDate is not available. See #2625
- [BUGFIX] Service Discovery: Introduce _get_image_ident and fix a bug that needed it. See #2684
- [BUGFIX] Windows Event log: Support unicode messages. See #2660