Skip to content

Commit

Permalink
Bump tektoncd/plumbing to avoid CI failures
Browse files Browse the repository at this point in the history
E2E tests are failing for the reason

```
ERROR: (gcloud.beta.container.clusters.create) ResponseError: code=400,
  message=Creation of node pools using node images based on Docker
  container runtimes is not supported in GKE v1.23. This is to prepare
  for the removal of Dockershim in Kubernetes v1.24. We recommend that
  you migrate to image types based on Containerd (examples). For more
  information, contact Cloud Support.
```

The changes have been made in plumbing directory to fix the same, hence
bumping.

Signed-off-by: vinamra28 <[email protected]>
  • Loading branch information
vinamra28 authored and tekton-robot committed Nov 7, 2022
1 parent 0bc4e92 commit 3a68916
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ require (
github.com/tektoncd/chains v0.12.1-0.20220920205308-b34353430a40
github.com/tektoncd/hub v1.10.0
github.com/tektoncd/pipeline v0.40.2
github.com/tektoncd/plumbing v0.0.0-20220817140952-3da8ce01aeeb
github.com/tektoncd/plumbing v0.0.0-20221102182345-5dbcfda657d7
github.com/tektoncd/triggers v0.21.0
github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399
go.opencensus.io v0.23.0
Expand Down
3 changes: 2 additions & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2744,8 +2744,9 @@ github.com/tektoncd/pipeline v0.40.0/go.mod h1:DqabXb6NBN/CMMZn20UXiGkdHEgMfRDvh
github.com/tektoncd/pipeline v0.40.2 h1:g6coLeFihS6LNhUzgk9P/1ED4oJZGU/Q2749xsHjKJs=
github.com/tektoncd/pipeline v0.40.2/go.mod h1:DqabXb6NBN/CMMZn20UXiGkdHEgMfRDvh2r6g/YEQ50=
github.com/tektoncd/plumbing v0.0.0-20220304154415-13228ac1f4a4/go.mod h1:b9esRuV1absBvaPzKkjYdKXjC5Tgs8/vh1sz++RiTdc=
github.com/tektoncd/plumbing v0.0.0-20220817140952-3da8ce01aeeb h1:LUUCR8pLF+MzdQ7kOQQrMzDahIPZLdPCzfnNow1Um3Y=
github.com/tektoncd/plumbing v0.0.0-20220817140952-3da8ce01aeeb/go.mod h1:uJBaI0AL/kjPThiMYZcWRujEz7D401v643d6s/21GAg=
github.com/tektoncd/plumbing v0.0.0-20221102182345-5dbcfda657d7 h1:YsjQ83UBIIq4k/s2PzQ6pqe4tpPtm1hia3oyNBDDrDU=
github.com/tektoncd/plumbing v0.0.0-20221102182345-5dbcfda657d7/go.mod h1:uJBaI0AL/kjPThiMYZcWRujEz7D401v643d6s/21GAg=
github.com/tektoncd/resolution v0.0.0-20220331203013-e4203c70c5eb/go.mod h1:u7+LospaKMTW8f1mKHpul2XmGXYSG86kMrbJqUr2w0Q=
github.com/tektoncd/triggers v0.21.0 h1:9k/sRHLZQC8AxDYAgcEE+atUoRIaWrehbro3EVXC9es=
github.com/tektoncd/triggers v0.21.0/go.mod h1:80lSjy3A11KiZ9FhzD7qWX6ev5M+cEwTdKfryUXueyE=
Expand Down
2 changes: 1 addition & 1 deletion vendor/github.com/tektoncd/plumbing/scripts/library.sh

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

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1488,7 +1488,7 @@ github.com/tektoncd/pipeline/pkg/substitution
github.com/tektoncd/pipeline/test
github.com/tektoncd/pipeline/test/diff
github.com/tektoncd/pipeline/test/parse
# github.com/tektoncd/plumbing v0.0.0-20220817140952-3da8ce01aeeb
# github.com/tektoncd/plumbing v0.0.0-20221102182345-5dbcfda657d7
## explicit; go 1.13
github.com/tektoncd/plumbing/scripts
# github.com/tektoncd/triggers v0.21.0
Expand Down

0 comments on commit 3a68916

Please sign in to comment.