From b2587c00b795cc36ad69b5d8fe5da60bd1b45acb Mon Sep 17 00:00:00 2001 From: yliao Date: Tue, 5 May 2026 21:25:13 +0000 Subject: [PATCH 1/8] update version constants for 36.0.0a1 release --- scripts/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/constants.py b/scripts/constants.py index 2f1c50d0e8..0831522c8a 100644 --- a/scripts/constants.py +++ b/scripts/constants.py @@ -18,7 +18,7 @@ KUBERNETES_BRANCH = "release-1.36" # client version for packaging and releasing. -CLIENT_VERSION = "36.0.0+snapshot" +CLIENT_VERSION = "36.0.0a1" # Name of the release package PACKAGE_NAME = "kubernetes" From 9ce0056ec0482649d5d2d18a9b738efbd0aedab2 Mon Sep 17 00:00:00 2001 From: yliao Date: Tue, 5 May 2026 21:25:14 +0000 Subject: [PATCH 2/8] update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ae86832d4..243274abd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# v36.0.0+snapshot +# v36.0.0a1 Kubernetes API Version: v1.36.0 From 05c3117cb5e7909921780955545827427d0bd189 Mon Sep 17 00:00:00 2001 From: yliao Date: Tue, 5 May 2026 21:26:19 +0000 Subject: [PATCH 3/8] generated client change --- kubernetes/README.md | 2 +- kubernetes/__init__.py | 2 +- kubernetes/client/__init__.py | 2 +- kubernetes/client/api_client.py | 2 +- kubernetes/client/configuration.py | 2 +- kubernetes_asyncio/README.md | 2 +- kubernetes_asyncio/__init__.py | 2 +- kubernetes_asyncio/client/__init__.py | 2 +- kubernetes_asyncio/client/api_client.py | 2 +- kubernetes_asyncio/client/api_client.py.orig | 2 +- kubernetes_asyncio/client/configuration.py | 2 +- kubernetes_asyncio/client/configuration.py.orig | 2 +- kubernetes_asyncio/setup.py | 2 +- setup-asyncio.py | 2 +- setup.py | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/kubernetes/README.md b/kubernetes/README.md index c0cb8e7ec4..41373c282a 100644 --- a/kubernetes/README.md +++ b/kubernetes/README.md @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/opena This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: release-1.36 -- Package version: 36.0.0+snapshot +- Package version: 36.0.0a1 - Build package: org.openapitools.codegen.languages.PythonLegacyClientCodegen ## Requirements. diff --git a/kubernetes/__init__.py b/kubernetes/__init__.py index 7fd995f5d6..c00af7efbf 100644 --- a/kubernetes/__init__.py +++ b/kubernetes/__init__.py @@ -14,7 +14,7 @@ __project__ = 'kubernetes' # The version is auto-updated. Please do not edit. -__version__ = "36.0.0+snapshot" +__version__ = "36.0.0a1" from . import client from . import config diff --git a/kubernetes/client/__init__.py b/kubernetes/client/__init__.py index 0e7711ab12..76669baf4a 100644 --- a/kubernetes/client/__init__.py +++ b/kubernetes/client/__init__.py @@ -14,7 +14,7 @@ from __future__ import absolute_import -__version__ = "36.0.0+snapshot" +__version__ = "36.0.0a1" # import apis into sdk package from kubernetes.client.api.well_known_api import WellKnownApi diff --git a/kubernetes/client/api_client.py b/kubernetes/client/api_client.py index 19edce0823..d2fdd6bda7 100644 --- a/kubernetes/client/api_client.py +++ b/kubernetes/client/api_client.py @@ -78,7 +78,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None, self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'OpenAPI-Generator/36.0.0+snapshot/python' + self.user_agent = 'OpenAPI-Generator/36.0.0a1/python' self.client_side_validation = configuration.client_side_validation def __enter__(self): diff --git a/kubernetes/client/configuration.py b/kubernetes/client/configuration.py index f9b977b67a..fe8e1a2083 100644 --- a/kubernetes/client/configuration.py +++ b/kubernetes/client/configuration.py @@ -426,7 +426,7 @@ def to_debug_report(self): "OS: {env}\n"\ "Python Version: {pyversion}\n"\ "Version of the API: release-1.36\n"\ - "SDK Package Version: 36.0.0+snapshot".\ + "SDK Package Version: 36.0.0a1".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self): diff --git a/kubernetes_asyncio/README.md b/kubernetes_asyncio/README.md index 8a9d18a434..d3d2deeb80 100644 --- a/kubernetes_asyncio/README.md +++ b/kubernetes_asyncio/README.md @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/opena This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: release-1.36 -- Package version: 36.0.0+snapshot +- Package version: 36.0.0a1 - Build package: org.openapitools.codegen.languages.PythonLegacyClientCodegen ## Requirements. diff --git a/kubernetes_asyncio/__init__.py b/kubernetes_asyncio/__init__.py index 12967b9969..9860b02854 100644 --- a/kubernetes_asyncio/__init__.py +++ b/kubernetes_asyncio/__init__.py @@ -14,7 +14,7 @@ __project__ = "kubernetes_asyncio" # The version is auto-updated. Please do not edit. -__version__ = "36.0.0+snapshot" +__version__ = "36.0.0a1" import kubernetes_asyncio.client as client diff --git a/kubernetes_asyncio/client/__init__.py b/kubernetes_asyncio/client/__init__.py index 694ccd5160..2d9bc96af9 100644 --- a/kubernetes_asyncio/client/__init__.py +++ b/kubernetes_asyncio/client/__init__.py @@ -14,7 +14,7 @@ from __future__ import absolute_import -__version__ = "36.0.0+snapshot" +__version__ = "36.0.0a1" # import apis into sdk package from kubernetes_asyncio.client.api.well_known_api import WellKnownApi diff --git a/kubernetes_asyncio/client/api_client.py b/kubernetes_asyncio/client/api_client.py index e7152f7823..60bc8f5e37 100644 --- a/kubernetes_asyncio/client/api_client.py +++ b/kubernetes_asyncio/client/api_client.py @@ -78,7 +78,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None, self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'OpenAPI-Generator/36.0.0+snapshot/python' + self.user_agent = 'OpenAPI-Generator/36.0.0a1/python' self.client_side_validation = configuration.client_side_validation async def __aenter__(self): diff --git a/kubernetes_asyncio/client/api_client.py.orig b/kubernetes_asyncio/client/api_client.py.orig index a2c1acec19..fff27f376d 100644 --- a/kubernetes_asyncio/client/api_client.py.orig +++ b/kubernetes_asyncio/client/api_client.py.orig @@ -78,7 +78,7 @@ class ApiClient(object): self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'OpenAPI-Generator/36.0.0+snapshot/python' + self.user_agent = 'OpenAPI-Generator/36.0.0a1/python' self.client_side_validation = configuration.client_side_validation async def __aenter__(self): diff --git a/kubernetes_asyncio/client/configuration.py b/kubernetes_asyncio/client/configuration.py index 0d47fba754..ba8c16a0d0 100644 --- a/kubernetes_asyncio/client/configuration.py +++ b/kubernetes_asyncio/client/configuration.py @@ -435,7 +435,7 @@ def to_debug_report(self): "OS: {env}\n"\ "Python Version: {pyversion}\n"\ "Version of the API: release-1.36\n"\ - "SDK Package Version: 36.0.0+snapshot".\ + "SDK Package Version: 36.0.0a1".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self): diff --git a/kubernetes_asyncio/client/configuration.py.orig b/kubernetes_asyncio/client/configuration.py.orig index 750071ffaa..2290944af0 100644 --- a/kubernetes_asyncio/client/configuration.py.orig +++ b/kubernetes_asyncio/client/configuration.py.orig @@ -432,7 +432,7 @@ conf = client.Configuration( "OS: {env}\n"\ "Python Version: {pyversion}\n"\ "Version of the API: release-1.36\n"\ - "SDK Package Version: 36.0.0+snapshot".\ + "SDK Package Version: 36.0.0a1".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self): diff --git a/kubernetes_asyncio/setup.py b/kubernetes_asyncio/setup.py index 4c89596b30..15c1eedad2 100644 --- a/kubernetes_asyncio/setup.py +++ b/kubernetes_asyncio/setup.py @@ -13,7 +13,7 @@ from setuptools import setup, find_packages # noqa: H301 NAME = "client" -VERSION = "36.0.0+snapshot" +VERSION = "36.0.0a1" # To install the library, run the following # # python setup.py install diff --git a/setup-asyncio.py b/setup-asyncio.py index 294c1ffc7d..300073ea8f 100644 --- a/setup-asyncio.py +++ b/setup-asyncio.py @@ -16,7 +16,7 @@ # Do not edit these constants. They will be updated automatically # by scripts/update-client.sh. -CLIENT_VERSION = "36.0.0+snapshot" +CLIENT_VERSION = "36.0.0a1" PACKAGE_NAME = "kubernetes_asyncio" DEVELOPMENT_STATUS = "3 - Alpha" diff --git a/setup.py b/setup.py index 149f6117a5..33dc96279e 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ # Do not edit these constants. They will be updated automatically # by scripts/update-client.sh. -CLIENT_VERSION = "36.0.0+snapshot" +CLIENT_VERSION = "36.0.0a1" PACKAGE_NAME = "kubernetes" DEVELOPMENT_STATUS = "3 - Alpha" From d07b98e5a474b9461d3bd6332f634dcd2dbb1a7e Mon Sep 17 00:00:00 2001 From: yliao Date: Tue, 5 May 2026 21:30:31 +0000 Subject: [PATCH 4/8] updated compatibility matrix and maintenance status --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 66e16e479a..b013653552 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,7 @@ supported versions of Kubernetes clusters. - [client 33.y.z](https://pypi.org/project/kubernetes/33.1.0/): Kubernetes 1.32 or below (+-), Kubernetes 1.33 (✓), Kubernetes 1.34 or above (+-) - [client 34.y.z](https://pypi.org/project/kubernetes/34.1.0/): Kubernetes 1.33 or below (+-), Kubernetes 1.34 (✓), Kubernetes 1.35 or above (+-) - [client 35.y.z](https://pypi.org/project/kubernetes/35.0.0/): Kubernetes 1.34 or below (+-), Kubernetes 1.35 (✓), Kubernetes 1.36 or above (+-) +- [client 36.y.z](https://pypi.org/project/kubernetes/36.0.0a1/): Kubernetes 1.35 or below (+-), Kubernetes 1.36 (✓), Kubernetes 1.37 or above (+-) > See [here](#homogenizing-the-kubernetes-python-client-versions) for an explanation of why there is no v13-v16 release. @@ -209,6 +210,7 @@ between client-python versions. | 34.1 | Kubernetes main repo, 1.34 branch | ✓ | | 35.0 Alpha/Beta | Kubernetes main repo, 1.35 branch | ✗ | | 35.0 | Kubernetes main repo, 1.35 branch | ✓ | +| 36.0 Alpha/Beta | Kubernetes main repo, 1.36 branch | ✓ | > See [here](#homogenizing-the-kubernetes-python-client-versions) for an explanation of why there is no v13-v16 release. From aacbacf60e3dc70bcc6fcaa6d9d2890eb5834bfc Mon Sep 17 00:00:00 2001 From: yliao Date: Wed, 6 May 2026 17:29:34 +0000 Subject: [PATCH 5/8] update version constants for 36.0.0a2 release --- scripts/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/constants.py b/scripts/constants.py index 0831522c8a..c85e42c064 100644 --- a/scripts/constants.py +++ b/scripts/constants.py @@ -18,7 +18,7 @@ KUBERNETES_BRANCH = "release-1.36" # client version for packaging and releasing. -CLIENT_VERSION = "36.0.0a1" +CLIENT_VERSION = "36.0.0a2" # Name of the release package PACKAGE_NAME = "kubernetes" From a7886ae237886feb8e149162eafe88ae046c7118 Mon Sep 17 00:00:00 2001 From: yliao Date: Wed, 6 May 2026 17:29:34 +0000 Subject: [PATCH 6/8] update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 243274abd6..009730b99f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# v36.0.0a2 + +Kubernetes API Version: v1.36.0 + + # v36.0.0a1 Kubernetes API Version: v1.36.0 From c067d774c0943a2f1c6a0d510b2c96ca093c179b Mon Sep 17 00:00:00 2001 From: yliao Date: Wed, 6 May 2026 17:30:44 +0000 Subject: [PATCH 7/8] generated client change --- kubernetes/README.md | 2 +- kubernetes/__init__.py | 2 +- kubernetes/client/__init__.py | 2 +- kubernetes/client/api_client.py | 2 +- kubernetes/client/configuration.py | 2 +- kubernetes_asyncio/README.md | 2 +- kubernetes_asyncio/__init__.py | 2 +- kubernetes_asyncio/client/__init__.py | 2 +- kubernetes_asyncio/client/api_client.py | 2 +- kubernetes_asyncio/client/api_client.py.orig | 2 +- kubernetes_asyncio/client/configuration.py | 2 +- kubernetes_asyncio/client/configuration.py.orig | 2 +- kubernetes_asyncio/setup.py | 2 +- setup-asyncio.py | 2 +- setup.py | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/kubernetes/README.md b/kubernetes/README.md index 41373c282a..86c1b2c422 100644 --- a/kubernetes/README.md +++ b/kubernetes/README.md @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/opena This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: release-1.36 -- Package version: 36.0.0a1 +- Package version: 36.0.0a2 - Build package: org.openapitools.codegen.languages.PythonLegacyClientCodegen ## Requirements. diff --git a/kubernetes/__init__.py b/kubernetes/__init__.py index c00af7efbf..896db73efa 100644 --- a/kubernetes/__init__.py +++ b/kubernetes/__init__.py @@ -14,7 +14,7 @@ __project__ = 'kubernetes' # The version is auto-updated. Please do not edit. -__version__ = "36.0.0a1" +__version__ = "36.0.0a2" from . import client from . import config diff --git a/kubernetes/client/__init__.py b/kubernetes/client/__init__.py index 76669baf4a..7c4e25b555 100644 --- a/kubernetes/client/__init__.py +++ b/kubernetes/client/__init__.py @@ -14,7 +14,7 @@ from __future__ import absolute_import -__version__ = "36.0.0a1" +__version__ = "36.0.0a2" # import apis into sdk package from kubernetes.client.api.well_known_api import WellKnownApi diff --git a/kubernetes/client/api_client.py b/kubernetes/client/api_client.py index d2fdd6bda7..0d6d5203ce 100644 --- a/kubernetes/client/api_client.py +++ b/kubernetes/client/api_client.py @@ -78,7 +78,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None, self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'OpenAPI-Generator/36.0.0a1/python' + self.user_agent = 'OpenAPI-Generator/36.0.0a2/python' self.client_side_validation = configuration.client_side_validation def __enter__(self): diff --git a/kubernetes/client/configuration.py b/kubernetes/client/configuration.py index fe8e1a2083..6390786093 100644 --- a/kubernetes/client/configuration.py +++ b/kubernetes/client/configuration.py @@ -426,7 +426,7 @@ def to_debug_report(self): "OS: {env}\n"\ "Python Version: {pyversion}\n"\ "Version of the API: release-1.36\n"\ - "SDK Package Version: 36.0.0a1".\ + "SDK Package Version: 36.0.0a2".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self): diff --git a/kubernetes_asyncio/README.md b/kubernetes_asyncio/README.md index d3d2deeb80..650f9e1045 100644 --- a/kubernetes_asyncio/README.md +++ b/kubernetes_asyncio/README.md @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/opena This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: release-1.36 -- Package version: 36.0.0a1 +- Package version: 36.0.0a2 - Build package: org.openapitools.codegen.languages.PythonLegacyClientCodegen ## Requirements. diff --git a/kubernetes_asyncio/__init__.py b/kubernetes_asyncio/__init__.py index 9860b02854..0b0782271e 100644 --- a/kubernetes_asyncio/__init__.py +++ b/kubernetes_asyncio/__init__.py @@ -14,7 +14,7 @@ __project__ = "kubernetes_asyncio" # The version is auto-updated. Please do not edit. -__version__ = "36.0.0a1" +__version__ = "36.0.0a2" import kubernetes_asyncio.client as client diff --git a/kubernetes_asyncio/client/__init__.py b/kubernetes_asyncio/client/__init__.py index 2d9bc96af9..cf622726d0 100644 --- a/kubernetes_asyncio/client/__init__.py +++ b/kubernetes_asyncio/client/__init__.py @@ -14,7 +14,7 @@ from __future__ import absolute_import -__version__ = "36.0.0a1" +__version__ = "36.0.0a2" # import apis into sdk package from kubernetes_asyncio.client.api.well_known_api import WellKnownApi diff --git a/kubernetes_asyncio/client/api_client.py b/kubernetes_asyncio/client/api_client.py index 60bc8f5e37..5374315ad3 100644 --- a/kubernetes_asyncio/client/api_client.py +++ b/kubernetes_asyncio/client/api_client.py @@ -78,7 +78,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None, self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'OpenAPI-Generator/36.0.0a1/python' + self.user_agent = 'OpenAPI-Generator/36.0.0a2/python' self.client_side_validation = configuration.client_side_validation async def __aenter__(self): diff --git a/kubernetes_asyncio/client/api_client.py.orig b/kubernetes_asyncio/client/api_client.py.orig index fff27f376d..a365d2274d 100644 --- a/kubernetes_asyncio/client/api_client.py.orig +++ b/kubernetes_asyncio/client/api_client.py.orig @@ -78,7 +78,7 @@ class ApiClient(object): self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'OpenAPI-Generator/36.0.0a1/python' + self.user_agent = 'OpenAPI-Generator/36.0.0a2/python' self.client_side_validation = configuration.client_side_validation async def __aenter__(self): diff --git a/kubernetes_asyncio/client/configuration.py b/kubernetes_asyncio/client/configuration.py index ba8c16a0d0..743bc3caac 100644 --- a/kubernetes_asyncio/client/configuration.py +++ b/kubernetes_asyncio/client/configuration.py @@ -435,7 +435,7 @@ def to_debug_report(self): "OS: {env}\n"\ "Python Version: {pyversion}\n"\ "Version of the API: release-1.36\n"\ - "SDK Package Version: 36.0.0a1".\ + "SDK Package Version: 36.0.0a2".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self): diff --git a/kubernetes_asyncio/client/configuration.py.orig b/kubernetes_asyncio/client/configuration.py.orig index 2290944af0..8bb178e54a 100644 --- a/kubernetes_asyncio/client/configuration.py.orig +++ b/kubernetes_asyncio/client/configuration.py.orig @@ -432,7 +432,7 @@ conf = client.Configuration( "OS: {env}\n"\ "Python Version: {pyversion}\n"\ "Version of the API: release-1.36\n"\ - "SDK Package Version: 36.0.0a1".\ + "SDK Package Version: 36.0.0a2".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self): diff --git a/kubernetes_asyncio/setup.py b/kubernetes_asyncio/setup.py index 15c1eedad2..740e9792f5 100644 --- a/kubernetes_asyncio/setup.py +++ b/kubernetes_asyncio/setup.py @@ -13,7 +13,7 @@ from setuptools import setup, find_packages # noqa: H301 NAME = "client" -VERSION = "36.0.0a1" +VERSION = "36.0.0a2" # To install the library, run the following # # python setup.py install diff --git a/setup-asyncio.py b/setup-asyncio.py index 300073ea8f..39beacb14a 100644 --- a/setup-asyncio.py +++ b/setup-asyncio.py @@ -16,7 +16,7 @@ # Do not edit these constants. They will be updated automatically # by scripts/update-client.sh. -CLIENT_VERSION = "36.0.0a1" +CLIENT_VERSION = "36.0.0a2" PACKAGE_NAME = "kubernetes_asyncio" DEVELOPMENT_STATUS = "3 - Alpha" diff --git a/setup.py b/setup.py index 33dc96279e..004972a2e6 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ # Do not edit these constants. They will be updated automatically # by scripts/update-client.sh. -CLIENT_VERSION = "36.0.0a1" +CLIENT_VERSION = "36.0.0a2" PACKAGE_NAME = "kubernetes" DEVELOPMENT_STATUS = "3 - Alpha" From d991372887c425a6a29785376c0c5585d1832188 Mon Sep 17 00:00:00 2001 From: yliao Date: Wed, 6 May 2026 17:33:42 +0000 Subject: [PATCH 8/8] updated compatibility matrix and maintenance status --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b013653552..277f149676 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ supported versions of Kubernetes clusters. - [client 33.y.z](https://pypi.org/project/kubernetes/33.1.0/): Kubernetes 1.32 or below (+-), Kubernetes 1.33 (✓), Kubernetes 1.34 or above (+-) - [client 34.y.z](https://pypi.org/project/kubernetes/34.1.0/): Kubernetes 1.33 or below (+-), Kubernetes 1.34 (✓), Kubernetes 1.35 or above (+-) - [client 35.y.z](https://pypi.org/project/kubernetes/35.0.0/): Kubernetes 1.34 or below (+-), Kubernetes 1.35 (✓), Kubernetes 1.36 or above (+-) -- [client 36.y.z](https://pypi.org/project/kubernetes/36.0.0a1/): Kubernetes 1.35 or below (+-), Kubernetes 1.36 (✓), Kubernetes 1.37 or above (+-) +- [client 36.y.z](https://pypi.org/project/kubernetes/36.0.0a2/): Kubernetes 1.35 or below (+-), Kubernetes 1.36 (✓), Kubernetes 1.37 or above (+-) > See [here](#homogenizing-the-kubernetes-python-client-versions) for an explanation of why there is no v13-v16 release.