From f3764519814a24dae03bb6ce2f74eea75ebe3283 Mon Sep 17 00:00:00 2001 From: "Han Verstraete (OpenFaaS Ltd)" Date: Wed, 15 Jul 2026 13:29:02 +0200 Subject: [PATCH] Update inlets-pro version to 0.11.14 Bump the default inlets-pro release used by the operator and Helm chart to 0.11.14 for hardened auto-TLS support. Signed-off-by: Han Verstraete (OpenFaaS Ltd) --- chart/inlets-operator/values.yaml | 4 ++-- image_test.go | 4 ++-- main.go | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/chart/inlets-operator/values.yaml b/chart/inlets-operator/values.yaml index bd37d648..77b253a0 100644 --- a/chart/inlets-operator/values.yaml +++ b/chart/inlets-operator/values.yaml @@ -15,11 +15,11 @@ annotatedOnly: false # These two versions should match for the client and server # For the client which will run as a Deployment in Kubernetes inletsClient: - image: "ghcr.io/inlets/inlets-pro:0.11.8" + image: "ghcr.io/inlets/inlets-pro:0.11.14" # Note: This needs to be updated manually to match inletsClient.image # For the server which will run a binary via systemd -inletsRelease: "0.11.8" +inletsRelease: "0.11.14" #plan: diff --git a/image_test.go b/image_test.go index a51318e2..5d5daabe 100644 --- a/image_test.go +++ b/image_test.go @@ -13,7 +13,7 @@ func Test_GetInletsReleaseDefault(t *testing.T) { got := c.GetInletsRelease() - want := "0.9.40" + want := "0.11.14" if got != want { t.Fatalf("want %s, but got %s", want, got) } @@ -48,7 +48,7 @@ func Test_InletsClientImageDefault(t *testing.T) { } got := c.GetInletsClientImage() - want := "ghcr.io/inlets/inlets-pro:0.9.40" + want := "ghcr.io/inlets/inlets-pro:0.11.14" if got != want { t.Fatalf("want %s, but got %s", want, got) } diff --git a/main.go b/main.go index e772d216..8c9c1e6d 100644 --- a/main.go +++ b/main.go @@ -38,7 +38,7 @@ func init() { flag.StringVar(&masterURL, "master", "", "The address of the Kubernetes API server. Overrides any value in kubeconfig. Only required if out-of-cluster.") } -const defaultRelease = "0.9.40" +const defaultRelease = "0.11.14" func main() { infra := &InfraConfig{