summaryrefslogtreecommitdiff
path: root/releasenotes/notes/image-checksum-recalculation-sha256-fd3d5b4b0b757e86.yaml
blob: a72bdbba420443e4d0fd505883eb520ba0e9a070 (plain)
1
2
3
4
5
6
7
8
9
10
11
---
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.