Skip to content

[24.10] openwisp-config: upgrade to 1.3.0 - #30526

Merged
BKPepe merged 2 commits into
openwrt:openwrt-24.10from
openwisp:openwrt-24.10-openwisp-config-1.3
Sep 16, 2026
Merged

BKPepe merged 2 commits into
openwrt:openwrt-24.10from
openwisp:openwrt-24.10-openwisp-config-1.3

Conversation

@pandafy

@pandafy pandafy commented Sep 14, 2026

Copy link
Copy Markdown
Contributor

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

  • OpenWrt Version: 24.10
  • OpenWrt Target/Subtarget: x86
  • OpenWrt Device: x86

✅ Formalities

  • I have reviewed the CONTRIBUTING.md file for detailed contributing guidelines.

If your PR contains a patch:

  • It can be applied using git am
  • It has been refreshed to avoid offsets, fuzzes, etc., using
    make package/<your-package>/refresh V=s
  • It is structured in a way that it is potentially upstreamable
    (e.g., subject line, commit description, etc.)
    We must try to upstream patches to reduce maintenance burden.

pandafy and others added 2 commits September 14, 2026 17:08
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 openwrt Bot added the release/24.10 Issue/PR on branch 24.10 label Sep 14, 2026

@openwrt-ai openwrt-ai left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

@nemesifier

nemesifier commented Sep 16, 2026

Copy link
Copy Markdown
Contributor

@BKPepe this is a backport of #30477.

@BKPepe
BKPepe merged commit 90d5d42 into openwrt:openwrt-24.10 Sep 16, 2026
9 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release/24.10 Issue/PR on branch 24.10

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants