Skip to content

Commit d49e614

Browse files
jelemuxcesmarvin
authored andcommitted
Merge branch 'release/v5.1.8-6' into 5.1.8/main
2 parents 5187535 + 5c478ee commit d49e614

5 files changed

Lines changed: 17 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM registry.cloudogu.com/official/base:3.19.4-3
1+
FROM registry.cloudogu.com/official/base:3.19.4-4
22

33
LABEL NAME="official/redmine" \
4-
VERSION="5.1.8-5" \
4+
VERSION="5.1.8-6" \
55
maintainer="hello@cloudogu.com"
66

77
ENV USER=redmine \

docs/gui/release_notes_de.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

docs/gui/release_notes_en.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

dogu.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)