File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ v5.1.8-6] - 2026-02-17
11+ ### Security
12+ - [ #181 ] upgrade to base image 3.19.x to fix CVE-2025 -61732 and CVE-2025 -68121.
13+ This is the latest version of the base-image that contains ruby < 3.3.0. This is
14+ a requirement for Redmine 5.x.
15+
1016## [ v5.1.8-5] - 2026-01-29
1117### Fixed
1218- [ #176 ] use permanent config admin instead of a temporary one. This should reduce
Original file line number Diff line number Diff line change 1- FROM registry.cloudogu.com/official/base:3.19.4-3
1+ FROM registry.cloudogu.com/official/base:3.19.4-4
22
33LABEL NAME="official/redmine" \
4- VERSION="5.1.8-5 " \
4+ VERSION="5.1.8-6 " \
55 maintainer="hello@cloudogu.com"
66
77ENV USER=redmine \
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ Technische Details zu einem Release finden Sie im zugehörigen [Changelog](https
66
77## [ Unreleased]
88
9+ ## [ v5.1.8-6] - 2026-02-17
10+ ### Security
11+ * Behebung von CVE-2025 -61732 and CVE-2025 -68121 in einer abhängigen Bibliothek.
12+
913## [ v5.1.8-5] - 2026-01-29
1014### Fixed
1115* Manchmal wurden E-Mails versendet, wenn temporäre Administratorkonten erstellt wurden.
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ Technical details on a release can be found in the corresponding [Changelog](htt
66
77## [ Unreleased]
88
9+ ## [ v5.1.8-6] - 2026-02-17
10+ ### Security
11+ * Fix of CVE-2025 -61732 and CVE-2025 -68121 in a library dependency.
12+
913## [ v5.1.8-5] - 2026-01-29
1014### Fixed
1115* Sometimes emails were sent when temporary administrator account were created. This confused
Original file line number Diff line number Diff line change 11{
22 "Name" : " official/redmine" ,
3- "Version" : " 5.1.8-5 " ,
3+ "Version" : " 5.1.8-6 " ,
44 "DisplayName" : " Redmine" ,
55 "Description" : " Redmine is a flexible project management web application" ,
66 "Category" : " Development Apps" ,
You can’t perform that action at this time.
0 commit comments