summaryrefslogtreecommitdiff
path: root/releasenotes/notes/jsonschema-966f55fc79b916fc.yaml
blob: 20c1f7247e63d45867321a8bd43094fe109b15ae (plain)
1
2
3
4
5
6
7
8
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.