List relevant upcoming package changes, deprecations, additions and enhancements to user's systems.
planning__get_relevant_upcomingList upcoming package changes, deprecations, additions, and enhancements relevant to your systems to plan upgrades and mitigate risks.
Instructions
List relevant upcoming package changes, deprecations, additions and enhancements to user's systems.
🟢 CALL IMMEDIATELY - No information gathering required.
Use this tool to answer questions about upcoming package changes, deprecations, additions, or enhancements in the roadmap filtered by relevance to the user's systems. Also to plan for future upgrades and mitigate risk. Use this tool over get_upcoming_changes when the user asks about upcoming changes for their systems.
Returns: dict: A response object containing: - meta: Metadata including 'count' and 'total'. A count of 0 means no packages matches for the user's systems. - data: A list of package records. Each record contains: - name (str): The package name. - type (str): The change type (e.g., 'addition'). - release (str): The target release version. - details (dict): Detailed info including 'summary' and 'dateAdded'. - potentiallyAffectedSystemsDetail (list): Systems that might be affected by this change, including system IDs, display names, and OS versions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| major | No | Restricts relevance evaluation to systems running this RHEL major version. | |
| minor | No | Used together with major to further restrict relevance evaluation to a specific minor version. Requires major to be specified. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |