Merge "Pin proliantutils version"
This commit is contained in:
commit
28fc30fd31
@ -44,7 +44,7 @@
|
||||
|
||||
- name: "proliantutils - Install from pip"
|
||||
include: pip_install.yml
|
||||
package=proliantutils
|
||||
package=proliantutils<2.9.0
|
||||
state=present
|
||||
extra_args="-c {{ upper_constraints_file }}"
|
||||
environment: "{{ venv }}"
|
||||
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fixes an issue where the proliantutils library version was unconstrained,
|
||||
potentially resulting in installation of an incompatibile library. The
|
||||
version has been pinned to 2.8.x.
|
Loading…
Reference in New Issue
Block a user