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 = (