diff --git a/CHANGELOG.md b/CHANGELOG.md index 11810e6663..c2c4c8c3f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v34.1.1 + +Kubernetes API Version: v1.34.1 + # v34.1.0 Kubernetes API Version: v1.34.1 diff --git a/kubernetes/README.md b/kubernetes/README.md index 4d0a4fb654..2077c42d63 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.34 -- Package version: 34.1.0 +- Package version: 34.1.1 - Build package: org.openapitools.codegen.languages.PythonClientCodegen ## Requirements. diff --git a/kubernetes/__init__.py b/kubernetes/__init__.py index af07bd75e0..8b3d0d3a75 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__ = "34.1.0" +__version__ = "34.1.1" from . import client from . import config diff --git a/kubernetes/client/__init__.py b/kubernetes/client/__init__.py index 49f720ee50..887550a596 100644 --- a/kubernetes/client/__init__.py +++ b/kubernetes/client/__init__.py @@ -14,7 +14,7 @@ from __future__ import absolute_import -__version__ = "34.1.0" +__version__ = "34.1.1" # import apis into sdk package from kubernetes.client.api.well_known_api import WellKnownApi diff --git a/kubernetes/client/configuration.py b/kubernetes/client/configuration.py index 19d165f3ee..63aaade167 100644 --- a/kubernetes/client/configuration.py +++ b/kubernetes/client/configuration.py @@ -364,7 +364,7 @@ def to_debug_report(self): "OS: {env}\n"\ "Python Version: {pyversion}\n"\ "Version of the API: release-1.34\n"\ - "SDK Package Version: 34.1.0".\ + "SDK Package Version: 34.1.1".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self): diff --git a/scripts/constants.py b/scripts/constants.py index 050281988d..88f3ed4d1e 100644 --- a/scripts/constants.py +++ b/scripts/constants.py @@ -18,7 +18,7 @@ KUBERNETES_BRANCH = "release-1.34" # client version for packaging and releasing. -CLIENT_VERSION = "34.1.0" +CLIENT_VERSION = "34.1.1" # Name of the release package PACKAGE_NAME = "kubernetes" diff --git a/setup.py b/setup.py index ee6e21816b..9f5518376e 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 = "34.1.0" +CLIENT_VERSION = "34.1.1" PACKAGE_NAME = "kubernetes" DEVELOPMENT_STATUS = "5 - Production/Stable"