Skip to content

Commit 673a3c5

Browse files
committed
25.10.2 release
1 parent 16dd9cc commit 673a3c5

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

CHANGES.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
Changelog
22
=========
33

4+
Version 25.10.2 [2026-01-31]
5+
----------------------------
6+
7+
Changes
8+
~~~~~~~
9+
10+
Dependencies
11+
++++++++++++
12+
13+
- Bump python in /images/openwisp_base
14+
- Updated base debian image `#545
15+
<https://github.com/openwisp/docker-openwisp/issues/545>`_
16+
- Update boto3 requirement in /images
17+
- Bump alpine from 3.22 to 3.23 in /images/openwisp_postfix
18+
- Bump nginx in /images/openwisp_nginx
19+
- Bump alpine from 3.22 to 3.23 in /images/openwisp_nfs
20+
21+
Bugfixes
22+
~~~~~~~~
23+
24+
- Made OpenVPN container optional `#490
25+
<https://github.com/openwisp/docker-openwisp/issues/490>`_
26+
- Fixed duplicated conflicting `Referrer-Policy` header
27+
428
Version 25.10.1 [2025-12-19]
529
----------------------------
630

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Find documentation in README.md under
22
# the heading "Makefile Options".
33

4-
OPENWISP_VERSION = 25.10.1
4+
OPENWISP_VERSION = 25.10.2
55
SHELL := /bin/bash
66
.SILENT: clean pull start stop
77

0 commit comments

Comments
 (0)