From 17144b2a7d78cc3632b58b5552f6c5a9863c9e3b Mon Sep 17 00:00:00 2001 From: flcdrg Date: Thu, 5 Oct 2023 00:07:59 +0000 Subject: [PATCH] AU: 2 updated - azure-pipelines-agent sqltoolbelt [skip ci] https://gist.github.com/flcdrg/7d00c69c2cde8309a8594abaa897a9a6/ca8b38a050f6381662121bb890ac241a9d509771 --- azure-pipelines-agent/azure-pipelines-agent.json | 2 +- azure-pipelines-agent/azure-pipelines-agent.nuspec | 2 +- azure-pipelines-agent/tools/chocolateyinstall.ps1 | 8 ++++---- sqltoolbelt/sqltoolbelt.nuspec | 2 +- sqltoolbelt/tools/chocolateyinstall.ps1 | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/azure-pipelines-agent/azure-pipelines-agent.json b/azure-pipelines-agent/azure-pipelines-agent.json index f9b8276d..8f28179f 100644 --- a/azure-pipelines-agent/azure-pipelines-agent.json +++ b/azure-pipelines-agent/azure-pipelines-agent.json @@ -1,4 +1,4 @@ { - "v3": "3.225.0", + "v3": "3.227.1", "v2": "2.220.0" } diff --git a/azure-pipelines-agent/azure-pipelines-agent.nuspec b/azure-pipelines-agent/azure-pipelines-agent.nuspec index 06efb890..f30f76d6 100644 --- a/azure-pipelines-agent/azure-pipelines-agent.nuspec +++ b/azure-pipelines-agent/azure-pipelines-agent.nuspec @@ -3,7 +3,7 @@ azure-pipelines-agent - 3.225.0 + 3.227.1 https://github.com/flcdrg/au-packages/tree/master/azure-pipelines-agent flcdrg Azure Pipelines Agent (VSTS Build Agent) diff --git a/azure-pipelines-agent/tools/chocolateyinstall.ps1 b/azure-pipelines-agent/tools/chocolateyinstall.ps1 index 9b1484d9..ffad474a 100644 --- a/azure-pipelines-agent/tools/chocolateyinstall.ps1 +++ b/azure-pipelines-agent/tools/chocolateyinstall.ps1 @@ -1,9 +1,9 @@ $ErrorActionPreference = 'Stop'; # stop on all errors -$url = 'https://vstsagentpackage.azureedge.net/agent/3.225.0/vsts-agent-win-x86-3.225.0.zip' -$url64 = 'https://vstsagentpackage.azureedge.net/agent/3.225.0/vsts-agent-win-x64-3.225.0.zip' -$checksum = '338f0e699b893022cc092842400923ca04774a3139181f69db559eb688334f71' -$checksum64 = 'f4b643a1b2534198198e431f20631c9be9dcc1550b21b0a0bd2ccc781722670c' +$url = 'https://vstsagentpackage.azureedge.net/agent/3.227.1/vsts-agent-win-x86-3.227.1.zip' +$url64 = 'https://vstsagentpackage.azureedge.net/agent/3.227.1/vsts-agent-win-x64-3.227.1.zip' +$checksum = '36b7923a6a9704851b66013156a429da9e0246684473912853899222b08fcbe4' +$checksum64 = '42dd3cc984615245475e73ae0b4173c54042df2bf572b9aa0edecb8350884cef' $pp = Get-PackageParameters diff --git a/sqltoolbelt/sqltoolbelt.nuspec b/sqltoolbelt/sqltoolbelt.nuspec index 98682c31..314df8a2 100644 --- a/sqltoolbelt/sqltoolbelt.nuspec +++ b/sqltoolbelt/sqltoolbelt.nuspec @@ -3,7 +3,7 @@ sqltoolbelt - 2023.09.28 + 2023.10.03 https://github.com/flcdrg/au-packages/tree/master/sqltoolbelt flcdrg SQL Toolbelt diff --git a/sqltoolbelt/tools/chocolateyinstall.ps1 b/sqltoolbelt/tools/chocolateyinstall.ps1 index 80d7f9fc..6356e9cd 100644 --- a/sqltoolbelt/tools/chocolateyinstall.ps1 +++ b/sqltoolbelt/tools/chocolateyinstall.ps1 @@ -1,8 +1,8 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$url = 'https://download.red-gate.com/installers/SQLToolbelt/2023-09-28/SQLToolbelt.exe' -$checksum = '24F02CD3CAF13DCD1031133C68A734C68EB845D68CCE6E6A000BED75DB4681FD' +$url = 'https://download.red-gate.com/installers/SQLToolbelt/2023-10-03/SQLToolbelt.exe' +$checksum = '2C459B5B47EA56E5D6CC96AE9C15FEAC857BE57986C212F6A4C5ECA079D1E9E7' $validProductPackageNames = @( "SQL Compare",