summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElod Illes <elod.illes@est.tech>2023-03-17 16:48:27 +0100
committerElod Illes <elod.illes@est.tech>2023-03-17 16:48:27 +0100
commit16a8a421616ca5aeef670b4e2d47eed2e2950868 (patch)
tree5b2312306102dd97879a25589e8317d1ccbf57c5
parent9350a409ad7d926cfa17d179f81776097836d0fe (diff)
downloadoslo-log-stable/2023.1.tar.gz
Add 'revert bugfix #1983863' release note5.2.0stable/2023.1
During 2023.1 Antelope cycle the upper constraint version bump patch could not merge [1], as cross-nova-py310 fails. This means that during the cycle everything was tested with oslo.log 5.0.0, so as we discussed this during release meeting [2] we need to revert the patches that most likely cause the job failure. [1] https://review.opendev.org/c/openstack/requirements/+/873390 [2] https://meetings.opendev.org/meetings/releaseteam/2023/releaseteam.2023-03-17-14.00.log.html#l-133 Change-Id: Id01125046bd710d0014e16550f784e8ea20a439f
-rw-r--r--releasenotes/notes/revert-native-threads-logging-e5e103eb81b4acad.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/revert-native-threads-logging-e5e103eb81b4acad.yaml b/releasenotes/notes/revert-native-threads-logging-e5e103eb81b4acad.yaml
new file mode 100644
index 0000000..cd2b189
--- /dev/null
+++ b/releasenotes/notes/revert-native-threads-logging-e5e103eb81b4acad.yaml
@@ -0,0 +1,8 @@
+---
+other:
+ - |
+ This release reverts fix for `Bug #1983863
+ <https://bugs.launchpad.net/oslo.log/+bug/1983863>`_: Fixed logging in
+ eventlet native threads.
+ This fix caused gate problems during cross-project testing and needed
+ to be removed from 2023.1 Antelope release.