Skip to content

Commit 8fe8d7b

Browse files
authored
chore: update kfp package conf versions and docs (#12485)
Signed-off-by: Humair Khan <[email protected]>
1 parent e95b9fd commit 8fe8d7b

File tree

3 files changed

+34
-3
lines changed

3 files changed

+34
-3
lines changed

docs/sdk/versions.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
[
22
{
3-
"version": "https://kubeflow-pipelines.readthedocs.io/en/sdk-2.14.6/",
4-
"title": "2.14.6",
3+
"version": "https://kubeflow-pipelines.readthedocs.io/en/sdk-2.15.0/",
4+
"title": "2.15.0",
55
"aliases": [
66
"stable",
77
"latest"
88
]
99
},
10+
{
11+
"version": "https://kubeflow-pipelines.readthedocs.io/en/sdk-2.14.6/",
12+
"title": "2.14.6",
13+
"aliases": []
14+
},
1015
{
1116
"version": "https://kubeflow-pipelines.readthedocs.io/en/sdk-2.14.5/",
1217
"title": "2.14.5",

kubernetes_platform/python/docs/conf.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,12 +138,19 @@ def decorator(func):
138138
'version_dropdown':
139139
True,
140140
'version_info': [
141+
{
142+
'version':
143+
'https://kfp-kubernetes.readthedocs.io/en/kfp-kubernetes-2.15.0/',
144+
'title':
145+
'2.15.0',
146+
'aliases': ['stable'],
147+
},
141148
{
142149
'version':
143150
'https://kfp-kubernetes.readthedocs.io/en/kfp-kubernetes-2.14.6/',
144151
'title':
145152
'2.14.6',
146-
'aliases': ['stable'],
153+
'aliases': [],
147154
},
148155
{
149156
'version':

sdk/RELEASE.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,34 @@
22

33
## Features
44

5+
## Breaking changes
6+
7+
## Deprecations
8+
9+
## Bug fixes and other changes
10+
11+
## Documentation updates
12+
13+
# 2.15.0
14+
15+
## Features
16+
517
* Allow sharing utility functions across components via the `additional_funcs` argument to the `component` decorator;
618
functions are embedded into the generated component code before the main function (#12178).
19+
* feat(backend, sdk): Add custom_path field to RuntimeArtifact (#12248)
20+
* feat(sdk): Add notebook components and embedded artifacts support (#12294)
21+
* feat(sdk): add compile-time validation for workspace size
722

823
## Breaking changes
924

1025
## Deprecations
1126

1227
## Bug fixes and other changes
1328

29+
* fix(sdk): Add support for list and dict parameter type hints (#12410)
30+
* fix(CI/SDK): Fix tests for pipelines with optional input parameters and an SDK syntax error (#12420)
31+
* chore: update py image refs to 3.11 (#12383)
32+
1433
## Documentation updates
1534

1635
# 2.14.6

0 commit comments

Comments
 (0)