[bot] Update release-v1.23.x from tektoncd-catalog/git-clone:main to a2dd81492d93730eb5ce60564ee0e8f87ae4c84c#692
Open
github-actions[bot] wants to merge 1 commit into
Conversation
79035b2 to
9787886
Compare
9787886 to
0b271a6
Compare
790d761 to
9a03f85
Compare
…2dd814 $ git diff --stat a2dd814..768a778 .github/workflows/build.yaml | 4 +- .github/workflows/release.yaml | 10 +- image/git-init/git/git.go | 22 +- image/git-init/git/git_test.go | 94 +- image/git-init/go.mod | 68 +- image/git-init/go.sum | 190 +- image/git-init/vendor/cel.dev/expr/.bazelversion | 2 +- image/git-init/vendor/cel.dev/expr/BUILD.bazel | 1 + image/git-init/vendor/cel.dev/expr/MODULE.bazel | 26 +- image/git-init/vendor/cel.dev/expr/README.md | 2 + image/git-init/vendor/cel.dev/expr/checked.pb.go | Bin 36822 -> 50576 bytes image/git-init/vendor/cel.dev/expr/cloudbuild.yaml | 2 +- image/git-init/vendor/cel.dev/expr/eval.pb.go | Bin 13095 -> 15041 bytes image/git-init/vendor/cel.dev/expr/explain.pb.go | Bin 6035 -> 7792 bytes image/git-init/vendor/cel.dev/expr/syntax.pb.go | Bin 42823 -> 58718 bytes image/git-init/vendor/cel.dev/expr/value.pb.go | Bin 15583 -> 20879 bytes .../github.com/evanphx/json-patch/v5/merge.go | 26 +- .../github.com/evanphx/json-patch/v5/patch.go | 120 +- .../vendor/github.com/go-logr/logr/.golangci.yaml | 16 +- .../github.com/golang/protobuf/proto/buffer.go | 324 ++ .../github.com/golang/protobuf/proto/defaults.go | 63 + .../github.com/golang/protobuf/proto/deprecated.go | 113 + .../github.com/golang/protobuf/proto/discard.go | 58 + .../github.com/golang/protobuf/proto/extensions.go | 356 ++ .../github.com/golang/protobuf/proto/properties.go | 306 ++ .../github.com/golang/protobuf/proto/proto.go | 167 + .../github.com/golang/protobuf/proto/registry.go | 317 ++ .../golang/protobuf/proto/text_decode.go | 801 ++++ .../golang/protobuf/proto/text_encode.go | 560 +++ .../github.com/golang/protobuf/proto/wire.go | 78 + .../github.com/golang/protobuf/proto/wrappers.go | 34 + .../github.com/golang/protobuf/ptypes/any.go | 180 + .../golang/protobuf/ptypes/any/any.pb.go | 62 + .../github.com/golang/protobuf/ptypes/doc.go | 10 + .../github.com/golang/protobuf/ptypes/duration.go | 76 + .../golang/protobuf/ptypes/duration/duration.pb.go | 63 + .../github.com/golang/protobuf/ptypes/timestamp.go | 112 + .../github.com/google/cel-go/cel/BUILD.bazel | 1 - .../vendor/github.com/google/cel-go/cel/decls.go | 42 - .../vendor/github.com/google/cel-go/cel/env.go | 216 +- .../vendor/github.com/google/cel-go/cel/library.go | 318 +- .../vendor/github.com/google/cel-go/cel/options.go | 225 +- .../vendor/github.com/google/cel-go/cel/program.go | 61 +- .../github.com/google/cel-go/cel/validator.go | 70 +- .../google/cel-go/checker/decls/decls.go | 4 +- .../github.com/google/cel-go/common/ast/ast.go | 78 - .../google/cel-go/common/ast/navigable.go | 7 +- .../google/cel-go/common/containers/container.go | 14 +- .../github.com/google/cel-go/common/decls/decls.go | 63 - .../google/cel-go/common/env/BUILD.bazel | 49 - .../github.com/google/cel-go/common/env/env.go | 863 ---- .../google/cel-go/common/stdlib/standard.go | 212 +- .../github.com/google/cel-go/common/types/types.go | 4 +- .../google/cel-go/interpreter/activation.go | 13 +- .../cel-go/interpreter/attribute_patterns.go | 2 +- .../google/cel-go/interpreter/interpretable.go | 6 +- .../google/gnostic-models/compiler/extensions.go | 8 +- .../gnostic-models/extensions/extension.pb.go | 96 +- .../google/gnostic-models/extensions/extensions.go | 6 +- .../gnostic-models/openapiv2/OpenAPIv2.pb.go | 1349 +++++-- .../gnostic-models/openapiv3/OpenAPIv3.pb.go | 1763 +++++++-- .../gnostic-models/openapiv3/annotations.pb.go | 182 - .../gnostic-models/openapiv3/annotations.proto | 56 - .../grpc-gateway/v2/runtime/handler.go | 2 +- .../grpc-ecosystem/grpc-gateway/v2/runtime/mux.go | 8 - .../grpc-gateway/v2/runtime/query.go | 16 +- .../github.com/klauspost/compress/.gitattributes | 2 - .../github.com/klauspost/compress/.goreleaser.yml | 123 - .../vendor/github.com/klauspost/compress/LICENSE | 304 -- .../vendor/github.com/klauspost/compress/README.md | 721 ---- .../github.com/klauspost/compress/SECURITY.md | 25 - .../github.com/klauspost/compress/compressible.go | 85 - .../github.com/klauspost/compress/fse/README.md | 79 - .../github.com/klauspost/compress/fse/bitreader.go | 122 - .../github.com/klauspost/compress/fse/bitwriter.go | 167 - .../klauspost/compress/fse/bytereader.go | 47 - .../github.com/klauspost/compress/fse/compress.go | 683 ---- .../klauspost/compress/fse/decompress.go | 376 -- .../github.com/klauspost/compress/fse/fse.go | 144 - .../vendor/github.com/klauspost/compress/gen.sh | 4 - .../github.com/klauspost/compress/huff0/.gitignore | 1 - .../github.com/klauspost/compress/huff0/README.md | 89 - .../klauspost/compress/huff0/bitreader.go | 229 -- .../klauspost/compress/huff0/bitwriter.go | 102 - .../klauspost/compress/huff0/compress.go | 742 ---- .../klauspost/compress/huff0/decompress.go | 1167 ------ .../klauspost/compress/huff0/decompress_amd64.go | 226 -- .../klauspost/compress/huff0/decompress_amd64.s | 830 ---- .../klauspost/compress/huff0/decompress_generic.go | 299 -- .../github.com/klauspost/compress/huff0/huff0.go | 337 -- .../klauspost/compress/internal/cpuinfo/cpuinfo.go | 34 - .../compress/internal/cpuinfo/cpuinfo_amd64.go | 11 - .../compress/internal/cpuinfo/cpuinfo_amd64.s | 36 - .../klauspost/compress/internal/snapref/LICENSE | 27 - .../klauspost/compress/internal/snapref/decode.go | 264 -- .../compress/internal/snapref/decode_other.go | 113 - .../klauspost/compress/internal/snapref/encode.go | 289 -- .../compress/internal/snapref/encode_other.go | 250 -- .../klauspost/compress/internal/snapref/snappy.go | 98 - .../vendor/github.com/klauspost/compress/s2sx.mod | 4 - .../vendor/github.com/klauspost/compress/s2sx.sum | 0 .../github.com/klauspost/compress/zstd/README.md | 441 --- .../klauspost/compress/zstd/bitreader.go | 136 - .../klauspost/compress/zstd/bitwriter.go | 112 - .../github.com/klauspost/compress/zstd/blockdec.go | 731 ---- .../github.com/klauspost/compress/zstd/blockenc.go | 909 ----- .../klauspost/compress/zstd/blocktype_string.go | 85 - .../github.com/klauspost/compress/zstd/bytebuf.go | 131 - .../klauspost/compress/zstd/bytereader.go | 82 - .../klauspost/compress/zstd/decodeheader.go | 261 -- .../github.com/klauspost/compress/zstd/decoder.go | 948 ----- .../klauspost/compress/zstd/decoder_options.go | 169 - .../github.com/klauspost/compress/zstd/dict.go | 565 --- .../github.com/klauspost/compress/zstd/enc_base.go | 173 - .../github.com/klauspost/compress/zstd/enc_best.go | 560 --- .../klauspost/compress/zstd/enc_better.go | 1252 ------ .../klauspost/compress/zstd/enc_dfast.go | 1123 ------ .../github.com/klauspost/compress/zstd/enc_fast.go | 891 ----- .../github.com/klauspost/compress/zstd/encoder.go | 642 --- .../klauspost/compress/zstd/encoder_options.go | 339 -- .../github.com/klauspost/compress/zstd/framedec.go | 415 -- .../github.com/klauspost/compress/zstd/frameenc.go | 137 - .../klauspost/compress/zstd/fse_decoder.go | 307 -- .../klauspost/compress/zstd/fse_decoder_amd64.go | 65 - .../klauspost/compress/zstd/fse_decoder_amd64.s | 126 - .../klauspost/compress/zstd/fse_decoder_generic.go | 73 - .../klauspost/compress/zstd/fse_encoder.go | 701 ---- .../klauspost/compress/zstd/fse_predefined.go | 158 - .../github.com/klauspost/compress/zstd/hash.go | 35 - .../github.com/klauspost/compress/zstd/history.go | 116 - .../compress/zstd/internal/xxhash/LICENSE.txt | 22 - .../compress/zstd/internal/xxhash/README.md | 71 - .../compress/zstd/internal/xxhash/xxhash.go | 230 -- .../compress/zstd/internal/xxhash/xxhash_amd64.s | 210 - .../compress/zstd/internal/xxhash/xxhash_arm64.s | 184 - .../compress/zstd/internal/xxhash/xxhash_asm.go | 16 - .../compress/zstd/internal/xxhash/xxhash_other.go | 76 - .../compress/zstd/internal/xxhash/xxhash_safe.go | 11 - .../klauspost/compress/zstd/matchlen_amd64.go | 16 - .../klauspost/compress/zstd/matchlen_amd64.s | 66 - .../klauspost/compress/zstd/matchlen_generic.go | 33 - .../github.com/klauspost/compress/zstd/seqdec.go | 503 --- .../klauspost/compress/zstd/seqdec_amd64.go | 394 -- .../klauspost/compress/zstd/seqdec_amd64.s | 4151 -------------------- .../klauspost/compress/zstd/seqdec_generic.go | 237 -- .../github.com/klauspost/compress/zstd/seqenc.go | 114 - .../github.com/klauspost/compress/zstd/snappy.go | 434 -- .../github.com/klauspost/compress/zstd/zip.go | 141 - .../github.com/klauspost/compress/zstd/zstd.go | 125 - .../mailru/easyjson/jlexer/bytestostr.go | 5 +- .../github.com/mailru/easyjson/jlexer/lexer.go | 113 +- .../github.com/mailru/easyjson/jwriter/writer.go | 12 - .../{klauspost/compress => pkg/errors}/.gitignore | 8 - .../vendor/github.com/pkg/errors/.travis.yml | 10 + .../git-init/vendor/github.com/pkg/errors/LICENSE | 23 + .../git-init/vendor/github.com/pkg/errors/Makefile | 44 + .../vendor/github.com/pkg/errors/README.md | 59 + .../vendor/github.com/pkg/errors/appveyor.yml | 32 + .../vendor/github.com/pkg/errors/errors.go | 288 ++ .../git-init/vendor/github.com/pkg/errors/go113.go | 38 + .../git-init/vendor/github.com/pkg/errors/stack.go | 177 + .../github.com/prometheus/client_golang/NOTICE | 5 + .../internal/github.com/golang/gddo/LICENSE | 27 - .../golang/gddo/httputil/header/header.go | 145 - .../github.com/golang/gddo/httputil/negotiate.go | 36 - .../client_golang/prometheus/go_collector.go | 55 +- .../prometheus/go_collector_latest.go | 19 +- .../client_golang/prometheus/histogram.go | 268 +- .../prometheus/internal/go_collector_options.go | 2 - .../prometheus/client_golang/prometheus/metric.go | 2 +- .../client_golang/prometheus/process_collector.go | 29 +- .../prometheus/process_collector_other.go | 14 - .../client_golang/prometheus/promhttp/delegator.go | 6 - .../client_golang/prometheus/promhttp/http.go | 113 +- .../client_golang/prometheus/registry.go | 17 +- .../prometheus/client_golang/prometheus/summary.go | 42 - .../prometheus/client_golang/prometheus/vec.go | 2 +- .../github.com/prometheus/common/expfmt/decode.go | 14 +- .../github.com/prometheus/common/expfmt/encode.go | 28 +- .../github.com/prometheus/common/expfmt/expfmt.go | 78 +- .../prometheus/common/expfmt/openmetrics_create.go | 10 +- .../prometheus/common/expfmt/text_create.go | 4 +- .../prometheus/common/expfmt/text_parse.go | 164 +- .../github.com/prometheus/common/model/alert.go | 7 +- .../github.com/prometheus/common/model/labels.go | 27 +- .../prometheus/common/model/labelset_string.go | 2 + .../common/model/labelset_string_go120.go | 39 + .../github.com/prometheus/common/model/metric.go | 78 +- .../github.com/prometheus/common/model/silence.go | 17 +- .../prometheus/common/model/value_float.go | 3 +- .../prometheus/common/model/value_histogram.go | 7 +- .../vendor/github.com/stoewer/go-strcase/README.md | 4 +- .../vendor/github.com/stoewer/go-strcase/camel.go | 3 - .../tektoncd/pipeline/pkg/apis/config/default.go | 17 - .../pipeline/pkg/apis/config/feature_flags.go | 102 +- .../pkg/apis/config/featureflags_validation.go | 2 - .../tektoncd/pipeline/pkg/apis/config/metrics.go | 7 + .../pipeline/pkg/apis/config/metrics_notls.go | 7 - .../pipeline/pkg/apis/config/metrics_tls.go | 31 - .../pipeline/pkg/apis/config/spire_config.go | 2 - .../tektoncd/pipeline/pkg/apis/config/store.go | 2 - .../pipeline/pkg/apis/pipeline/controller.go | 3 + .../pipeline/pkg/apis/pipeline/pod/template.go | 11 +- .../pipeline/pkg/apis/pipeline/register.go | 8 + .../pkg/apis/pipeline/v1/artifact_types.go | 4 +- .../pkg/apis/pipeline/v1/container_types.go | 2 + .../pipeline/pkg/apis/pipeline/v1/matrix_types.go | 5 +- .../pkg/apis/pipeline/v1/openapi_generated.go | 40 +- .../pipeline/pkg/apis/pipeline/v1/param_types.go | 8 +- .../pkg/apis/pipeline/v1/pipeline_types.go | 12 +- .../pkg/apis/pipeline/v1/pipeline_validation.go | 25 +- .../pkg/apis/pipeline/v1/pipelinerun_types.go | 12 +- .../pkg/apis/pipeline/v1/pipelinerun_validation.go | 39 +- .../pipeline/pkg/apis/pipeline/v1/provenance.go | 2 +- .../pipeline/pkg/apis/pipeline/v1/result_types.go | 6 +- .../pkg/apis/pipeline/v1/result_validation.go | 6 +- .../pipeline/pkg/apis/pipeline/v1/swagger.json | 36 +- .../pipeline/pkg/apis/pipeline/v1/task_types.go | 3 - .../pkg/apis/pipeline/v1/task_validation.go | 79 +- .../pipeline/pkg/apis/pipeline/v1/taskref_types.go | 3 + .../pipeline/pkg/apis/pipeline/v1/taskrun_types.go | 9 +- .../pkg/apis/pipeline/v1/taskrun_validation.go | 39 +- .../pkg/apis/pipeline/v1/workspace_types.go | 3 - .../pipeline/v1beta1/cluster_task_conversion.go | 42 + .../apis/pipeline/v1beta1/cluster_task_defaults.go | 30 + .../apis/pipeline/v1beta1/cluster_task_types.go | 77 + .../pipeline/v1beta1/cluster_task_validation.go | 38 + .../pkg/apis/pipeline/v1beta1/container_types.go | 2 + .../pkg/apis/pipeline/v1beta1/matrix_types.go | 1 - .../pkg/apis/pipeline/v1beta1/openapi_generated.go | 133 +- .../pkg/apis/pipeline/v1beta1/param_types.go | 8 +- .../pkg/apis/pipeline/v1beta1/pipeline_types.go | 14 +- .../apis/pipeline/v1beta1/pipeline_validation.go | 29 +- .../pkg/apis/pipeline/v1beta1/pipelinerun_types.go | 12 +- .../pipeline/v1beta1/pipelinerun_validation.go | 37 +- .../pkg/apis/pipeline/v1beta1/provenance.go | 4 +- .../pipeline/pkg/apis/pipeline/v1beta1/register.go | 2 + .../pkg/apis/pipeline/v1beta1/result_types.go | 4 - .../pkg/apis/pipeline/v1beta1/result_validation.go | 6 +- .../pkg/apis/pipeline/v1beta1/swagger.json | 91 +- .../pkg/apis/pipeline/v1beta1/task_interface.go | 2 +- .../pkg/apis/pipeline/v1beta1/task_types.go | 3 - .../pkg/apis/pipeline/v1beta1/task_validation.go | 50 + .../pkg/apis/pipeline/v1beta1/taskref_types.go | 5 +- .../pkg/apis/pipeline/v1beta1/taskrun_types.go | 13 +- .../apis/pipeline/v1beta1/taskrun_validation.go | 39 +- .../pkg/apis/pipeline/v1beta1/workspace_types.go | 3 - .../apis/pipeline/v1beta1/zz_generated.deepcopy.go | 60 + .../pkg/apis/run/v1beta1/customrunstatus_types.go | 5 - .../pipeline/pkg/substitution/replacements.go | 61 - .../pipeline/pkg/substitution/substitution.go | 41 +- .../tektoncd/pipeline/pkg/termination/parse.go | 2 - .../golang.org/x/exp/constraints/constraints.go | 50 + .../git-init/vendor/golang.org/x/exp/slices/cmp.go | 44 + .../vendor/golang.org/x/exp/slices/slices.go | 416 +- .../vendor/golang.org/x/exp/slices/sort.go | 143 +- .../vendor/golang.org/x/exp/slices/zsortanyfunc.go | 479 +++ .../vendor/golang.org/x/exp/slices/zsortordered.go | 481 +++ .../vendor/golang.org/x/net/http2/config.go | 63 +- .../vendor/golang.org/x/net/http2/config_go124.go | 61 + .../vendor/golang.org/x/net/http2/config_go125.go | 15 - .../vendor/golang.org/x/net/http2/config_go126.go | 15 - .../golang.org/x/net/http2/config_pre_go124.go | 16 + .../vendor/golang.org/x/net/http2/frame.go | 115 +- .../vendor/golang.org/x/net/http2/gotrack.go | 17 +- .../vendor/golang.org/x/net/http2/http2.go | 37 +- .../vendor/golang.org/x/net/http2/server.go | 143 +- .../vendor/golang.org/x/net/http2/timer.go | 20 + .../vendor/golang.org/x/net/http2/transport.go | 356 +- .../vendor/golang.org/x/net/http2/writesched.go | 67 +- ..._priority_rfc7540.go => writesched_priority.go} | 109 +- .../x/net/http2/writesched_priority_rfc9218.go | 209 - .../x/net/http2/writesched_roundrobin.go | 2 +- .../x/net/internal/httpcommon/request.go | 4 +- .../vendor/golang.org/x/net/trace/events.go | 4 +- .../vendor/golang.org/x/oauth2/deviceauth.go | 31 +- .../vendor/golang.org/x/oauth2/internal/doc.go | 2 +- .../vendor/golang.org/x/oauth2/internal/oauth2.go | 2 +- .../vendor/golang.org/x/oauth2/internal/token.go | 50 +- .../golang.org/x/oauth2/internal/transport.go | 4 +- .../git-init/vendor/golang.org/x/oauth2/oauth2.go | 68 +- image/git-init/vendor/golang.org/x/oauth2/pkce.go | 17 +- image/git-init/vendor/golang.org/x/oauth2/token.go | 19 +- .../vendor/golang.org/x/oauth2/transport.go | 26 +- .../golang.org/x/sys/plan9/pwd_go15_plan9.go | 21 + .../vendor/golang.org/x/sys/plan9/pwd_plan9.go | 14 +- .../vendor/golang.org/x/sys/unix/affinity_linux.go | 9 +- .../git-init/vendor/golang.org/x/sys/unix/fdset.go | 4 +- .../vendor/golang.org/x/sys/unix/ifreq_linux.go | 4 +- .../git-init/vendor/golang.org/x/sys/unix/mkall.sh | 1 - .../vendor/golang.org/x/sys/unix/mkerrors.sh | 8 +- .../vendor/golang.org/x/sys/unix/syscall_darwin.go | 93 - .../vendor/golang.org/x/sys/unix/syscall_linux.go | 52 +- .../vendor/golang.org/x/sys/unix/syscall_netbsd.go | 17 - .../golang.org/x/sys/unix/syscall_solaris.go | 2 +- .../vendor/golang.org/x/sys/unix/zerrors_linux.go | 424 +- .../golang.org/x/sys/unix/zerrors_linux_386.go | 5 - .../golang.org/x/sys/unix/zerrors_linux_amd64.go | 5 - .../golang.org/x/sys/unix/zerrors_linux_arm.go | 5 - .../golang.org/x/sys/unix/zerrors_linux_arm64.go | 5 - .../golang.org/x/sys/unix/zerrors_linux_loong64.go | 5 - .../golang.org/x/sys/unix/zerrors_linux_mips.go | 5 - .../golang.org/x/sys/unix/zerrors_linux_mips64.go | 5 - .../x/sys/unix/zerrors_linux_mips64le.go | 5 - .../golang.org/x/sys/unix/zerrors_linux_mipsle.go | 5 - .../golang.org/x/sys/unix/zerrors_linux_ppc.go | 5 - .../golang.org/x/sys/unix/zerrors_linux_ppc64.go | 5 - .../golang.org/x/sys/unix/zerrors_linux_ppc64le.go | 5 - .../golang.org/x/sys/unix/zerrors_linux_riscv64.go | 5 - .../golang.org/x/sys/unix/zerrors_linux_s390x.go | 5 - .../golang.org/x/sys/unix/zerrors_linux_sparc64.go | 5 - .../golang.org/x/sys/unix/zsyscall_darwin_amd64.go | 84 - .../golang.org/x/sys/unix/zsyscall_darwin_amd64.s | 20 - .../golang.org/x/sys/unix/zsyscall_darwin_arm64.go | 84 - .../golang.org/x/sys/unix/zsyscall_darwin_arm64.s | 20 - .../vendor/golang.org/x/sys/unix/zsyscall_linux.go | 10 - .../x/sys/unix/zsyscall_solaris_amd64.go | 8 +- .../golang.org/x/sys/unix/zsysnum_linux_386.go | 1 - .../golang.org/x/sys/unix/zsysnum_linux_amd64.go | 1 - .../golang.org/x/sys/unix/zsysnum_linux_arm.go | 1 - .../golang.org/x/sys/unix/zsysnum_linux_arm64.go | 1 - .../golang.org/x/sys/unix/zsysnum_linux_loong64.go | 1 - .../golang.org/x/sys/unix/zsysnum_linux_mips.go | 1 - .../golang.org/x/sys/unix/zsysnum_linux_mips64.go | 1 - .../x/sys/unix/zsysnum_linux_mips64le.go | 1 - .../golang.org/x/sys/unix/zsysnum_linux_mipsle.go | 1 - .../golang.org/x/sys/unix/zsysnum_linux_ppc.go | 1 - .../golang.org/x/sys/unix/zsysnum_linux_ppc64.go | 1 - .../golang.org/x/sys/unix/zsysnum_linux_ppc64le.go | 1 - .../golang.org/x/sys/unix/zsysnum_linux_riscv64.go | 1 - .../golang.org/x/sys/unix/zsysnum_linux_s390x.go | 1 - .../golang.org/x/sys/unix/zsysnum_linux_sparc64.go | 1 - .../vendor/golang.org/x/sys/unix/ztypes_linux.go | 211 +- .../golang.org/x/sys/unix/ztypes_linux_386.go | 18 +- .../golang.org/x/sys/unix/ztypes_linux_amd64.go | 16 - .../golang.org/x/sys/unix/ztypes_linux_arm.go | 20 +- .../golang.org/x/sys/unix/ztypes_linux_arm64.go | 16 - .../golang.org/x/sys/unix/ztypes_linux_loong64.go | 16 - .../golang.org/x/sys/unix/ztypes_linux_mips.go | 18 +- .../golang.org/x/sys/unix/ztypes_linux_mips64.go | 16 - .../golang.org/x/sys/unix/ztypes_linux_mips64le.go | 16 - .../golang.org/x/sys/unix/ztypes_linux_mipsle.go | 18 +- .../golang.org/x/sys/unix/ztypes_linux_ppc.go | 20 +- .../golang.org/x/sys/unix/ztypes_linux_ppc64.go | 16 - .../golang.org/x/sys/unix/ztypes_linux_ppc64le.go | 16 - .../golang.org/x/sys/unix/ztypes_linux_riscv64.go | 16 - .../golang.org/x/sys/unix/ztypes_linux_s390x.go | 16 - .../golang.org/x/sys/unix/ztypes_linux_sparc64.go | 16 - .../golang.org/x/sys/unix/ztypes_netbsd_arm.go | 2 +- .../golang.org/x/sys/windows/security_windows.go | 49 +- .../golang.org/x/sys/windows/syscall_windows.go | 23 +- .../golang.org/x/sys/windows/types_windows.go | 337 -- .../golang.org/x/sys/windows/zsyscall_windows.go | 1028 +++-- .../vendor/golang.org/x/term/term_windows.go | 4 +- .../git-init/vendor/golang.org/x/term/terminal.go | 90 +- .../vendor/golang.org/x/text/unicode/bidi/core.go | 11 +- .../git-init/vendor/golang.org/x/time/rate/rate.go | 11 +- .../vendor/gomodules.xyz/jsonpatch/v2/jsonpatch.go | 17 +- .../googleapis/api/expr/v1alpha1/checked.pb.go | 2 +- .../googleapis/api/expr/v1alpha1/eval.pb.go | 2 +- .../googleapis/api/expr/v1alpha1/explain.pb.go | 2 +- .../googleapis/api/expr/v1alpha1/syntax.pb.go | 2 +- .../googleapis/api/expr/v1alpha1/value.pb.go | 2 +- .../googleapis/api/httpbody/httpbody.pb.go | 2 +- .../genproto/googleapis/rpc/status/status.pb.go | 2 +- .../vendor/google.golang.org/grpc/CONTRIBUTING.md | 184 +- .../vendor/google.golang.org/grpc/MAINTAINERS.md | 8 +- .../vendor/google.golang.org/grpc/README.md | 1 - .../google.golang.org/grpc/balancer/balancer.go | 32 +- .../grpc/balancer/base/balancer.go | 12 +- .../balancer/endpointsharding/endpointsharding.go | 389 -- .../grpc/balancer/pickfirst/internal/internal.go | 2 - .../grpc/balancer/pickfirst/pickfirst.go | 922 +---- .../pickfirst/pickfirstleaf/pickfirstleaf.go | 932 +++++ .../grpc/balancer/roundrobin/roundrobin.go | 65 +- .../google.golang.org/grpc/balancer/subconn.go | 16 +- .../google.golang.org/grpc/balancer_wrapper.go | 24 +- .../binarylog/grpc_binarylog_v1/binarylog.pb.go | 303 +- .../vendor/google.golang.org/grpc/clientconn.go | 261 +- .../grpc/credentials/credentials.go | 62 +- .../grpc/credentials/insecure/insecure.go | 8 +- .../google.golang.org/grpc/credentials/tls.go | 50 +- .../vendor/google.golang.org/grpc/dialoptions.go | 59 +- .../google.golang.org/grpc/encoding/encoding.go | 24 +- .../google.golang.org/grpc/encoding/proto/proto.go | 20 +- .../grpc/experimental/stats/metricregistry.go | 72 - .../grpc/experimental/stats/metrics.go | 79 +- .../grpc/health/grpc_health_v1/health.pb.go | 194 +- .../grpc/health/grpc_health_v1/health_grpc.pb.go | 70 +- .../vendor/google.golang.org/grpc/interceptor.go | 12 +- .../balancer/gracefulswitch/gracefulswitch.go | 32 +- .../grpc/internal/balancer/weight/weight.go | 66 - .../grpc/internal/buffer/unbounded.go | 1 - .../grpc/internal/channelz/trace.go | 2 +- .../grpc/internal/credentials/credentials.go | 14 + .../grpc/internal/envconfig/envconfig.go | 77 +- .../grpc/internal/envconfig/xds.go | 26 +- .../grpc/internal/experimental.go | 7 - .../grpc/internal/grpcsync/callback_serializer.go | 22 +- .../grpc/internal/grpcsync/event.go | 19 +- .../internal.go => internal/grpcsync/oncefunc.go} | 24 +- .../google.golang.org/grpc/internal/idle/idle.go | 77 +- .../google.golang.org/grpc/internal/internal.go | 101 +- .../grpc/internal/metadata/metadata.go | 26 +- .../internal/proxyattributes/proxyattributes.go | 54 - .../delegatingresolver/delegatingresolver.go | 477 --- .../grpc/internal/resolver/dns/dns_resolver.go | 35 +- .../grpc/internal/stats/metrics_recorder_list.go | 70 - .../google.golang.org/grpc/internal/stats/stats.go | 70 - .../grpc/internal/status/status.go | 8 - .../grpc/internal/transport/client_stream.go | 36 +- .../grpc/internal/transport/controlbuf.go | 126 +- .../grpc/internal/transport/flowcontrol.go | 23 +- .../grpc/internal/transport/handler_server.go | 50 +- .../grpc/internal/transport/http2_client.go | 305 +- .../grpc/internal/transport/http2_server.go | 226 +- .../grpc/internal/transport/http_util.go | 176 +- .../grpc/internal/transport/proxy.go | 62 +- .../grpc/internal/transport/server_stream.go | 19 +- .../grpc/internal/transport/transport.go | 134 +- .../google.golang.org/grpc/mem/buffer_pool.go | 31 +- .../google.golang.org/grpc/mem/buffer_slice.go | 104 +- .../vendor/google.golang.org/grpc/mem/buffers.go | 65 +- .../google.golang.org/grpc/picker_wrapper.go | 38 +- .../vendor/google.golang.org/grpc/preloader.go | 3 + .../vendor/google.golang.org/grpc/resolver/map.go | 174 +- .../google.golang.org/grpc/resolver/resolver.go | 9 - .../google.golang.org/grpc/resolver_wrapper.go | 37 +- .../vendor/google.golang.org/grpc/rpc_util.go | 219 +- .../vendor/google.golang.org/grpc/server.go | 211 +- .../google.golang.org/grpc/stats/handlers.go | 9 - .../vendor/google.golang.org/grpc/stats/stats.go | 55 +- .../vendor/google.golang.org/grpc/stream.go | 544 ++- .../vendor/google.golang.org/grpc/version.go | 2 +- .../protobuf/encoding/protowire/wire.go | 26 +- .../editiondefaults/editions_defaults.binpb | Bin 154 -> 138 bytes .../protobuf/internal/editionssupport/editions.go | 2 +- .../protobuf/internal/filedesc/desc.go | 52 +- .../protobuf/internal/filedesc/desc_init.go | 14 - .../protobuf/internal/filedesc/desc_lazy.go | 20 - .../protobuf/internal/filedesc/editions.go | 18 +- .../protobuf/internal/filedesc/presence.go | 33 - .../protobuf/internal/genid/api_gen.go | 6 - .../protobuf/internal/genid/descriptor_gen.go | 100 +- .../protobuf/internal/impl/codec_message_opaque.go | 3 +- .../protobuf/internal/impl/message_opaque.go | 45 +- .../protobuf/internal/impl/presence.go | 3 + .../protobuf/internal/strs/strings_unsafe_go120.go | 94 + .../{strings_unsafe.go => strings_unsafe_go121.go} | 2 + .../protobuf/internal/version/version.go | 2 +- .../google.golang.org/protobuf/proto/merge.go | 6 - .../protobuf/reflect/protodesc/desc.go | 22 - .../protobuf/reflect/protodesc/desc_init.go | 2 - .../protobuf/reflect/protodesc/proto.go | 37 +- .../protobuf/reflect/protoreflect/source_gen.go | 10 - .../reflect/protoreflect/value_unsafe_go120.go | 98 + .../{value_unsafe.go => value_unsafe_go121.go} | 2 + .../protobuf/types/descriptorpb/descriptor.pb.go | 1840 ++++----- .../protobuf/types/gofeaturespb/go_features.pb.go | 80 +- .../protobuf/types/known/anypb/any.pb.go | 24 +- .../protobuf/types/known/durationpb/duration.pb.go | 25 +- .../protobuf/types/known/emptypb/empty.pb.go | 20 +- .../types/known/fieldmaskpb/field_mask.pb.go | 23 +- .../protobuf/types/known/structpb/struct.pb.go | 74 +- .../types/known/timestamppb/timestamp.pb.go | 25 +- .../protobuf/types/known/wrapperspb/wrappers.pb.go | 103 +- .../vendor/k8s.io/api/batch/v1/generated.proto | 4 +- image/git-init/vendor/k8s.io/api/batch/v1/types.go | 5 +- .../api/batch/v1/types_swagger_doc_generated.go | 2 +- .../k8s.io/api/core/v1/annotation_key_constants.go | 4 +- .../vendor/k8s.io/api/core/v1/generated.pb.go | 2159 +++++----- .../vendor/k8s.io/api/core/v1/generated.proto | 249 +- .../vendor/k8s.io/api/core/v1/objectreference.go | 2 +- image/git-init/vendor/k8s.io/api/core/v1/types.go | 286 +- .../api/core/v1/types_swagger_doc_generated.go | 139 +- .../k8s.io/api/core/v1/zz_generated.deepcopy.go | 15 - .../k8s.io/apimachinery/pkg/api/errors/errors.go | 7 - .../vendor/k8s.io/apimachinery/pkg/api/meta/OWNERS | 3 +- .../apimachinery/pkg/api/resource/quantity.go | 39 +- .../apimachinery/pkg/api/validation/objectmeta.go | 2 +- .../k8s.io/apimachinery/pkg/apis/meta/v1/OWNERS | 3 +- .../apimachinery/pkg/apis/meta/v1/generated.pb.go | 400 +- .../apimachinery/pkg/apis/meta/v1/generated.proto | 15 - .../k8s.io/apimachinery/pkg/apis/meta/v1/types.go | 45 - .../apis/meta/v1/types_swagger_doc_generated.go | 1 - .../pkg/apis/meta/v1/unstructured/helpers.go | 24 - .../pkg/apis/meta/v1/unstructured/unstructured.go | 6 +- .../pkg/apis/meta/v1/validation/validation.go | 50 +- .../pkg/apis/meta/v1/zz_generated.conversion.go | 7 - .../pkg/apis/meta/v1/zz_generated.deepcopy.go | 5 - .../k8s.io/apimachinery/pkg/labels/selector.go | 4 +- .../k8s.io/apimachinery/pkg/runtime/helper.go | 18 - .../k8s.io/apimachinery/pkg/runtime/interfaces.go | 13 - .../pkg/runtime/serializer/cbor/cbor.go | 389 -- .../pkg/runtime/serializer/cbor/direct/direct.go | 25 - .../pkg/runtime/serializer/cbor/framer.go | 90 - .../serializer/cbor/internal/modes/encode.go | 2 +- .../pkg/runtime/serializer/cbor/raw.go | 236 -- .../pkg/runtime/serializer/codec_factory.go | 149 +- .../k8s.io/apimachinery/pkg/runtime/types.go | 9 +- .../vendor/k8s.io/apimachinery/pkg/types/patch.go | 4 +- .../apimachinery/pkg/util/runtime/runtime.go | 4 +- .../pkg/util/validation/field/errors.go | 26 +- .../apimachinery/pkg/util/validation/validation.go | 19 - .../vendor/k8s.io/client-go/dynamic/scheme.go | 66 +- .../vendor/k8s.io/client-go/dynamic/simple.go | 190 +- .../vendor/k8s.io/client-go/features/features.go | 2 +- .../k8s.io/client-go/features/known_features.go | 33 +- .../vendor/k8s.io/client-go/rest/client.go | 159 +- .../vendor/k8s.io/client-go/rest/config.go | 22 - .../vendor/k8s.io/client-go/rest/request.go | 210 +- .../vendor/k8s.io/client-go/rest/url_utils.go | 2 +- .../vendor/k8s.io/client-go/rest/watch/decoder.go | 2 +- .../vendor/k8s.io/client-go/rest/watch/encoder.go | 2 +- .../vendor/k8s.io/client-go/tools/cache/OWNERS | 3 +- .../k8s.io/client-go/tools/cache/reflector.go | 10 +- .../k8s.io/client-go/transport/cache_go118.go | 24 +- .../k8s.io/client-go/transport/round_trippers.go | 13 +- .../vendor/k8s.io/client-go/util/apply/apply.go | 49 - .../list_data_consistency_detector.go | 8 +- .../k8s.io/client-go/util/flowcontrol/backoff.go | 28 +- .../client-go/util/workqueue/delaying_queue.go | 63 +- .../k8s.io/client-go/util/workqueue/metrics.go | 67 +- .../k8s.io/client-go/util/workqueue/queue.go | 17 +- .../k8s.io/kube-openapi/pkg/util/proto/document.go | 2 +- .../k8s.io/utils/clock/testing/fake_clock.go | 25 +- image/git-init/vendor/modules.txt | 138 +- image/git-init/vendor/sigs.k8s.io/json/Makefile | 2 +- image/git-init/vendor/sigs.k8s.io/json/OWNERS | 2 +- .../json/internal/golang/encoding/json/decode.go | 140 +- .../json/internal/golang/encoding/json/encode.go | 490 ++- .../json/internal/golang/encoding/json/fold.go | 150 +- .../json/internal/golang/encoding/json/indent.go | 119 +- .../json/internal/golang/encoding/json/scanner.go | 4 +- .../json/internal/golang/encoding/json/stream.go | 41 +- .../structured-merge-diff/v4/value/reflectcache.go | 63 +- .../structured-merge-diff/v4/value/scalar.go | 2 +- .../structured-merge-diff/v4/value/value.go | 2 +- 538 files changed, 18085 insertions(+), 45263 deletions(-) https://github.com/tektoncd-catalog/git-clone/compare/a2dd81492d93730eb5ce60564ee0e8f87ae4c84c..768a778f1f7ccee8a4dd142e7f115e12c7e422fd
9a03f85 to
59258de
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.