[24.10] openwisp-config: upgrade to 1.3.0 - #30526
Conversation
Change log: https://github.com/openwisp/openwisp-config/releases/tag/1.3.0 Signed-off-by: Gagan Deep <pandafy.dev@gmail.com> (cherry picked from commit 5c25f05)
Switch source fetch from git clone to the upstream release tarball published for every tag, as recommended by the feed guidelines. This replaces PKG_MIRROR_HASH with a plain PKG_HASH of the codeload tarball. Co-authored-by: Federico Capoano <f.capoano@openwisp.io> Signed-off-by: Gagan Deep <pandafy.dev@gmail.com> (cherry picked from commit bc29809)
openwrt-ai
left a comment
There was a problem hiding this comment.
Both cherry-picks match their upstream commits verbatim and carry correct -x trailers.
Generated by Claude Code
|
|
||
| PKG_NAME:=openwisp-config | ||
| PKG_VERSION:=1.2.1 | ||
| PKG_VERSION:=1.3.0 |
There was a problem hiding this comment.
1.2.1 → 1.3.0 is a feature release, and CONTRIBUTING.md:143-144 asks for only security and bug-fixes on openwrt-NN.NN branches. Which fix in 1.3.0 motivates the backport? Worth naming it in the commit body, since the message currently just links the changelog.
Generated by Claude Code
There was a problem hiding this comment.
The new version ships several bugfixes and small changes, only 1 new minor feature which is perfectly backward compatible: https://github.com/openwisp/openwisp-config/releases/tag/1.3.0.
There was a problem hiding this comment.
See changes and bugfixes: https://github.com/openwisp/openwisp-config/releases/tag/1.3.0.
This new version is perfectly backward compatible with supported OpenWrt versions.
| PKG_NAME:=openwisp-config | ||
| PKG_VERSION:=1.2.1 | ||
| PKG_VERSION:=1.3.0 | ||
| PKG_RELEASE:=1 |
There was a problem hiding this comment.
nit: the PR body says "Backport of #30477 to OpenWrt 25.12", but the title, the release/24.10 label and the base branch all say 24.10. Fix the body so it names the branch this actually targets.
Generated by Claude Code
Backport of #30477 to OpenWrt 24.10
📦 Package Details
Maintainer: @nemesifier
(You can find this by checking the history of the package
Makefile.)Description:
OpenWrt config management agent of OpenWISP.
🧪 Run Testing Details
✅ Formalities
If your PR contains a patch:
git am(e.g., subject line, commit description, etc.)
We must try to upstream patches to reduce maintenance burden.