File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM node:lts-alpine as templating
22
33ENV 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
77RUN mkdir -p ${WORKDIR}
88WORKDIR ${WORKDIR}
@@ -68,11 +68,11 @@ RUN wget --progress=bar:force:noscroll -O /tmp/warp.zip https://github.com/cloud
6868FROM registry.cloudogu.com/official/base:3.22.0-5
6969LABEL maintainer="hello@cloudogu.com" \
7070 NAME="official/nginx" \
71- VERSION="1.29.4-2 "
71+ VERSION="1.29.4-3 "
7272
7373ENV 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
7777RUN set -x -o errexit \
7878 && set -o nounset \
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments