Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.0.2 release #668

Merged
merged 2 commits into from
Jul 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,36 @@
Changelog
=========

Version 1.0.2 [2022-07-01]
--------------------------

Bugfixes
~~~~~~~~

- Fixed `device's "changed" signals emitting on the creation
of new device <https://github.com/openwisp/openwisp-controller/issues/649>`_
- Fixed *django-reversion's* recovery buttons were hidden from users
of the "Operator" group in the admin dashboard of ``Certificate`` and ``CA``
models
- Removed `hardcoded static URLs
<https://github.com/openwisp/openwisp-controller/issues/660>`_
which created issues when static files are served using an
external service (e.g. S3 storage buckets)
- Fixed `permissions for "Operator" and "Administrator" groups to
access "OrganizationConfigSettings" objects
<https://github.com/openwisp/openwisp-controller/issues/664>`_
- Fixed `support for multiple wireguard tunnels on the same devices
<https://github.com/openwisp/openwisp-controller/issues/657>`_
- Fixed `"/api/v1/controller/device/{id}/" REST API endpoint not
updating the device's configuration backend
<https://github.com/openwisp/openwisp-controller/issues/658>`_

Version 1.0.1 [2022-05-11]
--------------------------

Bugfixes
~~~~~~~~

- Admin: show main group information in ``DeviceGroupAdmin`` list:
- name
- organization
Expand Down
2 changes: 1 addition & 1 deletion openwisp_controller/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (1, 0, 1, 'final')
VERSION = (1, 0, 2, 'final')
__version__ = VERSION # alias


Expand Down