Releases: openwisp/ansible-openwisp2
20.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 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]
Changes
-
Increased OpenWISP Controller version from 0.7 to 0.8.2
Highlights below (see full change log)
- 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)
-
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; 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]
- [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]
- [change] Updated openwisp-network-topology to 0.4 (see change log)
- [change] Updated openwisp-controller to 0.7 (see change log)
- [change] Changed logging output format
- [feature]
openwisp2_nginx_access_log
&openwisp2_nginx_error_log
take complete nginx log file path - [feature] Add optional
django_celery_logging
- [feature] Logs
DisallowedHost
errors without propagating them
0.9.4 [2020-05-07]
- 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]
- Increased openwisp-controller version to 0.6.X
- Log up to INFO level and tripled max log size
0.9.2 [2020-03-27]
[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]
- Increased default
openwisp2_nginx_client_max_body_size
to20M
- Switched celery concurrency to
gevent
0.9.0 [2020-03-02]
- 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
- fixed bug caused by outdated daphne service configuration
- added openwisp2_uwsgi_gid
- added system and hardware requirements section to README