designate/releasenotes/notes/removed-deprecated-managed-210a00cdaf975b8f.yaml
Erik Olof Gunnar Andersson 116b202d18 Removed deprecated managed option in notification handler
The managed option has been deprecated for 3 years now, and is
risky in general as it can cause custom sink handlers to delete
all records in a zone by mistake.

This also allows us to clean the code path up a bit.

Related-Bug: #1387662
Change-Id: Id6174eb7df0c7bc9d138e74f72b6931a025ec818
2018-07-21 23:33:41 -07:00

8 lines
254 B
YAML

---
upgrade:
- |
Custom notification handlers that created unmanaged records will need to be updated,
as we no longer support the creation of unmanaged records using the sink.
See `designate/notification_handler/base.py` for more details.