Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
Changelog
=========

Version 25.10.2 [2026-01-31]
----------------------------

Changes
~~~~~~~

Dependencies
++++++++++++

- Bump python in /images/openwisp_base
- Updated base debian image `#545
<https://github.com/openwisp/docker-openwisp/issues/545>`_
- Update boto3 requirement in /images
- Bump alpine from 3.22 to 3.23 in /images/openwisp_postfix
- Bump nginx in /images/openwisp_nginx
- Bump alpine from 3.22 to 3.23 in /images/openwisp_nfs

Bugfixes
~~~~~~~~

- Made OpenVPN container optional `#490
<https://github.com/openwisp/docker-openwisp/issues/490>`_
- Fixed duplicated conflicting `Referrer-Policy` header

Version 25.10.1 [2025-12-19]
----------------------------

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Find documentation in README.md under
# the heading "Makefile Options".

OPENWISP_VERSION = 25.10.1
OPENWISP_VERSION = 25.10.2
SHELL := /bin/bash
.SILENT: clean pull start stop

Expand Down