Skip to content

Commit 718fb99

Browse files
mergify[bot]endoramacmacknz
authored
[8.5](backport #1244) Convert CHANGELOG.next to fragments (#1522)
* 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>
1 parent 36ffd9a commit 718fb99

10 files changed

+27
-213
lines changed

CHANGELOG.next.asciidoc

Lines changed: 0 additions & 212 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ in the [observability-docs](https://github.com/elastic/observability-docs) repo.
1010
Prerequisites:
1111
- installed [mage](https://github.com/magefile/mage)
1212
- [Docker](https://docs.docker.com/get-docker/)
13-
- [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
13+
- [X-pack](https://github.com/elastic/beats/tree/main/x-pack) to pre-exist in the parent folder of the local Git repository checkout
14+
- [elastic-agent-changelog-tool](https://github.com/elastic/elastic-agent-changelog-tool) to add changelog fragments for changelog generation
1415

1516
If you are on a Mac with M1 chip, don't forget to export some docker variable to be able to build for AMD
1617
```
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kind: bug-fix
2+
summary: Fix a panic caused by a race condition when installing the Elastic Agent.
3+
pr: https://github.com/elastic/elastic-agent/pull/823
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kind: breaking-change
2+
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.
3+
pr: https://github.com/elastic/elastic-agent/pull/832
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kind: feature
2+
summary: Add `lumberjack` input type to the Filebeat spec.
3+
pr: https://github.com/elastic/elastic-agent/pull/959
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kind: feature
2+
summary: Add support for hints' based autodiscovery in kubernetes provider.
3+
pr: https://github.com/elastic/elastic-agent/pull/698
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kind: bug-fix
2+
summary: Fix unintended reset of source URI when downloading components
3+
pr: https://github.com/elastic/elastic-agent/pull/1252
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
kind: bug-fix
2+
summary: Create separate status reporter for local only events so that degraded fleet-checkins no longer affect health on successful fleet-checkins.
3+
issue: https://github.com/elastic/elastic-agent/issues/1157
4+
pr: https://github.com/elastic/elastic-agent/pull/1285
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kind: feature
2+
summary: Improve logging during upgrades.
3+
pr: https://github.com/elastic/elastic-agent/pull/1287
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kind: bug-fix
2+
summary: Add success log message after previous checkin failures
3+
pr: https://github.com/elastic/elastic-agent/pull/1327

0 commit comments

Comments
 (0)