Skip to content

Commit e21bbba

Browse files
authored
chore(sdk): release kfp sdk 2.12.2 (kubeflow#11843)
Signed-off-by: Humair Khan <[email protected]>
1 parent 93675b0 commit e21bbba

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

docs/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.12.1/",
4-
"title": "2.12.1",
3+
"version": "https://kubeflow-pipelines.readthedocs.io/en/sdk-2.12.2/",
4+
"title": "2.12.2",
55
"aliases": [
66
"stable",
77
"latest"
88
]
99
},
10+
{
11+
"version": "https://kubeflow-pipelines.readthedocs.io/en/sdk-2.12.1/",
12+
"title": "2.12.1",
13+
"aliases": []
14+
},
1015
{
1116
"version": "https://kubeflow-pipelines.readthedocs.io/en/sdk-2.12.0/",
1217
"title": "2.12.0",

sdk/RELEASE.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,21 @@
1111
## Bug fixes and other changes
1212

1313
* Depends on `google-cloud-storage>=2.2.1,<4` [\#11735](https://github.com/kubeflow/pipelines/pull/11735)
14-
* fix(sdk): Add SDK support for setting resource limits on older KFP versions (#11839)
1514

1615
## Documentation updates
1716

17+
# 2.12.2
18+
19+
## Features
20+
21+
## Breaking changes
22+
23+
## Deprecations
24+
25+
## Bug fixes and other changes
26+
27+
* fix(sdk): Add SDK support for setting resource limits on older KFP versions (#11839)
28+
1829
# 2.12.1
1930

2031
## Features

sdk/python/kfp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# https://packaging.python.org/guides/packaging-namespace-packages/#pkgutil-style-namespace-packages
1717
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
1818

19-
__version__ = '2.12.1'
19+
__version__ = '2.12.2'
2020

2121
import sys
2222
import warnings

0 commit comments

Comments
 (0)