From 17254c42fa0539891fa2718145ef0798484db789 Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Fri, 20 Jun 2025 15:41:04 +0200 Subject: [PATCH] Bump stackhpc.linux to 1.3.4 This includes fixes to SR-IOV and VGPU configuration [1]. [1] https://github.com/stackhpc/ansible-collection-linux/compare/v1.3.1...v1.3.4 Change-Id: Ia368ff68f4c3ac69406040be25fa09711e221fa3 --- .../notes/bump-stackhpc-linux-1.3.4-0ae3e0ec9f4c25e2.yaml | 5 +++++ requirements.yml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/bump-stackhpc-linux-1.3.4-0ae3e0ec9f4c25e2.yaml diff --git a/releasenotes/notes/bump-stackhpc-linux-1.3.4-0ae3e0ec9f4c25e2.yaml b/releasenotes/notes/bump-stackhpc-linux-1.3.4-0ae3e0ec9f4c25e2.yaml new file mode 100644 index 000000000..e300e9752 --- /dev/null +++ b/releasenotes/notes/bump-stackhpc-linux-1.3.4-0ae3e0ec9f4c25e2.yaml @@ -0,0 +1,5 @@ +--- +fixes: + - | + Fixes failure to activate SR-IOV on GPU devices by bumping the + ``stackhpc.linux`` collection to v1.3.4. diff --git a/requirements.yml b/requirements.yml index f0e70d8a7..4d9250ad0 100644 --- a/requirements.yml +++ b/requirements.yml @@ -12,7 +12,7 @@ collections: - name: openstack.cloud version: '<3' - name: stackhpc.linux - version: 1.3.1 + version: 1.3.4 - name: stackhpc.network version: 1.0.0 - name: stackhpc.openstack