##// END OF EJS Templates
chore: fixed release notes for 5.2.0
andverb -
r5545:1574792e default
parent child Browse files
Show More
@@ -1,55 +1,55 b''
1 |RCE| 5.2.0 |RNS|
1 |RCE| 5.2.0 |RNS|
2 -----------------
2 -----------------
3
3
4 Release Date
4 Release Date
5 ^^^^^^^^^^^^
5 ^^^^^^^^^^^^
6
6
7 - 2024-10-09
7 - 2024-10-09
8
8
9
9
10 New Features
10 New Features
11 ^^^^^^^^^^^^
11 ^^^^^^^^^^^^
12
12
13 - New artifact storage engines allowing an s3 based uploads
13 - New artifact storage engines allowing an s3 based uploads
14 - Enterprise version only: Added security tab to admin interface and possibility to whitelist specific vcs client versions. Some older versions clients have known security vulnerabilities, now you can disallow them.
14 - Enterprise version only: Added security tab to admin interface and possibility to whitelist specific vcs client versions. Some older versions clients have known security vulnerabilities, now you can disallow them.
15 - Enterprise version only: Implemented support for Azure SAML authentication
15 - Enterprise version only: Implemented support for Azure SAML authentication
16
16
17
17
18 General
18 General
19 ^^^^^^^
19 ^^^^^^^
20 - Bumped version of packaging, gunicorn, orjson, zope.interface and some other requirements
20 - Bumped version of packaging, gunicorn, orjson, zope.interface and some other requirements
21 - Few tweaks and changes to saml plugins to allows easier setup
21 - Few tweaks and changes to saml plugins to allows easier setup
22 - Configs: allow json log format for gunicorn
22 - Configs: allow json log format for gunicorn
23 - Configs: deprecated old ssh wrapper command and make the v2 the default one
23 - Configs: deprecated old ssh wrapper command and make the v2 the default one
24 - Make sure commit-caches propagate to parent repo groups
24 - Make sure commit-caches propagate to parent repo groups
25 - Configs: Moved git lfs path and path of hg large files to *.ini file
25 - Configs: Moved git lfs path and path of hg large files to ini file
26
26
27 Security
27 Security
28 ^^^^^^^^
28 ^^^^^^^^
29
29
30
30
31
31
32 Performance
32 Performance
33 ^^^^^^^^^^^
33 ^^^^^^^^^^^
34
34
35 - description escaper for better performance
35 - description escaper for better performance
36
36
37 Fixes
37 Fixes
38 ^^^^^
38 ^^^^^
39
39
40 - Email notifications not working properly
40 - Email notifications not working properly
41 - Removed waitress as a default runner
41 - Removed waitress as a default runner
42 - Fixed issue with branch permissions
42 - Fixed issue with branch permissions
43 - Ldap: fixed nested groups extraction logic
43 - Ldap: fixed nested groups extraction logic
44 - Fixed possible db corruption in case of filesystem problems
44 - Fixed possible db corruption in case of filesystem problems
45 - Cleanup and improvements to documentation
45 - Cleanup and improvements to documentation
46 - Added Kubernetes deployment section to the documentation
46 - Added Kubernetes deployment section to the documentation
47 - Added default value to celery result and broker
47 - Added default value to celery result and broker
48 - Fixed broken backends function after python3 migration
48 - Fixed broken backends function after python3 migration
49 - Explicitly disable mercurial web_push ssl flag to prevent from errors about ssl required
49 - Explicitly disable mercurial web_push ssl flag to prevent from errors about ssl required
50 - VCS: fixed problems with locked repos and with branch permissions reporting
50 - VCS: fixed problems with locked repos and with branch permissions reporting
51
51
52 Upgrade notes
52 Upgrade notes
53 ^^^^^^^^^^^^^
53 ^^^^^^^^^^^^^
54
54
55 - RhodeCode 5.2.0 is a planned major release featuring Azure SAML, whitelist for client versions, s3 artifacts backend and more!
55 - RhodeCode 5.2.0 is a planned major release featuring Azure SAML, whitelist for client versions, s3 artifacts backend and more!
General Comments 0
You need to be logged in to leave comments. Login now