Skip to content

Commit 417091d

Browse files
authored
chore(release): bumped version to 2.14.4 (#12433)
Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com>
1 parent 1e2ae2b commit 417091d

File tree

11 files changed

+30
-17
lines changed

11 files changed

+30
-17
lines changed

CHANGELOG.md

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

3+
### [2.14.4](https://github.com/kubeflow/pipelines/compare/2.14.3...2.14.4) (2025-11-11)
4+
5+
6+
### Bug Fixes
7+
8+
* **manifests:** update minio image ref ([\#12424](https://github.com/kubeflow/pipelines/issues/12424)) ([\#12427](https://github.com/kubeflow/pipelines/issues/12427)) ([932d613](https://github.com/kubeflow/pipelines/commit/932d613ccc15dd2c0e5180f6b6db7b3d8bf410c4))
9+
10+
11+
### Other Pull Requests
12+
13+
* fix visualization docker build failures by bumping python ([\#12429](https://github.com/kubeflow/pipelines/issues/12429)) ([1e2ae2b](https://github.com/kubeflow/pipelines/commit/1e2ae2bd2a7200523f1362ea24123be4b9084ae6))
14+
* Release 2.14 ([\#12336](https://github.com/kubeflow/pipelines/issues/12336)) ([360bd09](https://github.com/kubeflow/pipelines/commit/360bd092d2d61498799ff4d90c742e522f82812d))
15+
316
### [2.14.3](https://github.com/kubeflow/pipelines/compare/2.14.0...2.14.3) (2025-08-28)
417

518

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.14.3
15+
version: 2.14.4
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.14.3
4+
publishedVersion: 2.14.4
55
publishedVersionMetadata:
6-
releaseNote: Based on 2.14.3 version.
6+
releaseNote: Based on 2.14.4 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
@@ -6,7 +6,7 @@ resources:
66
- cache-deployer-deployment.yaml
77
images:
88
- name: ghcr.io/kubeflow/kfp-cache-deployer
9-
newTag: 2.14.3
9+
newTag: 2.14.4
1010
labels:
1111
- includeSelectors: true
1212
pairs:

manifests/kustomize/base/cache/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ resources:
88
- cache-service.yaml
99
images:
1010
- name: ghcr.io/kubeflow/kfp-cache-server
11-
newTag: 2.14.3
11+
newTag: 2.14.4
1212
labels:
1313
- includeSelectors: true
1414
pairs:

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.14.3
14+
appVersion: 2.14.4
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.14.3
13+
newTag: 2.14.4

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.14.3
39+
newTag: 2.14.4
4040
- name: ghcr.io/kubeflow/kfp-persistence-agent
41-
newTag: 2.14.3
41+
newTag: 2.14.4
4242
- name: ghcr.io/kubeflow/kfp-scheduled-workflow-controller
43-
newTag: 2.14.3
43+
newTag: 2.14.4
4444
- name: ghcr.io/kubeflow/kfp-frontend
45-
newTag: 2.14.3
45+
newTag: 2.14.4
4646
- name: ghcr.io/kubeflow/kfp-viewer-crd-controller
47-
newTag: 2.14.3
47+
newTag: 2.14.4
4848
- name: ghcr.io/kubeflow/kfp-visualization-server
49-
newTag: 2.14.3
49+
newTag: 2.14.4

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.14.3
10+
newTag: 2.14.4

manifests/kustomize/base/pipeline/ml-pipeline-apiserver-deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ spec:
119119
name: mlpipeline-minio-artifact
120120
key: secretkey
121121
- name: V2_DRIVER_IMAGE
122-
value: ghcr.io/kubeflow/kfp-driver:2.14.3
122+
value: ghcr.io/kubeflow/kfp-driver:2.14.4
123123
- name: V2_LAUNCHER_IMAGE
124-
value: ghcr.io/kubeflow/kfp-launcher:2.14.3
124+
value: ghcr.io/kubeflow/kfp-launcher:2.14.4
125125
image: ghcr.io/kubeflow/kfp-api-server:dummy
126126
imagePullPolicy: IfNotPresent
127127
name: ml-pipeline-api-server

0 commit comments

Comments
 (0)