Tags: openwisp/ansible-openwisp2
Tags
Version 2020-12.1 (0.13.0) [2021-03-16] This is a bugfix version, no major features were added but several changes were made to the playbook 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
Version 0.12.0 [2020-12-11] Changes ------- - Increased **OpenWISP Controller** version from 0.7 to 0.8.2 **Highlights below** ([see full change log](https://github.com/openwisp/openwisp-controller/blob/master/CHANGES.rst#version-082-2020-12-11)) - Increased [django-loci][] version to 0.4.x (which brings many bug fixes to the mapping feature, as long as support for geo-coding and reverse geo-coding, [see the change log of django-loci][] for more information) - Increased [openwisp-users][] version from 0.2.x to 0.5.x (which brings many interesting improvements to multi-tenancy, [see the change log of openwisp-users][] for more information) - Increased [netjsonconfig][] version to 0.9.x (which brings support for new interface types, [see the change log of netjsonconfig][] for more information) - Increased **OpenWISP Network Topology** version from 0.4 to 0.5.1 ([see full changelog](https://github.com/openwisp/openwisp-network-topology/blob/master/CHANGES.rst#version-051-2020-11-25)) - Removed obsolete module django-netjsonconfig 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](https://github.com/openwisp/openwisp-firmware-upgrader#openwisp-firmware-upgrader); See [Firmware Upgrader Quickstart](https://github.com/openwisp/openwisp-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](https://github.com/openwisp/django-x509/)) [OpenWISP Notifications]: https://github.com/openwisp/openwisp-notifications#openwisp-notifications [netjsonconfig]: https://github.com/openwisp/netjsonconfig#netjsonconfig [see the change log of netjsonconfig]: http://netjsonconfig.openwisp.org/en/latest/general/changelog.html#version-0-9-0-2020-11-18 [django-loci]: https://github.com/openwisp/django-loci#django-loci [see the change log of django-loci]: https://github.com/openwisp/django-loci/blob/master/CHANGES.rst#version-040-2020-11-19 [openwisp-users]: https://github.com/openwisp/openwisp-users#openwisp-users [see the change log of openwisp-users]: https://github.com/openwisp/openwisp-users/blob/master/CHANGES.rst#version-050-2020-11-18
0.10.0 [2020-07-04] - [support] default openwisp-network-topology version 0.4 - [support] default openwisp-controller version 0.7.post1 - [logging] Changed logging output format - [logging] ``openwisp2_nginx_access_log`` & ``openwisp2_nginx_error_log`` take complete nginx log file path - [logging] Add optional ``django_celery_logging`` - [logging] Now logs requests from DisallowedHost
- 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