Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openwisp/docker-openwisp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 00e27718819d1f107657e8a8317c3ede84cb6d87
Choose a base ref
..
head repository: openwisp/docker-openwisp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6c3ab30244f57bac0ac73aafe2205d9653d759aa
Choose a head ref
Showing with 5 additions and 2 deletions.
  1. +3 −0 CHANGES.rst
  2. +1 −1 images/openwisp_base/requirements.txt
  3. +1 −1 images/openwisp_postfix/Dockerfile
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -15,6 +15,9 @@ Bugfixes
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]
----------------------------
2 changes: 1 addition & 1 deletion images/openwisp_base/requirements.txt
Original file line number Diff line number Diff line change
@@ -12,4 +12,4 @@ tldextract~=5.1.2
# these add support for object storage
# (eg: Amazon S3, GCS)
django-storages~=1.14.4
boto3~=1.35.55
boto3~=1.35.82
2 changes: 1 addition & 1 deletion images/openwisp_postfix/Dockerfile
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ RUN apk add --no-cache --upgrade \
cyrus-sasl~=2.1.28-r6 \
cyrus-sasl-login~=2.1.28-r6 && \
apk add --no-cache \
postfix~=3.9.0-r1 \
postfix~=3.9.1-r0 \
rsyslog~=8.2404.0-r0 \
tzdata~=2024b-r0 && \
rm -rf /tmp/* /var/cache/apk/*