Skip to content

Commit 0e2cf46

Browse files
committed
chore(release): bumped version to 2.15.0
Signed-off-by: Humair Khan <[email protected]>
1 parent 7a814e2 commit 0e2cf46

File tree

29 files changed

+222
-42
lines changed

29 files changed

+222
-42
lines changed

CHANGELOG.md

Lines changed: 182 additions & 1 deletion
Large diffs are not rendered by default.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.14.6
1+
2.15.0

api/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# Contact one of chensun, HumairAK if this remote image needs an update.
16-
PREBUILT_REMOTE_IMAGE=ghcr.io/kubeflow/kfp-api-generator:master
16+
PREBUILT_REMOTE_IMAGE=ghcr.io/kubeflow/kfp-api-generator:release-2.15
1717

1818
.PHONY: all
1919
all: golang python

backend/api/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ REMOTE_IMAGE=ghcr.io/kubeflow/kfp-api-generator
2121
API_VERSION ?= v2beta1
2222

2323
# Keep in sync with the version used in test/release/Dockerfile.release
24-
PREBUILT_REMOTE_IMAGE=ghcr.io/kubeflow/kfp-api-generator:master
25-
RELEASE_IMAGE=ghcr.io/kubeflow/kfp-release:master
24+
PREBUILT_REMOTE_IMAGE=ghcr.io/kubeflow/kfp-api-generator:release-2.15
25+
RELEASE_IMAGE=ghcr.io/kubeflow/kfp-release:release-2.15
2626
CONTAINER_ENGINE ?= docker
2727

2828
# Generate clients using a pre-built api-generator image.

backend/api/v1beta1/python_http_client/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ This file contains REST API specification for Kubeflow Pipelines. The file is au
33

44
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
55

6-
- API version: 2.14.6
7-
- Package version: 2.14.6
6+
- API version: 2.15.0
7+
- Package version: 2.15.0
88
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
99
For more information, please visit [https://www.google.com](https://www.google.com)
1010

backend/api/v1beta1/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__ = "2.14.6"
17+
__version__ = "2.15.0"
1818

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

backend/api/v1beta1/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/2.14.6/python'
81+
self.user_agent = 'OpenAPI-Generator/2.15.0/python'
8282
self.client_side_validation = configuration.client_side_validation
8383

8484
def __enter__(self):

backend/api/v1beta1/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: 2.14.6\n"\
355-
"SDK Package Version: 2.14.6".\
354+
"Version of the API: 2.15.0\n"\
355+
"SDK Package Version: 2.15.0".\
356356
format(env=sys.platform, pyversion=sys.version)
357357

358358
def get_host_settings(self):

backend/api/v1beta1/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 = "2.14.6"
16+
VERSION = "2.15.0"
1717
# To install the library, run the following
1818
#
1919
# python setup.py install

backend/api/v1beta1/swagger/kfp_api_single_file.swagger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"swagger": "2.0",
33
"info": {
44
"title": "Kubeflow Pipelines API",
5-
"version": "2.14.6",
5+
"version": "2.15.0",
66
"description": "This file contains REST API specification for Kubeflow Pipelines. The file is autogenerated from the swagger definition.",
77
"contact": {
88
"name": "google",

0 commit comments

Comments
 (0)