Skip to content

Commit

Permalink
Bump tektoncd/pipeline to v0.42.0
Browse files Browse the repository at this point in the history
This will bump tektoncd/pipeline to v0.42.0
and respective changes because of vendor changes
  • Loading branch information
piyush-garg authored and tekton-robot committed Dec 7, 2022
1 parent cc9d0ea commit c7ce0b2
Show file tree
Hide file tree
Showing 110 changed files with 12,171 additions and 401 deletions.
24 changes: 12 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ require (
github.com/spf13/pflag v1.0.5
github.com/tektoncd/chains v0.13.0
github.com/tektoncd/hub v1.11.1
github.com/tektoncd/pipeline v0.41.0
github.com/tektoncd/pipeline v0.42.0
github.com/tektoncd/plumbing v0.0.0-20221102182345-5dbcfda657d7
github.com/tektoncd/triggers v0.22.0
github.com/theupdateframework/go-tuf v0.5.2-0.20220930112810-3890c1e7ace4
Expand Down Expand Up @@ -132,23 +132,23 @@ require (
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.25 // indirect
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.19 // indirect
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.26 // indirect
github.com/aws/aws-sdk-go-v2/service/ecr v1.15.0 // indirect
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.12.0 // indirect
github.com/aws/aws-sdk-go-v2/service/ecr v1.17.18 // indirect
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.13.17 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.19 // indirect
github.com/aws/aws-sdk-go-v2/service/kms v1.18.18 // indirect
github.com/aws/aws-sdk-go-v2/service/sso v1.11.25 // indirect
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.13.8 // indirect
github.com/aws/aws-sdk-go-v2/service/sts v1.17.5 // indirect
github.com/aws/smithy-go v1.13.4 // indirect
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20220228164355-396b2034c795 // indirect
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20221004211355-a250ad2ca1e3 // indirect
github.com/benbjohnson/clock v1.1.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/bgentry/speakeasy v0.1.0 // indirect
github.com/blendle/zapdriver v1.3.1 // indirect
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/chrismellard/docker-credential-acr-env v0.0.0-20220119192733-fe33c00cee21 // indirect
github.com/chrismellard/docker-credential-acr-env v0.0.0-20221002210726-e883f69e0206 // indirect
github.com/clbanning/mxj/v2 v2.5.6 // indirect
github.com/cloudevents/sdk-go/v2 v2.12.0 // indirect
github.com/cncf/udpa/go v0.0.0-20210930031921-04548b0d99d4 // indirect
Expand All @@ -169,7 +169,7 @@ require (
github.com/eapache/go-resiliency v1.2.0 // indirect
github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21 // indirect
github.com/eapache/queue v1.1.0 // indirect
github.com/emicklei/go-restful/v3 v3.8.0 // indirect
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
github.com/envoyproxy/go-control-plane v0.10.2-0.20220325020618-49ff273808a1 // indirect
github.com/envoyproxy/protoc-gen-validate v0.6.2 // indirect
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
Expand Down Expand Up @@ -206,9 +206,9 @@ require (
github.com/google/btree v1.1.2 // indirect
github.com/google/cel-go v0.12.5 // indirect
github.com/google/certificate-transparency-go v1.1.3 // indirect
github.com/google/gnostic v0.5.7-v3refs // indirect
github.com/google/go-containerregistry/pkg/authn/k8schain v0.0.0-20220328141311-efc62d802606 // indirect
github.com/google/go-containerregistry/pkg/authn/kubernetes v0.0.0-20220301182634-bfe2ffc6b6bd // indirect
github.com/google/gnostic v0.6.9 // indirect
github.com/google/go-containerregistry/pkg/authn/k8schain v0.0.0-20221030203717-1711cefd7eec // indirect
github.com/google/go-containerregistry/pkg/authn/kubernetes v0.0.0-20221017135236-9b4fdd506cdd // indirect
github.com/google/go-github/v45 v45.2.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/gofuzz v1.2.0 // indirect
Expand Down Expand Up @@ -360,9 +360,9 @@ require (
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/apiextensions-apiserver v0.25.3 // indirect
k8s.io/klog/v2 v2.70.2-0.20220707122935-0990e81f1a8f // indirect
k8s.io/kube-openapi v0.0.0-20220803162953-67bda5d908f1 // indirect
k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed // indirect
k8s.io/klog/v2 v2.80.1 // indirect
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 // indirect
k8s.io/utils v0.0.0-20221012122500-cfd413dd9e85 // indirect
knative.dev/eventing v0.30.1-0.20220407170245-58865afba92c // indirect
knative.dev/networking v0.0.0-20220404212543-dde40b019aff // indirect
knative.dev/serving v0.30.1-0.20220402124840-21c05dc9d9a4 // indirect
Expand Down
66 changes: 51 additions & 15 deletions go.sum

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions pkg/pipelinerun/pipelinerun_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ func TestPipelineRunGet_MinimalEmbeddedStatus(t *testing.T) {
runDuration := 1 * time.Minute

prdata := []*v1beta1.PipelineRun{
parse.MustParsePipelineRun(t, fmt.Sprintf(`
parse.MustParseV1beta1PipelineRun(t, fmt.Sprintf(`
metadata:
name: pipelinerun1
namespace: ns
Expand Down Expand Up @@ -311,7 +311,7 @@ status:
name: run-2
pipelineTaskName: r2
`, pr1Started.Format(time.RFC3339), pr1Started.Add(runDuration).Format(time.RFC3339))),
parse.MustParsePipelineRun(t, fmt.Sprintf(`
parse.MustParseV1beta1PipelineRun(t, fmt.Sprintf(`
metadata:
name: pipelinerun2
namespace: ns
Expand Down Expand Up @@ -363,7 +363,7 @@ status:
}

trData := []*v1beta1.TaskRun{
parse.MustParseTaskRun(t, `
parse.MustParseV1beta1TaskRun(t, `
metadata:
name: task-run-1
namespace: ns
Expand All @@ -376,7 +376,7 @@ status:
status: "True"
type: Succeeded
`),
parse.MustParseTaskRun(t, `
parse.MustParseV1beta1TaskRun(t, `
metadata:
name: task-run-2
namespace: ns
Expand Down Expand Up @@ -489,7 +489,7 @@ func TestPipelineRunList_MinimalEmbeddedStatus(t *testing.T) {
pr1Started := clock.Now().Add(10 * time.Second)
runDuration := 1 * time.Minute

prdata := []*v1beta1.PipelineRun{parse.MustParsePipelineRun(t, fmt.Sprintf(`
prdata := []*v1beta1.PipelineRun{parse.MustParseV1beta1PipelineRun(t, fmt.Sprintf(`
metadata:
name: pipelinerun1
namespace: ns
Expand Down Expand Up @@ -528,7 +528,7 @@ status:
}

trData := []*v1beta1.TaskRun{
parse.MustParseTaskRun(t, `
parse.MustParseV1beta1TaskRun(t, `
metadata:
name: task-run-1
namespace: ns
Expand All @@ -541,7 +541,7 @@ status:
status: "True"
type: Succeeded
`),
parse.MustParseTaskRun(t, `
parse.MustParseV1beta1TaskRun(t, `
metadata:
name: task-run-2
namespace: ns
Expand Down
82 changes: 82 additions & 0 deletions vendor/github.com/aws/aws-sdk-go-v2/service/ecr/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions vendor/github.com/aws/aws-sdk-go-v2/service/ecr/deserializers.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 22 additions & 8 deletions vendor/github.com/aws/aws-sdk-go-v2/service/ecr/types/types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c7ce0b2

Please sign in to comment.