Skip to content

Commit

Permalink
Merge pull request #21 from e2fyi/bump-v1.3.0
Browse files Browse the repository at this point in the history
Bump v1.3.0
  • Loading branch information
lzuwei authored Feb 16, 2021
2 parents a3c466c + fdc4207 commit e7fcb5c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pipelines/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Kubeflow Pipelines

[![1.0.4](https://img.shields.io/badge/kubeflow--pipelines-1.0.4-blue.svg)](https://github.com/kubeflow/pipelines/tree/1.0.4)
[![1.0.4](https://img.shields.io/badge/kubeflow--pipelines-1.3.0-blue.svg)](https://github.com/kubeflow/pipelines/tree/1.0.4)

[Kubeflow pipelines (kfp)](https://github.com/kubeflow/pipelines) are reusable end-to-end ML workflows.
As of release `1.0.4`, kfp comprises of the following components:
As of release `1.3.0`, kfp comprises of the following components:

| service | description |
| ---------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
Expand Down
2 changes: 1 addition & 1 deletion pipelines/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

bases:
- github.com/kubeflow/pipelines/manifests/kustomize/base?ref=1.0.4
- github.com/kubeflow/pipelines/manifests/kustomize/base?ref=1.3.0

resources:
# use a custom podTemplate definition for tensorboard viewer
Expand Down
2 changes: 1 addition & 1 deletion pipelines/cluster-scoped-resources/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

bases:
- github.com/kubeflow/pipelines/manifests/kustomize/cluster-scoped-resources?ref=1.0.4
- github.com/kubeflow/pipelines/manifests/kustomize/cluster-scoped-resources?ref=1.3.0

0 comments on commit e7fcb5c

Please sign in to comment.