Skip to content

Commit 542ed0c

Browse files
author
Roberto Rosario
committed
Update changelog and release notes
Signed-off-by: Roberto Rosario <[email protected]>
1 parent 2e344b9 commit 542ed0c

File tree

2 files changed

+53
-0
lines changed

2 files changed

+53
-0
lines changed

docs/releases/4.0.7.txt

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
Version 4.0.7
2+
=============
3+
4+
Released: June 11, 2021
5+
6+
Changes
7+
-------
8+
9+
Platform templates
10+
^^^^^^^^^^^^^^^^^^
11+
12+
Rename Docker entrypoint variable ``CELERY_TASKS_MEMORY_PER_CHILD_ARGUMENT``
13+
to the correct ``CELERY_MAX_TASKS_PER_CHILD_ARGUMENT``.
14+
15+
Removals
16+
--------
17+
18+
- None
19+
20+
21+
Upgrade process
22+
---------------
23+
24+
.. include:: partials/upgrade-3.5-4.0.txt
25+
26+
27+
Troubleshooting
28+
---------------
29+
30+
If you observe the errors:
31+
32+
- ``mayan.apps.file_caching.models.CachePartitionFile.DoesNotExist: CachePartitionFile matching query does not exist.``
33+
34+
or:
35+
36+
- ``FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/mayan/document_file_storage/...``
37+
38+
follow the solution outlined in the troubleshooting section: :ref:`troubleshooting-version-4.0`
39+
40+
41+
Backward incompatible changes
42+
-----------------------------
43+
44+
- None
45+
46+
47+
Issues closed
48+
-------------
49+
50+
- :gitlab-issue:`999` [4.05] MAYAN_WORKER_X_MAX_TASKS_PER_CHILD Error
51+
52+
.. _PyPI: https://pypi.python.org/pypi/mayan-edms/

docs/releases/index.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ versions of the documentation contain the release notes for any later releases.
2020
.. toctree::
2121
:maxdepth: 1
2222

23+
4.0.7
2324
4.0.6
2425
4.0.5
2526
4.0.4

0 commit comments

Comments
 (0)