Skip to content

Commit

Permalink
[8.5](backport #1244) Convert CHANGELOG.next to fragments (#1522)
Browse files Browse the repository at this point in the history
* Convert CHANGELOG.next to fragments (#1244)

(cherry picked from commit 6eadeef)

# Conflicts:
#	CHANGELOG.next.asciidoc
#	README.md

* Fix merge conflict.

* Remove obsolete changelog.next

Co-authored-by: Edoardo Tenani <526307+endorama@users.noreply.github.com>
Co-authored-by: Craig MacKenzie <craig.mackenzie@elastic.co>
  • Loading branch information
3 people committed Oct 18, 2022
1 parent 36ffd9a commit 718fb99
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 213 deletions.
212 changes: 0 additions & 212 deletions CHANGELOG.next.asciidoc

This file was deleted.

3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ 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/)
- [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

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 718fb99

Please sign in to comment.