-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[New Product] Fleet Server #8794
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
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Dentrax <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a new product page for Fleet Server, an Elastic Stack component that provides centralized management for Elastic Agents. The page documents the release policy, end-of-life dates, and version history for Fleet Server.
Key Changes
- Adds comprehensive Fleet Server product documentation with metadata, versioning, and EOL information
- Configures automated release tracking via GitHub repository integration
- Documents 8 release cycles from version 7 through 9.2 with their respective support dates
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| link: https://www.elastic.co/docs/release-notes/fleet-server#fleet-server-__LATEST__-release-notes | ||
|
|
||
| - releaseCycle: "8.19" | ||
| releaseDate: 2025-07-23 |
Copilot
AI
Oct 26, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The release cycle 8.19 has a release date of 2025-07-23, which is the same as version 9.1 (line 32). This creates a chronological inconsistency since 8.19 should have been released before 9.1, not on the same date. Please verify the correct release date for version 8.19.
| releaseDate: 2025-07-23 | |
| releaseDate: 2025-06-25 |
| - releaseCycle: "9.0" | ||
| releaseDate: 2025-04-08 | ||
| eol: false | ||
| latest: "9.0.8" | ||
| latestReleaseDate: 2025-10-02 |
Copilot
AI
Oct 26, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Version 9.0 (released 2025-04-08) appears after version 9.1 (released 2025-07-23) and 9.2 (released 2025-10-21) in the list. The releases should be ordered from newest to oldest. Version 9.0 should be listed after versions 9.2 and 9.1.
| - releaseCycle: "8.18" | ||
| releaseDate: 2025-04-10 | ||
| eol: false | ||
| latest: "8.18.8" | ||
| latestReleaseDate: 2025-10-02 |
Copilot
AI
Oct 26, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Version 8.18 (released 2025-04-10) appears after version 8.19 (released 2025-07-23) in the list. Following the descending order pattern, version 8.18 should be listed after version 8.19.
Generated with Claude Code.