From a978f7e5f7fd9b9ca6ee88109cd5c815e19d48dd Mon Sep 17 00:00:00 2001 From: Cara Ryan Date: Thu, 24 Jul 2025 09:48:45 +1200 Subject: [PATCH] chore: bump version to 2.32.0 (#933) --- api/datastore/test_data/output_24_to_latest.json | 4 ++-- api/portainer.go | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api/datastore/test_data/output_24_to_latest.json b/api/datastore/test_data/output_24_to_latest.json index e8f9096f0..5e8b0eefa 100644 --- a/api/datastore/test_data/output_24_to_latest.json +++ b/api/datastore/test_data/output_24_to_latest.json @@ -615,7 +615,7 @@ "RequiredPasswordLength": 12 }, "KubeconfigExpiry": "0", - "KubectlShellImage": "portainer/kubectl-shell:2.32.0-rc1", + "KubectlShellImage": "portainer/kubectl-shell:2.32.0", "LDAPSettings": { "AnonymousMode": true, "AutoCreateUsers": true, @@ -944,7 +944,7 @@ } ], "version": { - "VERSION": "{\"SchemaVersion\":\"2.32.0-rc1\",\"MigratorCount\":0,\"Edition\":1,\"InstanceID\":\"463d5c47-0ea5-4aca-85b1-405ceefee254\"}" + "VERSION": "{\"SchemaVersion\":\"2.32.0\",\"MigratorCount\":1,\"Edition\":1,\"InstanceID\":\"463d5c47-0ea5-4aca-85b1-405ceefee254\"}" }, "webhooks": null } \ No newline at end of file diff --git a/api/portainer.go b/api/portainer.go index 1f7a67d2a..8172f08fa 100644 --- a/api/portainer.go +++ b/api/portainer.go @@ -1747,7 +1747,7 @@ type ( const ( // APIVersion is the version number of the Portainer API - APIVersion = "2.32.0-rc1" + APIVersion = "2.32.0" // Support annotation for the API version ("STS" for Short-Term Support or "LTS" for Long-Term Support) APIVersionSupport = "STS" // Edition is what this edition of Portainer is called diff --git a/package.json b/package.json index 7eab87462..8cab91593 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Portainer.io", "name": "portainer", "homepage": "http://portainer.io", - "version": "2.32.0-rc1", + "version": "2.32.0", "repository": { "type": "git", "url": "git@github.com:portainer/portainer.git"