From 315bdb77539484590f901fabdf4b4d8e041e1a44 Mon Sep 17 00:00:00 2001 From: Matt Crees Date: Mon, 2 Feb 2026 09:53:30 +0000 Subject: [PATCH] Bump stackhpc.linux collection to v1.5.1 Fixes race conditions in setup of vGPU SR-IOV devices. Adds support for configuring MIG devices without creating vGPUs. Change-Id: Ida4b38b98ab1140d44941355bc7ff991b0b5aa47 Signed-off-by: Matt Crees (cherry picked from commit 0115b6ea5efa9a8ee0583b50f948ee1758960a67) --- .../bump-stackhpc-linux-v1.5.1-c002b7c99921cd20.yaml | 9 +++++++++ requirements.yml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/bump-stackhpc-linux-v1.5.1-c002b7c99921cd20.yaml diff --git a/releasenotes/notes/bump-stackhpc-linux-v1.5.1-c002b7c99921cd20.yaml b/releasenotes/notes/bump-stackhpc-linux-v1.5.1-c002b7c99921cd20.yaml new file mode 100644 index 000000000..a15eb2584 --- /dev/null +++ b/releasenotes/notes/bump-stackhpc-linux-v1.5.1-c002b7c99921cd20.yaml @@ -0,0 +1,9 @@ +--- +features: + - | + Bumps ``stackhpc.linux`` Ansible collection to v1.5.1. This adds + support for configuring MIG devices without creating vGPUs. +fixes: + - | + Bumps ``stackhpc.linux`` Ansible collection to v1.5.1. This fixes + race conditions in setup of vGPU SR-IOV devices. diff --git a/requirements.yml b/requirements.yml index 14d607367..9c14c31e4 100644 --- a/requirements.yml +++ b/requirements.yml @@ -10,7 +10,7 @@ collections: - name: openstack.cloud version: '<3' - name: stackhpc.linux - version: 1.3.4 + version: 1.5.1 - name: stackhpc.network version: 1.0.0 - name: stackhpc.openstack