From 00157745630418ea6f8172b7fcc240944d1e6654 Mon Sep 17 00:00:00 2001 From: yliao Date: Tue, 5 May 2026 21:25:13 +0000 Subject: [PATCH 1/4] 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 60ce25504c1853b1487e61039bf9d3269e34b186 Mon Sep 17 00:00:00 2001 From: yliao Date: Tue, 5 May 2026 21:25:14 +0000 Subject: [PATCH 2/4] 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 dfb2ce69947a59d19200fb59e6da466863d50372 Mon Sep 17 00:00:00 2001 From: yliao Date: Tue, 5 May 2026 21:26:19 +0000 Subject: [PATCH 3/4] 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 7c78fd81c1..0bf1f8f233 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 7ef744703d..fb248f5220 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 630436de71bf5af6df1409ac6bd0dd0c0663f4a1 Mon Sep 17 00:00:00 2001 From: yliao Date: Tue, 5 May 2026 21:30:31 +0000 Subject: [PATCH 4/4] 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.