Skip to content

Commit aab5a50

Browse files
hongye-sunk8s-ci-robot
authored andcommitted
Update sdk release version (#2434)
* Update sdk release version * Update the server image version
1 parent 0df0aec commit aab5a50

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

components/gcp/container/component_sdk/python/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from setuptools import setup
1616

1717
PACKAGE_NAME = 'kfp-component'
18-
VERSION = '0.1.31'
18+
VERSION = '0.1.32'
1919

2020
setup(
2121
name=PACKAGE_NAME,

manifests/kustomize/base/kustomization.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ bases:
1010

1111
images:
1212
- name: gcr.io/ml-pipeline/api-server
13-
newTag: 0.1.31
13+
newTag: 0.1.32
1414
- name: gcr.io/ml-pipeline/persistenceagent
15-
newTag: 0.1.31
15+
newTag: 0.1.32
1616
- name: gcr.io/ml-pipeline/scheduledworkflow
17-
newTag: 0.1.31
17+
newTag: 0.1.32
1818
- name: gcr.io/ml-pipeline/frontend
19-
newTag: 0.1.31
19+
newTag: 0.1.32
2020
- name: gcr.io/ml-pipeline/viewer-crd-controller
21-
newTag: 0.1.31
21+
newTag: 0.1.32
2222
- name: gcr.io/ml-pipeline/inverse-proxy-agent
23-
newTag: 0.1.31
23+
newTag: 0.1.32
2424
- name: gcr.io/ml-pipeline/visualization-server
25-
newTag: 0.1.31
25+
newTag: 0.1.32

sdk/python/kfp/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
__version__ = '0.1.31.2'
16+
__version__ = '0.1.32'
1717

1818
from . import components
1919
from . import containers

0 commit comments

Comments
 (0)