Skip to content

Commit fddc7a7

Browse files
committed
Add changelog for 3.21.1
[noissue]
1 parent c66bd93 commit fddc7a7

File tree

7 files changed

+29
-7
lines changed

7 files changed

+29
-7
lines changed

CHANGES.rst

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,35 @@ Changelog
1717

1818
.. towncrier release notes start
1919
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.
40+
:github:`3244`
41+
42+
43+
Plugin API
44+
----------
45+
46+
No significant changes.
47+
48+
2049
3.21.0 (2022-09-08)
2150
===================
2251
REST API

CHANGES/1949.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/3124.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/3187.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/3192.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/3213.bugfix

Lines changed: 0 additions & 2 deletions
This file was deleted.

CHANGES/3244.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)