From 1f4efcb2047a146b3bb97c4568306efe597b3f79 Mon Sep 17 00:00:00 2001 From: kjake Date: Thu, 13 Aug 2026 14:57:53 -0400 Subject: [PATCH] docs(readme): record FreeBSD 15.1 and NetBSD 11.0 targets; OpenBSD 7.9 Supported-targets table now lists both FreeBSD 14.3 + 15.1 and NetBSD 10.1 + 11.0, and reflects the OpenBSD bump to 7.9. Versions are shown as the actual build-host release to match the build-provenance note. --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3aec0df188f..f4fd97b5c7a 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,11 @@ Upstream is polled every 12 hours; a new upstream release produces a matching re | OS | Version | Architecture | Asset | | ------- | ------- | ------------ | ----------------------------- | -| FreeBSD | 14 | amd64 | `cloudflared-freebsd14-amd64` | -| OpenBSD | 7 | amd64 | `cloudflared-openbsd7-amd64` | -| NetBSD | 10 | amd64 | `cloudflared-netbsd10-amd64` | +| FreeBSD | 14.3 | amd64 | `cloudflared-freebsd14-amd64` | +| FreeBSD | 15.1 | amd64 | `cloudflared-freebsd15-amd64` | +| OpenBSD | 7.9 | amd64 | `cloudflared-openbsd7-amd64` | +| NetBSD | 10.1 | amd64 | `cloudflared-netbsd10-amd64` | +| NetBSD | 11.0 | amd64 | `cloudflared-netbsd11-amd64` | See [Build provenance](#build-provenance) at the bottom for binary metadata.