From d695d833f7f5d89ea4bdb27a6c3014dde057e874 Mon Sep 17 00:00:00 2001 From: Konrad Jamrozik Date: Thu, 23 Feb 2023 17:51:05 -0800 Subject: [PATCH] Update packages using `tools/code-owners-parser` (#5562) Update the NuGet packages using CODEOWNERS parser to pick up these changes: - https://github.com/Azure/azure-sdk-tools/pull/5431 - https://github.com/Azure/azure-sdk-tools/pull/5518 Relevant NuGet feeds: - https://dev.azure.com/azure-sdk/public/_artifacts/feed/azure-sdk-for-net/NuGet/Azure.Sdk.Tools.RetrieveCodeOwners/overview - https://dev.azure.com/azure-sdk/public/_artifacts/feed/azure-sdk-for-net/NuGet/Azure.Sdk.Tools.NotificationConfiguration/overview And builds powering them: - https://dev.azure.com/azure-sdk/internal/_build?definitionId=3188 - https://dev.azure.com/azure-sdk/internal/_build?definitionId=1815 Related work: - https://github.com/Azure/azure-sdk-tools/issues/2770 --- eng/common/scripts/get-codeowners.ps1 | 2 +- eng/pipelines/templates/variables/globals.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/common/scripts/get-codeowners.ps1 b/eng/common/scripts/get-codeowners.ps1 index afe993d50ba..a4a18ecea42 100644 --- a/eng/common/scripts/get-codeowners.ps1 +++ b/eng/common/scripts/get-codeowners.ps1 @@ -62,7 +62,7 @@ param ( # but not this one: # Remove the obsolete, prefix-based CODEOWNERS matcher & related tests # https://github.com/Azure/azure-sdk-tools/pull/5431 - [string]$ToolVersion = "1.0.0-dev.20230214.3", + [string]$ToolVersion = "1.0.0-dev.20230223.4", [string]$ToolPath = (Join-Path ([System.IO.Path]::GetTempPath()) "codeowners-tool-path"), [string]$DevOpsFeed = "https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-net/nuget/v3/index.json", [string]$VsoVariable = "", diff --git a/eng/pipelines/templates/variables/globals.yml b/eng/pipelines/templates/variables/globals.yml index 69793a69eb1..808bbdb3278 100644 --- a/eng/pipelines/templates/variables/globals.yml +++ b/eng/pipelines/templates/variables/globals.yml @@ -1,5 +1,5 @@ variables: OfficialBuildId: $(Build.BuildNumber) skipComponentGovernanceDetection: true - NotificationsCreatorVersion: '1.0.0-dev.20230216.1' + NotificationsCreatorVersion: '1.0.0-dev.20230223.2' PipelineOwnersExtractorVersion: '1.0.0-dev.20230211.1'