From 78b91764f10c50f9b1b572e5a6671e8f97cdcefb Mon Sep 17 00:00:00 2001 From: Carlo DiCelico Date: Fri, 10 Jul 2026 14:37:59 -0400 Subject: [PATCH] add changes --- changes/28108-multiple-custom-packages | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/28108-multiple-custom-packages diff --git a/changes/28108-multiple-custom-packages b/changes/28108-multiple-custom-packages new file mode 100644 index 0000000000..f936944fc1 --- /dev/null +++ b/changes/28108-multiple-custom-packages @@ -0,0 +1 @@ +- Added the ability to upload multiple custom packages (up to 10) for the same software title on a team, so IT admins can deploy different versions or architectures (for example, Arm vs. Intel builds or staged rollouts) to label-scoped hosts instead of splitting them across teams. When a host matches more than one package, the first-added package is installed.