Skip to content

docs(pfsense): remove hardcoded version from install instructions#711

Merged
shuuri-labs merged 1 commit intomainfrom
remove-pfsense-version-hardcode
Apr 27, 2026
Merged

docs(pfsense): remove hardcoded version from install instructions#711
shuuri-labs merged 1 commit intomainfrom
remove-pfsense-version-hardcode

Conversation

@shuuri-labs
Copy link
Copy Markdown
Contributor

Summary

  • Replace hardcoded v0.1.2 / netbird-0.55.1 / pfSense-pkg-NetBird-0.1.0 URLs with version-agnostic placeholders that point users to the latest GitHub release
  • Add architecture guidance (x86_64 vs aarch64) and a concrete example showing how to read values from the release page
  • Fix step numbering (was 1, 3, 3, 4, 5 → now 1, 2, 3, 4) and remove version-specific package names from uninstall command

Fixes an issue where users following the docs downloaded an outdated NetBird binary (0.55.1) incompatible with newer pfSense versions (e.g. 2.8.1), causing a SIGSEGV crash.

Test plan

  • npm run build passes
  • Verify the pfSense install page renders correctly with no hydration errors
  • Confirm placeholder values in code blocks display as literal text (not parsed as JSX)

Replace hardcoded v0.1.2/netbird-0.55.1 URLs with placeholders that
direct users to the latest GitHub release page. Adds architecture
guidance (x86_64 vs aarch64) and a concrete example showing how to
map release page values into the download commands. Also fixes step
numbering and removes version-specific package names from uninstall.
@shuuri-labs shuuri-labs merged commit c0fa932 into main Apr 27, 2026
1 check passed
@shuuri-labs shuuri-labs deleted the remove-pfsense-version-hardcode branch April 27, 2026 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants