Skip to content

Commit df04bc0

Browse files
committed
Add changelog for 3.18.4
[noissue]
1 parent c24af17 commit df04bc0

File tree

6 files changed

+28
-8
lines changed

6 files changed

+28
-8
lines changed

CHANGES.rst

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

1818
.. towncrier release notes start
1919
20+
3.18.4 (2022-04-12)
21+
===================
22+
REST API
23+
--------
24+
25+
Bugfixes
26+
~~~~~~~~
27+
28+
- Fixed two instances of Pulp not writing to the task worker's temporary directory.
29+
:github:`2061`
30+
- Taught task-purge to process tasks in batches of 1000. This prevents large purges from using
31+
large amounts of memory as a result of reading all the affected Tasks into memory at once.
32+
:github:`2215`
33+
- Loosened the version-restrictions on PulpImport to only require X.Y matching.
34+
:github:`2269`
35+
- Fixed a (rare) deadlock around bulk_update() during syncs with overlapping content.
36+
:github:`2430`
37+
- Fixed a bug where notifications to workers may go unnoticed. This may lead to idle workers while
38+
there are tasks waiting.
39+
:github:`2506`
40+
41+
42+
Plugin API
43+
----------
44+
45+
No significant changes.
46+
47+
2048
3.18.3 (2022-03-25)
2149
===================
2250
REST API

CHANGES/2061.bugfix

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

CHANGES/2215.bugfix

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

CHANGES/2269.bugfix

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

CHANGES/2430.bugfix

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

CHANGES/2506.bugfix

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

0 commit comments

Comments
 (0)