openwisp / netjsonconfig

Network configuration management library based on NetJSON DeviceConfiguration
https://netjsonconfig.openwisp.org/
Other
359 stars 71 forks source link

Could we get a 1.0.3 release please? :) #303

Closed mattiasb closed 1 month ago

mattiasb commented 1 month ago

Hi!

I just did a pipx install netjsonconfig to play around with and see if I can use netjsonconfig for keeping my OpenWRT config under version control.

Specifically I tried:

$ netjsonconfig --native ./backup.tgz --backend openwrt --method json`

I get a KeyError: 'hwmode' failure at backends/openwrt/converters/radios.py:117 though.

Cloning the repository I see that this issue was fixed a year ago.

So could we get a 1.0.3 please? :)

Also thanks for this project, it's looking pretty neat!

nemesifier commented 1 month ago

We're working on the new release of OpenWISP, sorting out release blockers, updating the documentation, preparing the changelogs. It's taking time: it's many thousands lines of code, many changes, lots of docs to update.

In the meantime you can install from master, eg: pip install https://github.com/openwisp/netjsonconfig/tarball/master.

Thanks for your understanding.