You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.rst
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,35 @@ Changelog
17
17
18
18
.. towncrier release notes start
19
19
20
+
3.21.1 (2022-10-18)
21
+
===================
22
+
REST API
23
+
--------
24
+
25
+
Bugfixes
26
+
~~~~~~~~
27
+
28
+
- Fixed the fs exporter to handle the case where there are pre-existing files in the location that FileSystem attempts to export to you get a FileExistsError.
29
+
:github:`1949`
30
+
- Fixed content-disposition header which is used in the object storage backends.
31
+
:github:`3124`
32
+
- Fixed the fs exporter to handle the case where hardlink method was requested but pulp and export locations are in different partitions so can't share the same inode.
33
+
:github:`3187`
34
+
- Another guardrail added around content-stages to address deadlock in a specific usecase.
35
+
:github:`3192`
36
+
- Fixed bug where installations with at least one pre-release plugin installed were posting to the
37
+
production telemetry site instead of the developer telemetry site.
38
+
:github:`3213`
39
+
- Do not expose artifact digest via content-disposition header when using Azure backend.
0 commit comments