Skip to content

Commit be02cff

Browse files
Jenkins Agent Usercesmarvin
authored andcommitted
Merge branch 'release/v6.1.1-2'
2 parents be1da85 + f56f1a2 commit be02cff

5 files changed

Lines changed: 19 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [v6.1.1-2] - 2026-01-29
11+
12+
### Security
13+
- [#178] CVE fixed: [cve-2025-15467](https://avd.aquasec.com/nvd/2025/cve-2025-15467/)
14+
1015
## [v6.1.1-1] - 2026-01-22
1116
### Changed
1217
- [#171] Update Redmine to version 6.1.1

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM registry.cloudogu.com/official/base:3.23.2-2
22

33
LABEL NAME="official/redmine" \
4-
VERSION="6.1.1-1" \
4+
VERSION="6.1.1-2" \
55
maintainer="hello@cloudogu.com"
66

77
ENV USER=redmine \

docs/gui/release_notes_de.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ Technische Details zu einem Release finden Sie im zugehörigen [Changelog](https
66

77
## [Unreleased]
88

9+
## [v6.1.1-2] - 2026-01-29
10+
11+
### Security
12+
- [#178] Sicherheitslücke geschlossen [cve-2025-15467](https://avd.aquasec.com/nvd/2025/cve-2025-15467/)
13+
914
## [v6.1.1-1] - 2026-01-22
1015
### Changed
1116
* Das Dogu bietet nun die Redmine-Version 6.1.1 an. Die Release Notes von Redmine finden Sie [hier](https://www.redmine.org/projects/redmine/wiki/Changelog_6_1#611-2026-01-05).
@@ -95,4 +100,4 @@ Wir haben nur technische Änderungen vorgenommen. Näheres finden Sie in den Cha
95100
## 5.0.8-1
96101

97102
* Das Dogu bietet nun die Redmine-Version 5.0.8 an. Die Release Notes von Redmine finden Sie [hier](https://www.redmine.org/projects/redmine/wiki/Changelog_5_0#508-2024-03-04).
98-
* In der Vergangenheit kam es vor, dass [Änderungen aus dem Usermanagement](https://docs.cloudogu.com/de/usermanual/usermgt/documentation/#synchronisation-von-accounts-und-gruppen) nach einem Login des betroffenen Nutzers nicht in Redmine aktualisiert worden sind. Der Fehler ist in dieser Version behoben worden.
103+
* In der Vergangenheit kam es vor, dass [Änderungen aus dem Usermanagement](https://docs.cloudogu.com/de/usermanual/usermgt/documentation/#synchronisation-von-accounts-und-gruppen) nach einem Login des betroffenen Nutzers nicht in Redmine aktualisiert worden sind. Der Fehler ist in dieser Version behoben worden.

docs/gui/release_notes_en.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ Technical details on a release can be found in the corresponding [Changelog](htt
66

77
## [Unreleased]
88

9+
## [v6.1.1-2] - 2026-01-29
10+
11+
### Security
12+
- [#178] fixed [cve-2025-15467](https://avd.aquasec.com/nvd/2025/cve-2025-15467/)
13+
914
## [v6.1.1-1] - 2026-01-22
1015
### Changed
1116
* The dogu now offers Redmine version 6.0.6. You can find the Redmine release notes [here](https://www.redmine.org/projects/redmine/wiki/Changelog_6_1#611-2026-01-05)
@@ -94,4 +99,4 @@ We have only made technical changes. You can find more details in the changelogs
9499
## 5.0.8-1
95100

96101
* The Dogu now offers the Redmine version 5.0.8. The release notes of Redmine can be found [here](https://www.redmine.org/projects/redmine/wiki/Changelog_5_0#508-2024-03-04).
97-
* In the past it happened that [changes from the user management](https://docs.cloudogu.com/en/usermanual/usermgt/documentation/#synchronization-of-accounts-and-groups) were not updated in Redmine after a login of the affected user. The bug has been fixed in this version.
102+
* In the past it happened that [changes from the user management](https://docs.cloudogu.com/en/usermanual/usermgt/documentation/#synchronization-of-accounts-and-groups) were not updated in Redmine after a login of the affected user. The bug has been fixed in this version.

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": "6.1.1-1",
3+
"Version": "6.1.1-2",
44
"DisplayName": "Redmine",
55
"Description": "Redmine is a flexible project management web application",
66
"Category": "Development Apps",

0 commit comments

Comments
 (0)