File tree 5 files changed +20
-6
lines changed
5 files changed +20
-6
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v1.26.3-1] - 2025-02-25
11
+ ### Changed
12
+ - [ #119 ] Upgrade nginx Version to v1.26.3
13
+ ### Security
14
+ - [ #119 ] Fix [ CVE-2025 -23419] ( https://mailman.nginx.org/pipermail/nginx-announce/2025/NYEUJX7NCBCGJGXDFVXNMAAMJDFSE45G.html )
15
+
10
16
## [ v1.26.2-4] - 2025-02-12
11
17
### Added
12
18
- Add missing container configuration keys for resource limits and requests (#117 )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM node:lts-alpine as templating
2
2
3
3
ENV WORKDIR=/template \
4
4
# Used in template to invalidate caches - do not remove. The release script will auto update this line
5
- VERSION="1.26.2-4 "
5
+ VERSION="1.26.3-1 "
6
6
7
7
RUN mkdir -p ${WORKDIR}
8
8
WORKDIR ${WORKDIR}
@@ -18,8 +18,8 @@ FROM registry.cloudogu.com/official/base:3.21.0-1 as builder
18
18
LABEL maintainer="hello@cloudogu.com"
19
19
20
20
# dockerfile is based on https://github.com/dockerfile/nginx and https://github.com/bellycard/docker-loadbalancer
21
- ENV NGINX_VERSION=1.26.2 \
22
- NGINX_TAR_SHA256="627fe086209bba80a2853a0add9d958d7ebbdffa1a8467a5784c9a6b4f03d738 " \
21
+ ENV NGINX_VERSION=1.26.3 \
22
+ NGINX_TAR_SHA256="69ee2b237744036e61d24b836668aad3040dda461fe6f570f1787eab570c75aa " \
23
23
CES_CONFD_VERSION=0.11.0 \
24
24
CES_CONFD_TAR_SHA256="85809a3e9e0b56d58c53f958872809eab1026124a73a06eedfcdeba9ca73ec9a" \
25
25
WARP_MENU_VERSION=2.0.3 \
@@ -68,11 +68,11 @@ RUN wget --progress=bar:force:noscroll -O /tmp/warp.zip https://github.com/cloud
68
68
FROM registry.cloudogu.com/official/base:3.21.0-1
69
69
LABEL maintainer="hello@cloudogu.com" \
70
70
NAME="official/nginx" \
71
- VERSION="1.26.2-4 "
71
+ VERSION="1.26.3-1 "
72
72
73
73
ENV CES_MAINTENANCE_MODE=false \
74
74
# Used in template to invalidate caches - do not remove. The release script will auto update this line
75
- VERSION="1.26.2-4 "
75
+ VERSION="1.26.3-1 "
76
76
77
77
RUN set -x -o errexit \
78
78
&& set -o nounset \
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ Technische Details zu einem Release finden Sie im zugehörigen [Changelog](https
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ v1.26.3-1] - 2025-02-25
10
+ - Sicherheitsupdate: Behebung einer Schwachstelle in der SSL-Sitzungswiederverwendung (CVE-2025 -23419).
11
+ - Update auf eine Patch-Version
12
+
9
13
## [ v1.26.2-4] - 2025-02-12
10
14
- Wir haben nur technische Änderungen vorgenommen. Näheres finden Sie in den Changelogs.
11
15
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ Technical details on a release can be found in the corresponding [Changelog](htt
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ v1.26.3-1] - 2025-02-25
10
+ - Security update: Fix for a vulnerability in SSL session reuse (CVE-2025 -23419).
11
+ - nginx was updated with a patch version.
12
+
9
13
## [ v1.26.2-4] - 2025-02-12
10
14
- We have only made technical changes. You can find more details in the changelogs.
11
15
-
Original file line number Diff line number Diff line change 1
1
{
2
2
"Name" : " official/nginx" ,
3
- "Version" : " 1.26.2-4 " ,
3
+ "Version" : " 1.26.3-1 " ,
4
4
"DisplayName" : " Nginx" ,
5
5
"Description" : " Nginx WebServer." ,
6
6
"Logo" : " https://cloudogu.com/images/dogus/nginx.png" ,
You can’t perform that action at this time.
0 commit comments