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