Skip to content

Commit c74e9a8

Browse files
committed
chore(release): add 1.5.1 release patch (kubeflow#1133)
1 parent 3ce7c88 commit c74e9a8

File tree

9 files changed

+3403
-17
lines changed

9 files changed

+3403
-17
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# - The help target was derived from https://stackoverflow.com/a/35730328/5601796
1717

1818
VENV ?= .venv
19-
KFP_TEKTON_RELEASE ?= v1.5.0
19+
KFP_TEKTON_RELEASE ?= v1.5.1
2020
export VIRTUAL_ENV := $(abspath ${VENV})
2121
export PATH := ${VIRTUAL_ENV}/bin:${PATH}
2222
DOCKER_REGISTRY ?= aipipeline

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.0
1+
1.5.1

guides/kfp_tekton_install.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@ To install the standalone Kubeflow Pipelines with Tekton, run the following step
5555
-p '{"data":{"default-timeout-minutes": "0"}}'
5656
```
5757

58-
3. Install Kubeflow Pipelines with Tekton backend (`kfp-tekton`) `v1.5.0` [custom resource definitions](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/)(CRDs).
58+
3. Install Kubeflow Pipelines with Tekton backend (`kfp-tekton`) `v1.5.1` [custom resource definitions](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/)(CRDs).
5959
> Note: You can ignore the error `no matches for kind "Application" in version "app.k8s.io/v1beta1"` since it's a warning saying `application` CRD is not yet ready.
6060
```shell
61-
kubectl apply --selector kubeflow/crd-install=true -f install/v1.5.0/kfp-tekton.yaml
61+
kubectl apply --selector kubeflow/crd-install=true -f install/v1.5.1/kfp-tekton.yaml
6262
```
6363

64-
4. Install Kubeflow Pipelines with Tekton backend (`kfp-tekton`) `v1.5.0` deployment
64+
4. Install Kubeflow Pipelines with Tekton backend (`kfp-tekton`) `v1.5.1` deployment
6565
```shell
66-
kubectl apply -f install/v1.5.0/kfp-tekton.yaml
66+
kubectl apply -f install/v1.5.1/kfp-tekton.yaml
6767
```
6868

6969
5. Then, if you want to expose the Kubeflow Pipelines endpoint outside the cluster, run the following commands:

0 commit comments

Comments
 (0)