Skip to content

Commit 6c3ab30

Browse files
committed
24.11.2 release
Signed-off-by: Gagan Deep <[email protected]>
1 parent 9f6441d commit 6c3ab30

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGES.rst

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

4+
Version 24.11.2 [2024-12-18]
5+
----------------------------
6+
7+
Bugfixes
8+
~~~~~~~~
9+
10+
- Resolved an issue in the ``docker-compose`` configuration for the
11+
``openvpn`` service by adding the ``/dev/net/tun`` device.
12+
- Fixed the auto-install script to support installations from forked
13+
repositories.
14+
- Fixed the auto-install script to ensure installation of the latest
15+
released version from GitHub.
16+
- Added missing dependencies ``curl`` and ``jq`` to the auto-install
17+
script to prevent installation failures.
18+
- Resolved issues in the ``openwisp-postfix`` image by upgrading to
19+
``postfix~=3.9.1-r0``.
20+
- Bumped ``boto3~=1.35.82``.
21+
422
Version 24.11.1 [2024-11-27]
523
----------------------------
624

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 = 24.11.1
4+
OPENWISP_VERSION = 24.11.2
55
SHELL := /bin/bash
66
.SILENT: clean pull start stop
77

images/common/openwisp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
from .celery import app as celery_app
44

55
__all__ = ['celery_app']
6-
__openwisp_version__ = '24.11.1'
6+
__openwisp_version__ = '24.11.2'
77
__openwisp_installation_method__ = 'docker-openwisp'

0 commit comments

Comments
 (0)