Skip to content

Commit 66c6c17

Browse files
author
openshift-pipelines-bot
committed
[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..872f5a32157a38925ef279826649c646035c8794
1 parent 06c2f65 commit 66c6c17

134 files changed

Lines changed: 10796 additions & 35629 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.konflux/rpms/rpms.lock.yaml

Lines changed: 745 additions & 773 deletions
Large diffs are not rendered by default.

head

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
872f5a32157a38925ef279826649c646035c8794
1+
19847863f8e728863817d64a37e1cf701efe1f37

upstream/.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
steps:
5353
- name: Harden Runner
54-
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
54+
uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2
5555
with:
5656
egress-policy: audit
5757

upstream/.github/workflows/dependabot-regen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Harden Runner
18-
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
18+
uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2
1919
with:
2020
egress-policy: audit
2121

upstream/.github/workflows/dependency-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Harden Runner
20-
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
20+
uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2
2121
with:
2222
egress-policy: audit
2323

@@ -26,6 +26,6 @@ jobs:
2626
with:
2727
persist-credentials: false
2828
- name: 'Dependency Review'
29-
uses: actions/dependency-review-action@2031cfc080254a8a887f58cffee85186f0e49e48 # v4.9.0
29+
uses: actions/dependency-review-action@a1d282b36b6f3519aa1f3fc636f609c47dddb294 # v5.0.0
3030
with:
3131
fail-on-severity: low

upstream/.github/workflows/go-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
steps:
3333
- name: Harden runner
34-
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
34+
uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2
3535
with:
3636
egress-policy: audit
3737

upstream/.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Harden Runner
32-
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
32+
uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2
3333
with:
3434
egress-policy: audit
3535
- name: "Checkout code"

upstream/.github/workflows/woke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Harden Runner
14-
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
14+
uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2
1515
with:
1616
egress-policy: audit
1717
- name: 'Checkout'

upstream/.github/workflows/zizmor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
persist-credentials: false
2121

2222
- name: Run zizmor
23-
uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3
23+
uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6

upstream/docs/developers/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ channel for training and tutorials on Tekton!
1010
## Contents
1111
- Developing on Tekton:
1212
- [Local Setup](./local-setup.md): Getting your local environment set up to develop on Tekton.
13-
- [Testing](../../test/README.md): Running Tekton tests.
13+
- Testing:
14+
- [Overview](../../test/README.md): Running Tekton tests.
15+
- [Best Practices](./testing-best-practices.md): Guidelines for writing effective unit tests.
1416
- [Tracing](./tracing.md): Enabling Jaeger tracing
1517
- How Tekton is run on Kubernetes:
1618
- [Controller Logic](./controller-logic.md): How Tekton extends Kubernetes using Knative.

0 commit comments

Comments
 (0)