Skip to content

Commit 81c96d8

Browse files
mathusankanncesmarvin
authored andcommitted
Merge branch 'release/v5.1.8-3'
2 parents 22f0f59 + 65e37c7 commit 81c96d8

5 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v5.1.8-3] - 2025-08-06
11+
### Security
12+
- [#155] close CVE GHSA-353f-x4gh-cqq8
13+
1014
## [v5.1.8-2] - 2025-06-11
1115
### Added
1216
- [#153] add configurable rack query parameter sizes

Dockerfile

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

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

77
ENV USER=redmine \
@@ -107,6 +107,8 @@ RUN set -eux -o pipefail \
107107
&& 2>/dev/null 1>&2 gem update --system --quiet \
108108
# set temporary database configuration for bundle install
109109
&& cp ${WORKDIR}/config/database.yml.tpl ${WORKDIR}/config/database.yml \
110+
# Patch vulnerable nokogiri version to >= 1.18.9
111+
&& sed -i '/gem.*nokogiri/ s/1\.18\.3/1.18.9/' ${WORKDIR}/Gemfile \
110112
# Install rubycas-client
111113
&& wget -O v${RUBYCASVERSION}.tar.gz "https://github.com/cloudogu/rubycas-client/archive/v${RUBYCASVERSION}.tar.gz" \
112114
&& echo "${RUBYCAS_TARGZ_SHA256} *v${RUBYCASVERSION}.tar.gz" | sha256sum -c - \

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-3] - 2025-08-06
10+
### Changed
11+
* Wir haben nur technische Änderungen vorgenommen. Näheres finden Sie in den Changelogs.
12+
913
## [v5.1.8-2] - 2025-06-11
1014
### Added
1115
* Zusätzliche Konfigurationsschlüssel rack/params_limit und rack/bytesize_limit hinzugefügt.

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-3] - 2025-08-06
10+
### Changed
11+
* We have only made technical changes. You can find more details in the changelogs.
12+
913
## [v5.1.8-2] - 2025-06-11
1014
### Added
1115
* Added additional config parameters rack/params_limit and rack/bytesize_limit.

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

0 commit comments

Comments
 (0)