Skip to content

Commit

Permalink
1.0.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Gagan Deep <[email protected]>
  • Loading branch information
pandafy authored Jun 10, 2022
1 parent 32e516e commit ee460e1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
Changelog
=========

Version 1.0.1 [2022-06-10]
--------------------------

Bugfixes
--------

- Fixed `hardcoded storage backend of the "FirmwareImage.file" field
<https://github.com/openwisp/openwisp-firmware-upgrader/issues/195>`_.
``FirmwareImage.file`` was configured to use ``PrivateFileSystemStorage``,
which made it impossible to use other private storage backends.
The `"OPENWISP_FIRMWARE_PRIVATE_STORAGE_INSTANCE"
<https://github.com/openwisp/openwisp-firmware-upgrader#openwisp_firmware_private_storage_instance>`_
setting is added to make the ``FirmwareImage.file`` storage configurable.
- Fixed `inconsistent URL keyword argument in "serve_private_file"
URL pattern <https://github.com/openwisp/openwisp-firmware-upgrader/issues/197>`_.
This broke the reverse proxy feature of `django-private-storage
<https://github.com/edoburu/django-private-storage>`_.

Version 1.0.0 [2022-05-05]
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion openwisp_firmware_upgrader/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (1, 0, 1, 'alpha')
VERSION = (1, 0, 1, 'final')
__version__ = VERSION # alias


Expand Down

0 comments on commit ee460e1

Please sign in to comment.