From 16f210966b7957eca6e7eb954c841cb9a00edb90 Mon Sep 17 00:00:00 2001 From: Viktor Pettersson Date: Wed, 17 Sep 2025 17:18:03 +1200 Subject: [PATCH] fix(version): change API version support from LTS to STS (#1223) --- api/portainer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/portainer.go b/api/portainer.go index 63e0ff931..f5c870e2f 100644 --- a/api/portainer.go +++ b/api/portainer.go @@ -1781,7 +1781,7 @@ const ( // APIVersion is the version number of the Portainer API APIVersion = "2.34.0" // Support annotation for the API version ("STS" for Short-Term Support or "LTS" for Long-Term Support) - APIVersionSupport = "LTS" + APIVersionSupport = "STS" // Edition is what this edition of Portainer is called Edition = PortainerCE // ComposeSyntaxMaxVersion is a maximum supported version of the docker compose syntax