Skip to content

Commit

Permalink
Update sdk release version (#2434)
Browse files Browse the repository at this point in the history
* Update sdk release version

* Update the server image version
  • Loading branch information
hongye-sun authored and k8s-ci-robot committed Oct 18, 2019
1 parent 0df0aec commit aab5a50
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion components/gcp/container/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.31'
VERSION = '0.1.32'

setup(
name=PACKAGE_NAME,
Expand Down
14 changes: 7 additions & 7 deletions manifests/kustomize/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ bases:

images:
- name: gcr.io/ml-pipeline/api-server
newTag: 0.1.31
newTag: 0.1.32
- name: gcr.io/ml-pipeline/persistenceagent
newTag: 0.1.31
newTag: 0.1.32
- name: gcr.io/ml-pipeline/scheduledworkflow
newTag: 0.1.31
newTag: 0.1.32
- name: gcr.io/ml-pipeline/frontend
newTag: 0.1.31
newTag: 0.1.32
- name: gcr.io/ml-pipeline/viewer-crd-controller
newTag: 0.1.31
newTag: 0.1.32
- name: gcr.io/ml-pipeline/inverse-proxy-agent
newTag: 0.1.31
newTag: 0.1.32
- name: gcr.io/ml-pipeline/visualization-server
newTag: 0.1.31
newTag: 0.1.32
2 changes: 1 addition & 1 deletion sdk/python/kfp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '0.1.31.2'
__version__ = '0.1.32'

from . import components
from . import containers
Expand Down

0 comments on commit aab5a50

Please sign in to comment.