8000 Tags · openwisp/ansible-openwisp2 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: openwisp/ansible-openwisp2

Tags

0.13.0

Toggle 0.13.0's commit message

Verified

This tag was signed with the committer’s verified signature.
nemesifier Federico Capoano
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

0.12.0

Toggle 0.12.0's commit message

Verified

This tag was signed with the committer’s verified signature.
nemesifier Federico Capoano
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.11.0

Toggle 0.11.0's commit message

Verified

This tag was signed with the committer’s verified signature.
nemesifier Federico Capoano
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

Toggle 0.10.0's commit message

Verified

This tag was signed with the committer’s verified signature.
atb00ker Ajay Tripathi
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

0.9.4

Toggle 0.9.4's commit message

Verified

This tag was signed with the committer’s verified signature.
nemesifier Federico Capoano
0.9.4

- 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

Toggle 0.9.3's commit message

Verified

This tag was signed with the committer’s verified signature.
nemesifier Federico Capoano
0.9.3

- Increased openwisp-controller version to 0.6.X
- Log up to INFO level and tripled max log size

0.9.2

Toggle 0.9.2's commit message

Verified

This tag was signed with the committer’s verified signature.
nemesifier Federico Capoano
0.9.2

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

0.9.1

Toggle 0.9.1's commit message

Verified

This tag was signed with the committer’s verified signature.
nemesifier Federico Capoano
0.9.1

- Increased default openwisp2_nginx_client_max_body_size to 20M
- Switched celery concurrency to gevent

0.9.0

Toggle 0.9.0's commit message

Verified

This tag was signed with the committer’s verified signature.
nemesifier Federico Capoano
- 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

Verified

This tag was signed with the committer’s verified signature.
nemesifier Federico Capoano
0