From 0b01f690e590d58a61f5975c90d438a24a14db1a Mon Sep 17 00:00:00 2001 From: lawrencegripper Date: Tue, 26 Nov 2024 11:42:18 +0000 Subject: [PATCH 1/2] [WIP] Update Service Fabric Versions on Windows runners --- images/windows/toolsets/toolset-2019.json | 11 +++++------ images/windows/toolsets/toolset-2022.json | 8 ++++---- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/images/windows/toolsets/toolset-2019.json b/images/windows/toolsets/toolset-2019.json index 446e652c4b33..312ce12ef8b5 100644 --- a/images/windows/toolsets/toolset-2019.json +++ b/images/windows/toolsets/toolset-2019.json @@ -399,12 +399,12 @@ }, "serviceFabric": { "runtime": { - "version": "9.1.1436.9590", - "checksum": "089F9BE6A63AF66C337E507B52082575C8ED330DF765259C6F2F13F900DA96D5" + "version": "9.1.2837.9590", + "checksum": "5CDFDC7497522147081C7FB0CEBE09E483F871285A8EB87C821F1AB64DD9FCDD" }, "sdk": { - "version": "6.1.1436", - "checksum": "D2A6B58315D08B6E46C2D25E91DFA1163136F70A5FA8CEF9DB147F07EE001AD1" + "version": "6.1.2837", + "checksum": "492F2FCE79C409ADAFC34F581956505C454484E909814E8FEF413DA10457D232" } }, "dotnet": { @@ -472,8 +472,7 @@ "version": "18" }, "postgresql": { - "version": "14.12.1", - "signature": "698BA51AA27CC31282AACA5055E4B9190BC6C0E9" + "version": "14" }, "kotlin": { "version": "latest" diff --git a/images/windows/toolsets/toolset-2022.json b/images/windows/toolsets/toolset-2022.json index 7067b0c89871..6bd1a0da65fb 100644 --- a/images/windows/toolsets/toolset-2022.json +++ b/images/windows/toolsets/toolset-2022.json @@ -309,12 +309,12 @@ }, "serviceFabric": { "runtime": { - "version": "9.1.1436.9590", - "checksum": "089F9BE6A63AF66C337E507B52082575C8ED330DF765259C6F2F13F900DA96D5" + "version": "9.1.2837.9590", + "checksum": "5CDFDC7497522147081C7FB0CEBE09E483F871285A8EB87C821F1AB64DD9FCDD" }, "sdk": { - "version": "6.1.1436", - "checksum": "D2A6B58315D08B6E46C2D25E91DFA1163136F70A5FA8CEF9DB147F07EE001AD1" + "version": "6.1.2837", + "checksum": "492F2FCE79C409ADAFC34F581956505C454484E909814E8FEF413DA10457D232" } }, "dotnet": { From c6d008601956f18ce5e150e103770ac6fa80fc76 Mon Sep 17 00:00:00 2001 From: Lawrence Gripper Date: Tue, 26 Nov 2024 13:30:49 +0000 Subject: [PATCH 2/2] Accidental postgres change This was from another PR by mistake --- images/windows/toolsets/toolset-2019.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/images/windows/toolsets/toolset-2019.json b/images/windows/toolsets/toolset-2019.json index 312ce12ef8b5..a9798dcfd0e0 100644 --- a/images/windows/toolsets/toolset-2019.json +++ b/images/windows/toolsets/toolset-2019.json @@ -472,7 +472,8 @@ "version": "18" }, "postgresql": { - "version": "14" + "version": "14.12.1", + "signature": "698BA51AA27CC31282AACA5055E4B9190BC6C0E9" }, "kotlin": { "version": "latest"