Skip to content

Commit

Permalink
update manifest and sdk version (#1617)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoning777 authored and k8s-ci-robot committed Jul 12, 2019
1 parent 28b871a commit cce52f4
Show file tree
Hide file tree
Showing 4 changed files with 117 additions and 109 deletions.
2 changes: 1 addition & 1 deletion component_sdk/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from setuptools import setup

PACKAGE_NAME = "kfp-component"
VERSION = '0.1.22'
VERSION = '0.1.24'

setup(
name=PACKAGE_NAME,
Expand Down
12 changes: 6 additions & 6 deletions manifests/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ images:
- name: mysql
newTag: "5.6"
- name: gcr.io/ml-pipeline/api-server
newTag: 0.1.23
newTag: 0.1.24
- name: gcr.io/ml-pipeline/persistenceagent
newTag: 0.1.23
newTag: 0.1.24
- name: gcr.io/ml-pipeline/scheduledworkflow
newTag: 0.1.23
newTag: 0.1.24
- name: gcr.io/ml-pipeline/frontend
newTag: 0.1.23
newTag: 0.1.24
- name: gcr.io/ml-pipeline/viewer-crd-controller
newTag: 0.1.23
newTag: 0.1.24
- name: gcr.io/ml-pipeline/inverse-proxy-agent
newTag: 0.1.23
newTag: 0.1.24
Loading

0 comments on commit cce52f4

Please sign in to comment.