From 97452f6d94f06450a776619541de2c151d263c16 Mon Sep 17 00:00:00 2001 From: Zuwei Li Date: Tue, 16 Feb 2021 09:56:17 +0800 Subject: [PATCH 1/2] bump to v1.3.0 --- pipelines/base/kustomization.yaml | 2 +- pipelines/cluster-scoped-resources/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pipelines/base/kustomization.yaml b/pipelines/base/kustomization.yaml index e6c397c..2a4f7f4 100644 --- a/pipelines/base/kustomization.yaml +++ b/pipelines/base/kustomization.yaml @@ -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 diff --git a/pipelines/cluster-scoped-resources/kustomization.yaml b/pipelines/cluster-scoped-resources/kustomization.yaml index b790567..7038c2a 100644 --- a/pipelines/cluster-scoped-resources/kustomization.yaml +++ b/pipelines/cluster-scoped-resources/kustomization.yaml @@ -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 From fdc42077da55b8bc27550f53478764e9af5a777b Mon Sep 17 00:00:00 2001 From: Zuwei Li Date: Tue, 16 Feb 2021 09:58:36 +0800 Subject: [PATCH 2/2] update readme --- pipelines/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipelines/README.md b/pipelines/README.md index 2f5b904..ad271c0 100644 --- a/pipelines/README.md +++ b/pipelines/README.md @@ -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 | | ---------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |