##// END OF EJS Templates
docs: added 5.8.0 changelog
marcink -
r423:f4b42dc7 v5.8.0 master
parent child Browse files
Show More
@@ -3,6 +3,52 b''
3 Release History
3 Release History
4 ---------------
4 ---------------
5
5
6 v5.8.0 (2024-04-17)
7 +++++++++++++++++++
8
9 Features
10 ^^^^^^^^
11
12 * **redis:** added --db flag to pick redis DB to connect to
13 * **router:** allow proper ports override to specify custom ports on router.
14 * **dev-env:** fast start celery/ssh on dev env, but replace them with code-based instances if they are started
15 * **dev-env:** optimized celery/ssh dev instances startup options
16 * **dev-tools:** allow running celery/celeryd for dev in more flexible ways
17
18 Fixes
19 ^^^^^
20
21 * **celery:** use higher CLI value for max-tasks-per-child as a default for rcstack
22 * **celery:** make sure celery workers get proper hostnames set for scaling
23 * **cli-tools:** fixed issue with CLI tools selecting node for execution for older docker
24 * **db:** fixed missing profiles for selecting different database type
25 * **dev-tools:** fix SSH port bind on dev version of sshd server
26 * **dev-tools:** make celeryd start with dev-env
27 * **docs:** fixed error in docs syntax
28 * **docs:** fixed ordering
29 * **docs:** added info about SVN re-config when moving to Docker
30 * **docs:** remove skip to content which is redundant
31 * **getting-started:** added more explicit info how to start all using single command
32 * **svn:** fixed default apache config
33
34 Chore
35 ^^^^^
36
37 * **docker compose:** remove file version strings as they are deprecated since new compose version
38 * **deps:** use python 3.11.8 from now on
39 * **docs:** added few extra inline comments on port changes on traefik
40 * **version:** bumped to 5.8.0
41
42 Docs
43 ^^^^
44
45 * updated docs with custom SSL ports and other fixes
46 * fixed missing migration step that would make sure proper permissions are set on filesystem
47 * **dev:** updated dev docs
48 * **install:** updated docs for installation topics
49 * **migration:** added intersphinx compat link to migration
50 * **scaling:** updates scaling section to instruct how to scale ssh and celery
51
6 v5.7.0 (2024-01-31)
52 v5.7.0 (2024-01-31)
7 +++++++++++++++++++
53 +++++++++++++++++++
8
54
General Comments 0
You need to be logged in to leave comments. Login now