[docs] Add Markdown release notes#5374
Merged
colleenmcginnis merged 5 commits intoelastic:mainfrom Sep 10, 2025
Merged
Conversation
🎉 Snyk checks have passed. No issues have been found so far.✅ security/snyk check is complete. No issues have been found. (View Details) ✅ license/snyk check is complete. No issues have been found. (View Details) |
Contributor
|
This pull request does not have a backport label. Could you fix it @colleenmcginnis? 🙏
|
Contributor
🔍 Preview links for changed docs |
ebeahan
previously approved these changes
Sep 4, 2025
This was referenced Sep 4, 2025
Contributor
|
This pull request is now in conflicts. Could you fix it @colleenmcginnis? 🙏 |
pierrehilbert
approved these changes
Sep 10, 2025
|
colleenmcginnis
pushed a commit
to elastic/docs-content
that referenced
this pull request
Sep 11, 2025
…elease notes (#2818) Related to https://github.com/elastic/docs-projects/issues/488 elastic/elastic-agent-changelog-tool#213, elastic/elastic-agent#9440, elastic/fleet-server#5374⚠️ **DO NOT MERGE BEFORE elastic/docs-builder#1830 IS BOTH MERGED AND INCLUDED IN A NEW RELEASE**⚠️ Removes the combined Fleet Server and Elastic Agent release notes in favor of separate release notes in the fleet-server and elastic-agent repos. This enables the dev team to own the release notes process.
This was referenced Sep 16, 2025
Closed
mergify bot
pushed a commit
that referenced
this pull request
Sep 16, 2025
* copy over changelog yaml files * render release notes, make them publishable (cherry picked from commit b73980b) # Conflicts: # docs/docset.yml # docs/release-notes/index.md # docs/release-notes/toc.yml
mergify bot
pushed a commit
that referenced
this pull request
Sep 16, 2025
* copy over changelog yaml files * render release notes, make them publishable (cherry picked from commit b73980b) # Conflicts: # docs/docset.yml # docs/release-notes/index.md # docs/release-notes/toc.yml
This was referenced Sep 16, 2025
ebeahan
pushed a commit
that referenced
this pull request
Sep 16, 2025
* [docs] Add Markdown release notes (#5374) * copy over changelog yaml files * render release notes, make them publishable (cherry picked from commit b73980b) # Conflicts: # docs/docset.yml # docs/release-notes/index.md # docs/release-notes/toc.yml * remove references to 9.1.x --------- Co-authored-by: Colleen McGinnis <colleen.mcginnis@elastic.co>
colleenmcginnis
pushed a commit
that referenced
this pull request
Sep 16, 2025
* copy over changelog yaml files * render release notes, make them publishable (cherry picked from commit b73980b) # Conflicts: # docs/docset.yml # docs/release-notes/index.md # docs/release-notes/toc.yml Co-authored-by: Colleen McGinnis <colleen.mcginnis@elastic.co>
Merged
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.





🍷 Pairs with elastic/elastic-agent-changelog-tool#213 elastic/elastic-agent#9440
What is the problem this PR solves?
Currently the Elastic Agent Control Plane team generates release notes in AsciiDoc in this repo and the @elastic/ingest-docs team has to manually translate AsciiDoc to Markdown, copy to another repo (docs-content), split into multiple files, and integrate with Elastic Agent release notes. This is time consuming for the docs team and often leads to delays in publishing release notes.
How does this PR solve the problem?
In elastic/elastic-agent-changelog-tool#213, I updated the automation to allow generating Markdown, formatting it, and putting it into the correct files directly using
elastic-agent-changelog-tool. This is the fleet-server output when generating the release notes using thecolleenmcginnis:markdownbranch ofelastic-agent-changelog-tool.This PR adds generated Markdown Fleet Server release notes here instead in the docs-content repo.
How to test this PR locally
This repo is not currently hooked up to the docs build system so we don't have a PR preview yet, but you can build the docs locally.
Note: Right now it will build independently from the rest of the Release notes, but once this repo is hooked up to the docs build system, these release notes will be integrated into the larger Release notes table of contents.
Design Checklist
This is a docs-only change.
Checklist
This is a docs-only change.
Related issues
cc @ebeahan @pierrehilbert @bmorelli25