Skip to content

Releases: openwisp/ansible-openwisp2

20.12.1 (0.13.0) [2021-03-16]

16 Mar 23:19
0.13.0
Compare
Choose a tag to compare

This is a bugfix version, no major features were added but several changes were made to the ansible role logic, that's why the version increase from 0.12.0 to 0.13.0.

Changes

  • Reconfigured celery queues #242

    Potentially backward incompatible change!
    If you were customizing or doing any low lever operations
    with the celery queues this may affect you negatively, so pelase
    double check and back up your systems before upgrading

  • Removed public read permission #243

Features

  • Added API URLs by default #234
  • Added possibility to configure external redis server
  • Added openwisp2_postfix_install variable to disable installing postfix
  • Added openwisp2_redis_install variable to disable installing redis
  • Added openwisp2_controller_urls variable

Bugfixes

  • Fixed bug affecting installation of custom packages

20.12 (0.12.0) [2020-12-11]

11 Dec 22:17
0.12.0
Compare
Choose a tag to compare

Changes

Features

  • Added support for the new OpenWISP Notifications module, which brings support for web and email notifications for important events
  • Added support for OpenWISP Firmware Upgrader; See Firmware Upgrader Quickstart
  • Added HTML/static files minification and cache invalidation
  • Added automatic generation of default SSH credentials and automatic creation of "Authorized SSH Keys" configuration template

Bugfixes

  • Avoid failure if use_redis5 not defined
  • Install geographic libraries separately from spatialite
  • Pinned python pip to 20.2.4 to avoid new dependency resolution which is stalling the install process
  • Removed "Install cryptography from pip" task (the cryptography version is defined in django-x509)

0.11.0 [2020-09-19]

19 Sep 01:10
0.11.0
ea8ad58
Compare
Choose a tag to compare
  • [feature] Added support to Ubuntu 20
  • [fix] Write daphne socket file to openwisp2_path
  • [fix] Execute daphne as www user
  • [fix] Fixed default nginx HTTPs server

0.10.0 [2020-07-03]

03 Jul 23:18
0.10.0
23d476a
Compare
Choose a tag to compare

0.9.4 [2020-05-07]

07 May 16:30
0.9.4
71a9878
Compare
Choose a tag to compare
  • fixed issue with attr python package
  • fixed installation of custom openwisp2 modules
  • switched automated tests to molecule and to bionic on travis

0.9.3 [2020-04-03]

03 Apr 23:39
0.9.3
Compare
Choose a tag to compare
  • Increased openwisp-controller version to 0.6.X
  • Log up to INFO level and tripled max log size

0.9.2 [2020-03-27]

27 Mar 21:10
0.9.2
ac537aa
Compare
Choose a tag to compare

[perms] Set permissions to static file dir before collectstatic
[supervisor] Removed runworker.conf because obsolete
[supervisor] Moved celery conf for consistency

0.9.1 [2020-03-18]

18 Mar 22:03
0.9.1
Compare
Choose a tag to compare
  • Increased default openwisp2_nginx_client_max_body_size to 20M
  • Switched celery concurrency to gevent

0.9.0 [2020-03-02]

03 Mar 00:17
0.9.0
Compare
Choose a tag to compare
  • updated default version of openwisp-controller to 0.5.x
  • updated default version of openwisp-network-topology to 0.3.x
  • dropped support for python 2 and python 3.5 (minimum python version
    required is 3.6)
  • dropped support for Debian 9 and Ubuntu 16 - users using these distros
    are reccomended to upgrade to a newer OS; alternatively they can compile
    and install python 3.6 on their own, the role should continue working
    in the short term
  • added support for customizable admin theme

[0.8.1] 2020-02-18

19 Feb 01:41
0.8.1
Compare
Choose a tag to compare
  • fixed bug caused by outdated daphne service configuration
  • added openwisp2_uwsgi_gid
  • added system and hardware requirements section to README