Skip to content

Commit

Permalink
Convert CHANGELOG.next to fragments (#1244)
Browse files Browse the repository at this point in the history
(cherry picked from commit 6eadeef)

# Conflicts:
#	CHANGELOG.next.asciidoc
#	README.md
  • Loading branch information
endorama authored and mergify[bot] committed Oct 14, 2022
1 parent d52437f commit e320b82
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ in the [observability-docs](https://github.com/elastic/observability-docs) repo.
Prerequisites:
- installed [mage](https://github.com/magefile/mage)
- [Docker](https://docs.docker.com/get-docker/)
<<<<<<< HEAD
- [X-pack](https://github.com/elastic/beats/tree/8.5/x-pack) to pre-exist in the parent folder of the local Git repository checkout
=======
- [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
>>>>>>> 6eadeeff9 (Convert CHANGELOG.next to fragments (#1244))
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

0 comments on commit e320b82

Please sign in to comment.