Commit 66c6c17
openshift-pipelines-bot
[bot] Update nightly from tektoncd/pipeline:main to 1984786
$ git diff --stat 1984786..872f5a3
.github/workflows/codeql-analysis.yml | 2 +-
.github/workflows/dependabot-regen.yml | 2 +-
.github/workflows/dependency-review.yml | 4 +-
.github/workflows/go-coverage.yml | 2 +-
.github/workflows/scorecard.yml | 2 +-
.github/workflows/woke.yml | 2 +-
.github/workflows/zizmor.yaml | 2 +-
docs/developers/README.md | 4 +-
docs/developers/testing-best-practices.md | 177 -
go.mod | 46 +-
go.sum | 88 +-
pkg/pipelinerunmetrics/metrics.go | 6 +-
pkg/pipelinerunmetrics/metrics_test.go | 16 -
pkg/reconciler/pipelinerun/pipelinerun.go | 14 +-
pkg/reconciler/pipelinerun/pipelinerun_test.go | 133 +-
pkg/taskrunmetrics/metrics.go | 11 +-
pkg/taskrunmetrics/metrics_test.go | 123 -
tekton/publish.yaml | 10 +-
test/custom-task-ctrls/wait-task-beta/go.mod | 6 +-
test/custom-task-ctrls/wait-task-beta/go.sum | 12 +-
.../containerd/stargz-snapshotter/estargz/LICENSE | 202 +
.../containerd/stargz-snapshotter/estargz/build.go | 756 +++
.../stargz-snapshotter/estargz/errorutil/errors.go | 40 +
.../stargz-snapshotter/estargz/estargz.go | 1232 +++++
.../containerd/stargz-snapshotter/estargz/gzip.go | 237 +
.../stargz-snapshotter/estargz/testutil.go | 2403 +++++++++
.../containerd/stargz-snapshotter/estargz/types.go | 342 ++
vendor/github.com/google/cel-go/cel/program.go | 2 +-
vendor/github.com/google/cel-go/checker/cost.go | 5 -
.../google/cel-go/common/env/BUILD.bazel | 4 -
vendor/github.com/google/cel-go/common/env/env.go | 65 +-
vendor/github.com/google/cel-go/common/env/io.go | 271 -
.../google/cel-go/common/overloads/overloads.go | 1 +
.../google/cel-go/common/stdlib/standard.go | 2 +
.../internal/estargz/estargz.go | 54 +
.../go-containerregistry/pkg/authn/keychain.go | 3 +-
.../go-containerregistry/pkg/name/registry.go | 4 +-
.../go-containerregistry/pkg/registry/blobs.go | 6 +-
.../pkg/registry/blobs_disk.go | 14 +-
.../google/go-containerregistry/pkg/v1/manifest.go | 2 -
.../go-containerregistry/pkg/v1/mutate/image.go | 141 +-
.../go-containerregistry/pkg/v1/mutate/mutate.go | 123 +-
.../go-containerregistry/pkg/v1/partial/with.go | 13 +-
.../go-containerregistry/pkg/v1/remote/fetcher.go | 128 +-
.../go-containerregistry/pkg/v1/remote/image.go | 40 +-
.../go-containerregistry/pkg/v1/remote/index.go | 8 +-
.../go-containerregistry/pkg/v1/remote/limiter.go | 55 -
.../go-containerregistry/pkg/v1/remote/options.go | 3 -
.../go-containerregistry/pkg/v1/remote/pusher.go | 8 +-
.../pkg/v1/remote/referrers.go | 2 +-
.../pkg/v1/remote/transport/bearer.go | 42 +-
.../pkg/v1/remote/transport/error.go | 15 +-
.../pkg/v1/remote/transport/scope.go | 6 +-
.../go-containerregistry/pkg/v1/remote/write.go | 63 +-
.../go-containerregistry/pkg/v1/tarball/layer.go | 57 +-
.../jenkins-x/go-scm/scm/driver/gitlab/pr.go | 29 +-
.../github.com/klauspost/compress/.gitattributes | 1 -
vendor/github.com/klauspost/compress/README.md | 1400 +++---
vendor/github.com/klauspost/compress/fse/README.md | 156 +-
.../github.com/klauspost/compress/huff0/README.md | 178 +-
.../proto/spire/api/types/entry.pb.go | 125 +-
.../proto/spire/api/types/entry.proto | 18 -
vendor/github.com/vbatts/tar-split/LICENSE | 28 +
.../vbatts/tar-split/archive/tar/common.go | 724 +++
.../vbatts/tar-split/archive/tar/format.go | 307 ++
.../vbatts/tar-split/archive/tar/reader.go | 944 ++++
.../vbatts/tar-split/archive/tar/stat_actime1.go | 20 +
.../vbatts/tar-split/archive/tar/stat_actime2.go | 20 +
.../vbatts/tar-split/archive/tar/stat_unix.go | 96 +
.../vbatts/tar-split/archive/tar/strconv.go | 326 ++
.../vbatts/tar-split/archive/tar/writer.go | 656 +++
vendor/golang.org/x/crypto/hkdf/hkdf.go | 21 +-
vendor/golang.org/x/crypto/pbkdf2/pbkdf2.go | 73 +-
vendor/golang.org/x/net/http2/README.md | 19 -
vendor/golang.org/x/net/http2/client_conn_pool.go | 14 +-
vendor/golang.org/x/net/http2/clientconn.go | 57 -
vendor/golang.org/x/net/http2/config.go | 2 -
vendor/golang.org/x/net/http2/h2c/h2c.go | 28 +-
vendor/golang.org/x/net/http2/hpack/tables.go | 13 +-
vendor/golang.org/x/net/http2/http2.go | 2 +-
vendor/golang.org/x/net/http2/server.go | 193 +-
vendor/golang.org/x/net/http2/server_common.go | 199 -
vendor/golang.org/x/net/http2/server_wrap.go | 161 -
vendor/golang.org/x/net/http2/transport.go | 419 +-
vendor/golang.org/x/net/http2/transport_common.go | 413 --
vendor/golang.org/x/net/http2/transport_wrap.go | 381 --
vendor/golang.org/x/net/http2/writesched.go | 46 +-
vendor/golang.org/x/net/http2/writesched_common.go | 49 -
.../x/net/http2/writesched_priority_rfc7540.go | 2 -
.../x/net/http2/writesched_priority_rfc9218.go | 2 -
vendor/golang.org/x/net/http2/writesched_random.go | 2 -
.../x/net/http2/writesched_roundrobin.go | 2 -
vendor/golang.org/x/net/idna/go118.go | 13 +
.../x/net/idna/{idna.go => idna10.0.0.go} | 181 +-
vendor/golang.org/x/net/idna/idna9.0.0.go | 717 +++
vendor/golang.org/x/net/idna/pre_go118.go | 11 +
vendor/golang.org/x/net/idna/punycode.go | 5 +-
vendor/golang.org/x/net/idna/tables10.0.0.go | 4559 +++++++++++++++++
vendor/golang.org/x/net/idna/tables11.0.0.go | 4653 +++++++++++++++++
vendor/golang.org/x/net/idna/tables12.0.0.go | 4733 +++++++++++++++++
vendor/golang.org/x/net/idna/tables13.0.0.go | 4959 ++++++++++++++++++
vendor/golang.org/x/net/idna/tables15.0.0.go | 2 +-
vendor/golang.org/x/net/idna/tables17.0.0.go | 5302 --------------------
vendor/golang.org/x/net/idna/tables9.0.0.go | 4486 +++++++++++++++++
vendor/golang.org/x/net/idna/trie12.0.0.go | 30 +
vendor/golang.org/x/net/idna/trie13.0.0.go | 30 +
.../x/net/internal/httpcommon/request.go | 8 -
vendor/golang.org/x/sys/cpu/cpu_other_arm64.go | 2 +-
vendor/golang.org/x/sys/cpu/cpu_windows.go | 26 -
vendor/golang.org/x/sys/cpu/cpu_windows_arm64.go | 38 -
vendor/golang.org/x/sys/cpu/zcpu_windows.go | 48 -
vendor/golang.org/x/sys/unix/affinity_linux.go | 128 +-
vendor/golang.org/x/sys/unix/mkall.sh | 2 +-
vendor/golang.org/x/sys/unix/syscall_linux.go | 8 +-
vendor/golang.org/x/sys/unix/syscall_linux_arm.go | 3 -
.../golang.org/x/sys/unix/syscall_linux_arm64.go | 3 -
.../golang.org/x/sys/unix/syscall_linux_loong64.go | 3 -
.../golang.org/x/sys/unix/syscall_linux_riscv64.go | 3 -
vendor/golang.org/x/sys/unix/zsyscall_linux.go | 4 +-
vendor/golang.org/x/sys/windows/syscall_windows.go | 13 +-
vendor/golang.org/x/sys/windows/types_windows.go | 29 -
.../golang.org/x/sys/windows/zsyscall_windows.go | 36 -
vendor/golang.org/x/tools/go/ast/edge/edge.go | 24 +-
vendor/golang.org/x/tools/go/packages/golist.go | 17 +-
vendor/golang.org/x/tools/go/packages/packages.go | 16 +-
.../x/tools/go/types/objectpath/objectpath.go | 563 +--
.../x/tools/internal/gcimporter/ureader.go | 42 +-
.../x/tools/internal/gocommand/version.go | 5 +-
vendor/golang.org/x/tools/internal/imports/fix.go | 6 +-
vendor/golang.org/x/tools/internal/imports/mod.go | 6 +-
vendor/google.golang.org/grpc/version.go | 2 +-
vendor/modules.txt | 52 +-
132 files changed, 34855 insertions(+), 10050 deletions(-)
https://github.com/tektoncd/pipeline/compare/19847863f8e728863817d64a37e1cf701efe1f37..872f5a32157a38925ef279826649c646035c87941 parent 06c2f65 commit 66c6c17
134 files changed
Lines changed: 10796 additions & 35629 deletions
File tree
- .konflux/rpms
- upstream
- .github/workflows
- docs/developers
- pkg
- pipelinerunmetrics
- reconciler/pipelinerun
- taskrunmetrics
- tekton
- test/custom-task-ctrls/wait-task-beta
- vendor
- github.com
- containerd/stargz-snapshotter/estargz
- errorutil
- google
- cel-go
- cel
- checker
- common
- env
- overloads
- stdlib
- go-containerregistry
- internal/estargz
- pkg
- authn
- name
- registry
- v1
- mutate
- partial
- remote
- transport
- tarball
- jenkins-x/go-scm/scm/driver/gitlab
- klauspost/compress
- fse
- huff0
- spiffe/spire-api-sdk/proto/spire/api/types
- vbatts/tar-split
- archive/tar
- golang.org/x
- crypto
- hkdf
- pbkdf2
- net
- http2
- h2c
- hpack
- idna
- internal/httpcommon
- sys
- cpu
- unix
- windows
- tools
- go
- ast/edge
- packages
- types/objectpath
- internal
- gcimporter
- gocommand
- imports
- google.golang.org/grpc
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
0 commit comments