Skip to content

Commit 0b0e3ed

Browse files
authored
Update training operator sdk version to 1.5.0 (kubeflow/trainer#1651)
* Adding latest image tag * Update manifests with latest image tag * Update sdk version in files
1 parent fc38f2a commit 0b0e3ed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

python/kubeflow/training/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from __future__ import absolute_import
1616

17-
__version__ = "1.4.0"
17+
__version__ = "1.5.0"
1818

1919
# import apis into sdk package
2020

python/kubeflow/training/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
7878
self.default_headers[header_name] = header_value
7979
self.cookie = cookie
8080
# Set default User-Agent.
81-
self.user_agent = 'OpenAPI-Generator/1.4.0/python'
81+
self.user_agent = 'OpenAPI-Generator/1.5.0/python'
8282
self.client_side_validation = configuration.client_side_validation
8383

8484
def __enter__(self):

python/kubeflow/training/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ def to_debug_report(self):
325325
"OS: {env}\n"\
326326
"Python Version: {pyversion}\n"\
327327
"Version of the API: v1.5.0\n"\
328-
"SDK Package Version: 1.4.0".\
328+
"SDK Package Version: 1.5.0".\
329329
format(env=sys.platform, pyversion=sys.version)
330330

331331
def get_host_settings(self):

0 commit comments

Comments
 (0)