This commit is contained in:
Bavneet Singh 2025-01-28 11:38:42 -08:00
Родитель 56586168e6
Коммит 6bdd36a3c9
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -69,7 +69,7 @@ def load_arguments(self: Connectedk8sCommandsLoader, _: CLICommand) -> None:
c.argument(
"cluster_name",
options_list=["--name", "-n"],
help="The name of the connected cluster.",
help="The name of the connected clusters.",
)
c.argument(
"kube_config",

Просмотреть файл

@ -13,7 +13,7 @@ from setuptools import find_packages, setup
# TODO: Confirm this is the right version number you want and it matches your
# HISTORY.rst entry.
VERSION = "1.10.4"
VERSION = "1.10.5"
# The full list of classifiers is available at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers