mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-02-10 05:08:27 +00:00
Merge remote-tracking branch 'origin/master' into nightly
This commit is contained in:
commit
0cd11250c3
10
CHANGELOG.md
10
CHANGELOG.md
@ -20,6 +20,16 @@ instructions, because git commits are used to generate release notes:
|
||||
|
||||
<!-- scriv-insert-here -->
|
||||
|
||||
<a id='changelog-17.0.3'></a>
|
||||
## v17.0.3 (2024-03-26)
|
||||
|
||||
- 💥[Bugfix] Prevent infinite growth of course structure cache in Redis. (by @regisb)
|
||||
- Redis is now configured with a maximum memory size of 4GB. If this is too low for your platform, you should increase this value using the new "redis-conf" patch.
|
||||
- Make sure that course structure cache keys have an actual timeout.
|
||||
- [Feature] Introduce the "redis-conf" patch. (by @regisb)
|
||||
- [Bugfix] Fix merge conflicts in nightly when trying to apply patches from the master branch. (by @regisb)
|
||||
- [Bugfix] Ensure mounted installable packages are installed as expected upon initialization. (by @dawoudsheraz)
|
||||
|
||||
<a id='changelog-17.0.2'></a>
|
||||
## v17.0.2 (2024-02-09)
|
||||
|
||||
|
@ -1,4 +0,0 @@
|
||||
- 💥[Bugfix] Prevent infinite growth of course structure cache in Redis. (by @regisb)
|
||||
- Redis is now configured with a maximum memory size of 4GB. If this is too low for your platform, you should increase this value using the new "redis-conf" patch.
|
||||
- Make sure that course structure cache keys have an actual timeout.
|
||||
- [Feature] Introduce the "redis-conf" patch. (by @regisb)
|
@ -1 +0,0 @@
|
||||
- [Bugfix] Fix merge conflicts in nightly when trying to apply patches from the master branch. (by @regisb)
|
@ -1 +0,0 @@
|
||||
- [BugFix] Ensure mounted installable packages are installed as expected upon initialization. (by @dawoudsheraz)
|
@ -5,6 +5,7 @@ tutor-credentials>=17.0.0,<18.0.0
|
||||
tutor-discovery>=17.0.0,<18.0.0
|
||||
tutor-ecommerce>=17.0.0,<18.0.0
|
||||
tutor-forum>=17.0.0,<18.0.0
|
||||
tutor-indigo>=17.0.0,<18.0.0
|
||||
tutor-jupyter>=17.0.0,<18.0.0
|
||||
tutor-mfe>=17.0.0,<18.0.0
|
||||
tutor-minio>=17.0.0,<18.0.0
|
||||
|
@ -2,7 +2,7 @@ import os
|
||||
|
||||
# Increment this version number to trigger a new release. See
|
||||
# docs/tutor.html#versioning for information on the versioning scheme.
|
||||
__version__ = "17.0.2"
|
||||
__version__ = "17.0.3"
|
||||
|
||||
# The version suffix will be appended to the actual version, separated by a
|
||||
# dash. Use this suffix to differentiate between the actual released version and
|
||||
|
Loading…
x
Reference in New Issue
Block a user