Skip to content

Commit

Permalink
Bump version for release 0.2.1 of Pipelines (kubeflow#2961)
Browse files Browse the repository at this point in the history
  • Loading branch information
neuromage authored and Jeffwan committed Dec 9, 2020
1 parent 31a40f3 commit 10ac486
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ metadata:
spec:
descriptor:
type: Kubeflow Pipelines
version: '0.2.0'
version: '0.2.1'
description: |-
Reusable end-to-end ML workflow
maintainers:
Expand Down
4 changes: 2 additions & 2 deletions manifests/gcp_marketplace/schema.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
x-google-marketplace:
schemaVersion: v2
applicationApiVersion: v1beta1
publishedVersion: '0.2.0'
publishedVersion: '0.2.1'
publishedVersionMetadata:
releaseNote: >-
Based on 0.2.0 version.
Based on 0.2.1 version.
releaseTypes:
- Feature
recommended: false
Expand Down
16 changes: 8 additions & 8 deletions manifests/kustomize/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ resources:

images:
- name: gcr.io/ml-pipeline/api-server
newTag: 0.2.0
newTag: 0.2.1
- name: gcr.io/ml-pipeline/persistenceagent
newTag: 0.2.0
newTag: 0.2.1
- name: gcr.io/ml-pipeline/scheduledworkflow
newTag: 0.2.0
newTag: 0.2.1
- name: gcr.io/ml-pipeline/frontend
newTag: 0.2.0
newTag: 0.2.1
- name: gcr.io/ml-pipeline/viewer-crd-controller
newTag: 0.2.0
newTag: 0.2.1
- name: gcr.io/ml-pipeline/inverse-proxy-agent
newTag: 0.2.0
newTag: 0.2.1
- name: gcr.io/ml-pipeline/visualization-server
newTag: 0.2.0
newTag: 0.2.1
- name: gcr.io/ml-pipeline/metadata-writer
newTag: 0.2.0
newTag: 0.2.1
2 changes: 1 addition & 1 deletion manifests/kustomize/base/pipeline-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
matchLabels:
application-crd-id: kubeflow-pipelines
descriptor:
version: 0.2.0
version: 0.2.1
type: Kubeflow Pipelines
description: |-
Reusable end-to-end ML workflow
Expand Down
3 changes: 1 addition & 2 deletions sdk/python/kfp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# Copyright 2018 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -13,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '0.2.0'
__version__ = '0.2.1'

from . import components
from . import containers
Expand Down

0 comments on commit 10ac486

Please sign in to comment.