Skip to content

Commit 2b5a5dd

Browse files
committed
chore(release): bumped version to 1.5.0
1 parent 3b5030a commit 2b5a5dd

File tree

72 files changed

+231
-105
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+231
-105
lines changed

CHANGELOG.md

Lines changed: 126 additions & 0 deletions

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.0-rc.3
1+
1.5.0

backend/api/python_http_client/README.md

Lines changed: 2 additions & 2 deletions

backend/api/python_http_client/kfp_server_api/__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.5.0-rc.3"
17+
__version__ = "1.5.0"
1818

1919
# import apis into sdk package
2020
from kfp_server_api.api.experiment_service_api import ExperimentServiceApi

backend/api/python_http_client/kfp_server_api/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.5.0-rc.3/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):

backend/api/python_http_client/kfp_server_api/configuration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,8 +351,8 @@ def to_debug_report(self):
351351
return "Python SDK Debug Report:\n"\
352352
"OS: {env}\n"\
353353
"Python Version: {pyversion}\n"\
354-
"Version of the API: 1.5.0-rc.3\n"\
355-
"SDK Package Version: 1.5.0-rc.3".\
354+
"Version of the API: 1.5.0\n"\
355+
"SDK Package Version: 1.5.0".\
356356
format(env=sys.platform, pyversion=sys.version)
357357

358358
def get_host_settings(self):

backend/api/python_http_client/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from setuptools import setup, find_packages # noqa: H301
1414

1515
NAME = "kfp-server-api"
16-
VERSION = "1.5.0-rc.3"
16+
VERSION = "1.5.0"
1717
# To install the library, run the following
1818
#
1919
# python setup.py install

backend/api/swagger/kfp_api_single_file.swagger.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/README.md

Lines changed: 20 additions & 20 deletions

components/gcp/bigquery/query/to_CSV/component.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ outputs:
4747
type: CSV
4848
implementation:
4949
container:
50-
image: gcr.io/ml-pipeline/ml-pipeline-gcp:1.5.0-rc.3
50+
image: gcr.io/ml-pipeline/ml-pipeline-gcp:1.5.0
5151
args: [
5252
--ui_metadata_path, {outputPath: MLPipeline UI metadata},
5353
kfp_component.google.bigquery, query,

0 commit comments

Comments
 (0)