From cfe0b4fa551e92e892dcc5e4014ad2ab5ece85f0 Mon Sep 17 00:00:00 2001 From: clearml <> Date: Wed, 4 Jun 2025 12:00:23 +0300 Subject: [PATCH] API version bump to 2.32 --- apiserver/documentation/api_versions.md | 2 ++ apiserver/service_repo/service_repo.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/apiserver/documentation/api_versions.md b/apiserver/documentation/api_versions.md index 5b987e1..4f84361 100644 --- a/apiserver/documentation/api_versions.md +++ b/apiserver/documentation/api_versions.md @@ -2,6 +2,8 @@ | Release | ApiVersion | |---------|------------| +| v2.1 | 2.32 | +| v2.0 | 2.31 | | v1.17 | 2.31 | | v1.16 | 2.30 | | v1.15 | 2.29 | diff --git a/apiserver/service_repo/service_repo.py b/apiserver/service_repo/service_repo.py index 17e8928..fca74ab 100644 --- a/apiserver/service_repo/service_repo.py +++ b/apiserver/service_repo/service_repo.py @@ -39,7 +39,7 @@ class ServiceRepo(object): """If the check is set, parsing will fail for endpoint request with the version that is grater than the current maximum """ - _max_version = PartialVersion("2.31") + _max_version = PartialVersion("2.32") """ Maximum version number (the highest min_version value across all endpoints) """ _endpoint_exp = (