Skip to content

Commit cc454f9

Browse files
authored
[changelog] 5.14.0 (#3369)
[skip ci]
1 parent e7848af commit cc454f9

File tree

1 file changed

+63
-0
lines changed

1 file changed

+63
-0
lines changed

CHANGELOG.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,45 @@
11
Changes
22
=======
33

4+
# 5.14.0 / Unreleased
5+
**Linux, Windows, Docker and Source Install**
6+
7+
### Details
8+
https://github.com/DataDog/dd-agent/compare/5.13.2...5.14.0
9+
10+
### Dependency changes
11+
12+
* `paramiko` `2.1.2` (previously `1.15.2`), see [omnibus-software-141](https://github.com/DataDog/omnibus-software/pull/141)
13+
* `pysnmp` `4.3.5` (previously `4.2.5`), see [omnibus-software-141](https://github.com/DataDog/omnibus-software/pull/141)
14+
15+
### Changes
16+
Please refer to the [Integrations Core Checks 5.14.0 tag](https://github.com/DataDog/integrations-core/releases/tag/5.14.0) for the list of changes on the core checks.
17+
Please refer to the [Trace Agent 5.14.0 tag](https://github.com/DataDog/datadog-trace-agent/releases/tag/5.14.0) for the list of changes on the Trace Agent.
18+
19+
* [IMPROVEMENT] Autodiscovery metrics have new tags when available:
20+
* Docker image name and tag ([#3350][])
21+
* ECS task name ([#3349][] and [#3358][])
22+
* Nomad task, group and job names ([#3289][])
23+
* Kubernetes service and creator (deployment/daemon_set/replica_set/job). See [#3300][] and [#3348][]
24+
* [IMPROVEMENT] New PrometheusCheck base class to enable simpler development of integrations pulling Prometheus format metrics. See [#3317][], [#3344][] and [#3359][], thanks [@aerostitch][]
25+
* [IMPROVEMENT] Auto Conf: allow multiple instances per check. See [#3311][]
26+
* [IMPROVEMENT] AWS: bump `boto` version to `2.46.1`. See [#3307][] and [omnibus-software-137](https://github.com/DataDog/omnibus-software/pull/137)
27+
* [IMPROVEMENT] JMXFetch: Add support for `min_collection_interval`. See [jmxfetch-135](https://github.com/DataDog/jmxfetch/pull/135) and [jmxfetch-140](https://github.com/DataDog/jmxfetch/pull/140)
28+
* [IMPROVEMENT] JMXFetch packaging: build JMXFetch with omnibus and store the jar on S3 bucket. See [dd-agent-omnibus-100](https://github.com/DataDog/dd-agent-omnibus/pull/100) and [#3220][]
29+
* [IMPROVEMENT] Packaging: remove dependency on `pycrypto`. See [dd-agent-omnibus-175](https://github.com/DataDog/dd-agent-omnibus/pull/175)
30+
* [IMPROVEMENT] Packaging: bump libxml2 version to `2.9.4`. See [omnibus-software-142](https://github.com/DataDog/omnibus-software/pull/142)
31+
* [IMPROVEMENT] Utils, Proxy: add a utility function to deal with proxy configs and skipping. See [#3331][] and [#3356][]
32+
* [BUGFIX] Alpine: make supervisor socket consistent with default. See [#3335][], thanks [@jonchiu][]
33+
* [BUGFIX] Collector: fix misattribution of check instance warning. See [#3339][]
34+
* [BUGFIX] Core: respect `ssl_skip_validation` when checking API key. See [#3346][], thanks [@jeffwidman][]
35+
* [BUGFIX] GCE: Exclude `bosh_settings` from tags, as it frequently includes passwords. See [#3320][]
36+
* [BUGFIX] Packaging: remove `agent/checks` from `PYTHONPATH`. See [#3315][]
37+
* [BUGFIX] Packaging: Fix `==` bashism in package scripts. See [dd-agent-omnibus-174](https://github.com/DataDog/dd-agent-omnibus/pull/174)
38+
* [BUGFIX] Packaging: Fix dependency on windows DLLs on Windows 2008R2 by duplicating them into the embedded path. See [dd-agent-omnibus-169](https://github.com/DataDog/dd-agent-omnibus/pull/169)
39+
* [SANITY] Dogstatsd: Log hostname on initialization. See [#3332][]
40+
* [SANITY] JMXFetch: Add warnings of breaking change coming with agent 6. See [#3318][]
41+
* [SANITY] Packaging: Remove checks deps in `requirements.txt`. See [#3298][]
42+
443
# 5.13.2 / 05-11-2017
544
**Linux, Windows, Docker and Source Install**
645

@@ -4106,6 +4145,7 @@ https://github.com/DataDog/dd-agent/compare/2.2.9...2.2.10
41064145
[#3208]: https://github.com/DataDog/dd-agent/issues/3208
41074146
[#3210]: https://github.com/DataDog/dd-agent/issues/3210
41084147
[#3218]: https://github.com/DataDog/dd-agent/issues/3218
4148+
[#3220]: https://github.com/DataDog/dd-agent/issues/3220
41094149
[#3224]: https://github.com/DataDog/dd-agent/issues/3224
41104150
[#3240]: https://github.com/DataDog/dd-agent/issues/3240
41114151
[#3243]: https://github.com/DataDog/dd-agent/issues/3243
@@ -4119,18 +4159,39 @@ https://github.com/DataDog/dd-agent/compare/2.2.9...2.2.10
41194159
[#3281]: https://github.com/DataDog/dd-agent/issues/3281
41204160
[#3287]: https://github.com/DataDog/dd-agent/issues/3287
41214161
[#3288]: https://github.com/DataDog/dd-agent/issues/3288
4162+
[#3289]: https://github.com/DataDog/dd-agent/issues/3289
41224163
[#3291]: https://github.com/DataDog/dd-agent/issues/3291
41234164
[#3293]: https://github.com/DataDog/dd-agent/issues/3293
41244165
[#3297]: https://github.com/DataDog/dd-agent/issues/3297
4166+
[#3298]: https://github.com/DataDog/dd-agent/issues/3298
4167+
[#3300]: https://github.com/DataDog/dd-agent/issues/3300
41254168
[#3304]: https://github.com/DataDog/dd-agent/issues/3304
4169+
[#3307]: https://github.com/DataDog/dd-agent/issues/3307
41264170
[#3310]: https://github.com/DataDog/dd-agent/issues/3310
4171+
[#3311]: https://github.com/DataDog/dd-agent/issues/3311
41274172
[#3313]: https://github.com/DataDog/dd-agent/issues/3313
41284173
[#3314]: https://github.com/DataDog/dd-agent/issues/3314
4174+
[#3315]: https://github.com/DataDog/dd-agent/issues/3315
4175+
[#3317]: https://github.com/DataDog/dd-agent/issues/3317
4176+
[#3318]: https://github.com/DataDog/dd-agent/issues/3318
4177+
[#3320]: https://github.com/DataDog/dd-agent/issues/3320
41294178
[#3326]: https://github.com/DataDog/dd-agent/issues/3326
41304179
[#3328]: https://github.com/DataDog/dd-agent/issues/3328
41314180
[#3329]: https://github.com/DataDog/dd-agent/issues/3329
41324181
[#3330]: https://github.com/DataDog/dd-agent/issues/3330
4182+
[#3331]: https://github.com/DataDog/dd-agent/issues/3331
4183+
[#3332]: https://github.com/DataDog/dd-agent/issues/3332
41334184
[#3334]: https://github.com/DataDog/dd-agent/issues/3334
4185+
[#3335]: https://github.com/DataDog/dd-agent/issues/3335
4186+
[#3339]: https://github.com/DataDog/dd-agent/issues/3339
4187+
[#3344]: https://github.com/DataDog/dd-agent/issues/3344
4188+
[#3346]: https://github.com/DataDog/dd-agent/issues/3346
4189+
[#3348]: https://github.com/DataDog/dd-agent/issues/3348
4190+
[#3349]: https://github.com/DataDog/dd-agent/issues/3349
4191+
[#3350]: https://github.com/DataDog/dd-agent/issues/3350
4192+
[#3356]: https://github.com/DataDog/dd-agent/issues/3356
4193+
[#3358]: https://github.com/DataDog/dd-agent/issues/3358
4194+
[#3359]: https://github.com/DataDog/dd-agent/issues/3359
41344195
[#3399]: https://github.com/DataDog/dd-agent/issues/3399
41354196
[@2rs2ts]: https://github.com/2rs2ts
41364197
[@AirbornePorcine]: https://github.com/AirbornePorcine
@@ -4151,6 +4212,7 @@ https://github.com/DataDog/dd-agent/compare/2.2.9...2.2.10
41514212
[@Zenexer]: https://github.com/Zenexer
41524213
[@a20012251]: https://github.com/a20012251
41534214
[@adriandoolittle]: https://github.com/adriandoolittle
4215+
[@aerostitch]: https://github.com/aerostitch
41544216
[@ahamilton55]: https://github.com/ahamilton55
41554217
[@alaz]: https://github.com/alaz
41564218
[@alexef]: https://github.com/alexef
@@ -4234,6 +4296,7 @@ https://github.com/DataDog/dd-agent/compare/2.2.9...2.2.10
42344296
[@joelvanvelden]: https://github.com/joelvanvelden
42354297
[@joewilliams]: https://github.com/joewilliams
42364298
[@jonaf]: https://github.com/jonaf
4299+
[@jonchiu]: https://github.com/jonchiu
42374300
[@joningle]: https://github.com/joningle
42384301
[@joshk0]: https://github.com/joshk0
42394302
[@jpittis]: https://github.com/jpittis

0 commit comments

Comments
 (0)