Skip to content

Commit 725757d

Browse files
feat: add build for pfSense Plus 26.03.1
1 parent 1fe956d commit 725757d

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
PFSENSE_VERSION: "25.11.1"
3333
- FREEBSD_VERSION: FreeBSD-16.0-CURRENT
3434
PFSENSE_VERSION: "26.03"
35+
- FREEBSD_VERSION: FreeBSD-16.0-CURRENT
36+
PFSENSE_VERSION: "26.03.1"
3537

3638
steps:
3739
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ pkg-static add https://github.com/pfrest/pfSense-pkg-RESTAPI/releases/latest/dow
4242
Install on pfSense Plus:
4343

4444
```bash
45-
pkg-static -C /dev/null add https://github.com/pfrest/pfSense-pkg-RESTAPI/releases/latest/download/pfSense-26.03-pkg-RESTAPI.pkg
45+
pkg-static -C /dev/null add https://github.com/pfrest/pfSense-pkg-RESTAPI/releases/latest/download/pfSense-26.03.1-pkg-RESTAPI.pkg
4646
```
4747

4848
> [!WARNING]

docs/INSTALL_AND_CONFIG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ run pfSense. It's recommended to follow Netgate's [minimum hardware requirements
1717
- pfSense CE 2.8.1
1818
- pfSense Plus 25.11.1
1919
- pfSense Plus 26.03
20+
- pfSense Plus 26.03.1
21+
2022

2123
!!! Warning
2224
Installation of the package on unsupported versions of pfSense may result in unexpected behavior and/or system instability.

0 commit comments

Comments
 (0)