fix(version): change API version support from LTS to STS (#1222)

This commit is contained in:
Viktor Pettersson
2025-09-17 17:17:49 +12:00
committed by andres-portainer
parent e02296ed50
commit 54b66cf636

View File

@@ -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