Skip to content

Releases: maxking/docker-mailman

0.4.6 Release

24 Oct 03:09
ab8dfb3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.5...v0.4.6

0.4.5 Release

05 Jan 16:35
49fa5c7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.4...v0.4.5

0.4.4

02 Nov 16:33
c48d960
Compare
Choose a tag to compare

🚨🚨🚨 BACKWARDS INCOMPATIBLE: The docker-compose.yaml for Postgresql has been updated to version 11.x and this release doesn't support the old 9.6 version used previously in compose files.🚨🚨🚨

Core

  • Mailman Core 3.3.6
  • mailman-hyperkitty 1.2.0

Download from

docker pull ghcr.io/maxking/mailman-core:0.4.4

Web

  • Mailmanclient 3.3.4
  • Postorius 1.3.7
  • Hyperkitty 1.3.6
  • django-mailman3 1.3.8

Download from

docker pull ghcr.io/maxking/mailman-web:0.4.4

What's Changed

New Contributors

Full Changelog: v0.4.3...v0.4.4

0.4.3 Release

19 Jun 04:18
2693386
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.2...v0.4.3

0.4.2 Release

28 Oct 22:48
420d47e
Compare
Choose a tag to compare

Web

  • Bump Hyperkitty to 1.3.5

0.4.1 Release

29 Sep 03:36
d63b3ce
Compare
Choose a tag to compare

Core

  • Bump Mailman Core to 3.3.5

Web

  • Bump Postorius to 1.3.6

Postorius

  • Bump Postorius to 1.3.6

0.4.0 Release

23 Sep 06:59
b84c09c
Compare
Choose a tag to compare

All

  • Remove hard coded IPs from all the container images. This will require you to upgrade some of your webserver and MTA configuration and also docker-compose.yaml (or one of the other docker-compose-mysql.yaml).

See here for upgrade instructions to 0.4.0 release.

Mailman-Core

  • Core container can now can parse the gateway from the output of ip route command to get the gateway address for SMTP_HOST for MTA running on the host.
  • Core doesn't require a specific static IP anymore and can work with any IP address as long as the IP address is also passed in through MM_HOSTNAME (which is a misnomer, since it is an IP address)

Mailman-Web

  • Added retry parameter to the default Django-q config. If you have overridden this configuration, please update your settings_local.py too. (See #436, #437)
  • Updating social auth applications doesn't require overriding INSTALLED_APPS variable now since it can cause new applications added to INSTALLED_APPS to be missing. A new MAILMAN_WEB_SOCIAL_AUTH variable can be set to specify social auth applications. (See #446, #305).
  • Use django-diskcache for caching framework that uses filesystem to cache requests/responses/etc in Hyperkitty. (See #467)
  • Provided docker-compose.yaml files now forward 127.0.0.1:8080 and 127.0.0.1:8000 to the container. This requires updating the web server configuration to proxy to 127.0.0.1:8080 (or 8000) instead of previously 172.19.19.3:8080. See here for full webserver configuration.

Postorius

  • Remove Hyperkitty as an active archiver even though it wasn't installed. (See #438)

0.3.12 Release

05 Sep 23:05
06e085b
Compare
Choose a tag to compare

Mailman Core

  • Bump Core to 3.3.4

Mailman Web

  • Bump Postorius to 1.3.5
  • Bump Mailmanclient to 3.3.3
  • Bump Django-mailman3 to 1.3.7

Security

CVE-2021-40347: Allows any logged-in user to unsubscribe any other member on any other list on same Mailman installation using a specially crafted POST request due to a missing ownership check.

0.3.11 Release

25 Feb 06:47
17b041c
Compare
Choose a tag to compare

Core

  • Bump Mailman to 3.3.3

Web

  • Bump Postorius to 1.3.4
  • Bump Hyperkitty to 1.3.4
  • Bump Django-mailman3 to 1.3.5
  • Fix a typo in uWSGI configuration that resulted in 1 process instead of 4 in config (#428)
  • Fix a bug where Core couldn’t fetch list’s welcome template from Postorius when subscribing a user (#368)

Postorius

  • Bump Postorius to 1.3.4
  • Same fixes for uWSGI config as Web image. (#429)
  • Same fixes for templates as Web image. (#368)

0.3.10 Release

14 Nov 23:31
v0.3.10
Compare
Choose a tag to compare

Mailman Core

  • Remove pinned dependencies on flufl.lock and dnspython
  • Bump Core to 3.3.2 release.