Skip to content

Commit

Permalink
24.11.2 release
Browse files Browse the repository at this point in the history
Signed-off-by: Gagan Deep <[email protected]>
  • Loading branch information
pandafy committed Dec 18, 2024
1 parent 9f6441d commit 6c3ab30
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
Changelog
=========

Version 24.11.2 [2024-12-18]
----------------------------

Bugfixes
~~~~~~~~

- Resolved an issue in the ``docker-compose`` configuration for the
``openvpn`` service by adding the ``/dev/net/tun`` device.
- Fixed the auto-install script to support installations from forked
repositories.
- Fixed the auto-install script to ensure installation of the latest
released version from GitHub.
- Added missing dependencies ``curl`` and ``jq`` to the auto-install
script to prevent installation failures.
- Resolved issues in the ``openwisp-postfix`` image by upgrading to
``postfix~=3.9.1-r0``.
- Bumped ``boto3~=1.35.82``.

Version 24.11.1 [2024-11-27]
----------------------------

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

Expand Down
2 changes: 1 addition & 1 deletion images/common/openwisp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
from .celery import app as celery_app

__all__ = ['celery_app']
__openwisp_version__ = '24.11.1'
__openwisp_version__ = '24.11.2'
__openwisp_installation_method__ = 'docker-openwisp'

0 comments on commit 6c3ab30

Please sign in to comment.