Skip to content

Commit 59a6993

Browse files
committed
0.5.0 release
1 parent 531ca70 commit 59a6993

File tree

2 files changed

+53
-3
lines changed

2 files changed

+53
-3
lines changed

CHANGELOG.rst

Lines changed: 52 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,60 @@
11
Change log
22
^^^^^^^^^^
33

4-
0.5.0 [unreleased]
4+
0.5.0 [2020-12-20]
55
==================
66

7-
WIP
7+
Features
8+
~~~~~~~~
9+
10+
- Added support for
11+
`Template Tags <https://openwisp.io/docs/user/templates.html#template-tags>`_
12+
- Send hardware and software information (hardware model, operating system, soc) during registration
13+
and boot (too keep it up to date)
14+
- Added `post-reload-hook <https://github.com/openwisp/openwisp-config/#post-reload-hook>`_ and
15+
`post-registration-hook <https://github.com/openwisp/openwisp-config/#post-registration-hook>`_
16+
- Added ``management_interface``
17+
`config option <https://github.com/openwisp/openwisp-config/#configuration-options>`_,
18+
which allows sending the IP of the management interface
19+
to OpenWISP, a pre-requisite for enabling features of OpenWISP as
20+
`push updates <https://openwisp.io/docs/user/configure-push-updates.html>`_,
21+
`firmware upgrades <https://github.com/openwisp/openwisp-firmware-upgrader#openwisp-firmware-upgrader>`_
22+
and `fping <https://github.com/openwisp/openwisp-monitoring/#ping>`_
23+
health checks
24+
- Added support for
25+
`hardware ID / serial number <https://github.com/openwisp/openwisp-config/#hardware-id>`_
26+
- Added random
27+
`bootup delay <https://github.com/openwisp/openwisp-config/#bootup-delay>`_
28+
- Added ``default_hostname``
29+
`config option <https://github.com/openwisp/openwisp-config/#configuration-options>`_
30+
- Improved automatic recovery of previous backups when configuration updates fail
31+
- Added ``post_reload_delay`` and ``test_retries``
32+
`config options <https://github.com/openwisp/openwisp-config/#configuration-options>`_
33+
34+
Changes
35+
~~~~~~~
36+
37+
- **Backward incompatible change**: list options are now overwritten
38+
to prevent duplication
39+
- Improved log message in case of registration failure
40+
- Allow ``$MAC_ADDRESS`` to be bridge
41+
- Removed polarssl
42+
- Check sanity of downloaded UCI files before applying them
43+
- Give up with registration only when 403 is returned by the server
44+
- Show entire registration error message in logs
45+
- Updated examples and precompiled packages to use OpenWRT 19.07
46+
- Made check of OpenWISP Controller header case insensitve
47+
48+
Bugfixes
49+
~~~~~~~~
50+
51+
- Ensured order of UCI sections is preserved during config write operations,
52+
handle special section types
53+
- Ensure anonymous UCI config sections are handled well
54+
- Ensure removal of files only includes items which are not in the new
55+
downloaded configuration
56+
- Fixed duplication of list options
57+
- Fixed a bug that caused ``/etc/config/openwisp`` to be overwritten
858

959
0.4.5 [2017-03-03]
1060
==================

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.0a
1+
0.5.0

0 commit comments

Comments
 (0)