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

pull/12567/merge
Viktor Pettersson 2025-09-17 17:18:03 +12:00 committed by GitHub
parent 30e70b6327
commit 16f210966b
1 changed files with 1 additions and 1 deletions

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