designate/releasenotes/notes/Fix-jsonschema-4.16.0-compatibility-aa65062bc55552f2.yaml
Michael Johnson d6eabef4de Fixes compatibility with jsonschema >= 4.16.0
Jsonschema has changed the type of a parameter from a simple
tuple to a pyrsistent map object. Since we were passing in the
defaults anyway, this patch removes those parameters from the
jsonschema call. This makes designate compatible with
jsonschema >= 4.16.0.

Closes-Bug: #1992677
Change-Id: I9cc94506a63371ad78b204030e5e87339982e9e7
2022-10-13 06:17:29 +00:00

5 lines
78 B
YAML

---
fixes:
- |
Fixed designate compatibility with jsonschema >= 4.16.0.