Skip to content

Commit 69b84e8

Browse files
authored
fix(backend): Update Tekton to 0.38.4 (kubeflow#1049)
* update tekton to 0.38.4 * update tekton to 0.38.4
1 parent 42a433e commit 69b84e8

File tree

10 files changed

+54
-54
lines changed

10 files changed

+54
-54
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For more details about the project please follow this detailed [blog post](https
1515
## Architecture
1616

1717
We are currently using [Kubeflow Pipelines 1.8.4](https://github.com/kubeflow/pipelines/releases/tag/1.8.4) and
18-
[Tekton >= 0.38.3](https://github.com/tektoncd/pipeline/releases/tag/v0.38.3)
18+
[Tekton >= 0.38.4](https://github.com/tektoncd/pipeline/releases/tag/v0.38.4)
1919
for this project.
2020

2121
![kfp-tekton](images/kfp-tekton.png)

backend/third_party_licenses/apiserver.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ github.com/spf13/pflag,https://github.com/spf13/pflag/blob/v1.0.5/LICENSE,BSD-3-
7878
github.com/spf13/viper,https://github.com/spf13/viper/blob/v1.10.0/LICENSE,MIT
7979
github.com/stretchr/testify/assert,https://github.com/stretchr/testify/blob/v1.7.0/LICENSE,MIT
8080
github.com/subosito/gotenv,https://github.com/subosito/gotenv/blob/v1.2.0/LICENSE,MIT
81-
github.com/tektoncd/pipeline/pkg,https://github.com/tektoncd/pipeline/blob/v0.38.3/LICENSE,Apache-2.0
81+
github.com/tektoncd/pipeline/pkg,https://github.com/tektoncd/pipeline/blob/v0.38.4/LICENSE,Apache-2.0
8282
go.mongodb.org/mongo-driver,https://github.com/mongodb/mongo-go-driver/blob/v1.4.4/LICENSE,Apache-2.0
8383
go.opencensus.io,https://github.com/census-instrumentation/opencensus-go/blob/v0.22.5/LICENSE,Apache-2.0
8484
go.uber.org/atomic,https://github.com/uber-go/atomic/blob/v1.9.0/LICENSE.txt,MIT

backend/third_party_licenses/cache_server.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg,https://github.
5858
github.com/prometheus/procfs,https://github.com/prometheus/procfs/blob/v0.7.3/LICENSE,Apache-2.0
5959
github.com/prometheus/statsd_exporter/pkg/mapper,https://github.com/prometheus/statsd_exporter/blob/v0.21.0/LICENSE,Apache-2.0
6060
github.com/spf13/pflag,https://github.com/spf13/pflag/blob/v1.0.5/LICENSE,BSD-3-Clause
61-
github.com/tektoncd/pipeline/pkg,https://github.com/tektoncd/pipeline/blob/v0.38.3/LICENSE,Apache-2.0
61+
github.com/tektoncd/pipeline/pkg,https://github.com/tektoncd/pipeline/blob/v0.38.4/LICENSE,Apache-2.0
6262
go.mongodb.org/mongo-driver,https://github.com/mongodb/mongo-go-driver/blob/v1.4.4/LICENSE,Apache-2.0
6363
go.opencensus.io,https://github.com/census-instrumentation/opencensus-go/blob/v0.22.5/LICENSE,Apache-2.0
6464
go.uber.org/atomic,https://github.com/uber-go/atomic/blob/v1.9.0/LICENSE.txt,MIT

backend/third_party_licenses/persistence_agent.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ github.com/prometheus/procfs,https://github.com/prometheus/procfs/blob/v0.7.3/LI
5555
github.com/prometheus/statsd_exporter/pkg/mapper,https://github.com/prometheus/statsd_exporter/blob/v0.21.0/LICENSE,Apache-2.0
5656
github.com/sirupsen/logrus,https://github.com/sirupsen/logrus/blob/v1.8.1/LICENSE,MIT
5757
github.com/spf13/pflag,https://github.com/spf13/pflag/blob/v1.0.5/LICENSE,BSD-3-Clause
58-
github.com/tektoncd/pipeline/pkg,https://github.com/tektoncd/pipeline/blob/v0.38.3/LICENSE,Apache-2.0
58+
github.com/tektoncd/pipeline/pkg,https://github.com/tektoncd/pipeline/blob/v0.38.4/LICENSE,Apache-2.0
5959
go.mongodb.org/mongo-driver,https://github.com/mongodb/mongo-go-driver/blob/v1.4.4/LICENSE,Apache-2.0
6060
go.opencensus.io,https://github.com/census-instrumentation/opencensus-go/blob/v0.22.5/LICENSE,Apache-2.0
6161
go.uber.org/atomic,https://github.com/uber-go/atomic/blob/v1.9.0/LICENSE.txt,MIT

backend/third_party_licenses/swf.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ github.com/spf13/jwalterweatherman,https://github.com/spf13/jwalterweatherman/bl
6565
github.com/spf13/pflag,https://github.com/spf13/pflag/blob/v1.0.5/LICENSE,BSD-3-Clause
6666
github.com/spf13/viper,https://github.com/spf13/viper/blob/v1.10.0/LICENSE,MIT
6767
github.com/subosito/gotenv,https://github.com/subosito/gotenv/blob/v1.2.0/LICENSE,MIT
68-
github.com/tektoncd/pipeline/pkg,https://github.com/tektoncd/pipeline/blob/v0.38.3/LICENSE,Apache-2.0
68+
github.com/tektoncd/pipeline/pkg,https://github.com/tektoncd/pipeline/blob/v0.38.4/LICENSE,Apache-2.0
6969
go.mongodb.org/mongo-driver,https://github.com/mongodb/mongo-go-driver/blob/v1.4.4/LICENSE,Apache-2.0
7070
go.opencensus.io,https://github.com/census-instrumentation/opencensus-go/blob/v0.22.5/LICENSE,Apache-2.0
7171
go.uber.org/atomic,https://github.com/uber-go/atomic/blob/v1.9.0/LICENSE.txt,MIT

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ require (
3636
github.com/smartystreets/assertions v0.0.0-20190401211740-f487f9de1cd3 // indirect
3737
github.com/spf13/viper v1.10.0
3838
github.com/stretchr/testify v1.7.0
39-
github.com/tektoncd/pipeline v0.38.3
39+
github.com/tektoncd/pipeline v0.38.4
4040
github.com/tidwall/pretty v1.1.0 // indirect
4141
go.uber.org/zap v1.21.0
4242
golang.org/x/net v0.0.0-20220225172249-27dd8689420f

go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

guides/kfp_tekton_install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ A Kubernetes cluster `v1.21` that has least 8 vCPU and 16 GB memory.
4141

4242
To install the standalone Kubeflow Pipelines with Tekton, run the following steps:
4343

44-
1. Install [Tekton v0.38.3](https://github.com/tektoncd/pipeline/blob/v0.38.3/docs/install.md#installing-tekton-pipelines-on-kubernetes) if you don't have Tekton pipelines or OpenShift Pipelines on the cluster. Please be aware that Tekton custom task, loop, and recursion will not work if Tekton/Openshift pipelines version is not v0.28.0+.
44+
1. Install [Tekton v0.38.4](https://github.com/tektoncd/pipeline/blob/v0.38.4/docs/install.md#installing-tekton-pipelines-on-kubernetes) if you don't have Tekton pipelines or OpenShift Pipelines on the cluster. Please be aware that Tekton custom task, loop, and recursion will not work if Tekton/Openshift pipelines version is not v0.28.0+.
4545

4646
```shell
47-
kubectl apply -f https://storage.googleapis.com/tekton-releases/pipeline/previous/v0.38.3/release.yaml
47+
kubectl apply -f https://storage.googleapis.com/tekton-releases/pipeline/previous/v0.38.4/release.yaml
4848
```
4949

5050
2. Enable custom task controller and other feature flags for kfp-tekton

manifests/kustomize/third-party/tekton/upstream/manifests/base/tektoncd-install/tekton-release.yaml

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -551,8 +551,8 @@ metadata:
551551
labels:
552552
app.kubernetes.io/instance: default
553553
app.kubernetes.io/part-of: tekton-pipelines
554-
pipeline.tekton.dev/release: "v0.38.3"
555-
version: "v0.38.3"
554+
pipeline.tekton.dev/release: "v0.38.4"
555+
version: "v0.38.4"
556556
spec:
557557
group: tekton.dev
558558
preserveUnknownFields: false
@@ -614,8 +614,8 @@ metadata:
614614
labels:
615615
app.kubernetes.io/instance: default
616616
app.kubernetes.io/part-of: tekton-pipelines
617-
pipeline.tekton.dev/release: "v0.38.3"
618-
version: "v0.38.3"
617+
pipeline.tekton.dev/release: "v0.38.4"
618+
version: "v0.38.4"
619619
spec:
620620
group: tekton.dev
621621
preserveUnknownFields: false
@@ -677,8 +677,8 @@ metadata:
677677
labels:
678678
app.kubernetes.io/instance: default
679679
app.kubernetes.io/part-of: tekton-pipelines
680-
pipeline.tekton.dev/release: "v0.38.3"
681-
version: "v0.38.3"
680+
pipeline.tekton.dev/release: "v0.38.4"
681+
version: "v0.38.4"
682682
spec:
683683
group: tekton.dev
684684
preserveUnknownFields: false
@@ -856,8 +856,8 @@ metadata:
856856
labels:
857857
app.kubernetes.io/instance: default
858858
app.kubernetes.io/part-of: tekton-pipelines
859-
pipeline.tekton.dev/release: "v0.38.3"
860-
version: "v0.38.3"
859+
pipeline.tekton.dev/release: "v0.38.4"
860+
version: "v0.38.4"
861861
spec:
862862
group: tekton.dev
863863
versions:
@@ -910,8 +910,8 @@ metadata:
910910
labels:
911911
app.kubernetes.io/instance: default
912912
app.kubernetes.io/part-of: tekton-pipelines
913-
pipeline.tekton.dev/release: "v0.38.3"
914-
version: "v0.38.3"
913+
pipeline.tekton.dev/release: "v0.38.4"
914+
version: "v0.38.4"
915915
spec:
916916
group: tekton.dev
917917
preserveUnknownFields: false
@@ -978,8 +978,8 @@ metadata:
978978
labels:
979979
app.kubernetes.io/instance: default
980980
app.kubernetes.io/part-of: tekton-pipelines
981-
pipeline.tekton.dev/release: "v0.38.3"
982-
version: "v0.38.3"
981+
pipeline.tekton.dev/release: "v0.38.4"
982+
version: "v0.38.4"
983983
spec:
984984
group: tekton.dev
985985
preserveUnknownFields: false
@@ -1041,8 +1041,8 @@ metadata:
10411041
labels:
10421042
app.kubernetes.io/instance: default
10431043
app.kubernetes.io/part-of: tekton-pipelines
1044-
pipeline.tekton.dev/release: "v0.38.3"
1045-
version: "v0.38.3"
1044+
pipeline.tekton.dev/release: "v0.38.4"
1045+
version: "v0.38.4"
10461046
spec:
10471047
group: tekton.dev
10481048
preserveUnknownFields: false
@@ -1122,7 +1122,7 @@ metadata:
11221122
app.kubernetes.io/component: webhook
11231123
app.kubernetes.io/instance: default
11241124
app.kubernetes.io/part-of: tekton-pipelines
1125-
pipeline.tekton.dev/release: "v0.38.3"
1125+
pipeline.tekton.dev/release: "v0.38.4"
11261126
# The data is populated at install time.
11271127
---
11281128
apiVersion: admissionregistration.k8s.io/v1
@@ -1133,7 +1133,7 @@ metadata:
11331133
app.kubernetes.io/component: webhook
11341134
app.kubernetes.io/instance: default
11351135
app.kubernetes.io/part-of: tekton-pipelines
1136-
pipeline.tekton.dev/release: "v0.38.3"
1136+
pipeline.tekton.dev/release: "v0.38.4"
11371137
webhooks:
11381138
- admissionReviewVersions: ["v1"]
11391139
clientConfig:
@@ -1152,7 +1152,7 @@ metadata:
11521152
app.kubernetes.io/component: webhook
11531153
app.kubernetes.io/instance: default
11541154
app.kubernetes.io/part-of: tekton-pipelines
1155-
pipeline.tekton.dev/release: "v0.38.3"
1155+
pipeline.tekton.dev/release: "v0.38.4"
11561156
webhooks:
11571157
- admissionReviewVersions: ["v1"]
11581158
clientConfig:
@@ -1171,7 +1171,7 @@ metadata:
11711171
app.kubernetes.io/component: webhook
11721172
app.kubernetes.io/instance: default
11731173
app.kubernetes.io/part-of: tekton-pipelines
1174-
pipeline.tekton.dev/release: "v0.38.3"
1174+
pipeline.tekton.dev/release: "v0.38.4"
11751175
webhooks:
11761176
- admissionReviewVersions: ["v1"]
11771177
clientConfig:
@@ -1528,7 +1528,7 @@ data:
15281528
# this ConfigMap such that even if we don't have access to
15291529
# other resources in the namespace we still can have access to
15301530
# this ConfigMap.
1531-
version: "v0.38.3"
1531+
version: "v0.38.4"
15321532

15331533
---
15341534
# Copyright 2020 Tekton Authors LLC
@@ -1750,12 +1750,12 @@ metadata:
17501750
app.kubernetes.io/name: controller
17511751
app.kubernetes.io/component: controller
17521752
app.kubernetes.io/instance: default
1753-
app.kubernetes.io/version: "v0.38.3"
1753+
app.kubernetes.io/version: "v0.38.4"
17541754
app.kubernetes.io/part-of: tekton-pipelines
17551755
# tekton.dev/release value replaced with inputs.params.versionTag in pipeline/tekton/publish.yaml
1756-
pipeline.tekton.dev/release: "v0.38.3"
1756+
pipeline.tekton.dev/release: "v0.38.4"
17571757
# labels below are related to istio and should not be used for resource lookup
1758-
version: "v0.38.3"
1758+
version: "v0.38.4"
17591759
spec:
17601760
replicas: 1
17611761
selector:
@@ -1770,13 +1770,13 @@ spec:
17701770
app.kubernetes.io/name: controller
17711771
app.kubernetes.io/component: controller
17721772
app.kubernetes.io/instance: default
1773-
app.kubernetes.io/version: "v0.38.3"
1773+
app.kubernetes.io/version: "v0.38.4"
17741774
app.kubernetes.io/part-of: tekton-pipelines
17751775
# tekton.dev/release value replaced with inputs.params.versionTag in pipeline/tekton/publish.yaml
1776-
pipeline.tekton.dev/release: "v0.38.3"
1776+
pipeline.tekton.dev/release: "v0.38.4"
17771777
# labels below are related to istio and should not be used for resource lookup
17781778
app: tekton-pipelines-controller
1779-
version: "v0.38.3"
1779+
version: "v0.38.4"
17801780
spec:
17811781
affinity:
17821782
nodeAffinity:
@@ -1790,11 +1790,11 @@ spec:
17901790
serviceAccountName: tekton-pipelines-controller
17911791
containers:
17921792
- name: tekton-pipelines-controller
1793-
image: gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/controller:v0.38.3@sha256:b673257683e3cbcd211e0c986dc12805220e206cf5f7b0b20d98eafe9857445b
1793+
image: gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/controller:v0.38.4@sha256:6c62007079dde133261afe98f21378491db78b6ded166f4096f03164ac6df304
17941794
args: [
17951795
# These images are built on-demand by `ko resolve` and are replaced
17961796
# by image references by digest.
1797-
"-kubeconfig-writer-image", "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/kubeconfigwriter:v0.38.3@sha256:d7b55b1907c08257806fe984e85a71f4265a04a92bc9592b8511c8a692f87d5c", "-git-image", "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:v0.38.3@sha256:7e5f02fed381da6b4d7a1468a8885242ba1ac619ef7a086844fb4ab30009bb7e", "-entrypoint-image", "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/entrypoint:v0.38.3@sha256:db48b1a4c903acd0d87ebbe5627a73a4625c253ce1851d42ba28323bee285159", "-nop-image", "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/nop:v0.38.3@sha256:39c26a461350ee0fa39eee1a261a563c083c402ae51a69afd0034a138573f52d", "-imagedigest-exporter-image", "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/imagedigestexporter:v0.38.3@sha256:5ddb9de85f4d1891309b7285bd9a3aeb59fadcc1faf43629f7dc4487bf6eaeb2", "-pr-image", "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/pullrequest-init:v0.38.3@sha256:2ebb089d32343a9d1785747ea7a37a97bded57c02c8e83eb530e82f8b0190c0a", "-workingdirinit-image", "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/workingdirinit:v0.38.3@sha256:1206c8a1d977539ce0357da01821a546466e47a0c285b2bea397eeb1d1e44382",
1797+
"-kubeconfig-writer-image", "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/kubeconfigwriter:v0.38.4@sha256:b38a0aee25108b2ce309f774f082dee1314bce92d0ecae08319b21b8ab1a3075", "-git-image", "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:v0.38.4@sha256:425b298fefdadcaebe4a656fc59e971975d4610a5846493ddc8ac1a573e7cb38", "-entrypoint-image", "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/entrypoint:v0.38.4@sha256:ec831724a0ce10837f1f915488e889088631446d6cf41ae8201ecdc733983b65", "-nop-image", "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/nop:v0.38.4@sha256:6bb62bbbcf6a97dc8ba40b57684bab4d841ea69d6a469ad59e60b2b4e54d3bd5", "-imagedigest-exporter-image", "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/imagedigestexporter:v0.38.4@sha256:0c059410ee78ecb1ace7179139d4c043232b13814dfb58e39382c14dc252b8bb", "-pr-image", "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/pullrequest-init:v0.38.4@sha256:1980fd5d3f1945bb14818431c9b875d14c96979655d10460e2f0ff318f8392a0", "-workingdirinit-image", "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/workingdirinit:v0.38.4@sha256:14ffb094efe935ee02529ee1a0494f4f811e062e30437dc55b241eb1a8b2d8f8",
17981798
# This is gcr.io/google.com/cloudsdktool/cloud-sdk:302.0.0-slim
17991799
"-gsutil-image", "gcr.io/google.com/cloudsdktool/cloud-sdk@sha256:27b2c22bf259d9bc1a291e99c63791ba0c27a04d2db0a43241ba0f1f20f4067f",
18001800
# The shell image must allow root in order to create directories and copy files to PVCs.
@@ -1883,13 +1883,13 @@ metadata:
18831883
app.kubernetes.io/name: controller
18841884
app.kubernetes.io/component: controller
18851885
app.kubernetes.io/instance: default
1886-
app.kubernetes.io/version: "v0.38.3"
1886+
app.kubernetes.io/version: "v0.38.4"
18871887
app.kubernetes.io/part-of: tekton-pipelines
18881888
# tekton.dev/release value replaced with inputs.params.versionTag in pipeline/tekton/publish.yaml
1889-
pipeline.tekton.dev/release: "v0.38.3"
1889+
pipeline.tekton.dev/release: "v0.38.4"
18901890
# labels below are related to istio and should not be used for resource lookup
18911891
app: tekton-pipelines-controller
1892-
version: "v0.38.3"
1892+
version: "v0.38.4"
18931893
name: tekton-pipelines-controller
18941894
namespace: tekton-pipelines
18951895
spec:
@@ -1933,12 +1933,12 @@ metadata:
19331933
app.kubernetes.io/name: webhook
19341934
app.kubernetes.io/component: webhook
19351935
app.kubernetes.io/instance: default
1936-
app.kubernetes.io/version: "v0.38.3"
1936+
app.kubernetes.io/version: "v0.38.4"
19371937
app.kubernetes.io/part-of: tekton-pipelines
19381938
# tekton.dev/release value replaced with inputs.params.versionTag in pipeline/tekton/publish.yaml
1939-
pipeline.tekton.dev/release: "v0.38.3"
1939+
pipeline.tekton.dev/release: "v0.38.4"
19401940
# labels below are related to istio and should not be used for resource lookup
1941-
version: "v0.38.3"
1941+
version: "v0.38.4"
19421942
spec:
19431943
minReplicas: 1
19441944
maxReplicas: 5
@@ -1979,12 +1979,12 @@ metadata:
19791979
app.kubernetes.io/name: webhook
19801980
app.kubernetes.io/component: webhook
19811981
app.kubernetes.io/instance: default
1982-
app.kubernetes.io/version: "v0.38.3"
1982+
app.kubernetes.io/version: "v0.38.4"
19831983
app.kubernetes.io/part-of: tekton-pipelines
19841984
# tekton.dev/release value replaced with inputs.params.versionTag in pipeline/tekton/publish.yaml
1985-
pipeline.tekton.dev/release: "v0.38.3"
1985+
pipeline.tekton.dev/release: "v0.38.4"
19861986
# labels below are related to istio and should not be used for resource lookup
1987-
version: "v0.38.3"
1987+
version: "v0.38.4"
19881988
spec:
19891989
selector:
19901990
matchLabels:
@@ -1998,13 +1998,13 @@ spec:
19981998
app.kubernetes.io/name: webhook
19991999
app.kubernetes.io/component: webhook
20002000
app.kubernetes.io/instance: default
2001-
app.kubernetes.io/version: "v0.38.3"
2001+
app.kubernetes.io/version: "v0.38.4"
20022002
app.kubernetes.io/part-of: tekton-pipelines
20032003
# tekton.dev/release value replaced with inputs.params.versionTag in pipeline/tekton/publish.yaml
2004-
pipeline.tekton.dev/release: "v0.38.3"
2004+
pipeline.tekton.dev/release: "v0.38.4"
20052005
# labels below are related to istio and should not be used for resource lookup
20062006
app: tekton-pipelines-webhook
2007-
version: "v0.38.3"
2007+
version: "v0.38.4"
20082008
spec:
20092009
affinity:
20102010
nodeAffinity:
@@ -2031,7 +2031,7 @@ spec:
20312031
- name: webhook
20322032
# This is the Go import path for the binary that is containerized
20332033
# and substituted here.
2034-
image: gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/webhook:v0.38.3@sha256:4eb032b67596f4128783faf113f2278186809eee878da187641a959212b605d0
2034+
image: gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/webhook:v0.38.4@sha256:552695d46710ff8184c96ca7bfcaf20d53ed8dd124cb9938178aac7b4531d3d9
20352035
# Resource request required for autoscaler to take any action for a metric
20362036
resources:
20372037
requests:
@@ -2103,13 +2103,13 @@ metadata:
21032103
app.kubernetes.io/name: webhook
21042104
app.kubernetes.io/component: webhook
21052105
app.kubernetes.io/instance: default
2106-
app.kubernetes.io/version: "v0.38.3"
2106+
app.kubernetes.io/version: "v0.38.4"
21072107
app.kubernetes.io/part-of: tekton-pipelines
21082108
# tekton.dev/release value replaced with inputs.params.versionTag in pipeline/tekton/publish.yaml
2109-
pipeline.tekton.dev/release: "v0.38.3"
2109+
pipeline.tekton.dev/release: "v0.38.4"
21102110
# labels below are related to istio and should not be used for resource lookup
21112111
app: tekton-pipelines-webhook
2112-
version: "v0.38.3"
2112+
version: "v0.38.4"
21132113
name: tekton-pipelines-webhook
21142114
namespace: tekton-pipelines
21152115
spec:

tekton-catalog/pipeline-loops/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/kubeflow/kfp-tekton/tekton-catalog/cache v0.0.0
99
github.com/kubeflow/kfp-tekton/tekton-catalog/objectstore v0.0.0
1010
github.com/mattn/go-sqlite3 v1.14.0
11-
github.com/tektoncd/pipeline v0.38.3
11+
github.com/tektoncd/pipeline v0.38.4
1212
go.uber.org/zap v1.21.0
1313
gomodules.xyz/jsonpatch/v2 v2.2.0
1414
k8s.io/api v0.23.5

0 commit comments

Comments
 (0)