summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Olof Gunnar Andersson <eandersson@blizzard.com>2019-09-01 19:20:00 -0700
committerErik Olof Gunnar Andersson <eandersson@blizzard.com>2019-09-01 19:24:59 -0700
commitb04e4a45552022a8a60ac4e217a5c70662ad5369 (patch)
tree3ab15da615f825351021fbca2bd2b82864de5d3a
parent1ebc46950d43758c685689c35ede3363a108675f (diff)
downloaddesignate-b04e4a45552022a8a60ac4e217a5c70662ad5369.tar.gz
Updated Release notes for Train
Change-Id: I2d62fe1f530637c2d80df8f5d69a7e3159bda37d
-rw-r--r--releasenotes/notes/bug-1755788-txt-spf-validation-d18e43c12691132a.yaml6
-rw-r--r--releasenotes/notes/bug-1827070-service_status-multiple-workers-cf99fe9e4eaf57ff.yaml9
-rw-r--r--releasenotes/notes/bug-1828534-ensure-coordination-ids-are-encoded-b5f32b9e16339251.yaml16
3 files changed, 25 insertions, 6 deletions
diff --git a/releasenotes/notes/bug-1755788-txt-spf-validation-d18e43c12691132a.yaml b/releasenotes/notes/bug-1755788-txt-spf-validation-d18e43c12691132a.yaml
index d5574be5..197dc975 100644
--- a/releasenotes/notes/bug-1755788-txt-spf-validation-d18e43c12691132a.yaml
+++ b/releasenotes/notes/bug-1755788-txt-spf-validation-d18e43c12691132a.yaml
@@ -4,4 +4,8 @@ fixes:
TXT and SPF records are now validated for empty spaces in the values.
If record value has empty space it should use "" quotation according to
RFC-1035 section 5.1. Use of single quotation mark within record value
- requires quote symbol to be escaped with backslash. Bug-1755788
+ requires quote symbol to be escaped with backslash.
+
+ See `bug 1755788`_ for more information.
+
+ .. _bug 1755788: https://bugs.launchpad.net/designate/+bug/1755788
diff --git a/releasenotes/notes/bug-1827070-service_status-multiple-workers-cf99fe9e4eaf57ff.yaml b/releasenotes/notes/bug-1827070-service_status-multiple-workers-cf99fe9e4eaf57ff.yaml
new file mode 100644
index 00000000..ef564b75
--- /dev/null
+++ b/releasenotes/notes/bug-1827070-service_status-multiple-workers-cf99fe9e4eaf57ff.yaml
@@ -0,0 +1,9 @@
+---
+fixes:
+ - |
+ Fixed a bug preventing `service_statuses` from properly updating
+ when Designate services were configured with multiple workers.
+
+ See `bug 1827070`_ for more information.
+
+ .. _bug 1827070: https://bugs.launchpad.net/designate/+bug/1827070
diff --git a/releasenotes/notes/bug-1828534-ensure-coordination-ids-are-encoded-b5f32b9e16339251.yaml b/releasenotes/notes/bug-1828534-ensure-coordination-ids-are-encoded-b5f32b9e16339251.yaml
index 8849eac4..3cd15f7b 100644
--- a/releasenotes/notes/bug-1828534-ensure-coordination-ids-are-encoded-b5f32b9e16339251.yaml
+++ b/releasenotes/notes/bug-1828534-ensure-coordination-ids-are-encoded-b5f32b9e16339251.yaml
@@ -1,12 +1,18 @@
---
upgrade:
- |
- While this patch fixes upgrades from patched Python 2 to patched
- Python 3 designate releases, the issue will still be present on
- upgrade from unpatched Python 3 to patched Python 3 designate
- releases.
+ 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:
- |
- This fixes an issue when upgrading to Python 3 (where bytes and str are
+ 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