ironic/releasenotes/notes/image-checksum-recalculation-sha256-fd3d5b4b0b757e86.yaml
Julia Kreger f8f9740a0b Prepare release notes/docs for 15.0 release
Change-Id: I60b5d7fe1039bc8f04e0f515dcf1b1e9fd2f50be
2020-04-21 09:43:09 +00:00

12 lines
410 B
YAML

---
upgrade:
- |
If ``[DEFAULT]force_raw_images`` is set to ``true``, then MD5 will not be
utilized to recalculate the image checksum. This requires the
``ironic-python-agent`` ramdisk to be at least version 3.4.0.
security:
- |
Image checksum recalculation when images are forced to raw images, are now
calculated using ``SHA3-256`` if MD5 was selected.
This is now unconditional.