-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Cherry-pick of PR #9767 to 6.6 branch. Original message: 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. I don't mean all PRs to be updated/changed to use the CHANGELOG.next.asciidoc yet. We will continue cleaning up the changelog, until things eventually get more stabilisied by everyone using CHANGELOG.next.asciidoc in the future. In order to reduce some friction for other PRs we still have the current changelog entries in CHANGELOG.asciidoc. We will remove the template from CHANGELOG.asciidoc during the next releases. Note: the developers changelog requires quite some cleanup. Switching to CHANGELOG-developer.next.asciidoc will make our lives easier here as well.
- Loading branch information
Steffen Siering
authored
Dec 27, 2018
1 parent
79e9218
commit 25fd7b0
Showing
4 changed files
with
120 additions
and
4 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
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/v6.6.0..6.6[Check the HEAD diff] | ||
|
||
The list below covers the major changes between 6.6.0 and 6.6 head 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,91 @@ | ||
// 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/1035569addc4a3b29ffa14f8a08c27c1ace16ef9...6.6[Check the HEAD diff] | ||
|
||
==== Breaking changes | ||
|
||
*Affecting all Beats* | ||
|
||
*Auditbeat* | ||
|
||
*Filebeat* | ||
|
||
*Heartbeat* | ||
|
||
*Journalbeat* | ||
|
||
*Metricbeat* | ||
|
||
*Packetbeat* | ||
|
||
*Packetbeat* | ||
|
||
*Winlogbeat* | ||
|
||
*Functionbeat* | ||
|
||
==== Bugfixes | ||
|
||
*Affecting all Beats* | ||
|
||
*Auditbeat* | ||
|
||
*Filebeat* | ||
|
||
*Heartbeat* | ||
|
||
*Journalbeat* | ||
|
||
*Metricbeat* | ||
|
||
*Packetbeat* | ||
|
||
*Winlogbeat* | ||
|
||
*Functionbeat* | ||
|
||
==== Added | ||
|
||
*Affecting all Beats* | ||
|
||
- Release Jolokia autodiscover as GA. {pull}9706[9706] | ||
|
||
*Auditbeat* | ||
|
||
*Filebeat* | ||
|
||
*Heartbeat* | ||
|
||
*Journalbeat* | ||
|
||
*Metricbeat* | ||
|
||
*Packetbeat* | ||
|
||
*Winlogbeat* | ||
|
||
*Functionbeat* | ||
|
||
==== Deprecated | ||
|
||
*Affecting all Beats* | ||
|
||
*Filebeat* | ||
|
||
*Heartbeat* | ||
|
||
*Journalbeat* | ||
|
||
*Metricbeat* | ||
|
||
*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