From 90cbb859a3e33d6d061373c3ec6f5e316454652a Mon Sep 17 00:00:00 2001 From: "Han Verstraete (OpenFaaS Ltd)" Date: Wed, 15 Jul 2026 12:15:58 +0200 Subject: [PATCH] Update inlets-pro version to 0.11.14 Bump the default inlets-pro release used by inletsctl to 0.11.14 for hardened auto-TLS support. Signed-off-by: Han Verstraete (OpenFaaS Ltd) --- cmd/create.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/create.go b/cmd/create.go index 7e6868d..23017cb 100644 --- a/cmd/create.go +++ b/cmd/create.go @@ -21,7 +21,7 @@ import ( // AE: Find version with the following: // crane ls ghcr.io/inlets/inlets-pro |tail -n 1 -const inletsProDefaultVersion = "0.11.13" +const inletsProDefaultVersion = "0.11.14" const inletsProControlPort = 8123 func init() {