Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
213 changes: 0 additions & 213 deletions CHANGELOG.next.asciidoc

This file was deleted.

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Prerequisites:
- installed [mage](https://github.com/magefile/mage)
- [Docker](https://docs.docker.com/get-docker/)
- [X-pack](https://github.com/elastic/beats/tree/main/x-pack) to pre-exist in the parent folder of the local Git repository checkout
- [elastic-agent-changelog-tool](https://github.com/elastic/elastic-agent-changelog-tool) to add changelog fragments for changelog generation

If you are on a Mac with M1 chip, don't forget to export some docker variable to be able to build for AMD
```
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kind: bug-fix
summary: Fix a panic caused by a race condition when installing the Elastic Agent.
pr: https://github.com/elastic/elastic-agent/pull/823
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kind: breaking-change
summary: Upgrade to Go 1.18. Certificates signed with SHA-1 are now rejected. See the Go 1.18 https//tip.golang.org/doc/go1.18#sha1[release notes] for details.
pr: https://github.com/elastic/elastic-agent/pull/832
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kind: feature
summary: Add `lumberjack` input type to the Filebeat spec.
pr: https://github.com/elastic/elastic-agent/pull/959
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kind: feature
summary: Add support for hints' based autodiscovery in kubernetes provider.
pr: https://github.com/elastic/elastic-agent/pull/698
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kind: bug-fix
summary: Fix unintended reset of source URI when downloading components
pr: https://github.com/elastic/elastic-agent/pull/1252
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
kind: bug-fix
summary: Create separate status reporter for local only events so that degraded fleet-checkins no longer affect health on successful fleet-checkins.
issue: https://github.com/elastic/elastic-agent/issues/1157
pr: https://github.com/elastic/elastic-agent/pull/1285
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kind: feature
summary: Improve logging during upgrades.
pr: https://github.com/elastic/elastic-agent/pull/1287
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kind: bug-fix
summary: Add success log message after previous checkin failures
pr: https://github.com/elastic/elastic-agent/pull/1327