From 1ec9fe60c567037389d0ccf16a20cce8a5d59c2a Mon Sep 17 00:00:00 2001 From: Tommy Li Date: Tue, 17 Oct 2023 09:41:20 -0700 Subject: [PATCH] update to tekton 0.50.2 to fix regression and security bugs --- backend/third_party_licenses/apiserver.csv | 4 +- backend/third_party_licenses/cache_server.csv | 4 +- .../persistence_agent.csv | 4 +- backend/third_party_licenses/swf.csv | 4 +- go.mod | 2 +- go.sum | 8 +- .../base/tektoncd-install/tekton-release.yaml | 120 +++++++++--------- tekton-catalog/pipeline-loops/go.mod | 2 +- tekton-catalog/tekton-exithandler/go.mod | 4 +- tekton-catalog/tekton-exithandler/go.sum | 8 +- tekton-catalog/tekton-kfptask/go.mod | 4 +- tekton-catalog/tekton-kfptask/go.sum | 8 +- 12 files changed, 86 insertions(+), 86 deletions(-) diff --git a/backend/third_party_licenses/apiserver.csv b/backend/third_party_licenses/apiserver.csv index b49f5b9d78..b502604e14 100644 --- a/backend/third_party_licenses/apiserver.csv +++ b/backend/third_party_licenses/apiserver.csv @@ -79,7 +79,7 @@ github.com/spf13/pflag,https://github.com/spf13/pflag/blob/v1.0.5/LICENSE,BSD-3- github.com/spf13/viper,https://github.com/spf13/viper/blob/v1.10.1/LICENSE,MIT github.com/stretchr/testify/assert,https://github.com/stretchr/testify/blob/v1.8.4/LICENSE,MIT github.com/subosito/gotenv,https://github.com/subosito/gotenv/blob/v1.2.0/LICENSE,MIT -github.com/tektoncd/pipeline/pkg,https://github.com/tektoncd/pipeline/blob/v0.50.1/LICENSE,Apache-2.0 +github.com/tektoncd/pipeline/pkg,https://github.com/tektoncd/pipeline/blob/v0.50.2/LICENSE,Apache-2.0 go.mongodb.org/mongo-driver,https://github.com/mongodb/mongo-go-driver/blob/v1.4.4/LICENSE,Apache-2.0 go.opencensus.io,https://github.com/census-instrumentation/opencensus-go/blob/v0.22.5/LICENSE,Apache-2.0 go.uber.org/atomic,https://github.com/uber-go/atomic/blob/v1.10.0/LICENSE.txt,MIT @@ -115,7 +115,7 @@ k8s.io/kube-openapi/pkg/internal/third_party/go-json-experiment/json,https://git k8s.io/kube-openapi/pkg/validation/spec,https://github.com/kubernetes/kube-openapi/blob/54b630e78af5/pkg/validation/spec/LICENSE,Apache-2.0 k8s.io/utils,https://github.com/kubernetes/utils/blob/9f6742963106/LICENSE,Apache-2.0 k8s.io/utils/internal/third_party/forked/golang/net,https://github.com/kubernetes/utils/blob/9f6742963106/internal/third_party/forked/golang/LICENSE,BSD-3-Clause -knative.dev/pkg,https://github.com/knative/pkg/blob/dfad48eaa5d0/LICENSE,Apache-2.0 +knative.dev/pkg,https://github.com/knative/pkg/blob/df28feae6d34/LICENSE,Apache-2.0 sigs.k8s.io/json,https://github.com/kubernetes-sigs/json/blob/bc3834ca7abd/LICENSE,Apache-2.0 sigs.k8s.io/structured-merge-diff/v4,https://github.com/kubernetes-sigs/structured-merge-diff/blob/v4.2.3/LICENSE,Apache-2.0 sigs.k8s.io/yaml,https://github.com/kubernetes-sigs/yaml/blob/v1.3.0/LICENSE,MIT diff --git a/backend/third_party_licenses/cache_server.csv b/backend/third_party_licenses/cache_server.csv index 00b4e34c28..a4e0382907 100644 --- a/backend/third_party_licenses/cache_server.csv +++ b/backend/third_party_licenses/cache_server.csv @@ -57,7 +57,7 @@ github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg,https://github. github.com/prometheus/procfs,https://github.com/prometheus/procfs/blob/v0.9.0/LICENSE,Apache-2.0 github.com/prometheus/statsd_exporter/pkg/mapper,https://github.com/prometheus/statsd_exporter/blob/v0.21.0/LICENSE,Apache-2.0 github.com/spf13/pflag,https://github.com/spf13/pflag/blob/v1.0.5/LICENSE,BSD-3-Clause -github.com/tektoncd/pipeline/pkg,https://github.com/tektoncd/pipeline/blob/v0.50.1/LICENSE,Apache-2.0 +github.com/tektoncd/pipeline/pkg,https://github.com/tektoncd/pipeline/blob/v0.50.2/LICENSE,Apache-2.0 go.mongodb.org/mongo-driver,https://github.com/mongodb/mongo-go-driver/blob/v1.4.4/LICENSE,Apache-2.0 go.opencensus.io,https://github.com/census-instrumentation/opencensus-go/blob/v0.22.5/LICENSE,Apache-2.0 go.uber.org/atomic,https://github.com/uber-go/atomic/blob/v1.10.0/LICENSE.txt,MIT @@ -91,7 +91,7 @@ k8s.io/kube-openapi/pkg/internal/third_party/go-json-experiment/json,https://git k8s.io/kube-openapi/pkg/validation/spec,https://github.com/kubernetes/kube-openapi/blob/54b630e78af5/pkg/validation/spec/LICENSE,Apache-2.0 k8s.io/utils,https://github.com/kubernetes/utils/blob/9f6742963106/LICENSE,Apache-2.0 k8s.io/utils/internal/third_party/forked/golang/net,https://github.com/kubernetes/utils/blob/9f6742963106/internal/third_party/forked/golang/LICENSE,BSD-3-Clause -knative.dev/pkg,https://github.com/knative/pkg/blob/dfad48eaa5d0/LICENSE,Apache-2.0 +knative.dev/pkg,https://github.com/knative/pkg/blob/df28feae6d34/LICENSE,Apache-2.0 sigs.k8s.io/json,https://github.com/kubernetes-sigs/json/blob/bc3834ca7abd/LICENSE,Apache-2.0 sigs.k8s.io/structured-merge-diff/v4,https://github.com/kubernetes-sigs/structured-merge-diff/blob/v4.2.3/LICENSE,Apache-2.0 sigs.k8s.io/yaml,https://github.com/kubernetes-sigs/yaml/blob/v1.3.0/LICENSE,MIT diff --git a/backend/third_party_licenses/persistence_agent.csv b/backend/third_party_licenses/persistence_agent.csv index e5c148393f..9d3a3d3c17 100644 --- a/backend/third_party_licenses/persistence_agent.csv +++ b/backend/third_party_licenses/persistence_agent.csv @@ -80,7 +80,7 @@ github.com/spf13/pflag,https://github.com/spf13/pflag/blob/v1.0.5/LICENSE,BSD-3- github.com/spf13/viper,https://github.com/spf13/viper/blob/v1.10.1/LICENSE,MIT github.com/stretchr/testify/assert,https://github.com/stretchr/testify/blob/v1.8.4/LICENSE,MIT github.com/subosito/gotenv,https://github.com/subosito/gotenv/blob/v1.2.0/LICENSE,MIT -github.com/tektoncd/pipeline/pkg,https://github.com/tektoncd/pipeline/blob/v0.50.1/LICENSE,Apache-2.0 +github.com/tektoncd/pipeline/pkg,https://github.com/tektoncd/pipeline/blob/v0.50.2/LICENSE,Apache-2.0 go.mongodb.org/mongo-driver,https://github.com/mongodb/mongo-go-driver/blob/v1.4.4/LICENSE,Apache-2.0 go.opencensus.io,https://github.com/census-instrumentation/opencensus-go/blob/v0.22.5/LICENSE,Apache-2.0 go.uber.org/atomic,https://github.com/uber-go/atomic/blob/v1.10.0/LICENSE.txt,MIT @@ -116,7 +116,7 @@ k8s.io/kube-openapi/pkg/internal/third_party/go-json-experiment/json,https://git k8s.io/kube-openapi/pkg/validation/spec,https://github.com/kubernetes/kube-openapi/blob/54b630e78af5/pkg/validation/spec/LICENSE,Apache-2.0 k8s.io/utils,https://github.com/kubernetes/utils/blob/9f6742963106/LICENSE,Apache-2.0 k8s.io/utils/internal/third_party/forked/golang/net,https://github.com/kubernetes/utils/blob/9f6742963106/internal/third_party/forked/golang/LICENSE,BSD-3-Clause -knative.dev/pkg,https://github.com/knative/pkg/blob/dfad48eaa5d0/LICENSE,Apache-2.0 +knative.dev/pkg,https://github.com/knative/pkg/blob/df28feae6d34/LICENSE,Apache-2.0 sigs.k8s.io/json,https://github.com/kubernetes-sigs/json/blob/bc3834ca7abd/LICENSE,Apache-2.0 sigs.k8s.io/structured-merge-diff/v4,https://github.com/kubernetes-sigs/structured-merge-diff/blob/v4.2.3/LICENSE,Apache-2.0 sigs.k8s.io/yaml,https://github.com/kubernetes-sigs/yaml/blob/v1.3.0/LICENSE,MIT diff --git a/backend/third_party_licenses/swf.csv b/backend/third_party_licenses/swf.csv index 08587c4dad..cfd4f499e9 100644 --- a/backend/third_party_licenses/swf.csv +++ b/backend/third_party_licenses/swf.csv @@ -63,7 +63,7 @@ github.com/spf13/jwalterweatherman,https://github.com/spf13/jwalterweatherman/bl github.com/spf13/pflag,https://github.com/spf13/pflag/blob/v1.0.5/LICENSE,BSD-3-Clause github.com/spf13/viper,https://github.com/spf13/viper/blob/v1.10.1/LICENSE,MIT github.com/subosito/gotenv,https://github.com/subosito/gotenv/blob/v1.2.0/LICENSE,MIT -github.com/tektoncd/pipeline/pkg,https://github.com/tektoncd/pipeline/blob/v0.50.1/LICENSE,Apache-2.0 +github.com/tektoncd/pipeline/pkg,https://github.com/tektoncd/pipeline/blob/v0.50.2/LICENSE,Apache-2.0 go.mongodb.org/mongo-driver,https://github.com/mongodb/mongo-go-driver/blob/v1.4.4/LICENSE,Apache-2.0 go.opencensus.io,https://github.com/census-instrumentation/opencensus-go/blob/v0.22.5/LICENSE,Apache-2.0 go.uber.org/atomic,https://github.com/uber-go/atomic/blob/v1.10.0/LICENSE.txt,MIT @@ -98,7 +98,7 @@ k8s.io/kube-openapi/pkg/internal/third_party/go-json-experiment/json,https://git k8s.io/kube-openapi/pkg/validation/spec,https://github.com/kubernetes/kube-openapi/blob/54b630e78af5/pkg/validation/spec/LICENSE,Apache-2.0 k8s.io/utils,https://github.com/kubernetes/utils/blob/9f6742963106/LICENSE,Apache-2.0 k8s.io/utils/internal/third_party/forked/golang/net,https://github.com/kubernetes/utils/blob/9f6742963106/internal/third_party/forked/golang/LICENSE,BSD-3-Clause -knative.dev/pkg,https://github.com/knative/pkg/blob/dfad48eaa5d0/LICENSE,Apache-2.0 +knative.dev/pkg,https://github.com/knative/pkg/blob/df28feae6d34/LICENSE,Apache-2.0 sigs.k8s.io/json,https://github.com/kubernetes-sigs/json/blob/bc3834ca7abd/LICENSE,Apache-2.0 sigs.k8s.io/structured-merge-diff/v4,https://github.com/kubernetes-sigs/structured-merge-diff/blob/v4.2.3/LICENSE,Apache-2.0 sigs.k8s.io/yaml,https://github.com/kubernetes-sigs/yaml/blob/v1.3.0/LICENSE,MIT diff --git a/go.mod b/go.mod index 46388e55a6..ff43c7d6fd 100644 --- a/go.mod +++ b/go.mod @@ -32,7 +32,7 @@ require ( github.com/sirupsen/logrus v1.9.1 github.com/spf13/viper v1.10.1 github.com/stretchr/testify v1.8.4 - github.com/tektoncd/pipeline v0.50.1 + github.com/tektoncd/pipeline v0.50.2 github.com/tidwall/pretty v1.1.0 // indirect go.uber.org/zap v1.24.0 golang.org/x/net v0.17.0 diff --git a/go.sum b/go.sum index 3a4f7942e1..2eeb1f3c9c 100644 --- a/go.sum +++ b/go.sum @@ -2297,8 +2297,8 @@ github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635/go.mod h1:hkRG github.com/syndtr/goleveldb v1.0.0/go.mod h1:ZVVdQEZoIme9iO1Ch2Jdy24qqXrMMOU6lpPAyBWyWuQ= github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d/go.mod h1:RRCYJbIwD5jmqPI9XoAFR0OcDxqUctll6zUj/+B4S48= github.com/tchap/go-patricia v2.2.6+incompatible/go.mod h1:bmLyhP68RS6kStMGxByiQ23RP/odRBOTVjwp2cDyi6I= -github.com/tektoncd/pipeline v0.50.1 h1:Asdfn1MxUSTlfzmr0PV4BPIEH7K4QLGym33nLgQlPCQ= -github.com/tektoncd/pipeline v0.50.1/go.mod h1:OjhCfhPQbVvK6GUmIseL2ipjaQ8ILcUerMk4P4sCcHA= +github.com/tektoncd/pipeline v0.50.2 h1:4uxwjXK71ai9U/ff2DZQ41rR8vObssjAxN8C1exI7cI= +github.com/tektoncd/pipeline v0.50.2/go.mod h1:MRjZCAtVxzDYKvKjPkbtv6kw8TCujnSlFhl0u8JXOmE= github.com/tektoncd/plumbing v0.0.0-20220817140952-3da8ce01aeeb/go.mod h1:uJBaI0AL/kjPThiMYZcWRujEz7D401v643d6s/21GAg= github.com/theupdateframework/go-tuf v0.5.2/go.mod h1:SyMV5kg5n4uEclsyxXJZI2UxPFJNDc4Y+r7wv+MlvTA= github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk= @@ -3584,8 +3584,8 @@ k8s.io/utils v0.0.0-20230406110748-d93618cff8a2/go.mod h1:OLgZIPagt7ERELqWJFomSt k8s.io/utils v0.0.0-20230505201702-9f6742963106 h1:EObNQ3TW2D+WptiYXlApGNLVy0zm/JIBVY9i+M4wpAU= k8s.io/utils v0.0.0-20230505201702-9f6742963106/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0= knative.dev/hack v0.0.0-20230417170854-f591fea109b3/go.mod h1:yk2OjGDsbEnQjfxdm0/HJKS2WqTLEFg/N6nUs6Rqx3Q= -knative.dev/pkg v0.0.0-20230418073056-dfad48eaa5d0 h1:EFQcoUo8I4bc+U3y6tR1B3ONYZSHWUdAfI7Vh7dae8g= -knative.dev/pkg v0.0.0-20230418073056-dfad48eaa5d0/go.mod h1:2qWPP9Gjh9Q7ETti+WRHnBnGCSCq+6q7m3p/nmUQviE= +knative.dev/pkg v0.0.0-20231011201526-df28feae6d34 h1:H+K37bEBZ2STSWMjCgrdilj38KKZGVxBbob22K99Y50= +knative.dev/pkg v0.0.0-20231011201526-df28feae6d34/go.mod h1:ZRgzFBFmdBsARm6+Pkr9WRG8bXys8rYq64ELfLG6+9w= lukechampine.com/uint128 v1.1.1/go.mod h1:c4eWIwlEGaxC/+H1VguhU4PHXNWDCDMUlWdIWl2j1gk= lukechampine.com/uint128 v1.2.0/go.mod h1:c4eWIwlEGaxC/+H1VguhU4PHXNWDCDMUlWdIWl2j1gk= modernc.org/cc/v3 v3.36.0/go.mod h1:NFUHyPn4ekoC/JHeZFfZurN6ixxawE1BnVonP/oahEI= diff --git a/manifests/kustomize/third-party/tekton/upstream/manifests/base/tektoncd-install/tekton-release.yaml b/manifests/kustomize/third-party/tekton/upstream/manifests/base/tektoncd-install/tekton-release.yaml index e19b13fb55..3751eecb0e 100644 --- a/manifests/kustomize/third-party/tekton/upstream/manifests/base/tektoncd-install/tekton-release.yaml +++ b/manifests/kustomize/third-party/tekton/upstream/manifests/base/tektoncd-install/tekton-release.yaml @@ -564,8 +564,8 @@ metadata: labels: app.kubernetes.io/instance: default app.kubernetes.io/part-of: tekton-pipelines - pipeline.tekton.dev/release: "v0.50.1" - version: "v0.50.1" + pipeline.tekton.dev/release: "v0.50.2" + version: "v0.50.2" spec: group: tekton.dev preserveUnknownFields: false @@ -627,8 +627,8 @@ metadata: labels: app.kubernetes.io/instance: default app.kubernetes.io/part-of: tekton-pipelines - pipeline.tekton.dev/release: "v0.50.1" - version: "v0.50.1" + pipeline.tekton.dev/release: "v0.50.2" + version: "v0.50.2" spec: group: tekton.dev preserveUnknownFields: false @@ -695,8 +695,8 @@ metadata: labels: app.kubernetes.io/instance: default app.kubernetes.io/part-of: tekton-pipelines - pipeline.tekton.dev/release: "v0.50.1" - version: "v0.50.1" + pipeline.tekton.dev/release: "v0.50.2" + version: "v0.50.2" spec: group: tekton.dev preserveUnknownFields: false @@ -774,8 +774,8 @@ metadata: labels: app.kubernetes.io/instance: default app.kubernetes.io/part-of: tekton-pipelines - pipeline.tekton.dev/release: "v0.50.1" - version: "v0.50.1" + pipeline.tekton.dev/release: "v0.50.2" + version: "v0.50.2" spec: group: tekton.dev preserveUnknownFields: false @@ -987,8 +987,8 @@ metadata: labels: app.kubernetes.io/instance: default app.kubernetes.io/part-of: tekton-pipelines - pipeline.tekton.dev/release: "v0.50.1" - version: "v0.50.1" + pipeline.tekton.dev/release: "v0.50.2" + version: "v0.50.2" spec: group: tekton.dev preserveUnknownFields: false @@ -1069,8 +1069,8 @@ metadata: labels: app.kubernetes.io/instance: default app.kubernetes.io/part-of: tekton-pipelines - pipeline.tekton.dev/release: "v0.50.1" - version: "v0.50.1" + pipeline.tekton.dev/release: "v0.50.2" + version: "v0.50.2" spec: group: tekton.dev preserveUnknownFields: false @@ -1179,8 +1179,8 @@ metadata: labels: app.kubernetes.io/instance: default app.kubernetes.io/part-of: tekton-pipelines - pipeline.tekton.dev/release: "v0.50.1" - version: "v0.50.1" + pipeline.tekton.dev/release: "v0.50.2" + version: "v0.50.2" spec: group: tekton.dev versions: @@ -1231,7 +1231,7 @@ metadata: app.kubernetes.io/component: webhook app.kubernetes.io/instance: default app.kubernetes.io/part-of: tekton-pipelines - pipeline.tekton.dev/release: "v0.50.1" + pipeline.tekton.dev/release: "v0.50.2" # The data is populated at install time. --- apiVersion: admissionregistration.k8s.io/v1 @@ -1242,7 +1242,7 @@ metadata: app.kubernetes.io/component: webhook app.kubernetes.io/instance: default app.kubernetes.io/part-of: tekton-pipelines - pipeline.tekton.dev/release: "v0.50.1" + pipeline.tekton.dev/release: "v0.50.2" webhooks: - admissionReviewVersions: ["v1"] clientConfig: @@ -1261,7 +1261,7 @@ metadata: app.kubernetes.io/component: webhook app.kubernetes.io/instance: default app.kubernetes.io/part-of: tekton-pipelines - pipeline.tekton.dev/release: "v0.50.1" + pipeline.tekton.dev/release: "v0.50.2" webhooks: - admissionReviewVersions: ["v1"] clientConfig: @@ -1280,7 +1280,7 @@ metadata: app.kubernetes.io/component: webhook app.kubernetes.io/instance: default app.kubernetes.io/part-of: tekton-pipelines - pipeline.tekton.dev/release: "v0.50.1" + pipeline.tekton.dev/release: "v0.50.2" webhooks: - admissionReviewVersions: ["v1"] clientConfig: @@ -1662,7 +1662,7 @@ data: # this ConfigMap such that even if we don't have access to # other resources in the namespace we still can have access to # this ConfigMap. - version: "v0.50.1" + version: "v0.50.2" --- # Copyright 2020 Tekton Authors LLC @@ -1935,12 +1935,12 @@ metadata: app.kubernetes.io/name: controller app.kubernetes.io/component: controller app.kubernetes.io/instance: default - app.kubernetes.io/version: "v0.50.1" + app.kubernetes.io/version: "v0.50.2" app.kubernetes.io/part-of: tekton-pipelines # tekton.dev/release value replaced with inputs.params.versionTag in pipeline/tekton/publish.yaml - pipeline.tekton.dev/release: "v0.50.1" + pipeline.tekton.dev/release: "v0.50.2" # labels below are related to istio and should not be used for resource lookup - version: "v0.50.1" + version: "v0.50.2" spec: replicas: 1 selector: @@ -1955,13 +1955,13 @@ spec: app.kubernetes.io/name: controller app.kubernetes.io/component: controller app.kubernetes.io/instance: default - app.kubernetes.io/version: "v0.50.1" + app.kubernetes.io/version: "v0.50.2" app.kubernetes.io/part-of: tekton-pipelines # tekton.dev/release value replaced with inputs.params.versionTag in pipeline/tekton/publish.yaml - pipeline.tekton.dev/release: "v0.50.1" + pipeline.tekton.dev/release: "v0.50.2" # labels below are related to istio and should not be used for resource lookup app: tekton-pipelines-controller - version: "v0.50.1" + version: "v0.50.2" spec: affinity: nodeAffinity: @@ -1975,11 +1975,11 @@ spec: serviceAccountName: tekton-pipelines-controller containers: - name: tekton-pipelines-controller - image: gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/controller:v0.50.1@sha256:9025991c337374dadce6d49e29fbcf86b233ab8f5f96748c67293b2285c3e0b6 + image: gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/controller:v0.50.2@sha256:76f2284af920c472c17b26d677454be528bd5afaaccc69b0791c9032aaf6943e args: [ # These images are built on-demand by `ko resolve` and are replaced # by image references by digest. - "-entrypoint-image", "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/entrypoint:v0.50.1@sha256:0c66040a16142a598d5aa9f310b1cbf66e843aa7114188f5d0ab5d36b463a09b", "-nop-image", "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/nop:v0.50.1@sha256:537f2e9884fb14d5b42f1d749c62d7404bf061ec8983a07a15a556a2b560875a", "-sidecarlogresults-image", "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/sidecarlogresults:v0.50.1@sha256:dbcbd3b156ac74539f25780f639891489130fdee72871351e5a8b9ff194cc7bb", "-workingdirinit-image", "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/workingdirinit:v0.50.1@sha256:cdce382e0e5fa8e29132f1cbae8de2610f050ad5db9a355a5a93b913a03b209f", + "-entrypoint-image", "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/entrypoint:v0.50.2@sha256:d2abd6c395a69ad9011e1dcbddbbe0465a0beb63f3eb9e62a5d1fc8ac7323a1f", "-nop-image", "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/nop:v0.50.2@sha256:fe4ab16f7fafe80bceb7065bc4dd8cde3d1ca5d4318337595202408c5b810e97", "-sidecarlogresults-image", "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/sidecarlogresults:v0.50.2@sha256:a6d74c030d5fcd044f608c59bd39cd7842e21addc1eef565e7050daaf25d2f55", "-workingdirinit-image", "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/workingdirinit:v0.50.2@sha256:6ddef32b8ca28f866eef6c74d680776ce1f0a7f1614547784a21ebf626cefb8e", # The shell image must allow root in order to create directories and copy files to PVCs. # cgr.dev/chainguard/busybox as of April 14 2022 # image shall not contains tag, so it will be supported on a runtime like cri-o @@ -2074,13 +2074,13 @@ metadata: app.kubernetes.io/name: controller app.kubernetes.io/component: controller app.kubernetes.io/instance: default - app.kubernetes.io/version: "v0.50.1" + app.kubernetes.io/version: "v0.50.2" app.kubernetes.io/part-of: tekton-pipelines # tekton.dev/release value replaced with inputs.params.versionTag in pipeline/tekton/publish.yaml - pipeline.tekton.dev/release: "v0.50.1" + pipeline.tekton.dev/release: "v0.50.2" # labels below are related to istio and should not be used for resource lookup app: tekton-pipelines-controller - version: "v0.50.1" + version: "v0.50.2" name: tekton-pipelines-controller namespace: tekton-pipelines spec: @@ -2124,12 +2124,12 @@ metadata: app.kubernetes.io/name: events app.kubernetes.io/component: events app.kubernetes.io/instance: default - app.kubernetes.io/version: "v0.50.1" + app.kubernetes.io/version: "v0.50.2" app.kubernetes.io/part-of: tekton-pipelines # tekton.dev/release value replaced with inputs.params.versionTag in pipeline/tekton/publish.yaml - pipeline.tekton.dev/release: "v0.50.1" + pipeline.tekton.dev/release: "v0.50.2" # labels below are related to istio and should not be used for resource lookup - version: "v0.50.1" + version: "v0.50.2" spec: replicas: 1 selector: @@ -2144,13 +2144,13 @@ spec: app.kubernetes.io/name: events app.kubernetes.io/component: events app.kubernetes.io/instance: default - app.kubernetes.io/version: "v0.50.1" + app.kubernetes.io/version: "v0.50.2" app.kubernetes.io/part-of: tekton-pipelines # tekton.dev/release value replaced with inputs.params.versionTag in pipeline/tekton/publish.yaml - pipeline.tekton.dev/release: "v0.50.1" + pipeline.tekton.dev/release: "v0.50.2" # labels below are related to istio and should not be used for resource lookup app: tekton-events-controller - version: "v0.50.1" + version: "v0.50.2" spec: affinity: nodeAffinity: @@ -2164,7 +2164,7 @@ spec: serviceAccountName: tekton-events-controller containers: - name: tekton-events-controller - image: gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/events:v0.50.1@sha256:02dc586383a945fbd9cd2b8d58d597866dc36411bec50ead19527004e451b004 + image: gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/events:v0.50.2@sha256:10c55cb8207a50325110d9c82a60a8851bd14039f2add250fce5ff166ae1ded9 args: [] volumeMounts: - name: config-logging @@ -2240,13 +2240,13 @@ metadata: app.kubernetes.io/name: events app.kubernetes.io/component: events app.kubernetes.io/instance: default - app.kubernetes.io/version: "v0.50.1" + app.kubernetes.io/version: "v0.50.2" app.kubernetes.io/part-of: tekton-pipelines # tekton.dev/release value replaced with inputs.params.versionTag in pipeline/tekton/publish.yaml - pipeline.tekton.dev/release: "v0.50.1" + pipeline.tekton.dev/release: "v0.50.2" # labels below are related to istio and should not be used for resource lookup app: tekton-events-controller - version: "v0.50.1" + version: "v0.50.2" name: tekton-events-controller namespace: tekton-pipelines spec: @@ -2825,12 +2825,12 @@ metadata: app.kubernetes.io/name: resolvers app.kubernetes.io/component: resolvers app.kubernetes.io/instance: default - app.kubernetes.io/version: "v0.50.1" + app.kubernetes.io/version: "v0.50.2" app.kubernetes.io/part-of: tekton-pipelines # tekton.dev/release value replaced with inputs.params.versionTag in pipeline/tekton/publish.yaml - pipeline.tekton.dev/release: "v0.50.1" + pipeline.tekton.dev/release: "v0.50.2" # labels below are related to istio and should not be used for resource lookup - version: "v0.50.1" + version: "v0.50.2" spec: replicas: 1 selector: @@ -2845,13 +2845,13 @@ spec: app.kubernetes.io/name: resolvers app.kubernetes.io/component: resolvers app.kubernetes.io/instance: default - app.kubernetes.io/version: "v0.50.1" + app.kubernetes.io/version: "v0.50.2" app.kubernetes.io/part-of: tekton-pipelines # tekton.dev/release value replaced with inputs.params.versionTag in pipeline/tekton/publish.yaml - pipeline.tekton.dev/release: "v0.50.1" + pipeline.tekton.dev/release: "v0.50.2" # labels below are related to istio and should not be used for resource lookup app: tekton-pipelines-resolvers - version: "v0.50.1" + version: "v0.50.2" spec: affinity: podAntiAffinity: @@ -2868,7 +2868,7 @@ spec: serviceAccountName: tekton-pipelines-resolvers containers: - name: controller - image: gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/resolvers:v0.50.1@sha256:4316cb6fcca2c2936c2eaa29897f3fcde3f76c65e8ce5668e511a688dbb59557 + image: gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/resolvers:v0.50.2@sha256:549031c6101ee4f4860229ca3143eb8850d9a16506a56a6a82082d149475811c resources: requests: cpu: 100m @@ -2934,12 +2934,12 @@ metadata: app.kubernetes.io/name: webhook app.kubernetes.io/component: webhook app.kubernetes.io/instance: default - app.kubernetes.io/version: "v0.50.1" + app.kubernetes.io/version: "v0.50.2" app.kubernetes.io/part-of: tekton-pipelines # tekton.dev/release value replaced with inputs.params.versionTag in pipeline/tekton/publish.yaml - pipeline.tekton.dev/release: "v0.50.1" + pipeline.tekton.dev/release: "v0.50.2" # labels below are related to istio and should not be used for resource lookup - version: "v0.50.1" + version: "v0.50.2" spec: minReplicas: 1 maxReplicas: 5 @@ -2982,12 +2982,12 @@ metadata: app.kubernetes.io/name: webhook app.kubernetes.io/component: webhook app.kubernetes.io/instance: default - app.kubernetes.io/version: "v0.50.1" + app.kubernetes.io/version: "v0.50.2" app.kubernetes.io/part-of: tekton-pipelines # tekton.dev/release value replaced with inputs.params.versionTag in pipeline/tekton/publish.yaml - pipeline.tekton.dev/release: "v0.50.1" + pipeline.tekton.dev/release: "v0.50.2" # labels below are related to istio and should not be used for resource lookup - version: "v0.50.1" + version: "v0.50.2" spec: selector: matchLabels: @@ -3001,13 +3001,13 @@ spec: app.kubernetes.io/name: webhook app.kubernetes.io/component: webhook app.kubernetes.io/instance: default - app.kubernetes.io/version: "v0.50.1" + app.kubernetes.io/version: "v0.50.2" app.kubernetes.io/part-of: tekton-pipelines # tekton.dev/release value replaced with inputs.params.versionTag in pipeline/tekton/publish.yaml - pipeline.tekton.dev/release: "v0.50.1" + pipeline.tekton.dev/release: "v0.50.2" # labels below are related to istio and should not be used for resource lookup app: tekton-pipelines-webhook - version: "v0.50.1" + version: "v0.50.2" spec: affinity: nodeAffinity: @@ -3034,7 +3034,7 @@ spec: - name: webhook # This is the Go import path for the binary that is containerized # and substituted here. - image: gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/webhook:v0.50.1@sha256:c24c15e53902b90547d162876d9cffae6da83c07b9d2969e13a179d1cbfa48ad + image: gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/webhook:v0.50.2@sha256:3992988bb13390be27a9ef31f6dea7cd0409efde8bdb28fcfc2fdfd0c0752c85 # Resource request required for autoscaler to take any action for a metric resources: requests: @@ -3128,13 +3128,13 @@ metadata: app.kubernetes.io/name: webhook app.kubernetes.io/component: webhook app.kubernetes.io/instance: default - app.kubernetes.io/version: "v0.50.1" + app.kubernetes.io/version: "v0.50.2" app.kubernetes.io/part-of: tekton-pipelines # tekton.dev/release value replaced with inputs.params.versionTag in pipeline/tekton/publish.yaml - pipeline.tekton.dev/release: "v0.50.1" + pipeline.tekton.dev/release: "v0.50.2" # labels below are related to istio and should not be used for resource lookup app: tekton-pipelines-webhook - version: "v0.50.1" + version: "v0.50.2" name: tekton-pipelines-webhook namespace: tekton-pipelines spec: diff --git a/tekton-catalog/pipeline-loops/go.mod b/tekton-catalog/pipeline-loops/go.mod index 4a49cffaa6..3049129581 100644 --- a/tekton-catalog/pipeline-loops/go.mod +++ b/tekton-catalog/pipeline-loops/go.mod @@ -8,7 +8,7 @@ require ( github.com/hashicorp/go-multierror v1.1.1 github.com/kubeflow/kfp-tekton/tekton-catalog/cache v0.0.0 github.com/kubeflow/kfp-tekton/tekton-catalog/objectstore v0.0.0 - github.com/tektoncd/pipeline v0.50.1 + github.com/tektoncd/pipeline v0.50.2 go.uber.org/zap v1.24.0 gomodules.xyz/jsonpatch/v2 v2.2.0 k8s.io/api v0.27.1 diff --git a/tekton-catalog/tekton-exithandler/go.mod b/tekton-catalog/tekton-exithandler/go.mod index 1cfb8448dc..49113d831d 100644 --- a/tekton-catalog/tekton-exithandler/go.mod +++ b/tekton-catalog/tekton-exithandler/go.mod @@ -2,13 +2,13 @@ module github.com/kubeflow/kfp-tekton/tekton-catalog/tekton-exithandler require ( github.com/google/uuid v1.3.0 - github.com/tektoncd/pipeline v0.50.1 + github.com/tektoncd/pipeline v0.50.2 go.uber.org/zap v1.24.0 k8s.io/api v0.27.1 k8s.io/apimachinery v0.27.2 k8s.io/client-go v0.27.2 k8s.io/utils v0.0.0-20230505201702-9f6742963106 - knative.dev/pkg v0.0.0-20230418073056-dfad48eaa5d0 + knative.dev/pkg v0.0.0-20231011201526-df28feae6d34 ) require ( diff --git a/tekton-catalog/tekton-exithandler/go.sum b/tekton-catalog/tekton-exithandler/go.sum index f4b41a8b73..06293ef096 100644 --- a/tekton-catalog/tekton-exithandler/go.sum +++ b/tekton-catalog/tekton-exithandler/go.sum @@ -308,8 +308,8 @@ github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk= -github.com/tektoncd/pipeline v0.50.1 h1:Asdfn1MxUSTlfzmr0PV4BPIEH7K4QLGym33nLgQlPCQ= -github.com/tektoncd/pipeline v0.50.1/go.mod h1:OjhCfhPQbVvK6GUmIseL2ipjaQ8ILcUerMk4P4sCcHA= +github.com/tektoncd/pipeline v0.50.2 h1:4uxwjXK71ai9U/ff2DZQ41rR8vObssjAxN8C1exI7cI= +github.com/tektoncd/pipeline v0.50.2/go.mod h1:MRjZCAtVxzDYKvKjPkbtv6kw8TCujnSlFhl0u8JXOmE= github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f/go.mod h1:N2zxlSyiKSe5eX1tZViRH5QA0qijqEDrYZiPEAiq3wU= github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415/go.mod h1:GwrjFmJcFw6At/Gs6z4yjiIwzuJ1/+UwLxMQDVQXShQ= github.com/xeipuuv/gojsonschema v1.2.0/go.mod h1:anYRn/JVcOK2ZgGU+IjEV4nwlhoK5sQluxsYJ78Id3Y= @@ -691,8 +691,8 @@ k8s.io/kube-openapi v0.0.0-20230515203736-54b630e78af5 h1:azYPdzztXxPSa8wb+hksEK k8s.io/kube-openapi v0.0.0-20230515203736-54b630e78af5/go.mod h1:kzo02I3kQ4BTtEfVLaPbjvCkX97YqGve33wzlb3fofQ= k8s.io/utils v0.0.0-20230505201702-9f6742963106 h1:EObNQ3TW2D+WptiYXlApGNLVy0zm/JIBVY9i+M4wpAU= k8s.io/utils v0.0.0-20230505201702-9f6742963106/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0= -knative.dev/pkg v0.0.0-20230418073056-dfad48eaa5d0 h1:EFQcoUo8I4bc+U3y6tR1B3ONYZSHWUdAfI7Vh7dae8g= -knative.dev/pkg v0.0.0-20230418073056-dfad48eaa5d0/go.mod h1:2qWPP9Gjh9Q7ETti+WRHnBnGCSCq+6q7m3p/nmUQviE= +knative.dev/pkg v0.0.0-20231011201526-df28feae6d34 h1:H+K37bEBZ2STSWMjCgrdilj38KKZGVxBbob22K99Y50= +knative.dev/pkg v0.0.0-20231011201526-df28feae6d34/go.mod h1:ZRgzFBFmdBsARm6+Pkr9WRG8bXys8rYq64ELfLG6+9w= rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8= rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0= rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA= diff --git a/tekton-catalog/tekton-kfptask/go.mod b/tekton-catalog/tekton-kfptask/go.mod index 87c7a2453d..6db1480572 100644 --- a/tekton-catalog/tekton-kfptask/go.mod +++ b/tekton-catalog/tekton-kfptask/go.mod @@ -3,13 +3,13 @@ module github.com/kubeflow/kfp-tekton/tekton-catalog/tekton-kfptask require ( github.com/google/uuid v1.3.0 github.com/kubeflow/kfp-tekton/tekton-catalog/tekton-exithandler v0.0.0-20231011170421-d41081b459cf - github.com/tektoncd/pipeline v0.50.1 + github.com/tektoncd/pipeline v0.50.2 go.uber.org/zap v1.24.0 k8s.io/api v0.27.1 k8s.io/apimachinery v0.27.2 k8s.io/client-go v0.27.2 k8s.io/utils v0.0.0-20230505201702-9f6742963106 - knative.dev/pkg v0.0.0-20230418073056-dfad48eaa5d0 + knative.dev/pkg v0.0.0-20231011201526-df28feae6d34 ) require ( diff --git a/tekton-catalog/tekton-kfptask/go.sum b/tekton-catalog/tekton-kfptask/go.sum index 6fe4035638..e573016323 100644 --- a/tekton-catalog/tekton-kfptask/go.sum +++ b/tekton-catalog/tekton-kfptask/go.sum @@ -310,8 +310,8 @@ github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk= -github.com/tektoncd/pipeline v0.50.1 h1:Asdfn1MxUSTlfzmr0PV4BPIEH7K4QLGym33nLgQlPCQ= -github.com/tektoncd/pipeline v0.50.1/go.mod h1:OjhCfhPQbVvK6GUmIseL2ipjaQ8ILcUerMk4P4sCcHA= +github.com/tektoncd/pipeline v0.50.2 h1:4uxwjXK71ai9U/ff2DZQ41rR8vObssjAxN8C1exI7cI= +github.com/tektoncd/pipeline v0.50.2/go.mod h1:MRjZCAtVxzDYKvKjPkbtv6kw8TCujnSlFhl0u8JXOmE= github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f/go.mod h1:N2zxlSyiKSe5eX1tZViRH5QA0qijqEDrYZiPEAiq3wU= github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415/go.mod h1:GwrjFmJcFw6At/Gs6z4yjiIwzuJ1/+UwLxMQDVQXShQ= github.com/xeipuuv/gojsonschema v1.2.0/go.mod h1:anYRn/JVcOK2ZgGU+IjEV4nwlhoK5sQluxsYJ78Id3Y= @@ -693,8 +693,8 @@ k8s.io/kube-openapi v0.0.0-20230515203736-54b630e78af5 h1:azYPdzztXxPSa8wb+hksEK k8s.io/kube-openapi v0.0.0-20230515203736-54b630e78af5/go.mod h1:kzo02I3kQ4BTtEfVLaPbjvCkX97YqGve33wzlb3fofQ= k8s.io/utils v0.0.0-20230505201702-9f6742963106 h1:EObNQ3TW2D+WptiYXlApGNLVy0zm/JIBVY9i+M4wpAU= k8s.io/utils v0.0.0-20230505201702-9f6742963106/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0= -knative.dev/pkg v0.0.0-20230418073056-dfad48eaa5d0 h1:EFQcoUo8I4bc+U3y6tR1B3ONYZSHWUdAfI7Vh7dae8g= -knative.dev/pkg v0.0.0-20230418073056-dfad48eaa5d0/go.mod h1:2qWPP9Gjh9Q7ETti+WRHnBnGCSCq+6q7m3p/nmUQviE= +knative.dev/pkg v0.0.0-20231011201526-df28feae6d34 h1:H+K37bEBZ2STSWMjCgrdilj38KKZGVxBbob22K99Y50= +knative.dev/pkg v0.0.0-20231011201526-df28feae6d34/go.mod h1:ZRgzFBFmdBsARm6+Pkr9WRG8bXys8rYq64ELfLG6+9w= rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8= rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0= rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA=