##// END OF EJS Templates
docs(changelog): added 5.2.0 release changelog
super-admin -
Show More
@@ -4,8 +4,50 b' Release History'
4 4 ---------------
5 5
6 6
7 5.1.0 (2023-11-02)
8 ++++++++++++++++++
7 v5.2.0 (2023-11-08)
8 +++++++++++++++++++
9
10
11 Features
12 ^^^^^^^^
13
14 * **os-support:** beta support for OSX installation
15 * **compatability:** used unified sed function for better OS compatability
16 * **install:** improved logic of init script re-run with --force
17
18 Fixes
19 ^^^^^
20
21 * **docker-image:** fixed symlink creation for svn and git
22
23 Build
24 ^^^^^
25
26 * **certs:** fixed a missing blank .crt file allowing to specify custom certs
27 * **metrics:** bumped metrics stack
28 * **services:** bumped services stack
29 * **ssl:** updated and stored default cert file bundle exposed inside containers
30
31 Chore
32 ^^^^^
33
34 * **comments:** added info about Loki auth format
35
36 Dev
37 ^^^
38
39 * **dev-tools:** improve starting dev images via docker
40
41 Docs
42 ^^^^
43
44 * **os-support:** added information about supported OS
45 * **ssl:** added information about ssl certificate handling for rcstack
46 * **upgrade:** added information about faster upgrade
47
48
49 v5.1.0 (2023-11-02)
50 +++++++++++++++++++
9 51
10 52 Fixes
11 53 ^^^^^
@@ -25,8 +67,8 b' Docs'
25 67 * **upgrade:** added additional step for upgrade doc
26 68
27 69
28 5.0.8 (2023-10-25)
29 ++++++++++++++++++
70 v5.0.8 (2023-10-25)
71 +++++++++++++++++++
30 72
31 73 Fixes
32 74 ^^^^^
@@ -46,8 +88,8 b' Docs'
46 88 * **migration**: updated migration guide
47 89
48 90
49 5.0.7 (2023-10-23)
50 ++++++++++++++++++
91 v5.0.7 (2023-10-23)
92 +++++++++++++++++++
51 93
52 94 * docs: updated few instructions on image management
53 95 * svn[bugfix]: fixed svn configs for custom build
@@ -56,27 +98,27 b' Docs'
56 98 * monitoring: fixed label position on grafana dashboard
57 99
58 100
59 5.0.6 (2023-10-12)
60 ++++++++++++++++++
101 v5.0.6 (2023-10-12)
102 +++++++++++++++++++
61 103
62 104 * rcstack asks for EULA for CE/EE versions
63 105
64 106
65 5.0.5 (2023-10-10)
66 ++++++++++++++++++
107 v5.0.5 (2023-10-10)
108 +++++++++++++++++++
67 109
68 110 * expose DOMAIN/_pages to expose "pages" like drop-folder to serve static pages
69 111 * change documentation to RST
70 112
71 113
72 5.0.4 (2023-09-29)
73 ++++++++++++++++++
114 v5.0.4 (2023-09-29)
115 +++++++++++++++++++
74 116
75 117 * rcstack: remove dependency for md5sum, this allows to run on macOS
76 118 * nginx: cleanup configuration files to single conf file
77 119
78 120
79 5.0.0 (2023-09-21)
80 ++++++++++++++++++
121 v5.0.0 (2023-09-21)
122 +++++++++++++++++++
81 123
82 124 * initial release for new python3 RhodeCode installer
General Comments 0
You need to be logged in to leave comments. Login now