Skip to content

[bot] Update next from tektoncd/operator:main to 45fd32ed4035d7bb42bb84a619c6d29833da60e4 - #29641

Merged
pramodbindal merged 1 commit into
nextfrom
actions/update/sources-next
Sep 8, 2026
Merged

[bot] Update next from tektoncd/operator:main to 45fd32ed4035d7bb42bb84a619c6d29833da60e4#29641
pramodbindal merged 1 commit into
nextfrom
actions/update/sources-next

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 8, 2026

Copy link
Copy Markdown
$ git diff --stat 45fd32ed4035d7bb42bb84a619c6d29833da60e4..3fc9104c124fd4c58c6aa873f29107d7e80ef374
 .github/workflows/codeql-analysis.yml              |    4 +-
 .github/workflows/dependabot-regen.yml             |    2 +-
 .github/workflows/e2e-matrix.yml                   |    2 +-
 .github/workflows/go-coverage.yml                  |    2 +-
 .github/workflows/zizmor.yaml                      |    2 +-
 go.mod                                             |   22 +-
 go.sum                                             |   68 +-
 tekton/build-publish-images-manifests.yaml         |   10 +-
 vendor/github.com/docker/cli/AUTHORS               |   16 +-
 vendor/github.com/google/cel-go/cel/decls.go       |    4 -
 vendor/github.com/google/cel-go/cel/env.go         |  242 +-
 vendor/github.com/google/cel-go/cel/folding.go     |   27 +-
 vendor/github.com/google/cel-go/cel/library.go     |   53 +-
 vendor/github.com/google/cel-go/cel/options.go     |   30 +-
 vendor/github.com/google/cel-go/cel/program.go     |   93 +-
 vendor/github.com/google/cel-go/cel/validator.go   |  139 +-
 vendor/github.com/google/cel-go/checker/env.go     |    2 +-
 vendor/github.com/google/cel-go/checker/options.go |    5 +-
 vendor/github.com/google/cel-go/checker/scopes.go  |   73 +-
 .../github.com/google/cel-go/common/decls/decls.go |   26 +-
 .../google/cel-go/common/stdlib/standard.go        |    9 +-
 .../google/cel-go/common/types/BUILD.bazel         |   11 -
 .../google/cel-go/common/types/native.go           |  583 -----
 .../google/cel-go/common/types/provider.go         |  761 ++----
 .../github.com/google/cel-go/common/types/regex.go |   49 -
 .../google/cel-go/common/types/struct.go           |   39 -
 .../google/cel-go/common/types/timestamp.go        |    5 +-
 .../google/cel-go/interpreter/decorators.go        |   73 -
 .../google/cel-go/interpreter/interpreter.go       |    5 -
 .../go-containerregistry/pkg/authn/keychain.go     |   12 +-
 .../google/go-containerregistry/pkg/name/doc.go    |    8 +-
 .../google/go-containerregistry/pkg/name/ref.go    |    1 -
 .../go-containerregistry/pkg/v1/mutate/mutate.go   |  103 +-
 .../go-containerregistry/pkg/v1/mutate/rebase.go   |   21 +-
 .../go-containerregistry/pkg/v1/remote/check.go    |    2 +-
 .../go-containerregistry/pkg/v1/remote/limiter.go  |    8 -
 .../go-containerregistry/pkg/v1/remote/options.go  |   38 +-
 .../go-containerregistry/pkg/v1/remote/puller.go   |    2 +-
 .../go-containerregistry/pkg/v1/remote/pusher.go   |    2 +-
 .../pkg/v1/remote/referrers.go                     |    6 +-
 .../pkg/v1/remote/transport/bearer.go              |   82 +-
 .../go-containerregistry/pkg/v1/remote/write.go    |   45 +-
 .../go-containerregistry/pkg/v1/tarball/image.go   |    3 -
 .../go-containerregistry/pkg/v1/tarball/write.go   |   18 +-
 .../enterprise-certificate-proxy/client/client.go  |    4 +-
 .../client/util/util.go                            |    2 +-
 .../gax-go/v2/.release-please-manifest.json        |    2 +-
 vendor/github.com/googleapis/gax-go/v2/CHANGES.md  |   12 -
 .../googleapis/gax-go/v2/internal/version.go       |    2 +-
 .../gax-go/v2/release-please-config.json           |    2 +-
 .../github.com/googleapis/gax-go/v2/telemetry.go   |   18 +-
 vendor/github.com/klauspost/compress/README.md     |   12 -
 .../klauspost/compress/huff0/build_table.go        |  168 --
 .../klauspost/compress/internal/snapref/decode.go  |    2 +-
 .../github.com/klauspost/compress/zstd/README.md   |   37 +-
 vendor/github.com/klauspost/compress/zstd/dict.go  |    3 +-
 .../github.com/klauspost/compress/zstd/enc_base.go |   28 -
 .../github.com/klauspost/compress/zstd/enc_best.go |   15 -
 .../klauspost/compress/zstd/enc_better.go          |   18 -
 .../klauspost/compress/zstd/enc_dfast.go           |   16 -
 .../github.com/klauspost/compress/zstd/enc_fast.go |   17 -
 .../github.com/klauspost/compress/zstd/enc_jobs.go |  352 ---
 .../github.com/klauspost/compress/zstd/encoder.go  |  210 +-
 .../klauspost/compress/zstd/encoder_options.go     |   69 +-
 .../{fse_decoder_asm.go => fse_decoder_amd64.go}   |    8 +-
 .../klauspost/compress/zstd/fse_decoder_amd64.s    |    2 +-
 .../klauspost/compress/zstd/fse_decoder_arm64.s    |  153 --
 .../klauspost/compress/zstd/fse_decoder_generic.go |    2 +-
 .../klauspost/compress/zstd/seqdec_amd64.go        |  362 ++-
 .../klauspost/compress/zstd/seqdec_amd64.s         |    2 +-
 .../klauspost/compress/zstd/seqdec_arm64.go        |   70 -
 .../klauspost/compress/zstd/seqdec_arm64.s         | 2705 --------------------
 .../klauspost/compress/zstd/seqdec_asm.go          |  289 ---
 .../klauspost/compress/zstd/seqdec_generic.go      |    2 +-
 .../github.com/klauspost/compress/zstd/snappy.go   |    7 +-
 .../pipeline/pkg/apis/config/feature_flags.go      |    2 +-
 vendor/google.golang.org/api/internal/version.go   |    2 +-
 .../grpc/internal/transport/http2_server.go        |    6 -
 vendor/google.golang.org/grpc/version.go           |    2 +-
 .../editiondefaults/editions_defaults.binpb        |  Bin 191 -> 154 bytes
 .../protobuf/internal/encoding/defval/default.go   |    8 +-
 .../protobuf/internal/genid/descriptor_gen.go      |    5 -
 .../protobuf/internal/version/version.go           |    4 +-
 .../protobuf/reflect/protoreflect/source_gen.go    |    2 -
 .../protobuf/types/descriptorpb/descriptor.pb.go   |  101 +-
 .../protobuf/types/known/anypb/any.pb.go           |  160 +-
 .../types/known/fieldmaskpb/field_mask.pb.go       |   34 +-
 .../protobuf/types/known/structpb/struct.pb.go     |   55 +-
 .../types/known/timestamppb/timestamp.pb.go        |    6 +-
 vendor/modules.txt                                 |   24 +-
 90 files changed, 1228 insertions(+), 6482 deletions(-)

https://github.com/tektoncd/operator/compare/45fd32ed4035d7bb42bb84a619c6d29833da60e4..3fc9104c124fd4c58c6aa873f29107d7e80ef374

…84a619c6d29833da60e4

    $ git diff --stat 45fd32ed4035d7bb42bb84a619c6d29833da60e4..3fc9104c124fd4c58c6aa873f29107d7e80ef374
     .github/workflows/codeql-analysis.yml              |    4 +-
     .github/workflows/dependabot-regen.yml             |    2 +-
     .github/workflows/e2e-matrix.yml                   |    2 +-
     .github/workflows/go-coverage.yml                  |    2 +-
     .github/workflows/zizmor.yaml                      |    2 +-
     go.mod                                             |   22 +-
     go.sum                                             |   68 +-
     tekton/build-publish-images-manifests.yaml         |   10 +-
     vendor/github.com/docker/cli/AUTHORS               |   16 +-
     vendor/github.com/google/cel-go/cel/decls.go       |    4 -
     vendor/github.com/google/cel-go/cel/env.go         |  242 +-
     vendor/github.com/google/cel-go/cel/folding.go     |   27 +-
     vendor/github.com/google/cel-go/cel/library.go     |   53 +-
     vendor/github.com/google/cel-go/cel/options.go     |   30 +-
     vendor/github.com/google/cel-go/cel/program.go     |   93 +-
     vendor/github.com/google/cel-go/cel/validator.go   |  139 +-
     vendor/github.com/google/cel-go/checker/env.go     |    2 +-
     vendor/github.com/google/cel-go/checker/options.go |    5 +-
     vendor/github.com/google/cel-go/checker/scopes.go  |   73 +-
     .../github.com/google/cel-go/common/decls/decls.go |   26 +-
     .../google/cel-go/common/stdlib/standard.go        |    9 +-
     .../google/cel-go/common/types/BUILD.bazel         |   11 -
     .../google/cel-go/common/types/native.go           |  583 -----
     .../google/cel-go/common/types/provider.go         |  761 ++----
     .../github.com/google/cel-go/common/types/regex.go |   49 -
     .../google/cel-go/common/types/struct.go           |   39 -
     .../google/cel-go/common/types/timestamp.go        |    5 +-
     .../google/cel-go/interpreter/decorators.go        |   73 -
     .../google/cel-go/interpreter/interpreter.go       |    5 -
     .../go-containerregistry/pkg/authn/keychain.go     |   12 +-
     .../google/go-containerregistry/pkg/name/doc.go    |    8 +-
     .../google/go-containerregistry/pkg/name/ref.go    |    1 -
     .../go-containerregistry/pkg/v1/mutate/mutate.go   |  103 +-
     .../go-containerregistry/pkg/v1/mutate/rebase.go   |   21 +-
     .../go-containerregistry/pkg/v1/remote/check.go    |    2 +-
     .../go-containerregistry/pkg/v1/remote/limiter.go  |    8 -
     .../go-containerregistry/pkg/v1/remote/options.go  |   38 +-
     .../go-containerregistry/pkg/v1/remote/puller.go   |    2 +-
     .../go-containerregistry/pkg/v1/remote/pusher.go   |    2 +-
     .../pkg/v1/remote/referrers.go                     |    6 +-
     .../pkg/v1/remote/transport/bearer.go              |   82 +-
     .../go-containerregistry/pkg/v1/remote/write.go    |   45 +-
     .../go-containerregistry/pkg/v1/tarball/image.go   |    3 -
     .../go-containerregistry/pkg/v1/tarball/write.go   |   18 +-
     .../enterprise-certificate-proxy/client/client.go  |    4 +-
     .../client/util/util.go                            |    2 +-
     .../gax-go/v2/.release-please-manifest.json        |    2 +-
     vendor/github.com/googleapis/gax-go/v2/CHANGES.md  |   12 -
     .../googleapis/gax-go/v2/internal/version.go       |    2 +-
     .../gax-go/v2/release-please-config.json           |    2 +-
     .../github.com/googleapis/gax-go/v2/telemetry.go   |   18 +-
     vendor/github.com/klauspost/compress/README.md     |   12 -
     .../klauspost/compress/huff0/build_table.go        |  168 --
     .../klauspost/compress/internal/snapref/decode.go  |    2 +-
     .../github.com/klauspost/compress/zstd/README.md   |   37 +-
     vendor/github.com/klauspost/compress/zstd/dict.go  |    3 +-
     .../github.com/klauspost/compress/zstd/enc_base.go |   28 -
     .../github.com/klauspost/compress/zstd/enc_best.go |   15 -
     .../klauspost/compress/zstd/enc_better.go          |   18 -
     .../klauspost/compress/zstd/enc_dfast.go           |   16 -
     .../github.com/klauspost/compress/zstd/enc_fast.go |   17 -
     .../github.com/klauspost/compress/zstd/enc_jobs.go |  352 ---
     .../github.com/klauspost/compress/zstd/encoder.go  |  210 +-
     .../klauspost/compress/zstd/encoder_options.go     |   69 +-
     .../{fse_decoder_asm.go => fse_decoder_amd64.go}   |    8 +-
     .../klauspost/compress/zstd/fse_decoder_amd64.s    |    2 +-
     .../klauspost/compress/zstd/fse_decoder_arm64.s    |  153 --
     .../klauspost/compress/zstd/fse_decoder_generic.go |    2 +-
     .../klauspost/compress/zstd/seqdec_amd64.go        |  362 ++-
     .../klauspost/compress/zstd/seqdec_amd64.s         |    2 +-
     .../klauspost/compress/zstd/seqdec_arm64.go        |   70 -
     .../klauspost/compress/zstd/seqdec_arm64.s         | 2705 --------------------
     .../klauspost/compress/zstd/seqdec_asm.go          |  289 ---
     .../klauspost/compress/zstd/seqdec_generic.go      |    2 +-
     .../github.com/klauspost/compress/zstd/snappy.go   |    7 +-
     .../pipeline/pkg/apis/config/feature_flags.go      |    2 +-
     vendor/google.golang.org/api/internal/version.go   |    2 +-
     .../grpc/internal/transport/http2_server.go        |    6 -
     vendor/google.golang.org/grpc/version.go           |    2 +-
     .../editiondefaults/editions_defaults.binpb        |  Bin 191 -> 154 bytes
     .../protobuf/internal/encoding/defval/default.go   |    8 +-
     .../protobuf/internal/genid/descriptor_gen.go      |    5 -
     .../protobuf/internal/version/version.go           |    4 +-
     .../protobuf/reflect/protoreflect/source_gen.go    |    2 -
     .../protobuf/types/descriptorpb/descriptor.pb.go   |  101 +-
     .../protobuf/types/known/anypb/any.pb.go           |  160 +-
     .../types/known/fieldmaskpb/field_mask.pb.go       |   34 +-
     .../protobuf/types/known/structpb/struct.pb.go     |   55 +-
     .../types/known/timestamppb/timestamp.pb.go        |    6 +-
     vendor/modules.txt                                 |   24 +-
     90 files changed, 1228 insertions(+), 6482 deletions(-)

https://github.com/tektoncd/operator/compare/45fd32ed4035d7bb42bb84a619c6d29833da60e4..3fc9104c124fd4c58c6aa873f29107d7e80ef374
@github-actions github-actions Bot added automated For Automated PRs upstream For Upstream Sync PRs labels Sep 8, 2026
@openshift-ci
openshift-ci Bot requested review from enarha and vdemeester September 8, 2026 03:34
@github-actions github-actions Bot added lgtm Looks Good to Me Label approved Label for Approved PRs labels Sep 8, 2026
@pramodbindal
pramodbindal merged commit cf186fe into next Sep 8, 2026
6 checks passed
@pramodbindal
pramodbindal deleted the actions/update/sources-next branch September 8, 2026 05:49
@openshift-ci

openshift-ci Bot commented Sep 8, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by: github-actions[bot], pramodbindal

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Label for Approved PRs automated For Automated PRs lgtm Looks Good to Me Label upstream For Upstream Sync PRs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant