File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
openwisp_firmware_upgrader Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 11Changelog
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+
422Version 1.0.0 [2022-05-05]
523--------------------------
624
Original file line number Diff line number Diff line change 1- VERSION = (1 , 0 , 1 , 'alpha ' )
1+ VERSION = (1 , 0 , 1 , 'final ' )
22__version__ = VERSION # alias
33
44
You can’t perform that action at this time.
0 commit comments