Chore: Add missing release note for 0.37.9 tag 61/72661/1
authorMatthew Watkins <mwatkins@linuxfoundation.org>
Wed, 21 Feb 2024 11:55:24 +0000 (11:55 +0000)
committerMatthew Watkins <mwatkins@linuxfoundation.org>
Wed, 21 Feb 2024 11:55:24 +0000 (11:55 +0000)
Change-Id: I46616cade08cd45f6c9e79efb3eb9a555b1bfa9c
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
releasenotes/notes/bump-openstack-sdk-a35995f98d086a46.yaml [new file with mode: 0644]

diff --git a/releasenotes/notes/bump-openstack-sdk-a35995f98d086a46.yaml b/releasenotes/notes/bump-openstack-sdk-a35995f98d086a46.yaml
new file mode 100644 (file)
index 0000000..9bc641c
--- /dev/null
@@ -0,0 +1,7 @@
+---
+fixes:
+  - |
+    Updated openstacksdk to >=2.1.0 to address dependency conflicts.
+    Also updated linting tool versions with pre-commit autoupdate.
+    Addressed minor type checking issue flagged by flake8.
+    Minor file formatting changes implemented via linting.