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