Skip to content

Commit 002452d

Browse files
committed
[changelog] update with dogstreams PRs + add known issues (#3778)
* [changelog] update with dogstreams PRs + add known issues * [changelog][skip ci] fix format + language
1 parent 71693a0 commit 002452d

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,46 @@ Datadog Agent 6 has been officially released and the release notes can be found
33
Changes
44
=======
55

6+
# 5.27.1 / 2018-09-20
7+
8+
**Linux, Windows, Docker and Source Install**
9+
10+
### Details
11+
https://github.com/DataDog/dd-agent/compare/5.27.0...5.27.1
12+
13+
### Known Issues
14+
The dogstream change introduced in [#3701][] causes a significant file descriptor leak. If you use dogstreams please downgrade to 5.26.0.
15+
16+
### Changes
17+
Please refer to the [Integrations Core Checks 5.27.1 tag](https://github.com/DataDog/integrations-core/releases/tag/5.27.1) for the list of changes on the core checks.
18+
19+
Please refer to the [Process Agent 5.27.1 tag](https://github.com/DataDog/datadog-process-agent/releases/tag/5.27.1) for more information on the Process Agent.
20+
21+
22+
# 5.27.0 / 2018-09-18
23+
24+
**Linux, Windows, Docker and Source Install**
25+
26+
### Details
27+
https://github.com/DataDog/dd-agent/compare/5.26.0...5.27.0
28+
29+
### Known Issues
30+
The dogstream change introduced in [#3701][] causes a significant file descriptor leak. If you use dogstreams please downgrade to 5.26.0.
31+
32+
### Changes
33+
Please refer to the [Integrations Core Checks 5.27.0 tag](https://github.com/DataDog/integrations-core/releases/tag/5.27.0) for the list of changes on the core checks.
34+
35+
Please refer to the [Trace Agent 6.5.0 tag](https://github.com/DataDog/datadog-trace-agent/releases/tag/6.5.0) for more information on the Trace Agent.
36+
37+
Please refer to the [Process Agent 5.27.0 tag](https://github.com/DataDog/datadog-process-agent/releases/tag/5.27.0) for more information on the Process Agent.
38+
39+
* [BUGFIX] Dogstreams: should pick up new log files when using wildcard. See [#3701][] (Thanks [@jonauman][])
40+
* [BUGFIX] Dogstreams: include tags as part of the metric aggregation. See [#3732][] (Thanks [@ian28223][])
41+
* [IMPROVEMENT] Fix proxy formatting when user/password not set. See [#3771][]
42+
* [SECURITY] JMXFetch bumped to [0.20.2](https://github.com/DataDog/jmxfetch/blob/0.20.2/CHANGELOG.md). See [#3775][]
43+
* [DEPRECATED] `go-metro` is no longer supported on CentOS 5. See [omnibus-software-202](https://github.com/DataDog/omnibus-software/pull/202)
44+
45+
646
# 5.26.0 / 08-01-2018
747

848
**Linux, Windows, Docker and Source Install**
@@ -4854,6 +4894,7 @@ https://github.com/DataDog/dd-agent/compare/2.2.9...2.2.10
48544894
[#3670]: https://github.com/DataDog/dd-agent/issues/3670
48554895
[#3674]: https://github.com/DataDog/dd-agent/issues/3674
48564896
[#3691]: https://github.com/DataDog/dd-agent/issues/3691
4897+
[#3701]: https://github.com/DataDog/dd-agent/issues/3701
48574898
[#3703]: https://github.com/DataDog/dd-agent/issues/3703
48584899
[#3704]: https://github.com/DataDog/dd-agent/issues/3704
48594900
[#3711]: https://github.com/DataDog/dd-agent/issues/3711
@@ -4864,6 +4905,7 @@ https://github.com/DataDog/dd-agent/compare/2.2.9...2.2.10
48644905
[#3726]: https://github.com/DataDog/dd-agent/issues/3726
48654906
[#3727]: https://github.com/DataDog/dd-agent/issues/3727
48664907
[#3729]: https://github.com/DataDog/dd-agent/issues/3729
4908+
[#3732]: https://github.com/DataDog/dd-agent/issues/3732
48674909
[#3733]: https://github.com/DataDog/dd-agent/issues/3733
48684910
[#3735]: https://github.com/DataDog/dd-agent/issues/3735
48694911
[#3738]: https://github.com/DataDog/dd-agent/issues/3738
@@ -4957,6 +4999,7 @@ https://github.com/DataDog/dd-agent/compare/2.2.9...2.2.10
49574999
[@handigarde]: https://github.com/handigarde
49585000
[@hjkatz]: https://github.com/hjkatz
49595001
[@host]: https://github.com/host
5002+
[@ian28223]: https://github.com/ian28223
49605003
[@iancward]: https://github.com/iancward
49615004
[@ibwhite]: https://github.com/ibwhite
49625005
[@igor47]: https://github.com/igor47
@@ -4980,6 +5023,7 @@ https://github.com/DataDog/dd-agent/compare/2.2.9...2.2.10
49805023
[@joelvanvelden]: https://github.com/joelvanvelden
49815024
[@joewilliams]: https://github.com/joewilliams
49825025
[@jonaf]: https://github.com/jonaf
5026+
[@jonauman]: https://github.com/jonauman
49835027
[@jonchiu]: https://github.com/jonchiu
49845028
[@joningle]: https://github.com/joningle
49855029
[@joshk0]: https://github.com/joshk0

0 commit comments

Comments
 (0)