##// END OF EJS Templates
chore(changelog): generated a changelog for 5.4.0
super-admin -
r348:a04db064 v5.4.0
parent child Browse files
Show More
@@ -1,168 +1,206 b''
1 .. :changelog:
1 .. :changelog:
2
2
3 Release History
3 Release History
4 ---------------
4 ---------------
5
5
6 v5.4.0 (2023-12-13)
7 +++++++++++++++++++
8
9 Features
10 ^^^^^^^^
11
12 * **grafana:** format IP addresses with fixed width for loki entries
13 * **self-update:** added --update-docker-image to force set version from installer
14 * **ssh:** allow fully custom ssh port for k8s setup
15 * **ssl:** ensure all services get SSL enabled during init phase
16 * **status:** add more information on status with --config flag
17
18 Fixes
19 ^^^^^
20
21 * **ssl:** show properly how to enable mounts for custom traefik ssl
22 * **static-files:** fixed missing JS plugins wiped during a build
23
24 Build
25 ^^^^^
26
27 * **router:** bumped traefik to v2.10.7
28 * **services:** bumped postgresql to 14.10
29 * **services:** bumped redis to 7.2.3
30
31 Dev
32 ^^^
33
34 * **tools:** added better entrypoints to start dev envs
35
36 Docs
37 ^^^^
38
39 * **requirements:** add info about basic requirements for hardware
40 * **ssl:** cleanup example cert files names
41
42
43
6 v5.3.0 (2023-11-29)
44 v5.3.0 (2023-11-29)
7 +++++++++++++++++++
45 +++++++++++++++++++
8
46
9 Features
47 Features
10 ^^^^^^^^
48 ^^^^^^^^
11
49
12 * **docker:** added force docker upgrade and docker version commands
50 * **docker:** added force docker upgrade and docker version commands
13 * **docs:** build docs using docker image
51 * **docs:** build docs using docker image
14 * **docs:** enabled google analytics on docs
52 * **docs:** enabled google analytics on docs
15 * **grafana:** updated grafana dashboard with better metrics
53 * **grafana:** updated grafana dashboard with better metrics
16 * **overrides:** added example how to mount own source code on rhodecode
54 * **overrides:** added example how to mount own source code on rhodecode
17 * **stack:** added new cli cmd option to run a custom command on top of image
55 * **stack:** added new cli cmd option to run a custom command on top of image
18 * **status:** added -v flag to print some useful info on the stack status
56 * **status:** added -v flag to print some useful info on the stack status
19
57
20 Fixes
58 Fixes
21 ^^^^^
59 ^^^^^
22
60
23 * **docs:** fixed ssh port in docs
61 * **docs:** fixed ssh port in docs
24 * **elasticsearch:** tune options for ES cluster to work properly under docker
62 * **elasticsearch:** tune options for ES cluster to work properly under docker
25 * **init:** fixed bug with sed on linux systems
63 * **init:** fixed bug with sed on linux systems
26
64
27 Build
65 Build
28 ^^^^^
66 ^^^^^
29
67
30 * **pip:** bumped pip version to 23.3.1
68 * **pip:** bumped pip version to 23.3.1
31
69
32 Chore
70 Chore
33 ^^^^^
71 ^^^^^
34
72
35 * **spelling:** improve info about used commit on init/update
73 * **spelling:** improve info about used commit on init/update
36
74
37 Dev
75 Dev
38 ^^^
76 ^^^
39
77
40 * **tools:** set new version setting logic on top of dev-tools
78 * **tools:** set new version setting logic on top of dev-tools
41
79
42 Docs
80 Docs
43 ^^^^
81 ^^^^
44
82
45 * **configuration:** added info about turning off elasticsearch
83 * **configuration:** added info about turning off elasticsearch
46 * **index:** show latest version for index page
84 * **index:** show latest version for index page
47 * **rcstack-help:** fix instructions for getting rcstack at stable
85 * **rcstack-help:** fix instructions for getting rcstack at stable
48 * **ssl:** improve ssl certificates docs
86 * **ssl:** improve ssl certificates docs
49 * **ssl:** added info about troubleshooting the SSL certs
87 * **ssl:** added info about troubleshooting the SSL certs
50
88
51 v5.2.0 (2023-11-08)
89 v5.2.0 (2023-11-08)
52 +++++++++++++++++++
90 +++++++++++++++++++
53
91
54
92
55 Features
93 Features
56 ^^^^^^^^
94 ^^^^^^^^
57
95
58 * **os-support:** beta support for OSX installation
96 * **os-support:** beta support for OSX installation
59 * **compatability:** used unified sed function for better OS compatability
97 * **compatability:** used unified sed function for better OS compatability
60 * **install:** improved logic of init script re-run with --force
98 * **install:** improved logic of init script re-run with --force
61
99
62 Fixes
100 Fixes
63 ^^^^^
101 ^^^^^
64
102
65 * **docker-image:** fixed symlink creation for svn and git
103 * **docker-image:** fixed symlink creation for svn and git
66
104
67 Build
105 Build
68 ^^^^^
106 ^^^^^
69
107
70 * **certs:** fixed a missing blank .crt file allowing to specify custom certs
108 * **certs:** fixed a missing blank .crt file allowing to specify custom certs
71 * **metrics:** bumped metrics stack
109 * **metrics:** bumped metrics stack
72 * **services:** bumped services stack
110 * **services:** bumped services stack
73 * **ssl:** updated and stored default cert file bundle exposed inside containers
111 * **ssl:** updated and stored default cert file bundle exposed inside containers
74
112
75 Chore
113 Chore
76 ^^^^^
114 ^^^^^
77
115
78 * **comments:** added info about Loki auth format
116 * **comments:** added info about Loki auth format
79
117
80 Dev
118 Dev
81 ^^^
119 ^^^
82
120
83 * **dev-tools:** improve starting dev images via docker
121 * **dev-tools:** improve starting dev images via docker
84
122
85 Docs
123 Docs
86 ^^^^
124 ^^^^
87
125
88 * **os-support:** added information about supported OS
126 * **os-support:** added information about supported OS
89 * **ssl:** added information about ssl certificate handling for rcstack
127 * **ssl:** added information about ssl certificate handling for rcstack
90 * **upgrade:** added information about faster upgrade
128 * **upgrade:** added information about faster upgrade
91
129
92
130
93 v5.1.0 (2023-11-02)
131 v5.1.0 (2023-11-02)
94 +++++++++++++++++++
132 +++++++++++++++++++
95
133
96 Fixes
134 Fixes
97 ^^^^^
135 ^^^^^
98
136
99 * **core:** moved the custom build files and definition to subfolders
137 * **core:** moved the custom build files and definition to subfolders
100 * **core:** fixed svn apps to not override by default SVN env variables
138 * **core:** fixed svn apps to not override by default SVN env variables
101
139
102 Chore
140 Chore
103 ^^^^^
141 ^^^^^
104
142
105 * **ignore:** added extra ignore dirs in config
143 * **ignore:** added extra ignore dirs in config
106
144
107 Docs
145 Docs
108 ^^^^
146 ^^^^
109
147
110 * **migration:** added more comprehensive instructions for upgrade task
148 * **migration:** added more comprehensive instructions for upgrade task
111 * **upgrade:** added additional step for upgrade doc
149 * **upgrade:** added additional step for upgrade doc
112
150
113
151
114 v5.0.8 (2023-10-25)
152 v5.0.8 (2023-10-25)
115 +++++++++++++++++++
153 +++++++++++++++++++
116
154
117 Fixes
155 Fixes
118 ^^^^^
156 ^^^^^
119
157
120
158
121 * **services**: fixed healthcheck syntax to be more reliable
159 * **services**: fixed healthcheck syntax to be more reliable
122
160
123 Chore
161 Chore
124 ^^^^^
162 ^^^^^
125
163
126 * **dependencies**: bumped to traefik:v2.10.5
164 * **dependencies**: bumped to traefik:v2.10.5
127 * **dependencies**: bumped to library/redis:7.0.14
165 * **dependencies**: bumped to library/redis:7.0.14
128
166
129 Docs
167 Docs
130 ^^^^
168 ^^^^
131
169
132 * **migration**: updated migration guide
170 * **migration**: updated migration guide
133
171
134
172
135 v5.0.7 (2023-10-23)
173 v5.0.7 (2023-10-23)
136 +++++++++++++++++++
174 +++++++++++++++++++
137
175
138 * docs: updated few instructions on image management
176 * docs: updated few instructions on image management
139 * svn[bugfix]: fixed svn configs for custom build
177 * svn[bugfix]: fixed svn configs for custom build
140 * svn: bumped httpd to .58
178 * svn: bumped httpd to .58
141 * cli[bugfix]: fixed issue with runtime-image-info command
179 * cli[bugfix]: fixed issue with runtime-image-info command
142 * monitoring: fixed label position on grafana dashboard
180 * monitoring: fixed label position on grafana dashboard
143
181
144
182
145 v5.0.6 (2023-10-12)
183 v5.0.6 (2023-10-12)
146 +++++++++++++++++++
184 +++++++++++++++++++
147
185
148 * rcstack asks for EULA for CE/EE versions
186 * rcstack asks for EULA for CE/EE versions
149
187
150
188
151 v5.0.5 (2023-10-10)
189 v5.0.5 (2023-10-10)
152 +++++++++++++++++++
190 +++++++++++++++++++
153
191
154 * expose DOMAIN/_pages to expose "pages" like drop-folder to serve static pages
192 * expose DOMAIN/_pages to expose "pages" like drop-folder to serve static pages
155 * change documentation to RST
193 * change documentation to RST
156
194
157
195
158 v5.0.4 (2023-09-29)
196 v5.0.4 (2023-09-29)
159 +++++++++++++++++++
197 +++++++++++++++++++
160
198
161 * rcstack: remove dependency for md5sum, this allows to run on macOS
199 * rcstack: remove dependency for md5sum, this allows to run on macOS
162 * nginx: cleanup configuration files to single conf file
200 * nginx: cleanup configuration files to single conf file
163
201
164
202
165 v5.0.0 (2023-09-21)
203 v5.0.0 (2023-09-21)
166 +++++++++++++++++++
204 +++++++++++++++++++
167
205
168 * initial release for new python3 RhodeCode installer
206 * initial release for new python3 RhodeCode installer
General Comments 0
You need to be logged in to leave comments. Login now