Skip to content

Commit 4f8e9fb

Browse files
jingzhang36k8s-ci-robot
authored andcommitted
Increase kfp version in kustomize and sdk init (#2567)
1 parent aa4f1b6 commit 4f8e9fb

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

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.33
13+
newTag: 0.1.34
1414
- name: gcr.io/ml-pipeline/persistenceagent
15-
newTag: 0.1.33
15+
newTag: 0.1.34
1616
- name: gcr.io/ml-pipeline/scheduledworkflow
17-
newTag: 0.1.33
17+
newTag: 0.1.34
1818
- name: gcr.io/ml-pipeline/frontend
19-
newTag: 0.1.33
19+
newTag: 0.1.34
2020
- name: gcr.io/ml-pipeline/viewer-crd-controller
21-
newTag: 0.1.33
21+
newTag: 0.1.34
2222
- name: gcr.io/ml-pipeline/inverse-proxy-agent
23-
newTag: 0.1.33
23+
newTag: 0.1.34
2424
- name: gcr.io/ml-pipeline/visualization-server
25-
newTag: 0.1.33
25+
newTag: 0.1.34

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.33'
16+
__version__ = '0.1.34'
1717

1818
from . import components
1919
from . import containers

0 commit comments

Comments
 (0)