Skip to content

Tags: openwisp/ansible-openwisp2

Tags

22.5.3

Toggle 22.5.3's commit message

Verified

This tag was signed with the committer’s verified signature.
nemesifier Federico Capoano
- Updated source for Stouts.postfix role dependency

- Fix: updated openssl command syntax

22.5.2

Toggle 22.5.2's commit message

Verified

This tag was signed with the committer’s verified signature.
nemesifier Federico Capoano
Version 22.05.2 [2022-10-18]

- Removed sql module from default freeradius site which was generating errors
- Fixed ``openwisp2_should_install_python_37`` false test
- Fixed installation of Python 3.7 on old systems
- Fixed installation of freeradius on Ubuntu 22.04.1

22.5.1

Toggle 22.5.1's commit message

Verified

This tag was signed with the committer’s verified signature.
nemesifier Federico Capoano
Version 22.05.1 [2022-05-30]

- Fixed redis installation issue on some Ubuntu versions

22.5.0

Toggle 22.5.0's commit message

Verified

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

0.15.0

Toggle 0.15.0's commit message
[chores] Removed duplicate "verbose" formatter in settings.py

[skip ci]

Verified

This tag was signed with the committer’s verified signature.
pandafy Gagan Deep

0.13.2

Toggle 0.13.2's commit message

Verified

This tag was signed with the committer’s verified signature.
nemesifier Federico Capoano
Version 2020-12.3 (0.13.2) [2021-06-29]

- [fix] Fixed alias traversing issue in nginx configuration
  This is a security fix, all users are advised to upgrade.

0.13.1

Toggle 0.13.1's commit message

Verified

This tag was signed with the committer’s verified signature.
nemesifier Federico Capoano
Version 2020-12.2 (0.13.1) [2021-03-24]

Changes
-------

- Disabled leaflet reset view button because it is not useful in our use case

Bugfixes
--------

- Fixed bug affecting the installation of additional python packages
  on Ubuntu 18.04 because of PEP517

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