File tree 4 files changed +117
-109
lines changed
4 files changed +117
-109
lines changed Original file line number Diff line number Diff line change 15
15
from setuptools import setup
16
16
17
17
PACKAGE_NAME = "kfp-component"
18
- VERSION = '0.1.22 '
18
+ VERSION = '0.1.24 '
19
19
20
20
setup (
21
21
name = PACKAGE_NAME ,
Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ images:
17
17
- name : mysql
18
18
newTag : " 5.6"
19
19
- name : gcr.io/ml-pipeline/api-server
20
- newTag : 0.1.23
20
+ newTag : 0.1.24
21
21
- name : gcr.io/ml-pipeline/persistenceagent
22
- newTag : 0.1.23
22
+ newTag : 0.1.24
23
23
- name : gcr.io/ml-pipeline/scheduledworkflow
24
- newTag : 0.1.23
24
+ newTag : 0.1.24
25
25
- name : gcr.io/ml-pipeline/frontend
26
- newTag : 0.1.23
26
+ newTag : 0.1.24
27
27
- name : gcr.io/ml-pipeline/viewer-crd-controller
28
- newTag : 0.1.23
28
+ newTag : 0.1.24
29
29
- name : gcr.io/ml-pipeline/inverse-proxy-agent
30
- newTag : 0.1.23
30
+ newTag : 0.1.24
You can’t perform that action at this time.
0 commit comments