From 59331d56eb9f7d4bb19f05c251e17161a3e8c98d Mon Sep 17 00:00:00 2001 From: Pranali Deore Date: Tue, 14 May 2024 06:11:39 +0000 Subject: [PATCH] Release notes for 4.6.0 Change-Id: I7c4758c78d2520346a0a89e4d4e0fb4895c79946 --- .../notes/4.6.0_releasenotes-99ed8ea49481ee01.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 releasenotes/notes/4.6.0_releasenotes-99ed8ea49481ee01.yaml diff --git a/releasenotes/notes/4.6.0_releasenotes-99ed8ea49481ee01.yaml b/releasenotes/notes/4.6.0_releasenotes-99ed8ea49481ee01.yaml new file mode 100644 index 00000000..27995272 --- /dev/null +++ b/releasenotes/notes/4.6.0_releasenotes-99ed8ea49481ee01.yaml @@ -0,0 +1,9 @@ +--- +fixes: + - | + Bug 2051712_: glanceclient leaks X-Auth-Token into debug log + - | + Bug 2064011_: Some unit test cases are broken with requests-mock >= 1.12.0 + + .. _2051712: https://code.launchpad.net/bugs/2051712 + .. _2064011: https://code.launchpad.net/bugs/2064011