designate/releasenotes/notes/bug-1828534-ensure-coordination-ids-are-encoded-b5f32b9e16339251.yaml
Erik Olof Gunnar Andersson b04e4a4555 Updated Release notes for Train
Change-Id: I2d62fe1f530637c2d80df8f5d69a7e3159bda37d
2019-09-01 19:24:59 -07:00

19 lines
672 B
YAML

---
upgrade:
- |
A bug that prevented Designate from starting up when services
are running a mixture of Python 2 and 3 has been fixed, but there is
still an issue when running a mixture of a patched and unpatched
versions of Designate under Python 3.
See `bug 1828534`_ for more information.
.. _bug 1828534: https://bugs.launchpad.net/designate/+bug/1828534
fixes:
- |
Fixed an `issue`_ when upgrading to Python 3 (where bytes and str are
different types) and _update_partitions() attempts to sort types of 'str'
and 'bytes', causing designate-producer to crash.
.. _issue: https://bugs.launchpad.net/designate/+bug/1828534