Skip to content

Commit

Permalink
Bump version to 0.1.36 (#2661)
Browse files Browse the repository at this point in the history
* update component sdk version

* bump python SDK and manifest version

* Revert "update component sdk version" to prevent conflict

This reverts commit 1fd6ddc
  • Loading branch information
Jiaxiao Zheng authored and k8s-ci-robot committed Nov 26, 2019
1 parent 9eb3283 commit 4ca121d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
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.35
newTag: 0.1.36
- name: gcr.io/ml-pipeline/persistenceagent
newTag: 0.1.35
newTag: 0.1.36
- name: gcr.io/ml-pipeline/scheduledworkflow
newTag: 0.1.35
newTag: 0.1.36
- name: gcr.io/ml-pipeline/frontend
newTag: 0.1.35
newTag: 0.1.36
- name: gcr.io/ml-pipeline/viewer-crd-controller
newTag: 0.1.35
newTag: 0.1.36
- name: gcr.io/ml-pipeline/inverse-proxy-agent
newTag: 0.1.35
newTag: 0.1.36
- name: gcr.io/ml-pipeline/visualization-server
newTag: 0.1.35
newTag: 0.1.36
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.35'
__version__ = '0.1.36'

from . import components
from . import containers
Expand Down

0 comments on commit 4ca121d

Please sign in to comment.