Release Notes
Below you will find the release notes for the Redmine Dogu.
Technical details on a release can be found in the corresponding Changelog.
[Unreleased]
[v6.1.1-6] - 2026-03-27
Security
- Fixed Vulnerability CVE-2026-22184
[v6.1.1-5] - 2026-02-24
Fixed
- [#185] Fixed inter dogu https communication with self sigend certificates
[v6.1.1-4] - 2026-02-18
Security
- Fixed CVE-2025-61732 and CVE-2025-68121
[v6.1.1-3] - 2026-02-02
Fixed
- Sometimes emails were sent when temporary administrator account were created. This confused the administrators, as they couldn't tell if it was a security issue. We now use one internal administrator account that is created only once, instead of creating and deleting a new one every time the system starts. This should reduce the number of these emails.
[v6.1.1-2] - 2026-01-29
Security
- [#178] fixed cve-2025-15467
[v6.1.1-1] - 2026-01-22
Changed
- The dogu now offers Redmine version 6.0.6. You can find the Redmine release notes here
[v6.0.6-3] - 2025-11-25
Fixed
-
Robustness of deletion process for temporary admins improved.
- In Error Cases the temporary admin accounts were not properly deleted during a previous start attempt.
- While the connected Configuration Key indicated that the admin account was not deleted yet.
- Additional attempts at deleting this temporary account would fail and prevent proper Dogu Startup.
- This Error was fixed with this Release.
[v6.0.6-2] - 2025-09-19
Changed
- We have only made technical changes. You can find more details in the changelogs.
[v6.0.6-1] - 2025-08-22
Changed
- The dogu now offers Redmine version 6.0.6. You can find the Redmine release notes here
[v5.1.8-4] - 2025-11-27
Fixed
-
Robustness of deletion process for temporary admins improved.
-
In Error Cases the temporary admin accounts were not properly deleted during a previous start attempt.
- While the connected Configuration Key indicated that the admin account was not deleted yet.
- Additional attempts at deleting this temporary account would fail and prevent proper Dogu Startup.
- This Error was fixed with this Release.
- Backport for Version 5
-
[v5.1.8-3] - 2025-08-06
Changed
- We have only made technical changes. You can find more details in the changelogs.
[v5.1.8-2] - 2025-06-11
Added
- Added additional config parameters rack/paramslimit and rack/bytesizelimit.
-
rack/params_limitincreases the limit of parameters in requests to Redmine- Attention: Requests with a large number of parameters can take a very long time. During this time, the function of the Redmine dogu is restricted for all users.
-
rack/bytesize_limitincreases the limit of parameters in requests to Redmine- Attention: Large requests can take a very long time. During this time, the function of the Redmine dogu is restricted for all users.
[v5.1.8-1] - 2025-05-13
Changed
- The dogu now offers Redmine version 5.1.8. You can find the Redmine release notes here
[v5.1.6-3] - 2025-04-28
Changed
- Usage of memory and CPU was optimized for the Kubernetes Mutlinode environment.
[v5.1.6-2] - 2025-04-04
- We have only made technical changes. You can find more details in the changelogs.
[v5.1.6-1] - 2025-02-17
- The dogu now offers Redmine version 5.1.6. You can find the Redmine release notes here.
- This version ensures multinode compatibility by avoiding deletion of the "default_data" configuration key. You can find more details in the changelogs.
[v5.1.4-3] - 2025-02-17
- the version 5.1.6-1 was released under a wrong version. This version was withdrawn and re-released under the now correct version.
[v5.1.4-2] - 2025-01-09
-
Configuration keys of the ecosystem which handle global password policies are also applied to Redmine.
- This means that the same password policies that apply to CES users will also apply to internal Redmine users.
[v5.1.4-1] - 2024-12-16
- The Dogu now offers the Redmine version 5.1.4. The release notes of Redmine can be found here.
5.1.3-4
We have only made technical changes. You can find more details in the changelogs.
5.1.3-3
- Cloudogu's own sources are relicensed from MIT to the AGPL 3.0-only.
5.1.3-2
- Fix of critical CVE-2024-41110 in library dependencies. This vulnerability could not be actively exploited, though.
5.1.3-1
- The Dogu now offers the Redmine version 5.1.2. The Redmine release notes can be found here.
-
This version deprecates the original Markdown format "Markdown" in favor of the more common Markdown format "CommonMark Markdown (Github-flavored)".
- For new installations,
CommonMark Markdown (github-flavoured)is now the default formatter -
Although the old formatter can still be used, administrators of previous Redmine versions should be prepared to change their projects:
- Underlined text (
_underline_) is no longer supported as such and will be displayed italicized instead - The Github documentation has information on most of the supported Github-flavored Markdown formatting (the one in Redmine does not use the latest formatting such as Alerts)
- Underlined text (
- Other formatters are not affected by this change
- For new installations,
5.0.8-1
- The Dogu now offers the Redmine version 5.0.8. The release notes of Redmine can be found here.
- In the past it happened that changes from the user management were not updated in Redmine after a login of the affected user. The bug has been fixed in this version.