diff options
Diffstat (limited to 'releasenotes')
-rw-r--r-- | releasenotes/notes/irmc-add-certification-file-option-34e7a0062c768e58.yaml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/releasenotes/notes/irmc-add-certification-file-option-34e7a0062c768e58.yaml b/releasenotes/notes/irmc-add-certification-file-option-34e7a0062c768e58.yaml new file mode 100644 index 000000000..47b2aa670 --- /dev/null +++ b/releasenotes/notes/irmc-add-certification-file-option-34e7a0062c768e58.yaml @@ -0,0 +1,18 @@ +--- +fixes: + - | + Adds ``driver_info/irmc_verify_ca`` option to specify certification file. + Default value of driver_info/irmc_verify_ca is True. +security: + - | + Modifies the ``irmc`` hardware type to include a capability to control + enforcement of HTTPS certificate verification. By default this is enforced. + python-scciclient version must be one of >=0.8.2,<0.9.0, >=0.9.4,<0.10.0, + >=0.10.1,<0.11.0, >=0.11.3,<0.12.0 or >=0.12.0,<0.13.0 + Or certificate verification will not occur. +upgrade: + - | + On Yoga release, to use certification file on HTTPS connection, + iRMC driver requires python-scciclient version to be one of >=0.8.2,<0.9.0, + >=0.9.4,<0.10.0, >=0.10.1,<0.11.0, >=0.11.3,<0.12.0 or >=0.12.0,<0.13.0 + and packaging >=16.5 |