Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert CHANGELOG.next to fragments #1244

Merged
merged 12 commits into from
Oct 14, 2022
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