Skip to content

Commit

Permalink
Bump pipeline to 0.24.1 and knative pkg to 0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
savitaashture authored and tekton-robot committed May 17, 2021
1 parent 8e20ea8 commit e65fd5c
Show file tree
Hide file tree
Showing 259 changed files with 3,520 additions and 11,542 deletions.
11 changes: 5 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,31 @@ go 1.15

require (
github.com/GoogleCloudPlatform/cloud-builders/gcs-fetcher v0.0.0-20191203181535-308b93ad1f39
github.com/gobuffalo/envy v1.9.0 // indirect
github.com/golang/protobuf v1.4.3
github.com/google/cel-go v0.7.3
github.com/google/go-cmp v0.5.4
github.com/google/go-cmp v0.5.5
github.com/google/go-github/v31 v31.0.0
github.com/google/uuid v1.2.0
github.com/gorilla/mux v1.7.4
github.com/sirupsen/logrus v1.7.0
github.com/spf13/cobra v1.0.0
github.com/tektoncd/pipeline v0.20.1-0.20210203144343-1b7a37f0d21d
github.com/tektoncd/pipeline v0.24.1
github.com/tektoncd/plumbing v0.0.0-20210420200944-17170d5e7bc9
github.com/tidwall/gjson v1.3.5 // indirect
github.com/tidwall/sjson v1.0.4
go.opencensus.io v0.23.0
go.uber.org/zap v1.16.0
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
google.golang.org/genproto v0.0.0-20201211151036-40ec1c210f7a
google.golang.org/grpc v1.34.0
google.golang.org/genproto v0.0.0-20201214200347-8c77b98c765d
google.golang.org/grpc v1.36.0
google.golang.org/protobuf v1.25.0
k8s.io/api v0.19.7
k8s.io/apiextensions-apiserver v0.19.7
k8s.io/apimachinery v0.19.7
k8s.io/client-go v0.19.7
k8s.io/code-generator v0.19.7
k8s.io/kube-openapi v0.0.0-20210113233702-8566a335510f
knative.dev/pkg v0.0.0-20210130001831-ca02ef752ac6
knative.dev/pkg v0.0.0-20210331065221-952fdd90dbb0
sigs.k8s.io/yaml v1.2.0
)

Expand Down
83 changes: 29 additions & 54 deletions go.sum

Large diffs are not rendered by default.

22 changes: 0 additions & 22 deletions pkg/apis/triggers/v1alpha1/trigger_template_validation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,28 +115,6 @@ func TestTriggerTemplate_Validate(t *testing.T) {
template *v1alpha1.TriggerTemplate
want *apis.FieldError
}{{
name: "invalid objectmetadata, name with dot",
template: &v1alpha1.TriggerTemplate{
ObjectMeta: metav1.ObjectMeta{
Name: "t.t",
Namespace: "foo",
},
Spec: v1alpha1.TriggerTemplateSpec{
Params: []v1alpha1.ParamSpec{{
Name: "foo",
Description: "desc",
Default: ptr.String("val"),
}},
ResourceTemplates: []v1alpha1.TriggerResourceTemplate{{
RawExtension: simpleResourceTemplate(t),
}},
},
},
want: &apis.FieldError{
Message: "Invalid resource name: special character . must not be present",
Paths: []string{"metadata.name"},
},
}, {
name: "invalid objectmetadata, name too long",
template: &v1alpha1.TriggerTemplate{
ObjectMeta: metav1.ObjectMeta{
Expand Down
1 change: 1 addition & 0 deletions pkg/apis/triggers/v1alpha1/trigger_validation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ func Test_TriggerValidate(t *testing.T) {
tr: &v1alpha1.Trigger{
ObjectMeta: metav1.ObjectMeta{
Namespace: "namespace",
Name: "name",
},
Spec: v1alpha1.TriggerSpec{
Template: v1alpha1.TriggerSpecTemplate{
Expand Down
3 changes: 3 additions & 0 deletions pkg/client/injection/client/client.go

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

3 changes: 3 additions & 0 deletions pkg/client/injection/client/fake/fake.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.

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.

23 changes: 0 additions & 23 deletions third_party/github.com/joho/godotenv/LICENCE

This file was deleted.

7 changes: 0 additions & 7 deletions third_party/github.com/markbates/inflect/LICENCE

This file was deleted.

27 changes: 0 additions & 27 deletions third_party/github.com/rogpeppe/go-internal/LICENSE

This file was deleted.

21 changes: 21 additions & 0 deletions third_party/github.com/stoewer/go-strcase/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2017, Adrian Stoewer <adrian.stoewer@rz.ifi.lmu.de>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
4 changes: 0 additions & 4 deletions vendor/cloud.google.com/go/storage/CHANGES.md

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

55 changes: 7 additions & 48 deletions vendor/cloud.google.com/go/storage/bucket.go

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

4 changes: 1 addition & 3 deletions vendor/cloud.google.com/go/storage/doc.go

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

15 changes: 9 additions & 6 deletions vendor/cloud.google.com/go/storage/go.mod

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

Loading

0 comments on commit e65fd5c

Please sign in to comment.