Skip to content

dbatools-buildref-index.json - Add ReleaseDate for SQL Server 2022 and 2025 CUs#10277

Open
andreasjordan wants to merge 1 commit intodevelopmentfrom
claude/issue-9259-20260321-0945
Open

dbatools-buildref-index.json - Add ReleaseDate for SQL Server 2022 and 2025 CUs#10277
andreasjordan wants to merge 1 commit intodevelopmentfrom
claude/issue-9259-20260321-0945

Conversation

@andreasjordan
Copy link
Collaborator

Adds ReleaseDate field to RTM and all named CU entries for SQL Server 2022 (v16, RTM+CU1–CU24) and SQL Server 2025 (v17, CU1–CU3).

Dates sourced directly from official Microsoft documentation:

This enables time-based compliance checking as described in issue #9259, where organizations want to verify instances are within a time window (e.g., 6 months) rather than a fixed number of CUs behind.

Closes #9259

Generated with Claude Code

…022 and 2025 CUs

Dates sourced directly from Microsoft documentation:
- https://learn.microsoft.com/en-us/troubleshoot/sql/releases/sqlserver-2022/build-versions
- https://learn.microsoft.com/en-us/troubleshoot/sql/releases/sqlserver-2025/build-versions

SQL Server 2022 (v16): RTM (2022-11-16) + CU1 through CU24 (2026-03-12)
SQL Server 2025 (v17): CU1 (2026-01-29) through CU3 (2026-03-12)

(do Test-DbaBuild)

Co-authored-by: Andreas Jordan <andreasjordan@users.noreply.github.com>
@andreasjordan
Copy link
Collaborator Author

If it is that ease to add the dates based on the official sources, then we should to that. And we should let Claude check the current contents of the json to be sure it is correct.

We should add the non-CU dates as well (add all we can get) and continue with all the currently supported versions.

@andreasjordan andreasjordan requested a review from niphlod March 21, 2026 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add option to use a time-period when using Test-DbaBuild

1 participant