You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/RELEASE.md
+14-1Lines changed: 14 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,20 @@
1
1
# Current Version (in development)
2
2
3
+
## Features
4
+
5
+
## Breaking changes
6
+
7
+
## Deprecations
8
+
9
+
## Bug fixes and other changes
10
+
11
+
## Documentation updates
12
+
13
+
# 2.11.0
14
+
3
15
## Features
4
16
* Expose `--existing-token` flag in `kfp` CLI to allow users to provide an existing token for authentication. [\#11400](https://github.com/kubeflow/pipelines/pull/11400)
5
-
* Add the ability to parameterize container images for tasks within pipelines
17
+
* Add the ability to parameterize container images for tasks within pipelines[\#11404](https://github.com/kubeflow/pipelines/pull/11404)
6
18
7
19
## Breaking changes
8
20
@@ -11,6 +23,7 @@
11
23
## Bug fixes and other changes
12
24
* Add error handling for image build/push failures in KFP SDK. [\#11164](https://github.com/kubeflow/pipelines/pull/11356)
13
25
* Backport fixes in kubeflow/pipelines#11075. [\#11392])(https://github.com/kubeflow/pipelines/pull/11392)
26
+
* Depends on `kfp-pipeline-spec==0.6.0`. [\#11447](https://github.com/kubeflow/pipelines/pull/11447)
0 commit comments