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.
[Elastic Agent] Fix the changelog (elastic#20787)
Clean the changelog of the Elastic Agent to correctly reflect the changes going into a specific releases. This uses the same strategy as beats with CHANGELOG.asciidoc and CHANGELOG.next.asciidoc. Ref: elastic#20715
- Loading branch information
1 parent
3fe8c1e
commit 0c9e00a
Showing
2 changed files
with
71 additions
and
48 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,19 @@ | ||
// 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/ | ||
|
||
=== Elastic Agent version HEAD | ||
|
||
==== Breaking changes | ||
|
||
==== Bugfixes | ||
|
||
==== New features | ||
|
||
- Prepare packaging for endpoint and asc files {pull}20186[20186] | ||
- Improved version CLI {pull}20359[20359] | ||
- Enroll CLI now restarts running daemon {pull}20359[20359] | ||
- Add restart CLI cmd {pull}20359[20359] | ||
- Add new `synthetics/*` inputs to run Heartbeat {pull}20387[20387] | ||
- Users of the Docker image can now pass `FLEET_ENROLL_INSECURE=1` to include the `--insecure` flag with the `elastic-agent enroll` command {issue}20312[20312] {pull}20713[20713] |