summaryrefslogtreecommitdiff
path: root/releasenotes/notes/fetc-checksum-support-additional-format-4b29c5cdaa6b8d16.yaml
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2023-05-09 09:03:25 +0000
committerGerrit Code Review <review@openstack.org>2023-05-09 09:03:25 +0000
commit141c5ff1c3d6be65c2e9fffac033a09793b6a0ca (patch)
tree6eb15b509bca21e9d7d63f2abf975cc2ab73af36 /releasenotes/notes/fetc-checksum-support-additional-format-4b29c5cdaa6b8d16.yaml
parent03e88b579e3b1f1b8c631dbba772314fb4fc1441 (diff)
parente7a048ecbeb0365725c5675eadb0834fd6feabf4 (diff)
downloadironic-python-agent-master.tar.gz
Merge "Add support for CentOS SUM files"HEADmaster
Diffstat (limited to 'releasenotes/notes/fetc-checksum-support-additional-format-4b29c5cdaa6b8d16.yaml')
-rw-r--r--releasenotes/notes/fetc-checksum-support-additional-format-4b29c5cdaa6b8d16.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/releasenotes/notes/fetc-checksum-support-additional-format-4b29c5cdaa6b8d16.yaml b/releasenotes/notes/fetc-checksum-support-additional-format-4b29c5cdaa6b8d16.yaml
new file mode 100644
index 00000000..0b533b7f
--- /dev/null
+++ b/releasenotes/notes/fetc-checksum-support-additional-format-4b29c5cdaa6b8d16.yaml
@@ -0,0 +1,11 @@
+---
+features:
+ - |
+ Improved parsing of checksum files.
+
+ * Added support for the ``ALGORITHM (FILENAME) = CHECKSUM`` format used by
+ CentOS Stream.
+ * Lines starting with ``#`` are ignored as comments.
+ * If checksum file contain only the checksum itself, the content is
+ validated to ensure it is one of the known checksum types.
+