summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorJulia Kreger <juliaashleykreger@gmail.com>2023-05-03 07:34:37 -0700
committerJulia Kreger <juliaashleykreger@gmail.com>2023-05-03 07:34:37 -0700
commit03cd9788e6ad658641b0c3328d10636c5aab96a4 (patch)
tree03d8571836b95fd3e941465342b27551cb055dbf /releasenotes
parent7f281392c219decdfc1a34dc672a86e360230ac9 (diff)
downloadironic-03cd9788e6ad658641b0c3328d10636c5aab96a4.tar.gz
Support longer checksums for redfish firmware upgrade
Previoulsy only SHA1 hashes were supported, now we support SHA256 and SHA512 by length. Change-Id: Iddb196faca4008837595a3d0923f55d0e9d2aea5
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/redfish-firmware-sha256-sha512-3e40c3a087fe42b4.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/redfish-firmware-sha256-sha512-3e40c3a087fe42b4.yaml b/releasenotes/notes/redfish-firmware-sha256-sha512-3e40c3a087fe42b4.yaml
new file mode 100644
index 000000000..f6614df97
--- /dev/null
+++ b/releasenotes/notes/redfish-firmware-sha256-sha512-3e40c3a087fe42b4.yaml
@@ -0,0 +1,6 @@
+---
+features:
+ - |
+ The Redfish firmware upgrade interface now supports checksum determination
+ by length, and ``sha256`` and ``sha512`` checksums may now be supplied to
+ the step arguments.