From d416abaf59400d2121318669cdacafd5e4e960cd Mon Sep 17 00:00:00 2001 From: Tomasz Prus Date: Sat, 9 Apr 2022 02:40:30 +0200 Subject: [PATCH] [chore] bump version 22.6.4 --- 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/configuration.py | 2 +- scripts/constants.py | 2 +- setup.py | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/kubernetes_asyncio/README.md b/kubernetes_asyncio/README.md index 4aeda36fa..207dc6356 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: v1.22.6 -- Package version: 22.6.3 +- Package version: 22.6.4 - Build package: org.openapitools.codegen.languages.PythonLegacyClientCodegen ## Requirements. diff --git a/kubernetes_asyncio/__init__.py b/kubernetes_asyncio/__init__.py index 5fb78fc99..e3b4e4238 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__ = "22.6.3" +__version__ = "22.6.4" import kubernetes_asyncio.client import kubernetes_asyncio.config diff --git a/kubernetes_asyncio/client/__init__.py b/kubernetes_asyncio/client/__init__.py index 23bda6d6c..e131fffbe 100644 --- a/kubernetes_asyncio/client/__init__.py +++ b/kubernetes_asyncio/client/__init__.py @@ -14,7 +14,7 @@ from __future__ import absolute_import -__version__ = "22.6.3" +__version__ = "22.6.4" # 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 1814cfa68..257dc1773 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/22.6.3/python' + self.user_agent = 'OpenAPI-Generator/22.6.4/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 339b3524b..d59bc8f13 100644 --- a/kubernetes_asyncio/client/configuration.py +++ b/kubernetes_asyncio/client/configuration.py @@ -406,7 +406,7 @@ def to_debug_report(self): "OS: {env}\n"\ "Python Version: {pyversion}\n"\ "Version of the API: v1.22.6\n"\ - "SDK Package Version: 22.6.3".\ + "SDK Package Version: 22.6.4".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self): diff --git a/scripts/constants.py b/scripts/constants.py index 0caadcc01..e720836d5 100644 --- a/scripts/constants.py +++ b/scripts/constants.py @@ -18,7 +18,7 @@ KUBERNETES_BRANCH = "v1.22.6" # client version for packaging and releasing. -CLIENT_VERSION = "22.6.3" +CLIENT_VERSION = "22.6.4" # Name of the release package PACKAGE_NAME = "kubernetes_asyncio" diff --git a/setup.py b/setup.py index 4c4a614e8..f287d9c11 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 = "22.6.3" +CLIENT_VERSION = "22.6.4" PACKAGE_NAME = "kubernetes_asyncio" DEVELOPMENT_STATUS = "5 - Production/Stable"