From c064374e26e49a83fd41a07f4e9594779736ee71 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 19:25:18 +0000 Subject: [PATCH 1/2] chore(deps): update acr-credential-provider (patch) (#5819) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- parts/common/components.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parts/common/components.json b/parts/common/components.json index 95ac8a0a5f7..c22157e6730 100644 --- a/parts/common/components.json +++ b/parts/common/components.json @@ -1252,12 +1252,12 @@ { "k8sVersion": "1.30", "renovateTag": "OCI_registry=https://mcr.microsoft.com, name=oss/binaries/kubernetes/azure-acr-credential-provider", - "latestVersion": "v1.30.7" + "latestVersion": "v1.30.8" }, { "k8sVersion": "1.29", "renovateTag": "OCI_registry=https://mcr.microsoft.com, name=oss/binaries/kubernetes/azure-acr-credential-provider", - "latestVersion": "v1.29.11" + "latestVersion": "v1.29.12" } ], "downloadURL": "mcr.microsoft.com/oss/binaries/kubernetes/azure-acr-credential-provider:${version}-linux-${CPU_ARCH}" From f4f289e04b94bb6b16de94cd8684962cb54a77fc Mon Sep 17 00:00:00 2001 From: Devinwong Date: Thu, 13 Feb 2025 14:09:58 -0800 Subject: [PATCH 2/2] Add owners for some components. Set compponents.json to no code-owner. (#5837) --- .github/renovate.json | 16 ++++++++++++++++ CODEOWNERS | 2 ++ 2 files changed, 18 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index f62fe3e7cfe..97ce59f5308 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -182,6 +182,22 @@ "UtheMan" ] }, + { + "matchPackageNames": [ + "oss/v2/open-policy-agent/gatekeeper", + "azure-policy/policy-kubernetes-addon-prod" + ], + "assignees": [ + "kevinhwangkr-msft", + "anlandu", + "nreisch" + ], + "reviewers": [ + "kevinhwangkr-msft", + "anlandu", + "nreisch" + ] + }, { "matchPackageNames": [ "oss/kubernetes/coredns", diff --git a/CODEOWNERS b/CODEOWNERS index 96cef8e666a..c0ae03e76f1 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -7,3 +7,5 @@ nodecustomdata.yml @Devinwong @lilypan26 @r2k1 @timmy-wright # Code owners for the security patch release notes vhdbuilder/release-notes/security-patch/ @yagmurbaydogan @yewmsft @juan-lee @cameronmeissner @UtheMan @ganeshkumarashok @anujmaheshwari1 @AlisonB319 @Devinwong @lilypan26 @AbelHu @junjiezhang1997 @jason1028kr @djsly @phealy @r2k1 @timmy-wright @zachary-bailey +# Set compponents.json to no code-owner so that it can be approved and merged by component owner. +parts/common/components.json