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