Skip to content

Commit 96e04c7

Browse files
rootcesmarvin
root
authored andcommittedFeb 25, 2025·
Merge branch 'release/v1.26.3-1'
2 parents 1ffa297 + 9012a36 commit 96e04c7

File tree

5 files changed

+20
-6
lines changed

5 files changed

+20
-6
lines changed
 

‎CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

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+
1016
## [v1.26.2-4] - 2025-02-12
1117
### Added
1218
- Add missing container configuration keys for resource limits and requests (#117)

‎Dockerfile

+5-5
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.26.2-4"
5+
VERSION="1.26.3-1"
66

77
RUN mkdir -p ${WORKDIR}
88
WORKDIR ${WORKDIR}
@@ -18,8 +18,8 @@ FROM registry.cloudogu.com/official/base:3.21.0-1 as builder
1818
LABEL maintainer="hello@cloudogu.com"
1919

2020
# 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" \
2323
CES_CONFD_VERSION=0.11.0 \
2424
CES_CONFD_TAR_SHA256="85809a3e9e0b56d58c53f958872809eab1026124a73a06eedfcdeba9ca73ec9a" \
2525
WARP_MENU_VERSION=2.0.3 \
@@ -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.21.0-1
6969
LABEL maintainer="hello@cloudogu.com" \
7070
NAME="official/nginx" \
71-
VERSION="1.26.2-4"
71+
VERSION="1.26.3-1"
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.26.2-4"
75+
VERSION="1.26.3-1"
7676

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

‎docs/gui/release_notes_de.md

+4
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.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+
913
## [v1.26.2-4] - 2025-02-12
1014
- Wir haben nur technische Änderungen vorgenommen. Näheres finden Sie in den Changelogs.
1115

‎docs/gui/release_notes_en.md

+4
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.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+
913
## [v1.26.2-4] - 2025-02-12
1014
- We have only made technical changes. You can find more details in the changelogs.
1115
-

‎dogu.json

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

0 commit comments

Comments
 (0)