summaryrefslogtreecommitdiff
path: root/releasenotes/notes/disable-md5-image-checksum-7def176928d36e75.yaml
blob: 5c9cfd05b51cdf7ce0e617688607f88b1b33be5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
features:
  - |
    The ``ironic-python-agent`` will now attempt to determine a checksum type
    by evaluating the length of the supplied checksum. This allows SHA512
    (SHA-2) and SHA256 (SHA-2) checksums to be identified and utilized without
    an explicit declaration of the checksum type utilizing the
    ``os_hash_algo`` value.
deprecations:
  - |
    Support for MD5 checksums have been deprecated and will be removed after
    the 2024 Release.