Skip to content

Commit fc3214d

Browse files
authored
chore: Release 2.14.3 (#12198)
Signed-off-by: mprahl <[email protected]>
1 parent ef9d099 commit fc3214d

File tree

29 files changed

+75
-39
lines changed

29 files changed

+75
-39
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
### [2.14.3](https://github.com/kubeflow/pipelines/compare/2.14.0...2.14.3) (2025-08-28)
4+
5+
6+
### Bug Fixes
7+
8+
* **backend:** Add support for additional filters on the Kubernetes native API ([\#12189](https://github.com/kubeflow/pipelines/issues/12189)) ([8bb97be](https://github.com/kubeflow/pipelines/commit/8bb97be463a99c9abfa1d6d824ebedbe2957c077))
9+
* **backend:** Fix mutating webhook when pipeline name label value is too long ([\#12162](https://github.com/kubeflow/pipelines/issues/12162)) ([1b6fd87](https://github.com/kubeflow/pipelines/commit/1b6fd87f851fb31e7b81d55f6c6ff1206ef43d18))
10+
* **backend:** Return from pipeline deletions after the cache is updated ([\#12153](https://github.com/kubeflow/pipelines/issues/12153)) ([df79a7a](https://github.com/kubeflow/pipelines/commit/df79a7ac2574dde0130fa665e9ac72c51aa05304))
11+
* **backend/sdk:** Fix REST API outputs for pipeline versions with invalid platform specs ([\#12183](https://github.com/kubeflow/pipelines/issues/12183)) ([0cafb3d](https://github.com/kubeflow/pipelines/commit/0cafb3db99fdcea38fc37d0aef2f7dd237559065))
12+
* **sdk:** Set spec.description when compiling to Kubernetes manifests ([\#12132](https://github.com/kubeflow/pipelines/issues/12132)) ([5ffddad](https://github.com/kubeflow/pipelines/commit/5ffddad045db75e9e5fb2957226b4a28706637bd))
13+
* **tools:** Fix a typo in convert_to_k8s_format ([\#12161](https://github.com/kubeflow/pipelines/issues/12161)) ([9984fb7](https://github.com/kubeflow/pipelines/commit/9984fb79cd6371e8fa58c23bb4a8b0fc1ee57465))
14+
15+
16+
### Other Pull Requests
17+
18+
* Cherry-Pick 2.14.2 SDK changes ([\#12123](https://github.com/kubeflow/pipelines/issues/12123)) ([ec00fa3](https://github.com/kubeflow/pipelines/commit/ec00fa3ca34492c92271835fa87764cd1883ebda))
19+
* ignore adding pb2.py files for kfp-k8s docs ([3fad4df](https://github.com/kubeflow/pipelines/commit/3fad4df5dfa2246d6d52fd43f12b4802704a760a))
20+
* update sphinx deps ([25805b8](https://github.com/kubeflow/pipelines/commit/25805b8d352631b17bba334e98bdd00911ee8cb5))
21+
322
## [2.14.0](https://github.com/kubeflow/pipelines/compare/2.5.0...2.14.0) (2025-08-05)
423

524

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.14.0
1+
2.14.3

api/v2alpha1/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from typing import List
1818

1919
NAME = 'kfp-pipeline-spec'
20-
VERSION = '2.14.0'
20+
VERSION = '2.14.3'
2121

2222
def get_requirements(requirements_file: str) -> List[str]:
2323
"""Read requirements from requirements.in."""

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.0
7-
- Package version: 2.14.0
6+
- API version: 2.14.3
7+
- Package version: 2.14.3
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.0"
17+
__version__ = "2.14.3"
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.0/python'
81+
self.user_agent = 'OpenAPI-Generator/2.14.3/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.0\n"\
355-
"SDK Package Version: 2.14.0".\
354+
"Version of the API: 2.14.3\n"\
355+
"SDK Package Version: 2.14.3".\
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.0"
16+
VERSION = "2.14.3"
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.0",
5+
"version": "2.14.3",
66
"description": "This file contains REST API specification for Kubeflow Pipelines. The file is autogenerated from the swagger definition.",
77
"contact": {
88
"name": "google",

backend/api/v2beta1/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.0
7-
- Package version: 2.14.0
6+
- API version: 2.14.3
7+
- Package version: 2.14.3
88
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
99
For more information, please visit [https://www.google.com](https://www.google.com)
1010

0 commit comments

Comments
 (0)