summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-11-05 14:59:35 +0000
committerGerrit Code Review <review@openstack.org>2021-11-05 14:59:35 +0000
commit0b56cca7f0116a99ac1dd3e5d5aed5647aad662d (patch)
treec60ed914f60094f7c7499115ae4c7e5303a1a936 /releasenotes
parenta4b73058ee47a2c880e108ad6434459e556ad8f9 (diff)
parentc5268bbdbb441e1c497d59163872ddfba9bf67cf (diff)
downloadironic-python-agent-0b56cca7f0116a99ac1dd3e5d5aed5647aad662d.tar.gz
Merge "Fix UEFI record regex"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/correct-uefi-regex-112211c2427cd4d9.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/correct-uefi-regex-112211c2427cd4d9.yaml b/releasenotes/notes/correct-uefi-regex-112211c2427cd4d9.yaml
new file mode 100644
index 00000000..12b19b10
--- /dev/null
+++ b/releasenotes/notes/correct-uefi-regex-112211c2427cd4d9.yaml
@@ -0,0 +1,7 @@
+---
+fixes:
+ - |
+ Fixes a minor issue with the regular expression used for UEFI duplicate
+ entry cleanup which was introduced in a prior change to refactor the
+ cleanup operation to avoid UEFI firmware which treats deletion of
+ entries after addition as an invalid operation.