Skip to content

Commit 831916d

Browse files
Jenkins Agent Usercesmarvin
authored andcommitted
Merge branch 'release/v1.29.4-3'
2 parents c60b998 + f40d383 commit 831916d

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+
## [v1.29.4-3] - 2026-01-29
11+
12+
### Security
13+
- [#136] CVE fixed: [cve-2025-15467](https://avd.aquasec.com/nvd/2025/cve-2025-15467/)
14+
1015
## [v1.29.4-2] - 2026-01-19
1116
### Added
1217
- [#134] support mutual TLS with client certificates

Dockerfile

Lines changed: 3 additions & 3 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-2"
5+
VERSION="1.29.4-3"
66

77
RUN mkdir -p ${WORKDIR}
88
WORKDIR ${WORKDIR}
@@ -68,11 +68,11 @@ RUN wget --progress=bar:force:noscroll -O /tmp/warp.zip https://github.com/cloud
6868
FROM registry.cloudogu.com/official/base:3.22.0-5
6969
LABEL maintainer="hello@cloudogu.com" \
7070
NAME="official/nginx" \
71-
VERSION="1.29.4-2"
71+
VERSION="1.29.4-3"
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-2"
75+
VERSION="1.29.4-3"
7676

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

docs/gui/release_notes_de.md

Lines changed: 5 additions & 0 deletions
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+
## [v1.29.4-3] - 2026-01-29
10+
11+
### Security
12+
- [#136] Sicherheitslücke geschlossen [cve-2025-15467](https://avd.aquasec.com/nvd/2025/cve-2025-15467/)
13+
914
## [v1.29.4-2] - 2026-01-19
1015
- Fügt Mutual-TLS-Zertifikatsunterstützung hinzu
1116

docs/gui/release_notes_en.md

Lines changed: 5 additions & 0 deletions
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+
## [v1.29.4-3] - 2026-01-29
10+
11+
### Security
12+
- [#136] fixed [cve-2025-15467](https://avd.aquasec.com/nvd/2025/cve-2025-15467/)
13+
914
## [v1.29.4-2] - 2026-01-19
1015
- Adds support for Mutual TLS certificates
1116

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-2",
3+
"Version": "1.29.4-3",
44
"DisplayName": "Nginx",
55
"Description": "Nginx WebServer.",
66
"Logo": "https://cloudogu.com/images/dogus/nginx.png",

0 commit comments

Comments
 (0)