Skip to content

Commit ee460e1

Browse files
authored
1.0.1 release
Signed-off-by: Gagan Deep <[email protected]>
1 parent 32e516e commit ee460e1

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGES.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
Changelog
22
=========
33

4+
Version 1.0.1 [2022-06-10]
5+
--------------------------
6+
7+
Bugfixes
8+
--------
9+
10+
- Fixed `hardcoded storage backend of the "FirmwareImage.file" field
11+
<https://github.com/openwisp/openwisp-firmware-upgrader/issues/195>`_.
12+
``FirmwareImage.file`` was configured to use ``PrivateFileSystemStorage``,
13+
which made it impossible to use other private storage backends.
14+
The `"OPENWISP_FIRMWARE_PRIVATE_STORAGE_INSTANCE"
15+
<https://github.com/openwisp/openwisp-firmware-upgrader#openwisp_firmware_private_storage_instance>`_
16+
setting is added to make the ``FirmwareImage.file`` storage configurable.
17+
- Fixed `inconsistent URL keyword argument in "serve_private_file"
18+
URL pattern <https://github.com/openwisp/openwisp-firmware-upgrader/issues/197>`_.
19+
This broke the reverse proxy feature of `django-private-storage
20+
<https://github.com/edoburu/django-private-storage>`_.
21+
422
Version 1.0.0 [2022-05-05]
523
--------------------------
624

openwisp_firmware_upgrader/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (1, 0, 1, 'alpha')
1+
VERSION = (1, 0, 1, 'final')
22
__version__ = VERSION # alias
33

44

0 commit comments

Comments
 (0)