Releases: maxking/docker-mailman
Releases · maxking/docker-mailman
Release 0.3.2
Mailman Web
Bump Django to 2.2.9 for CVE-2019-19844
Relelase 0.3.1
Mailman Web
- Postorius, Hyperkitty and Django-mailman3 bumped to version 1.3.1.
0.3.0 Release
Mailman Core
- Bump Core to 3.3.0
- Pin gunicorn to 19.9.0 due to a bug in gunicorn in Alpine.
Mailman Web
- Minutely job to re-index emails now runs hourly instead, this could result in upto one hour latency for the search results to update.
MAILMAN_ARCHIVER_FROM
is now a tuple instead of strings.- Bump Postorius to 1.3.0
- Bump Hyperkitty to 1.3.0
- Bump Django-mailman3 to 1.3.0
- Bump Mailmanclient to 3.3.0
0.2.3 Release
Mailman Web
- Bump Hyperkitty to 1.2.2
- Fix a bug where
settings_local.py
would be owned by root and cause access problems in certain situations. - Add
EMAIL_HOST_USER
,EMAIL_HOST_PASSWORD
andEMAIL_USE_TLS
to allow using env vars to setup email configuration for Mailman Web.
Release 0.2.2
Mailman Core
- Bump Mailman Core to 3.2.2 release
Mailman Web
- Bump Postorius to 1.2.4
- Bump MailmanClient to 3.2.2
- Use 4 processes and 1 thread per-process with Hyperkitty to get around this uwsgi issue.
Release 0.2.1
Mailman Web
- Postorius bumped to 1.2.3 release
- Images now use
alpine:3.8
release instead ofpython:alpine-3.6
release, this was done so that we can useapk
packages compiled against Python in alpine. Contributed by Patrick Georgi. - Xapian is now added as a part of the Mailman-web container image. Contributed by Patrick Georgi.
- Bumped MailmanClient to 3.2.1 and Django 2.1.5
- Upgrade Hyperkitty to 1.21 release.
Mailman Core
Release 0.1.7
Mailman Web
- Postorius upgraded to 1.1.2 release
Release 0.1.5
Mailman Core
- Core updated to version 3.1.1 release
Mailman Web
- Postorius updated to version 1.1.1
Release 0.1.4
Mailman Web
- Upgrade Hyperkitty to 0.1.4
Mailman Core
- Pin alembic in mailman-core to 0.9.5 (see Gitlab Issue)
Release 0.1.3
What is new?
- Mailmanclient upgraded to 3.1.1
mailman-web
container now tries to auto-detectmailman-core
's IP Address using python'ssocket.gethostbyname('mailman-core')
if the variableMAILMAN_CORE_IP
is not defined.
Bug Fixes
- MySQL support in
mailman-core
andmailman-web
containers. example.com
is not properly replaced with domain name$SERVE_FROM_DOMAIN