From 97c6f3920582e0ff95598ea3b8dec30f9238d3e7 Mon Sep 17 00:00:00 2001 From: Mikey Bronowski Date: Thu, 16 Apr 2026 22:45:09 +0100 Subject: [PATCH 1/2] SQL Server 2025 CU4 --- bin/dbatools-buildref-index.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/bin/dbatools-buildref-index.json b/bin/dbatools-buildref-index.json index ffb483cbf4c..f803d3d0209 100644 --- a/bin/dbatools-buildref-index.json +++ b/bin/dbatools-buildref-index.json @@ -1,5 +1,5 @@ { - "LastUpdated": "2026-04-14T00:00:00", + "LastUpdated": "2026-04-16T00:00:00", "Data": [ { "Version": "8.0.47", @@ -5368,6 +5368,12 @@ "KBList": "5077896", "ReleaseDate": "2026-03-12" }, + { + "CU": "CU4", + "Version": "17.0.4035", + "KBList": "5081495", + "ReleaseDate": "2026-04-16" + }, { "Version": "17.0.4030", "KBList": "5083245", From cfe40705851a223bfca9e34c7a634efd50abd3a7 Mon Sep 17 00:00:00 2001 From: Mikey Bronowski Date: Fri, 17 Apr 2026 07:47:08 +0100 Subject: [PATCH 2/2] fix: the order --- bin/dbatools-buildref-index.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/dbatools-buildref-index.json b/bin/dbatools-buildref-index.json index f803d3d0209..9dfc13717d8 100644 --- a/bin/dbatools-buildref-index.json +++ b/bin/dbatools-buildref-index.json @@ -5368,16 +5368,16 @@ "KBList": "5077896", "ReleaseDate": "2026-03-12" }, + { + "Version": "17.0.4030", + "KBList": "5083245", + "ReleaseDate": "2026-04-14" + }, { "CU": "CU4", "Version": "17.0.4035", "KBList": "5081495", "ReleaseDate": "2026-04-16" - }, - { - "Version": "17.0.4030", - "KBList": "5083245", - "ReleaseDate": "2026-04-14" } ] }