Skip to content

Commit 242d025

Browse files
committed
chore(release): bumped version to 2.4.1
1 parent b870a07 commit 242d025

File tree

23 files changed

+40
-32
lines changed

23 files changed

+40
-32
lines changed

CHANGELOG.md

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

3+
### [2.4.1](https://github.com/kubeflow/pipelines/compare/2.4.0...2.4.1) (2025-03-01)
4+
5+
6+
### Other Pull Requests
7+
8+
* update driver/launcher images for 2.4.1 ([6e64e4d](https://github.com/kubeflow/pipelines/commit/6e64e4d553ff49a1de4c1840490ab9ca337d08cc))
9+
* Cherry Pick Commits for 2.4.1 ([\#11716](https://github.com/kubeflow/pipelines/issues/11716)) ([78fab71](https://github.com/kubeflow/pipelines/commit/78fab71ef1831ae6659c7834bf78d56daa55623d))
10+
311
## [2.4.0](https://github.com/kubeflow/pipelines/compare/2.3.0...2.4.0) (2025-01-16)
412

513

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.0
1+
2.4.1

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.4.0
7-
- Package version: 2.4.0
6+
- API version: 2.4.1
7+
- Package version: 2.4.1
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.4.0"
17+
__version__ = "2.4.1"
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.4.0/python'
81+
self.user_agent = 'OpenAPI-Generator/2.4.1/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.4.0\n"\
355-
"SDK Package Version: 2.4.0".\
354+
"Version of the API: 2.4.1\n"\
355+
"SDK Package Version: 2.4.1".\
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.4.0"
16+
VERSION = "2.4.1"
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.4.0",
5+
"version": "2.4.1",
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.4.0
7-
- Package version: 2.4.0
6+
- API version: 2.4.1
7+
- Package version: 2.4.1
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/v2beta1/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.4.0"
17+
__version__ = "2.4.1"
1818

1919
# import apis into sdk package
2020
from kfp_server_api.api.auth_service_api import AuthServiceApi

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

8484
def __enter__(self):

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

358358
def get_host_settings(self):

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

backend/api/v2beta1/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.4.0",
5+
"version": "2.4.1",
66
"description": "This file contains REST API specification for Kubeflow Pipelines. The file is autogenerated from the swagger definition.",
77
"contact": {
88
"name": "google",

manifests/gcp_marketplace/chart/kubeflow-pipelines/templates/application.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ metadata:
1212
spec:
1313
descriptor:
1414
type: Kubeflow Pipelines
15-
version: 2.4.0
15+
version: 2.4.1
1616
description: |-
1717
Reusable end-to-end ML workflow
1818
maintainers:

manifests/gcp_marketplace/schema.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
x-google-marketplace:
22
schemaVersion: v2
33
applicationApiVersion: v1beta1
4-
publishedVersion: 2.4.0
4+
publishedVersion: 2.4.1
55
publishedVersionMetadata:
6-
releaseNote: Based on 2.4.0 version.
6+
releaseNote: Based on 2.4.1 version.
77
releaseTypes:
88
- Feature
99
recommended: false

manifests/kustomize/base/cache-deployer/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ commonLabels:
88
app: cache-deployer
99
images:
1010
- name: ghcr.io/kubeflow/kfp-cache-deployer
11-
newTag: 2.4.0
11+
newTag: 2.4.1

manifests/kustomize/base/cache/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ commonLabels:
1010
app: cache-server
1111
images:
1212
- name: ghcr.io/kubeflow/kfp-cache-server
13-
newTag: 2.4.0
13+
newTag: 2.4.1

manifests/kustomize/base/installs/generic/pipeline-install-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ data:
1111
until the changes take effect. A quick way to restart all deployments in a
1212
namespace: `kubectl rollout restart deployment -n <your-namespace>`.
1313
appName: pipeline
14-
appVersion: 2.4.0
14+
appVersion: 2.4.1
1515
dbHost: mysql # relic to be removed after release
1616
dbPort: "3306" # relic to be removed after release
1717
dbType: mysql

manifests/kustomize/base/metadata/base/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ resources:
1010
- metadata-grpc-sa.yaml
1111
images:
1212
- name: ghcr.io/kubeflow/kfp-metadata-envoy
13-
newTag: 2.4.0
13+
newTag: 2.4.1

manifests/kustomize/base/pipeline/kustomization.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ resources:
3636
- kfp-launcher-configmap.yaml
3737
images:
3838
- name: ghcr.io/kubeflow/kfp-api-server
39-
newTag: 2.4.0
39+
newTag: 2.4.1
4040
- name: ghcr.io/kubeflow/kfp-persistence-agent
41-
newTag: 2.4.0
41+
newTag: 2.4.1
4242
- name: ghcr.io/kubeflow/kfp-scheduled-workflow-controller
43-
newTag: 2.4.0
43+
newTag: 2.4.1
4444
- name: ghcr.io/kubeflow/kfp-frontend
45-
newTag: 2.4.0
45+
newTag: 2.4.1
4646
- name: ghcr.io/kubeflow/kfp-viewer-crd-controller
47-
newTag: 2.4.0
47+
newTag: 2.4.1
4848
- name: ghcr.io/kubeflow/kfp-visualization-server
49-
newTag: 2.4.0
49+
newTag: 2.4.1

manifests/kustomize/base/pipeline/metadata-writer/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ resources:
77
- metadata-writer-sa.yaml
88
images:
99
- name: ghcr.io/kubeflow/kfp-metadata-writer
10-
newTag: 2.4.0
10+
newTag: 2.4.1

manifests/kustomize/env/gcp/inverse-proxy/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
images:
44
- name: ghcr.io/kubeflow/kfp-inverse-proxy-agent
5-
newTag: 2.4.0
5+
newTag: 2.4.1
66
resources:
77
- proxy-configmap.yaml
88
- proxy-deployment.yaml

0 commit comments

Comments
 (0)