Skip to content

Commit 1e7262e

Browse files
jelemuxcesmarvin
authored andcommitted
Merge branch 'release/v1.29.4-5'
2 parents b6db19c + c36286c commit 1e7262e

5 files changed

Lines changed: 17 additions & 5 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+
## [v1.29.4-5] - 2026-02-17
11+
### Changed
12+
- [#140] Update base image to version 3.23.3-4
13+
1014
## [v1.29.4-4] - 2026-02-13
1115
### Security
1216
- [#138] fixed [CVE-2025-68121](https://avd.aquasec.com/nvd/2025/cve-2025-68121/)

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM node:lts-alpine as templating
22

33
ENV WORKDIR=/template \
44
# Used in template to invalidate caches - do not remove. The release script will auto update this line
5-
VERSION="1.29.4-4"
5+
VERSION="1.29.4-5"
66

77
RUN mkdir -p ${WORKDIR}
88
WORKDIR ${WORKDIR}
@@ -65,14 +65,14 @@ RUN wget --progress=bar:force:noscroll -O /tmp/warp.zip https://github.com/cloud
6565
&& echo "${WARP_MENU_ZIP_SHA256} */tmp/warp.zip" | sha256sum -c - \
6666
&& unzip /tmp/warp.zip -d /build/var/www/html
6767

68-
FROM registry.cloudogu.com/official/base:3.23.3-3
68+
FROM registry.cloudogu.com/official/base:3.23.3-4
6969
LABEL maintainer="hello@cloudogu.com" \
7070
NAME="official/nginx" \
71-
VERSION="1.29.4-4"
71+
VERSION="1.29.4-5"
7272

7373
ENV CES_MAINTENANCE_MODE=false \
7474
# Used in template to invalidate caches - do not remove. The release script will auto update this line
75-
VERSION="1.29.4-4"
75+
VERSION="1.29.4-5"
7676

7777
RUN set -x -o errexit \
7878
&& set -o nounset \

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+
## [v1.29.4-5] - 2026-02-17
10+
### Changed
11+
- Wir haben nur technische Änderungen vorgenommen. Näheres finden Sie in den Changelogs.
12+
913
## [v1.29.4-4] - 2026-02-13
1014
### Security
1115
- Sicherheitslücke [CVE-2025-68121](https://avd.aquasec.com/nvd/2025/cve-2025-68121/) behoben

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+
## [v1.29.4-5] - 2026-02-17
10+
### Changed
11+
- We have only made technical changes. You can find more details in the changelogs.
12+
913
## [v1.29.4-4] - 2026-02-13
1014
### Security
1115
- fixed [CVE-2025-68121](https://avd.aquasec.com/nvd/2025/cve-2025-68121/)

dogu.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Name": "official/nginx",
3-
"Version": "1.29.4-4",
3+
"Version": "1.29.4-5",
44
"DisplayName": "Nginx",
55
"Description": "Nginx WebServer.",
66
"Logo": "https://cloudogu.com/images/dogus/nginx.png",

0 commit comments

Comments
 (0)