summaryrefslogtreecommitdiff
path: root/releasenotes/notes/jsonschema-966f55fc79b916fc.yaml
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-08-03 19:22:05 +0000
committerGerrit Code Review <review@openstack.org>2022-08-03 19:22:05 +0000
commitd264b02c5eb481bdb46eafe7f6ee2d51f69d5023 (patch)
tree0d313ee05e6fdb5badf203b89c00c90d94ae6050 /releasenotes/notes/jsonschema-966f55fc79b916fc.yaml
parent046dea854b1d240d33b142ec8e84caa19a5d6b2f (diff)
parentb13e931eeaca1c940a88ed1d5b1f5613f4ea78ff (diff)
downloadironic-d264b02c5eb481bdb46eafe7f6ee2d51f69d5023.tar.gz
Merge "Fix compatibility with jsonschema>=4.0.0" into bugfix/19.0
Diffstat (limited to 'releasenotes/notes/jsonschema-966f55fc79b916fc.yaml')
-rw-r--r--releasenotes/notes/jsonschema-966f55fc79b916fc.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/releasenotes/notes/jsonschema-966f55fc79b916fc.yaml b/releasenotes/notes/jsonschema-966f55fc79b916fc.yaml
new file mode 100644
index 000000000..20c1f7247
--- /dev/null
+++ b/releasenotes/notes/jsonschema-966f55fc79b916fc.yaml
@@ -0,0 +1,9 @@
+---
+fixes:
+ - |
+ Fixes compatibility with ``jsonschema`` package version 4.0.0 or newer
+ by providing a proper schema version (Draft-07 currently).
+issues:
+ - |
+ When using ``jsonschema`` 4.0.0 or newer, make sure to include a proper
+ ``$schema`` field in your custom network data or RAID schemas.