forked from elastic/beats
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cherry-pick elastic#9767 to 6.5: Introduce next Changelog file (elast…
…ic#9807) * Introduce next Changelog file (elastic#9767) This introduces CHANGELOG.next.asciidoc and CHANGELOG-developer.next.asciidoc. These changelog files will document yet unreleased changes. Having a separate changelog file reduces the work required to cleanup the changelog, as rebasing and cherry-picking on backports sometimes moves changelog entries into the wrong place. (cherry picked from commit eae3bff) * Adapt changelog to 6.5 branch
- Loading branch information
Steffen Siering
authored
Dec 28, 2018
1 parent
806f6aa
commit a6acdc6
Showing
3 changed files
with
117 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
// Use these for links to issue and pulls. Note issues and pulls redirect one to | ||
// each other on Github, so don't worry too much on using the right prefix. | ||
:issue: https://github.com/elastic/beats/issues/ | ||
:pull: https://github.com/elastic/beats/pull/ | ||
|
||
This changelog is intended for community Beat developers. It covers the major | ||
breaking changes to the internal APIs in the official Beats and changes related | ||
to developing a Beat like code generators or `fields.yml`. Only the major | ||
changes will be covered in this changelog that are expected to affect community | ||
developers. Each breaking change added here should have an explanation on how | ||
other Beats should be migrated. | ||
|
||
Note: This changelog documents the current changes which are not yet present in | ||
an actual release. | ||
|
||
=== Beats version HEAD | ||
https://github.com/elastic/beats/compare/6.5.4..6.5[Check the HEAD diff] | ||
|
||
The list below covers the major changes between 6.5.4 and 6.5.5 only. | ||
|
||
==== Breaking changes | ||
|
||
==== Bugfixes | ||
|
||
==== Added |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
// Use these for links to issue and pulls. Note issues and pulls redirect one to | ||
// each other on Github, so don't worry too much on using the right prefix. | ||
:issue: https://github.com/elastic/beats/issues/ | ||
:pull: https://github.com/elastic/beats/pull/ | ||
|
||
=== Beats version HEAD | ||
https://github.com/elastic/beats/compare/v6.5.4...6.5[Check the HEAD diff] | ||
|
||
==== Breaking changes | ||
|
||
*Affecting all Beats* | ||
|
||
*Auditbeat* | ||
|
||
*Filebeat* | ||
|
||
*Heartbeat* | ||
|
||
*Journalbeat* | ||
|
||
*Metricbeat* | ||
|
||
*Packetbeat* | ||
|
||
*Winlogbeat* | ||
|
||
*Functionbeat* | ||
|
||
- The CLI will now log CloudFormation Stack events. {issue}8912[8912] | ||
|
||
==== Bugfixes | ||
|
||
*Affecting all Beats* | ||
|
||
*Auditbeat* | ||
|
||
*Filebeat* | ||
|
||
*Heartbeat* | ||
|
||
*Journalbeat* | ||
|
||
*Metricbeat* | ||
|
||
*Packetbeat* | ||
|
||
*Winlogbeat* | ||
|
||
*Functionbeat* | ||
|
||
==== Added | ||
|
||
*Affecting all Beats* | ||
|
||
*Auditbeat* | ||
|
||
*Filebeat* | ||
|
||
*Heartbeat* | ||
|
||
*Journalbeat* | ||
|
||
*Metricbeat* | ||
|
||
*Packetbeat* | ||
|
||
*Winlogbeat* | ||
|
||
*Heartbeat* | ||
|
||
*Functionbeat* | ||
|
||
==== Deprecated | ||
|
||
*Affecting all Beats* | ||
|
||
*Filebeat* | ||
|
||
*Heartbeat* | ||
|
||
*Journalbeat* | ||
|
||
*Packetbeat* | ||
|
||
*Winlogbeat* | ||
|
||
*Functionbeat* | ||
|
||
==== Known Issue | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters