Skip to content

Commit

Permalink
Close changelog for 6.3.2 (#7652)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsg authored and ruflin committed Jul 20, 2018
1 parent e5a7c31 commit 412850b
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 13 deletions.
43 changes: 30 additions & 13 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// Template, add newest changes here

=== Beats version HEAD
https://github.com/elastic/beats/compare/v6.3.1...6.3[Check the HEAD diff]
https://github.com/elastic/beats/compare/v6.3.2...6.3[Check the HEAD diff]

==== Breaking changes

Expand All @@ -29,20 +29,13 @@ https://github.com/elastic/beats/compare/v6.3.1...6.3[Check the HEAD diff]

*Affecting all Beats*

- Fix default value for logging.files.keepfiles. It was being set to 0 and now
it's set to the documented value of 7. {issue}7494[7494]
- Retain compatibility with older Docker server versions. {issue}7542[7542]

*Auditbeat*

*Filebeat*

*Heartbeat*

*Metricbeat*
- Fix missing hosts config option in Ceph module. {pull}7596[7596]

- Ensure metadata updates don't replace existing pod metrics. {pull}7573[7573]

*Packetbeat*

Expand All @@ -60,12 +53,8 @@ https://github.com/elastic/beats/compare/v6.3.1...6.3[Check the HEAD diff]

*Metricbeat*

- Add support for bearer token files to HTTP helper. {pull}7527[7527]

*Packetbeat*

- Updated the TLS protocol parser with new cipher suites added to TLS 1.3. {issue}7455[7455]

*Winlogbeat*

==== Deprecated
Expand All @@ -87,6 +76,35 @@ https://github.com/elastic/beats/compare/v6.3.1...6.3[Check the HEAD diff]

////////////////////////////////////////////////////////////
[[release-notes-6.3.2]]
=== Beats version 6.3.2
https://github.com/elastic/beats/compare/v6.3.1...v6.3.2[View commits]
==== Bugfixes
*Affecting all Beats*
- Fix registry duplicates and log resending on upgrade. {issue}7634[7634]
- Fix default value for logging.files.keepfiles. It was being set to 0 and now
it's set to the documented value of 7. {issue}7494[7494]
- Retain compatibility with older Docker server versions. {issue}7542[7542]
*Metricbeat*
- Fix missing hosts config option in Ceph module. {pull}7596[7596]
- Ensure metadata updates don't replace existing pod metrics. {pull}7573[7573]
==== Added
*Metricbeat*
- Add support for bearer token files to HTTP helper. {pull}7527[7527]
*Packetbeat*
- Updated the TLS protocol parser with new cipher suites added to TLS 1.3. {issue}7455[7455]
[[release-notes-6.3.1]]
=== Beats version 6.3.1
https://github.com/elastic/beats/compare/v6.3.0...v6.3.1[View commits]
Expand Down Expand Up @@ -190,7 +208,6 @@ https://github.com/elastic/beats/compare/v6.2.3...v6.3.0[View commits]
- Commit registry writes to stable storage to avoid corrupt registry files. {pull}6877[6877]
- Fix a parsing issue in the syslog input for RFC3339 timestamp and time with nanoseconds. {pull}7046[7046]
- Fix an issue with an overflowing wait group when using the TCP input. {issue}7202[7202]
- Fix registry duplicates and log resending on upgrade. {issue}7634[7634]
*Heartbeat*
Expand Down
1 change: 1 addition & 0 deletions libbeat/docs/release.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ This section summarizes the changes in each release. Also read
<<breaking-changes>> for more detail about changes that affect
upgrade.

* <<release-notes-6.3.2>>
* <<release-notes-6.3.1>>
* <<release-notes-6.3.0>>
* <<release-notes-6.2.3>>
Expand Down

0 comments on commit 412850b

Please sign in to comment.