Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions plugin/netbird.plg
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
<!ENTITY emhttpLOC "/usr/local/emhttp/plugins/&name;">

<!-- NetBird upstream binary -->
<!ENTITY netbirdVer "0.74.3">
<!ENTITY netbirdVer "0.74.4">
<!ENTITY netbirdFile "netbird_&netbirdVer;_linux_amd64.tar.gz">
<!ENTITY netbirdURL "https://github.com/netbirdio/netbird/releases/download/v&netbirdVer;/&netbirdFile;">
<!ENTITY netbirdSHA256 "6444b48bebaacce8af0baafdf2907232a94a54d591566dd633a023650cf8daa3">
<!ENTITY netbirdSHA256 "b854710409e7de79071642e2c328b181d4db7b9c90c298ee32b6e3b5d9ebd36f">
Comment on lines +14 to +17

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win

Changelog entry still references 0.74.3.

Line 44 in the CHANGES section says chore: update NetBird to 0.74.3 (#24), but netbirdVer is now 0.74.4. Update the changelog to match.

💚 Proposed fix
 - chore: update NetBird to 0.74.3 (`#24`)
+ - chore: update NetBird to 0.74.4 (`#24`)
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@plugin/netbird.plg` around lines 14 - 17, Update the CHANGES entry to
reference NetBird 0.74.4 instead of 0.74.3, matching the netbirdVer entity while
preserving the existing changelog wording and format.


<!-- Plugin support package (built from src/) -->
<!ENTITY pkgName "unraid-netbird-utils">
Expand Down
4 changes: 2 additions & 2 deletions plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"min": "7.0.0",
"support": "https://github.com/netbirdio/netbird-unraid/issues",
"launch": "Settings/Netbird",
"netbirdVersion": "0.74.3",
"netbirdSHA256": "6444b48bebaacce8af0baafdf2907232a94a54d591566dd633a023650cf8daa3"
"netbirdVersion": "0.74.4",
"netbirdSHA256": "b854710409e7de79071642e2c328b181d4db7b9c90c298ee32b6e3b5d9ebd36f"
}
Loading