Commit e63fd02
[bot] Update next from tektoncd/operator to d3742fb732776c0d32de760b212b5a05c02018f8
$ git diff --stat d3742fb732776c0d32de760b212b5a05c02018f8..1822c465178e6b44f37633d16985075af59596b2
.github/scripts/generate-bump-message.sh | 92 +
.github/workflows/bump-payload-on-main.yaml | 46 +-
.github/workflows/bump-payload-on-releases.yaml | 46 +-
.github/workflows/chatops_retest.yaml | 79 +-
.github/workflows/cherry-pick-command.yaml | 32 +
.github/workflows/ci.yaml | 22 +-
.github/workflows/codeql-analysis.yml | 14 +-
.github/workflows/e2e-matrix.yml | 6 +-
.github/workflows/go-coverage.yml | 19 +-
.github/workflows/golangci-lint.yaml | 31 -
.github/workflows/helm-release.yaml | 6 +-
.github/workflows/slash.yml | 11 +-
.../workflows/update-tektoncd-task-versions.yml | 6 +-
.gitignore | 5 +
Makefile | 3 +-
OWNERS | 1 +
README.md | 14 +-
bump-output.txt | 5 -
charts/tekton-operator/Chart.yaml | 4 +-
.../tekton-operator/templates/kubernetes-crds.yaml | 40 +-
.../tekton-operator/templates/openshift-crds.yaml | 44 +-
.../kodata/cabundles/config-service-cabundle.yaml | 2 +-
.../kodata/cabundles/config-trusted-cabundle.yaml | 2 +-
.../03-pipeline-webhook-monitoring.yaml | 35 +
cmd/tool/commands/bump.go | 29 +-
cmd/tool/commands/check.go | 5 +-
commit-message.txt | 7 -
components.yaml | 13 +-
config/base/300-operator_v1alpha1_chain_crd.yaml | 4 +-
config/base/300-operator_v1alpha1_config_crd.yaml | 4 +-
config/base/300-operator_v1alpha1_hub_crd.yaml | 4 +-
.../300-operator_v1alpha1_installer_set_crd.yaml | 4 +-
...0-operator_v1alpha1_manualapprovalgate_crd.yaml | 4 +-
.../base/300-operator_v1alpha1_pipeline_crd.yaml | 4 +-
config/base/300-operator_v1alpha1_pruner_crd.yaml | 4 +-
config/base/300-operator_v1alpha1_result_crd.yaml | 4 +-
.../base/300-operator_v1alpha1_scheduler_crd.yaml | 51 +
config/base/300-operator_v1alpha1_trigger_crd.yaml | 4 +-
config/base/config-info.yaml | 2 +-
config/base/config-leader-election.yaml | 2 +-
config/base/config-logging.yaml | 2 +-
config/base/kustomization.yaml | 3 +
config/base/operator.yaml | 4 +-
config/base/tekton-config-defaults.yaml | 2 +-
config/base/tekton_scheduler_role.yaml | 57 +
config/base/tekton_scheduler_role_binding.yaml | 26 +
config/crs/kubernetes/kustomization.yaml | 1 +
.../scheduler/operator_v1alpha1_scheduler_cr.yaml | 22 +
.../base/300-operator_v1alpha1_dashboard_crd.yaml | 4 +-
config/kubernetes/base/operator.yaml | 6 +-
config/kubernetes/base/operator_service.yaml | 2 +-
config/kubernetes/base/webhook.yaml | 4 +-
.../base/300-operator_v1alpha1_addon_crd.yaml | 4 +-
...ator_v1alpha1_openshiftpipelinesascode_crd.yaml | 4 +-
config/openshift/base/operator.yaml | 8 +-
config/openshift/base/operator_service.yaml | 2 +-
config/openshift/base/operator_servicemonitor.yaml | 6 -
config/openshift/base/webhook.yaml | 4 +-
docs/AirGapImageConfiguration.md | 64 +-
docs/TektonConfig.md | 2 -
docs/TektonPipeline.md | 8 -
docs/TektonScheduler.md | 70 +
go.mod | 145 +-
go.sum | 320 +-
hack/fetch-releases.sh | 37 +-
hack/setup-kind.sh | 3 -
.../manifests/config-logging_v1_configmap.yaml | 2 +-
.../operator.tekton.dev_manualapprovalgates.yaml | 4 +-
.../operator.tekton.dev_tektonchains.yaml | 4 +-
.../operator.tekton.dev_tektonconfigs.yaml | 4 +-
.../operator.tekton.dev_tektondashboards.yaml | 4 +-
.../manifests/operator.tekton.dev_tektonhubs.yaml | 4 +-
.../operator.tekton.dev_tektoninstallersets.yaml | 4 +-
.../operator.tekton.dev_tektonpipelines.yaml | 4 +-
.../operator.tekton.dev_tektonpruners.yaml | 43 -
.../operator.tekton.dev_tektonresults.yaml | 4 +-
.../operator.tekton.dev_tektontriggers.yaml | 4 +-
.../tekton-config-defaults_v1_configmap.yaml | 2 +-
...roller-config-leader-election_v1_configmap.yaml | 2 +-
.../tekton-operator-info_v1_configmap.yaml | 2 +-
...ebhook-config-leader-election_v1_configmap.yaml | 2 +-
.../tekton-operator-webhook_v1_service.yaml | 4 +-
.../manifests/tekton-operator_v1_service.yaml | 2 +-
.../tektoncd-operator.clusterserviceversion.yaml | 103 +-
operatorhub/openshift/config.yaml | 11 +-
...operator-rh.clusterserviceversion.template.yaml | 34 +-
...tor-rh.clusterserviceversion.template.yaml.tmpl | 24 +-
.../openshift/release-artifacts/bundle.Dockerfile | 6 +-
.../manifests/config-logging_v1_configmap.yaml | 15 +-
...or_monitoring.coreos.com_v1_servicemonitor.yaml | 19 -
...g_rbac.authorization.k8s.io_v1_rolebinding.yaml | 13 -
...tor-read_rbac.authorization.k8s.io_v1_role.yaml | 16 -
...ipelines-operator-rh.clusterserviceversion.yaml | 1024 ++--
.../operator.tekton.dev_manualapprovalgates.yaml | 45 -
...rator.tekton.dev_openshiftpipelinesascodes.yaml | 46 -
.../operator.tekton.dev_tektonaddons.yaml | 6 +-
.../operator.tekton.dev_tektonchains.yaml | 6 +-
.../operator.tekton.dev_tektonconfigs.yaml | 6 +-
.../manifests/operator.tekton.dev_tektonhubs.yaml | 6 +-
.../operator.tekton.dev_tektoninstallersets.yaml | 6 +-
.../operator.tekton.dev_tektonpipelines.yaml | 6 +-
.../operator.tekton.dev_tektonpruners.yaml | 43 -
.../operator.tekton.dev_tektonresults.yaml | 14 +-
.../operator.tekton.dev_tektontriggers.yaml | 6 +-
.../tekton-config-defaults_v1_configmap.yaml | 2 +-
...roller-config-leader-election_v1_configmap.yaml | 37 -
...tor-info_rbac.authorization.k8s.io_v1_role.yaml | 1 -
.../tekton-operator-info_v1_configmap.yaml | 2 +-
...ebhook-config-leader-election_v1_configmap.yaml | 37 -
.../tekton-operator-webhook_v1_service.yaml | 4 +-
.../manifests/tekton-operator_v1_service.yaml | 2 +-
...e_rbac.authorization.k8s.io_v1_clusterrole.yaml | 14 -
...authorization.k8s.io_v1_clusterrolebinding.yaml | 13 -
.../bundle/metadata/annotations.yaml | 6 +-
pkg/apis/operator/v1alpha1/const.go | 1 +
.../v1alpha1/openshiftpipelinesascode_defaults.go | 19 +-
pkg/apis/operator/v1alpha1/register.go | 5 +
.../operator/v1alpha1/tektonconfig_defaults.go | 1 +
pkg/apis/operator/v1alpha1/tektonconfig_types.go | 5 +-
.../operator/v1alpha1/tektonpipeline_defaults.go | 15 +-
pkg/apis/operator/v1alpha1/tektonpipeline_types.go | 7 +-
.../operator/v1alpha1/tektonscheduler_defaults.go | 47 +
.../operator/v1alpha1/tektonscheduler_lifecycle.go | 148 +
.../v1alpha1/tektonscheduler_lifecycle_test.go | 90 +
.../operator/v1alpha1/tektonscheduler_types.go | 112 +
.../v1alpha1/tektonscheduler_validation.go | 51 +
.../v1alpha1/tektonscheduler_validation_test.go | 92 +
.../operator/v1alpha1/zz_generated.deepcopy.go | 164 +-
.../operator/v1alpha1/fake/fake_operator_client.go | 4 +
.../operator/v1alpha1/fake/fake_tektonscheduler.go | 52 +
.../typed/operator/v1alpha1/generated_expansion.go | 2 +
.../typed/operator/v1alpha1/operator_client.go | 5 +
.../typed/operator/v1alpha1/tektonscheduler.go | 70 +
pkg/client/informers/externalversions/generic.go | 2 +
.../operator/v1alpha1/interface.go | 7 +
.../operator/v1alpha1/tektonscheduler.go | 89 +
.../operator/v1alpha1/tektonkueue/fake/fake.go | 40 +
.../v1alpha1/tektonkueue/filtered/fake/fake.go | 52 +
.../v1alpha1/tektonkueue/filtered/tektonkueue.go | 65 +
.../operator/v1alpha1/tektonkueue/tektonkueue.go | 52 +
.../operator/v1alpha1/tektonscheduler/fake/fake.go | 40 +
.../v1alpha1/tektonscheduler/filtered/fake/fake.go | 52 +
.../tektonscheduler/filtered/tektonscheduler.go | 65 +
.../v1alpha1/tektonscheduler/tektonscheduler.go | 52 +
.../v1alpha1/tektonscheduler/controller.go | 170 +
.../v1alpha1/tektonscheduler/reconciler.go | 432 ++
.../operator/v1alpha1/tektonscheduler/state.go | 97 +
.../operator/v1alpha1/expansion_generated.go | 4 +
.../listers/operator/v1alpha1/tektonscheduler.go | 48 +
pkg/reconciler/common/initcontroller.go | 3 +
pkg/reconciler/common/releases.go | 2 +
pkg/reconciler/common/releases_test.go | 10 +
.../tektoninstallerset/testdata/release.yaml | 9 -
.../01-sample-tektoncd-pipelines-release.yaml | 9 -
.../02-no-predicates-test-expected-result.yaml | 9 -
.../03-with-skipchecks-test-expected-result.yaml | 9 -
.../04-operand-label-expected-result.yaml | 9 -
.../tekton-chains/0.26.2/release-v0.26.2.yaml | 573 +++
.../dummy.release.notags.yaml | 9 -
.../common/transformer_additional_options.go | 15 +-
pkg/reconciler/common/transformers.go | 79 +-
pkg/reconciler/common/transformers_test.go | 95 +-
.../kubernetes/kubernetesplatform/config.go | 4 +
.../test-dashboard-transformer-updated.yaml | 2 +-
.../tektoninstallerset/tektoninstallerset.go | 2 +
.../kubernetes/tektoninstallerset/transformer.go | 36 +
.../tektonpipeline-feature-flags-base.yaml | 1 -
.../kubernetes/tektonscheduler/controller.go | 90 +
.../kubernetes/tektonscheduler/finalize.go | 53 +
.../kubernetes/tektonscheduler/installerset.go | 227 +
.../kubernetes/tektonscheduler/metrics.go | 30 +
.../kubernetes/tektonscheduler/reconcile.go | 147 +
.../kubernetes/tektonscheduler/transformer.go | 119 +
pkg/reconciler/openshift/namespace/namespace.go | 4 -
.../openshiftpipelinesascode/extension.go | 45 +-
.../openshift/openshiftplatform/config.go | 5 +
.../testdata/test-console-cli-expected.yaml | 4 +-
.../openshift/tektonaddon/transformer.go | 4 +-
.../tektonconfig/extension/pipelinesascode.go | 7 +-
.../openshift/tektonpipeline/extension.go | 20 +-
.../openshift/tektonscheduler/controller.go | 30 +
.../openshift/tektonscheduler/extension.go | 48 +
pkg/reconciler/platform/const.go | 1 +
pkg/reconciler/proxy/proxy.go | 4 -
pkg/reconciler/shared/hash/hash.go | 13 -
pkg/reconciler/shared/hash/hash_test.go | 4 -
.../shared/tektonconfig/scheduler/scheduler.go | 212 +
pkg/reconciler/shared/tektonconfig/tektonconfig.go | 11 +-
.../shared/tektonconfig/upgrade/pre_upgrade.go | 31 +
.../tektonconfig/upgrade/pre_upgrade_test.go | 40 +
.../shared/tektonconfig/upgrade/upgrade.go | 3 +-
.../tektoninstallerset/testdata/release.yaml | 9 -
pr-body.txt | 28 -
releases.md | 9 +-
tekton/operator-release-pipeline.yaml | 10 +-
tekton/release-cheat-sheet.md | 126 +-
test/e2e-common.sh | 2 +-
test/e2e-tests.sh | 3 -
.../tekton-pipeline/0.44.0/release.notags.yaml | 9 -
test/resources/tektonpruner.go | 2 +-
vendor/cel.dev/expr/BUILD.bazel | 1 -
vendor/cel.dev/expr/MODULE.bazel | 22 +-
vendor/cel.dev/expr/checked.pb.go | Bin 50576 -> 36822 bytes
vendor/cel.dev/expr/eval.pb.go | Bin 15803 -> 13095 bytes
vendor/cel.dev/expr/explain.pb.go | Bin 7792 -> 6035 bytes
vendor/cel.dev/expr/syntax.pb.go | Bin 58718 -> 42823 bytes
vendor/cel.dev/expr/value.pb.go | Bin 20879 -> 15583 bytes
vendor/cloud.google.com/go/auth/CHANGES.md | 12 +-
.../cloud.google.com/go/auth/credentials/detect.go | 165 +-
.../go/auth/credentials/filetypes.go | 35 +-
.../go/auth/credentials/idtoken/file.go | 7 +-
.../go/auth/credentials/idtoken/idtoken.go | 124 +-
.../go/auth/credentials/idtoken/validate.go | 10 +
.../go/auth/internal/credsfile/credsfile.go | 44 -
.../go/auth/internal/credsfile/filetype.go | 1 +
.../go/auth/internal/credsfile/parse.go | 7 +-
.../cloud.google.com/go/auth/internal/internal.go | 13 +-
.../cloud.google.com/go/auth/internal/version.go | 2 +-
vendor/cuelang.org/go/cue/ast/ast.go | 143 +-
vendor/cuelang.org/go/cue/ast/astutil/apply.go | 91 +-
vendor/cuelang.org/go/cue/ast/astutil/resolve.go | 198 +-
vendor/cuelang.org/go/cue/ast/astutil/sanitize.go | 37 +-
vendor/cuelang.org/go/cue/ast/astutil/util.go | 12 +-
vendor/cuelang.org/go/cue/ast/ident.go | 29 +-
vendor/cuelang.org/go/cue/ast/importpath.go | 12 +-
vendor/cuelang.org/go/cue/ast/walk.go | 14 +
vendor/cuelang.org/go/cue/build/import.go | 2 +-
vendor/cuelang.org/go/cue/build/instance.go | 5 +-
vendor/cuelang.org/go/cue/context.go | 18 +-
vendor/cuelang.org/go/cue/cuecontext/cuecontext.go | 4 -
vendor/cuelang.org/go/cue/errors/errors.go | 126 +-
vendor/cuelang.org/go/cue/format/node.go | 83 +-
vendor/cuelang.org/go/cue/format/simplify.go | 5 +-
vendor/cuelang.org/go/cue/instance.go | 4 +-
.../cuelang.org/go/cue/interpreter/embed/embed.go | 24 +-
vendor/cuelang.org/go/cue/literal/quote.go | 14 +-
vendor/cuelang.org/go/cue/load/config.go | 23 +-
vendor/cuelang.org/go/cue/load/errors.go | 2 +
vendor/cuelang.org/go/cue/load/import.go | 17 +-
vendor/cuelang.org/go/cue/load/instances.go | 13 +-
vendor/cuelang.org/go/cue/load/loader_common.go | 2 +-
vendor/cuelang.org/go/cue/load/search.go | 27 +-
vendor/cuelang.org/go/cue/load/tags.go | 17 +-
vendor/cuelang.org/go/cue/marshal.go | 14 +-
vendor/cuelang.org/go/cue/op.go | 2 +
vendor/cuelang.org/go/cue/parser/interface.go | 2 +
vendor/cuelang.org/go/cue/parser/parser.go | 254 +-
vendor/cuelang.org/go/cue/path.go | 60 +-
vendor/cuelang.org/go/cue/query.go | 12 +
vendor/cuelang.org/go/cue/scanner/scanner.go | 52 +-
vendor/cuelang.org/go/cue/stats/stats.go | 10 +-
vendor/cuelang.org/go/cue/token/position.go | 172 +-
vendor/cuelang.org/go/cue/token/relpos_string.go | 5 +-
vendor/cuelang.org/go/cue/token/token.go | 3 +-
vendor/cuelang.org/go/cue/token/token_string.go | 32 +-
vendor/cuelang.org/go/cue/types.go | 345 +-
vendor/cuelang.org/go/encoding/json/json.go | 3 +-
vendor/cuelang.org/go/encoding/json/pointer.go | 98 +
.../go/encoding/jsonschema/constraints_array.go | 2 +-
.../go/encoding/jsonschema/constraints_object.go | 33 +-
vendor/cuelang.org/go/encoding/jsonschema/crd.go | 24 +-
.../cuelang.org/go/encoding/jsonschema/decode.go | 55 +-
.../go/encoding/jsonschema/external_teststats.txt | 31 +-
.../cuelang.org/go/encoding/jsonschema/generate.go | 1253 +++++
.../go/encoding/jsonschema/generate_items.go | 916 ++++
.../cuelang.org/go/encoding/jsonschema/pointer.go | 44 -
vendor/cuelang.org/go/encoding/jsonschema/ref.go | 18 +-
vendor/cuelang.org/go/encoding/jsonschema/util.go | 25 +-
.../cuelang.org/go/encoding/jsonschema/version.go | 2 +-
.../go/encoding/jsonschema/version_string.go | 5 +-
vendor/cuelang.org/go/encoding/openapi/build.go | 10 +-
vendor/cuelang.org/go/encoding/openapi/cycle.go | 20 +-
vendor/cuelang.org/go/encoding/openapi/decode.go | 6 +-
vendor/cuelang.org/go/encoding/openapi/openapi.go | 13 +-
vendor/cuelang.org/go/encoding/protobuf/parse.go | 16 +-
.../go/encoding/protobuf/textproto/decoder.go | 9 +-
.../go/encoding/protobuf/textproto/encoder.go | 2 +-
vendor/cuelang.org/go/encoding/protobuf/types.go | 32 +-
vendor/cuelang.org/go/encoding/protobuf/util.go | 7 +-
vendor/cuelang.org/go/encoding/toml/decode.go | 49 +-
vendor/cuelang.org/go/encoding/xml/koala/decode.go | 33 +-
vendor/cuelang.org/go/encoding/yaml/yaml.go | 40 +-
vendor/cuelang.org/go/internal/anyunique/unique.go | 122 +
.../cuelang.org/go/internal/astinternal/debug.go | 31 +-
vendor/cuelang.org/go/internal/core/adt/adt.go | 10 +-
.../go/internal/core/adt/arctype_string.go | 28 +
vendor/cuelang.org/go/internal/core/adt/closed.go | 436 +-
vendor/cuelang.org/go/internal/core/adt/closed2.go | 69 -
.../cuelang.org/go/internal/core/adt/composite.go | 489 +-
.../go/internal/core/adt/comprehension.go | 117 +-
.../cuelang.org/go/internal/core/adt/conjunct.go | 131 +-
.../go/internal/core/adt/constraints.go | 19 +-
vendor/cuelang.org/go/internal/core/adt/context.go | 502 +-
vendor/cuelang.org/go/internal/core/adt/cycle.go | 379 +-
.../go/internal/core/adt/defidtype_string.go | 27 +
.../cuelang.org/go/internal/core/adt/disjunct.go | 427 +-
.../cuelang.org/go/internal/core/adt/disjunct2.go | 86 +-
.../cuelang.org/go/internal/core/adt/equality.go | 37 -
.../go/internal/core/adt/errorcode_string.go | 5 +-
vendor/cuelang.org/go/internal/core/adt/errors.go | 71 +-
vendor/cuelang.org/go/internal/core/adt/eval.go | 2010 +-------
vendor/cuelang.org/go/internal/core/adt/expr.go | 390 +-
vendor/cuelang.org/go/internal/core/adt/feature.go | 14 +-
vendor/cuelang.org/go/internal/core/adt/flags.go | 41 +
vendor/cuelang.org/go/internal/core/adt/kind.go | 64 +-
vendor/cuelang.org/go/internal/core/adt/log.go | 2 +-
vendor/cuelang.org/go/internal/core/adt/mem.go | 24 +-
vendor/cuelang.org/go/internal/core/adt/op.go | 4 +-
.../cuelang.org/go/internal/core/adt/op_string.go | 10 +-
.../cuelang.org/go/internal/core/adt/optional.go | 154 -
vendor/cuelang.org/go/internal/core/adt/overlay.go | 12 +-
.../go/internal/core/adt/runmode_string.go | 8 +-
vendor/cuelang.org/go/internal/core/adt/sched.go | 6 +-
vendor/cuelang.org/go/internal/core/adt/share.go | 13 +-
vendor/cuelang.org/go/internal/core/adt/states.go | 6 +-
vendor/cuelang.org/go/internal/core/adt/tasks.go | 47 +-
.../cuelang.org/go/internal/core/adt/typocheck.go | 117 +-
vendor/cuelang.org/go/internal/core/adt/unify.go | 61 +-
.../cuelang.org/go/internal/core/adt/validate.go | 32 +-
.../go/internal/core/adt/vertexstatus_string.go | 12 +-
.../go/internal/core/compile/builtin.go | 107 +-
.../go/internal/core/compile/compile.go | 218 +-
.../cuelang.org/go/internal/core/compile/label.go | 2 +-
.../go/internal/core/compile/predeclared.go | 8 +
.../go/internal/core/compile/validator.go | 8 +-
vendor/cuelang.org/go/internal/core/convert/go.go | 40 +-
.../cuelang.org/go/internal/core/debug/compact.go | 33 +-
vendor/cuelang.org/go/internal/core/debug/debug.go | 121 +-
vendor/cuelang.org/go/internal/core/dep/dep.go | 46 +-
vendor/cuelang.org/go/internal/core/dep/mixed.go | 12 +-
vendor/cuelang.org/go/internal/core/export/adt.go | 7 +-
.../cuelang.org/go/internal/core/export/export.go | 56 +-
vendor/cuelang.org/go/internal/core/export/expr.go | 29 +-
.../cuelang.org/go/internal/core/export/extract.go | 29 +-
.../cuelang.org/go/internal/core/export/label.go | 12 +-
.../cuelang.org/go/internal/core/export/value.go | 27 +-
.../cuelang.org/go/internal/core/format/printer.go | 26 +
.../walk.go => internal/core/layer/layer.go} | 27 +-
.../cuelang.org/go/internal/core/runtime/build.go | 24 +-
.../cuelang.org/go/internal/core/runtime/extern.go | 5 +-
.../go/internal/core/runtime/resolve.go | 2 +-
.../go/internal/core/runtime/runtime.go | 12 +-
.../go/internal/core/subsume/subsume.go | 5 +-
.../cuelang.org/go/internal/core/subsume/vertex.go | 216 +-
.../go/internal/core/toposort/vertex.go | 20 +-
vendor/cuelang.org/go/internal/core/walk/walk.go | 3 +
vendor/cuelang.org/go/internal/cueconfig/config.go | 18 +-
.../cuelang.org/go/internal/cueexperiment/exp.go | 82 +-
.../cuelang.org/go/internal/cueexperiment/file.go | 254 +-
.../cuelang.org/go/internal/cueexperiment/parse.go | 68 +-
.../cuelang.org/go/internal/cueversion/version.go | 41 +-
vendor/cuelang.org/go/internal/encoding/encoder.go | 59 +-
.../go/internal/encoding/yaml/decode.go | 27 +-
.../go/internal/encoding/yaml/encode.go | 6 +-
vendor/cuelang.org/go/internal/envflag/flag.go | 12 +-
.../cuelang.org/go/internal/filetypes/filetypes.go | 2 +-
.../go/internal/filetypes/tagtype_string.go | 5 +-
vendor/cuelang.org/go/internal/filetypes/tofile.go | 2 +-
.../go/internal/filetypes/tofile_bootstrap.go | 2 +-
vendor/cuelang.org/go/internal/filetypes/types.go | 2 +-
.../cuelang.org/go/internal/filetypes/types_gen.go | 2 +-
.../go/internal/filetypes/types_gen.go.tmpl | 2 +-
vendor/cuelang.org/go/internal/internal.go | 183 +-
.../internal/{core/adt/dev.go => iterutil/iter.go} | 21 +-
.../go/internal/mod/modimports/modimports.go | 34 +-
.../go/internal/mod/modresolve/resolve.go | 4 +-
.../cuelang.org/go/internal/mod/semver/semver.go | 29 +-
vendor/cuelang.org/go/internal/pkg/builtin.go | 12 +-
vendor/cuelang.org/go/internal/pkg/context.go | 8 +-
vendor/cuelang.org/go/internal/pkg/types.go | 14 +-
vendor/cuelang.org/go/internal/source/source.go | 12 +-
vendor/cuelang.org/go/internal/task/task.go | 79 +-
vendor/cuelang.org/go/internal/tools.mod | 2 +-
vendor/cuelang.org/go/mod/modfile/modfile.go | 2 +-
vendor/cuelang.org/go/mod/modregistry/client.go | 73 +-
vendor/cuelang.org/go/mod/module/dirfs.go | 2 +-
vendor/cuelang.org/go/mod/module/module.go | 11 +-
vendor/cuelang.org/go/mod/module/path.go | 18 +-
vendor/cuelang.org/go/mod/module/versions.go | 3 -
vendor/cuelang.org/go/mod/modzip/zip.go | 2 +-
vendor/cuelang.org/go/pkg/encoding/yaml/manual.go | 4 +-
vendor/cuelang.org/go/pkg/list/list.go | 5 +-
vendor/cuelang.org/go/pkg/list/sort.go | 44 +-
vendor/cuelang.org/go/pkg/net/ip.go | 64 +-
vendor/cuelang.org/go/pkg/net/pkg.go | 26 +
vendor/cuelang.org/go/pkg/net/url.go | 2 +-
vendor/cuelang.org/go/pkg/regexp/manual.go | 8 +-
vendor/cuelang.org/go/pkg/regexp/regexp.go | 1 -
vendor/cuelang.org/go/pkg/strconv/strconv.go | 123 +-
vendor/cuelang.org/go/pkg/strings/manual.go | 5 +-
vendor/cuelang.org/go/pkg/strings/strings.go | 4 +-
vendor/cuelang.org/go/tools/flow/cycle.go | 107 +
vendor/cuelang.org/go/tools/flow/flow.go | 494 ++
vendor/cuelang.org/go/tools/flow/run.go | 251 +
vendor/cuelang.org/go/tools/flow/state_string.go | 27 +
vendor/cuelang.org/go/tools/flow/tasks.go | 285 ++
.../aws/aws-sdk-go-v2/service/ecr/CHANGELOG.md | 87 +
.../aws/aws-sdk-go-v2/service/ecr/api_client.go | 96 +-
.../ecr/api_op_BatchCheckLayerAvailability.go | 30 +
.../service/ecr/api_op_BatchDeleteImage.go | 30 +
.../service/ecr/api_op_BatchGetImage.go | 30 +
...i_op_BatchGetRepositoryScanningConfiguration.go | 30 +
.../service/ecr/api_op_CompleteLayerUpload.go | 30 +
.../ecr/api_op_CreatePullThroughCacheRule.go | 30 +
.../service/ecr/api_op_CreateRepository.go | 34 +
.../ecr/api_op_CreateRepositoryCreationTemplate.go | 34 +
.../service/ecr/api_op_DeleteLifecyclePolicy.go | 30 +
.../ecr/api_op_DeletePullThroughCacheRule.go | 30 +
.../service/ecr/api_op_DeleteRegistryPolicy.go | 30 +
.../service/ecr/api_op_DeleteRepository.go | 30 +
.../ecr/api_op_DeleteRepositoryCreationTemplate.go | 30 +
.../service/ecr/api_op_DeleteRepositoryPolicy.go | 30 +
.../ecr/api_op_DescribeImageReplicationStatus.go | 30 +
.../ecr/api_op_DescribeImageScanFindings.go | 30 +
.../service/ecr/api_op_DescribeImages.go | 30 +
.../ecr/api_op_DescribePullThroughCacheRules.go | 30 +
.../service/ecr/api_op_DescribeRegistry.go | 30 +
.../service/ecr/api_op_DescribeRepositories.go | 30 +
.../api_op_DescribeRepositoryCreationTemplates.go | 30 +
.../service/ecr/api_op_GetAccountSetting.go | 30 +
.../service/ecr/api_op_GetAuthorizationToken.go | 30 +
.../service/ecr/api_op_GetDownloadUrlForLayer.go | 30 +
.../service/ecr/api_op_GetLifecyclePolicy.go | 30 +
.../ecr/api_op_GetLifecyclePolicyPreview.go | 30 +
.../service/ecr/api_op_GetRegistryPolicy.go | 30 +
.../ecr/api_op_GetRegistryScanningConfiguration.go | 30 +
.../service/ecr/api_op_GetRepositoryPolicy.go | 30 +
.../service/ecr/api_op_InitiateLayerUpload.go | 30 +
.../aws-sdk-go-v2/service/ecr/api_op_ListImages.go | 30 +
.../service/ecr/api_op_ListTagsForResource.go | 30 +
.../service/ecr/api_op_PutAccountSetting.go | 30 +
.../aws-sdk-go-v2/service/ecr/api_op_PutImage.go | 30 +
.../ecr/api_op_PutImageScanningConfiguration.go | 30 +
.../service/ecr/api_op_PutImageTagMutability.go | 39 +
.../service/ecr/api_op_PutLifecyclePolicy.go | 30 +
.../service/ecr/api_op_PutRegistryPolicy.go | 30 +
.../ecr/api_op_PutRegistryScanningConfiguration.go | 30 +
.../ecr/api_op_PutReplicationConfiguration.go | 30 +
.../service/ecr/api_op_SetRepositoryPolicy.go | 30 +
.../service/ecr/api_op_StartImageScan.go | 30 +
.../ecr/api_op_StartLifecyclePolicyPreview.go | 30 +
.../service/ecr/api_op_TagResource.go | 30 +
.../service/ecr/api_op_UntagResource.go | 30 +
.../ecr/api_op_UpdatePullThroughCacheRule.go | 30 +
.../ecr/api_op_UpdateRepositoryCreationTemplate.go | 34 +
.../service/ecr/api_op_UploadLayerPart.go | 30 +
.../ecr/api_op_ValidatePullThroughCacheRule.go | 30 +
.../aws/aws-sdk-go-v2/service/ecr/auth.go | 28 +-
.../aws/aws-sdk-go-v2/service/ecr/deserializers.go | 107 +-
.../aws/aws-sdk-go-v2/service/ecr/endpoints.go | 2 +
.../aws/aws-sdk-go-v2/service/ecr/generated.json | 2 +-
.../service/ecr/go_module_metadata.go | 2 +-
.../service/ecr/internal/endpoints/endpoints.go | 6 +
.../aws/aws-sdk-go-v2/service/ecr/options.go | 7 +
.../aws/aws-sdk-go-v2/service/ecr/serializers.go | 58 +
.../aws/aws-sdk-go-v2/service/ecr/types/enums.go | 26 +-
.../aws/aws-sdk-go-v2/service/ecr/types/types.go | 29 +
.../aws/aws-sdk-go-v2/service/ecr/validators.go | 55 +
.../aws-sdk-go-v2/service/ecrpublic/CHANGELOG.md | 76 +
.../aws-sdk-go-v2/service/ecrpublic/api_client.go | 96 +-
.../api_op_BatchCheckLayerAvailability.go | 30 +
.../service/ecrpublic/api_op_BatchDeleteImage.go | 30 +
.../ecrpublic/api_op_CompleteLayerUpload.go | 30 +
.../service/ecrpublic/api_op_CreateRepository.go | 30 +
.../service/ecrpublic/api_op_DeleteRepository.go | 30 +
.../ecrpublic/api_op_DeleteRepositoryPolicy.go | 30 +
.../service/ecrpublic/api_op_DescribeImageTags.go | 30 +
.../service/ecrpublic/api_op_DescribeImages.go | 30 +
.../service/ecrpublic/api_op_DescribeRegistries.go | 30 +
.../ecrpublic/api_op_DescribeRepositories.go | 30 +
.../ecrpublic/api_op_GetAuthorizationToken.go | 30 +
.../ecrpublic/api_op_GetRegistryCatalogData.go | 30 +
.../ecrpublic/api_op_GetRepositoryCatalogData.go | 30 +
.../ecrpublic/api_op_GetRepositoryPolicy.go | 30 +
.../ecrpublic/api_op_InitiateLayerUpload.go | 30 +
.../ecrpublic/api_op_ListTagsForResource.go | 30 +
.../service/ecrpublic/api_op_PutImage.go | 30 +
.../ecrpublic/api_op_PutRegistryCatalogData.go | 30 +
.../ecrpublic/api_op_PutRepositoryCatalogData.go | 30 +
.../ecrpublic/api_op_SetRepositoryPolicy.go | 30 +
.../service/ecrpublic/api_op_TagResource.go | 30 +
.../service/ecrpublic/api_op_UntagResource.go | 30 +
.../service/ecrpublic/api_op_UploadLayerPart.go | 30 +
.../aws/aws-sdk-go-v2/service/ecrpublic/auth.go | 28 +-
.../service/ecrpublic/deserializers.go | 9 -
.../aws-sdk-go-v2/service/ecrpublic/endpoints.go | 2 +
.../aws-sdk-go-v2/service/ecrpublic/generated.json | 2 +-
.../service/ecrpublic/go_module_metadata.go | 2 +-
.../aws/aws-sdk-go-v2/service/ecrpublic/options.go | 7 +
.../ecr-login/api/client.go | 2 +-
.../go-osc52/v2}/LICENSE | 4 +-
.../github.com/aymanbagabas/go-osc52/v2/README.md | 83 +
.../github.com/aymanbagabas/go-osc52/v2/osc52.go | 305 ++
.../buildkite/agent/v3/api/annotations.go | 12 +-
vendor/github.com/buildkite/agent/v3/api/client.go | 7 +-
.../agent/v3/api/github_code_access_token.go | 1 -
vendor/github.com/buildkite/agent/v3/api/jobs.go | 35 +-
vendor/github.com/buildkite/agent/v3/api/token.go | 35 +
.../github.com/buildkite/agent/v3/logger/buffer.go | 6 +
.../github.com/buildkite/agent/v3/version/VERSION | 2 +-
.../github.com/buildkite/go-pipeline/pipeline.go | 5 +-
vendor/github.com/buildkite/go-pipeline/secret.go | 43 +
vendor/github.com/buildkite/go-pipeline/secrets.go | 141 +
.../buildkite/go-pipeline/step_command.go | 12 +-
.../github.com/cert-manager/cert-manager/LICENSE | 201 +
.../github.com/cert-manager/cert-manager/LICENSES | 235 +
.../cert-manager/cert-manager/pkg/apis/acme/doc.go | 22 +
.../cert-manager/pkg/apis/acme/v1/const.go | 22 +
.../cert-manager/pkg/apis/acme/v1/doc.go | 21 +
.../cert-manager/pkg/apis/acme/v1/register.go | 58 +
.../cert-manager/pkg/apis/acme/v1/types.go | 57 +
.../pkg/apis/acme/v1/types_challenge.go | 145 +
.../cert-manager/pkg/apis/acme/v1/types_issuer.go | 863 ++++
.../cert-manager/pkg/apis/acme/v1/types_order.go | 254 +
.../pkg/apis/acme/v1/zz_generated.deepcopy.go | 1093 +++++
.../cert-manager/pkg/apis/certmanager/doc.go | 23 +
.../cert-manager/pkg/apis/certmanager/v1/const.go | 48 +
.../cert-manager/pkg/apis/certmanager/v1/doc.go | 22 +
.../pkg/apis/certmanager/v1/generic_issuer.go | 85 +
.../pkg/apis/certmanager/v1/register.go | 62 +
.../cert-manager/pkg/apis/certmanager/v1/types.go | 310 ++
.../pkg/apis/certmanager/v1/types_certificate.go | 771 ++++
.../certmanager/v1/types_certificaterequest.go | 258 ++
.../pkg/apis/certmanager/v1/types_issuer.go | 450 ++
.../apis/certmanager/v1/zz_generated.deepcopy.go | 1201 +++++
.../cert-manager/cert-manager/pkg/apis/meta/doc.go | 20 +
.../cert-manager/pkg/apis/meta/v1/doc.go | 21 +
.../cert-manager/pkg/apis/meta/v1/register.go | 51 +
.../cert-manager/pkg/apis/meta/v1/types.go | 85 +
.../pkg/apis/meta/v1/zz_generated.deepcopy.go | 71 +
vendor/github.com/go-chi/chi/v5/chi.go | 2 +-
.../go-chi/chi/v5/middleware/content_charset.go | 9 +-
.../go-chi/chi/v5/middleware/request_id.go | 6 +-
.../github.com/go-chi/chi/v5/middleware/strip.go | 11 +-
vendor/github.com/go-chi/chi/v5/mux.go | 6 +-
vendor/github.com/go-chi/chi/v5/path_value.go | 21 -
.../go-chi/chi/v5/path_value_fallback.go | 19 -
vendor/github.com/go-chi/chi/v5/tree.go | 21 +-
vendor/github.com/go-openapi/errors/.cliff.toml | 181 +
vendor/github.com/go-openapi/errors/.editorconfig | 26 +
vendor/github.com/go-openapi/errors/.gitignore | 3 +-
vendor/github.com/go-openapi/errors/.golangci.yml | 31 +-
.../github.com/go-openapi/errors/CONTRIBUTORS.md | 24 +
vendor/github.com/go-openapi/errors/README.md | 121 +-
vendor/github.com/go-openapi/errors/SECURITY.md | 19 +
vendor/github.com/go-openapi/errors/api.go | 110 +-
vendor/github.com/go-openapi/errors/auth.go | 2 +-
vendor/github.com/go-openapi/errors/headers.go | 16 +-
vendor/github.com/go-openapi/errors/middleware.go | 3 +-
vendor/github.com/go-openapi/errors/parsing.go | 9 +-
vendor/github.com/go-openapi/errors/schema.go | 91 +-
.../github.com/go-openapi/jsonpointer/.cliff.toml | 181 +
.../github.com/go-openapi/jsonpointer/.gitignore | 5 +-
.../go-openapi/jsonpointer/.golangci.yml | 29 +-
.../go-openapi/jsonpointer/CONTRIBUTORS.md | 24 +
vendor/github.com/go-openapi/jsonpointer/LICENSE | 1 -
vendor/github.com/go-openapi/jsonpointer/NOTICE | 39 +
vendor/github.com/go-openapi/jsonpointer/README.md | 147 +-
.../github.com/go-openapi/jsonpointer/SECURITY.md | 19 +
vendor/github.com/go-openapi/jsonpointer/errors.go | 23 +-
.../github.com/go-openapi/jsonpointer/pointer.go | 358 +-
.../go-openapi/jsonreference/.cliff.toml | 181 +
.../go-openapi/jsonreference/.editorconfig | 26 +
.../go-openapi/jsonreference/.golangci.yml | 29 +-
.../go-openapi/jsonreference/CONTRIBUTORS.md | 21 +
vendor/github.com/go-openapi/jsonreference/NOTICE | 5 +-
.../github.com/go-openapi/jsonreference/README.md | 87 +-
.../go-openapi/jsonreference/SECURITY.md | 19 +
.../jsonreference/internal/normalize_url.go | 8 +-
.../go-openapi/jsonreference/reference.go | 20 +-
vendor/github.com/go-openapi/spec/.cliff.toml | 181 +
vendor/github.com/go-openapi/spec/.golangci.yml | 29 +-
vendor/github.com/go-openapi/spec/CONTRIBUTORS.md | 50 +
vendor/github.com/go-openapi/spec/README.md | 106 +-
vendor/github.com/go-openapi/spec/SECURITY.md | 19 +
vendor/github.com/go-openapi/spec/doc.go | 7 +
vendor/github.com/go-openapi/spec/expander.go | 3 +
vendor/github.com/go-openapi/spec/normalizer.go | 2 +-
vendor/github.com/go-openapi/spec/operation.go | 2 +-
vendor/github.com/go-openapi/spec/properties.go | 45 +-
vendor/github.com/go-openapi/spec/ref.go | 2 +-
vendor/github.com/go-openapi/spec/resolver.go | 2 +-
vendor/github.com/go-openapi/spec/spec.go | 2 +-
vendor/github.com/go-openapi/spec/validations.go | 2 +-
.../goccy/go-json/internal/decoder/compile.go | 18 +-
.../go-json/internal/decoder/compile_norace.go | 1 +
.../goccy/go-json/internal/decoder/compile_race.go | 1 +
.../goccy/go-json/internal/encoder/compiler.go | 16 +-
.../go-json/internal/encoder/compiler_norace.go | 1 +
.../go-json/internal/encoder/compiler_race.go | 1 +
.../goccy/go-json/internal/encoder/encoder.go | 5 +
.../goccy/go-json/internal/runtime/type.go | 108 +-
vendor/github.com/google/cel-go/cel/BUILD.bazel | 7 +-
vendor/github.com/google/cel-go/cel/library.go | 1 -
vendor/github.com/google/cel-go/cel/optimizer.go | 54 +-
vendor/github.com/google/cel-go/checker/checker.go | 59 +-
vendor/github.com/google/cel-go/checker/env.go | 112 +-
vendor/github.com/google/cel-go/checker/scopes.go | 25 +
vendor/github.com/google/cel-go/common/ast/ast.go | 55 +
.../github.com/google/cel-go/common/debug/debug.go | 15 +
.../google/cel-go/common/env/BUILD.bazel | 2 +-
vendor/github.com/google/cel-go/common/env/env.go | 2 +-
.../google/cel-go/common/types/BUILD.bazel | 1 -
.../github.com/google/cel-go/common/types/bool.go | 2 +-
.../github.com/google/cel-go/common/types/bytes.go | 2 +-
.../google/cel-go/common/types/double.go | 2 +-
.../google/cel-go/common/types/duration.go | 2 +-
.../github.com/google/cel-go/common/types/int.go | 2 +-
.../google/cel-go/common/types/json_value.go | 9 +-
.../github.com/google/cel-go/common/types/list.go | 9 +-
.../github.com/google/cel-go/common/types/map.go | 48 +-
.../github.com/google/cel-go/common/types/null.go | 8 +-
.../google/cel-go/common/types/object.go | 2 +-
.../google/cel-go/common/types/string.go | 2 +-
.../google/cel-go/common/types/timestamp.go | 2 +-
.../github.com/google/cel-go/common/types/uint.go | 2 +-
.../cel-go/interpreter/attribute_patterns.go | 12 +-
.../google/cel-go/interpreter/attributes.go | 53 +-
.../google/cel-go/interpreter/interpretable.go | 5 +
.../google/cel-go/interpreter/interpreter.go | 16 +
.../google/cel-go/interpreter/planner.go | 104 +-
vendor/github.com/google/cel-go/parser/helper.go | 2 +-
.../gnostic-models/extensions/extension.proto | 2 +-
.../gnostic-models/openapiv2/OpenAPIv2.proto | 2 +-
.../gnostic-models/openapiv3/OpenAPIv3.proto | 2 +-
.../gnostic-models/openapiv3/annotations.proto | 2 +-
.../google/go-querystring/query/encode.go | 73 +-
.../protoc-gen-openapiv2/options/openapiv2.pb.go | 26 +-
.../protoc-gen-openapiv2/options/openapiv2.proto | 3 +
.../options/openapiv2_protoopaque.pb.go | 24 +-
vendor/github.com/konflux-ci/tekton-kueue/LICENSE | 201 +
.../tekton-kueue/pkg/common/constants.go | 24 +
.../tekton-kueue/pkg/config/config_type.go | 36 +
.../pkg/config/zz_generated.deepcopy.go | 75 +
.../lestrrat-go/dsig-secp256k1/.gitignore | 32 +
.../github.com/lestrrat-go/dsig-secp256k1/Changes | 5 +
.../dsig-secp256k1}/LICENSE | 4 +-
.../lestrrat-go/dsig-secp256k1/secp256k1.go | 29 +
vendor/github.com/lestrrat-go/dsig/.gitignore | 32 +
vendor/github.com/lestrrat-go/dsig/Changes | 5 +
vendor/github.com/lestrrat-go/dsig/LICENSE | 21 +
vendor/github.com/lestrrat-go/dsig/README.md | 163 +
vendor/github.com/lestrrat-go/dsig/algorithms.go | 37 +
.../github.com/lestrrat-go/dsig/crypto_signer.go | 45 +
vendor/github.com/lestrrat-go/dsig/dsig.go | 224 +
vendor/github.com/lestrrat-go/dsig/ecdsa.go | 200 +
vendor/github.com/lestrrat-go/dsig/eddsa.go | 44 +
vendor/github.com/lestrrat-go/dsig/hmac.go | 45 +
.../lestrrat-go/dsig/internal/ecutil/ecutil.go | 76 +
vendor/github.com/lestrrat-go/dsig/rsa.go | 63 +
vendor/github.com/lestrrat-go/dsig/sign.go | 100 +
vendor/github.com/lestrrat-go/dsig/validation.go | 66 +
vendor/github.com/lestrrat-go/dsig/verify.go | 134 +
.../github.com/lestrrat-go/httprc/v3/.golangci.yml | 2 +
vendor/github.com/lestrrat-go/httprc/v3/Changes | 5 +-
vendor/github.com/lestrrat-go/httprc/v3/backend.go | 10 +-
vendor/github.com/lestrrat-go/httprc/v3/worker.go | 2 +
vendor/github.com/lestrrat-go/jwx/v3/Changes | 14 +
vendor/github.com/lestrrat-go/jwx/v3/MODULE.bazel | 6 +-
.../lestrrat-go/jwx/v3/internal/keyconv/keyconv.go | 89 +
.../github.com/lestrrat-go/jwx/v3/jwe/encrypt.go | 41 +-
vendor/github.com/lestrrat-go/jwx/v3/jwk/cache.go | 4 +
vendor/github.com/lestrrat-go/jwx/v3/jwk/fetch.go | 2 +-
vendor/github.com/lestrrat-go/jwx/v3/jws/es256k.go | 1 +
vendor/github.com/lestrrat-go/jwx/v3/jws/jws.go | 4 +
.../lestrrat-go/jwx/v3/jws/jwsbb/BUILD.bazel | 1 +
.../lestrrat-go/jwx/v3/jws/jwsbb/ecdsa.go | 87 +-
.../lestrrat-go/jwx/v3/jws/jwsbb/eddsa.go | 44 +-
.../lestrrat-go/jwx/v3/jws/jwsbb/es256k.go | 14 +
.../lestrrat-go/jwx/v3/jws/jwsbb/hmac.go | 71 +-
.../lestrrat-go/jwx/v3/jws/jwsbb/jwsbb.go | 65 +
.../github.com/lestrrat-go/jwx/v3/jws/jwsbb/rsa.go | 95 +-
.../lestrrat-go/jwx/v3/jws/jwsbb/sign.go | 119 +-
.../lestrrat-go/jwx/v3/jws/jwsbb/verify.go | 142 +-
.../lucasb-eyer/go-colorful/CHANGELOG.md | 24 +
.../github.com/lucasb-eyer/go-colorful/README.md | 39 +-
.../lucasb-eyer/go-colorful/colorgens.go | 36 +-
.../github.com/lucasb-eyer/go-colorful/colors.go | 221 +-
.../lucasb-eyer/go-colorful/happy_palettegen.go | 18 +-
.../github.com/lucasb-eyer/go-colorful/hexcolor.go | 20 +
vendor/github.com/lucasb-eyer/go-colorful/hsluv.go | 5 +-
vendor/github.com/lucasb-eyer/go-colorful/rand.go | 22 +
.../lucasb-eyer/go-colorful/soft_palettegen.go | 17 +-
vendor/github.com/lucasb-eyer/go-colorful/sort.go | 191 +
.../lucasb-eyer/go-colorful/warm_palettegen.go | 18 +-
vendor/github.com/mattn/go-runewidth/README.md | 27 -
vendor/github.com/mattn/go-runewidth/runewidth.go | 358 --
.../mattn/go-runewidth/runewidth_appengine.go | 9 -
.../github.com/mattn/go-runewidth/runewidth_js.go | 9 -
.../mattn/go-runewidth/runewidth_posix.go | 81 -
.../mattn/go-runewidth/runewidth_table.go | 450 --
.../mattn/go-runewidth/runewidth_windows.go | 28 -
.../github.com/muesli/termenv/.golangci-soft.yml | 6 +-
vendor/github.com/muesli/termenv/.golangci.yml | 1 -
vendor/github.com/muesli/termenv/README.md | 246 +-
vendor/github.com/muesli/termenv/ansi_compat.md | 17 +
vendor/github.com/muesli/termenv/ansicolors.go | 2 +-
vendor/github.com/muesli/termenv/color.go | 99 +-
vendor/github.com/muesli/termenv/constants_zos.go | 8 +
vendor/github.com/muesli/termenv/copy.go | 37 +
vendor/github.com/muesli/termenv/hyperlink.go | 11 +
vendor/github.com/muesli/termenv/notification.go | 11 +
vendor/github.com/muesli/termenv/output.go | 205 +
vendor/github.com/muesli/termenv/profile.go | 112 +
vendor/github.com/muesli/termenv/screen.go | 442 +-
vendor/github.com/muesli/termenv/style.go | 11 +-
vendor/github.com/muesli/termenv/templatehelper.go | 59 +-
vendor/github.com/muesli/termenv/termenv.go | 92 +-
vendor/github.com/muesli/termenv/termenv_other.go | 18 +-
vendor/github.com/muesli/termenv/termenv_posix.go | 4 +-
vendor/github.com/muesli/termenv/termenv_unix.go | 147 +-
.../github.com/muesli/termenv/termenv_windows.go | 63 +-
.../opa/capabilities/v1.10.0.json | 4867 ++++++++++++++++++++
.../opa/capabilities/v1.10.1.json | 4867 ++++++++++++++++++++
.../open-policy-agent/opa/capabilities/v1.9.0.json | 4867 ++++++++++++++++++++
.../open-policy-agent/opa/internal/bundle/utils.go | 2 +-
.../opa/internal/edittree/edittree.go | 79 +-
.../opa/internal/runtime/init/init.go | 4 +-
.../opa/internal/semver/semver.go | 15 +
.../open-policy-agent/opa/v1/ast/annotations.go | 50 +
.../open-policy-agent/opa/v1/ast/builtins.go | 406 +-
.../open-policy-agent/opa/v1/ast/capabilities.go | 4 +-
.../open-policy-agent/opa/v1/ast/compare.go | 193 +-
.../open-policy-agent/opa/v1/ast/compile.go | 9 +
.../open-policy-agent/opa/v1/ast/index.go | 54 +-
.../open-policy-agent/opa/v1/ast/interning.go | 1658 ++++---
.../open-policy-agent/opa/v1/ast/parser.go | 140 +-
.../open-policy-agent/opa/v1/ast/performance.go | 85 +
.../open-policy-agent/opa/v1/ast/term.go | 495 +-
.../open-policy-agent/opa/v1/bundle/file.go | 2 +-
.../open-policy-agent/opa/v1/bundle/store.go | 6 +
.../open-policy-agent/opa/v1/format/format.go | 96 +-
.../open-policy-agent/opa/v1/metrics/metrics.go | 36 +-
.../open-policy-agent/opa/v1/plugins/rest/auth.go | 2 +-
.../open-policy-agent/opa/v1/rego/rego.go | 4 +-
.../open-policy-agent/opa/v1/storage/inmem/ast.go | 17 +-
.../opa/v1/storage/inmem/inmem.go | 66 +-
.../open-policy-agent/opa/v1/storage/inmem/txn.go | 198 +-
.../opa/v1/storage/internal/errors/errors.go | 31 +-
.../opa/v1/storage/internal/ptr/ptr.go | 51 +-
.../open-policy-agent/opa/v1/storage/path.go | 54 +-
.../open-policy-agent/opa/v1/topdown/aggregates.go | 2 +-
.../open-policy-agent/opa/v1/topdown/eval.go | 23 +-
.../open-policy-agent/opa/v1/topdown/graphql.go | 2 +-
.../open-policy-agent/opa/v1/topdown/http.go | 10 +-
.../open-policy-agent/opa/v1/topdown/numbers.go | 15 +-
.../open-policy-agent/opa/v1/topdown/query.go | 4 +-
.../open-policy-agent/opa/v1/topdown/strings.go | 13 +-
.../open-policy-agent/opa/v1/topdown/tokens.go | 2 +-
.../open-policy-agent/opa/v1/util/json.go | 78 +-
.../open-policy-agent/opa/v1/util/performance.go | 58 +
.../opa/v1/util/read_gzip_body.go | 59 +-
.../open-policy-agent/opa/v1/version/version.go | 2 +-
.../pkg/params/settings/config.go | 2 -
.../pkg/params/settings/default.go | 17 -
.../github.com/prometheus/common/expfmt/expfmt.go | 1 +
vendor/github.com/prometheus/common/expfmt/fuzz.go | 1 -
vendor/github.com/prometheus/procfs/.golangci.yml | 28 +-
vendor/github.com/prometheus/procfs/Makefile | 2 +-
.../github.com/prometheus/procfs/Makefile.common | 2 +-
vendor/github.com/prometheus/procfs/arp.go | 9 +-
vendor/github.com/prometheus/procfs/buddyinfo.go | 10 +-
vendor/github.com/prometheus/procfs/cmdline.go | 2 +-
vendor/github.com/prometheus/procfs/cpuinfo.go | 2 +-
.../github.com/prometheus/procfs/cpuinfo_armx.go | 2 +-
.../prometheus/procfs/cpuinfo_loong64.go | 2 +-
.../github.com/prometheus/procfs/cpuinfo_mipsx.go | 2 +-
.../github.com/prometheus/procfs/cpuinfo_others.go | 2 +-
.../github.com/prometheus/procfs/cpuinfo_ppcx.go | 2 +-
.../github.com/prometheus/procfs/cpuinfo_riscvx.go | 2 +-
.../github.com/prometheus/procfs/cpuinfo_s390x.go | 2 +-
vendor/github.com/prometheus/procfs/cpuinfo_x86.go | 2 +-
vendor/github.com/prometheus/procfs/crypto.go | 2 +-
vendor/github.com/prometheus/procfs/doc.go | 2 +-
vendor/github.com/prometheus/procfs/fs.go | 2 +-
.../prometheus/procfs/fs_statfs_notype.go | 2 +-
.../github.com/prometheus/procfs/fs_statfs_type.go | 2 +-
vendor/github.com/prometheus/procfs/fscache.go | 9 +-
.../github.com/prometheus/procfs/internal/fs/fs.go | 2 +-
.../prometheus/procfs/internal/util/parse.go | 2 +-
.../prometheus/procfs/internal/util/readfile.go | 2 +-
.../prometheus/procfs/internal/util/sysreadfile.go | 2 +-
.../procfs/internal/util/sysreadfile_compat.go | 2 +-
.../prometheus/procfs/internal/util/valueparser.go | 2 +-
vendor/github.com/prometheus/procfs/ipvs.go | 2 +-
vendor/github.com/prometheus/procfs/kernel_hung.go | 45 +
.../github.com/prometheus/procfs/kernel_random.go | 2 +-
vendor/github.com/prometheus/procfs/loadavg.go | 2 +-
vendor/github.com/prometheus/procfs/mdstat.go | 118 +-
vendor/github.com/prometheus/procfs/meminfo.go | 4 +-
vendor/github.com/prometheus/procfs/mountinfo.go | 23 +-
vendor/github.com/prometheus/procfs/mountstats.go | 4 +-
.../prometheus/procfs/net_conntrackstat.go | 2 +-
vendor/github.com/prometheus/procfs/net_dev.go | 2 +-
.../github.com/prometheus/procfs/net_dev_snmp6.go | 7 +-
.../github.com/prometheus/procfs/net_ip_socket.go | 2 +-
.../github.com/prometheus/procfs/net_protocols.go | 4 +-
vendor/github.com/prometheus/procfs/net_route.go | 2 +-
.../github.com/prometheus/procfs/net_sockstat.go | 5 +-
vendor/github.com/prometheus/procfs/net_softnet.go | 2 +-
vendor/github.com/prometheus/procfs/net_tcp.go | 2 +-
.../github.com/prometheus/procfs/net_tls_stat.go | 2 +-
vendor/github.com/prometheus/procfs/net_udp.go | 2 +-
vendor/github.com/prometheus/procfs/net_unix.go | 2 +-
.../github.com/prometheus/procfs/net_wireless.go | 2 +-
vendor/github.com/prometheus/procfs/net_xfrm.go | 2 +-
vendor/github.com/prometheus/procfs/netstat.go | 2 +-
.../prometheus/procfs/nfnetlink_queue.go | 85 +
vendor/github.com/prometheus/procfs/proc.go | 4 +-
vendor/github.com/prometheus/procfs/proc_cgroup.go | 2 +-
.../github.com/prometheus/procfs/proc_cgroups.go | 8 +-
.../github.com/prometheus/procfs/proc_environ.go | 2 +-
vendor/github.com/prometheus/procfs/proc_fdinfo.go | 13 +-
.../prometheus/procfs/proc_interrupts.go | 2 +-
vendor/github.com/prometheus/procfs/proc_io.go | 2 +-
vendor/github.com/prometheus/procfs/proc_limits.go | 7 +-
vendor/github.com/prometheus/procfs/proc_maps.go | 2 +-
.../github.com/prometheus/procfs/proc_netstat.go | 2 +-
vendor/github.com/prometheus/procfs/proc_ns.go | 2 +-
vendor/github.com/prometheus/procfs/proc_psi.go | 2 +-
vendor/github.com/prometheus/procfs/proc_smaps.go | 2 +-
vendor/github.com/prometheus/procfs/proc_snmp.go | 2 +-
vendor/github.com/prometheus/procfs/proc_snmp6.go | 2 +-
vendor/github.com/prometheus/procfs/proc_stat.go | 2 +-
vendor/github.com/prometheus/procfs/proc_statm.go | 4 +-
vendor/github.com/prometheus/procfs/proc_status.go | 9 +-
vendor/github.com/prometheus/procfs/proc_sys.go | 2 +-
vendor/github.com/prometheus/procfs/schedstat.go | 2 +-
vendor/github.com/prometheus/procfs/slab.go | 2 +-
vendor/github.com/prometheus/procfs/softirqs.go | 2 +-
vendor/github.com/prometheus/procfs/stat.go | 5 +-
vendor/github.com/prometheus/procfs/swaps.go | 2 +-
vendor/github.com/prometheus/procfs/thread.go | 2 +-
vendor/github.com/prometheus/procfs/vm.go | 2 +-
vendor/github.com/prometheus/procfs/zoneinfo.go | 8 +-
.../github.com/protocolbuffers/txtpbfmt/ast/ast.go | 66 +-
.../protocolbuffers/txtpbfmt/config/config.go | 14 +
.../txtpbfmt/descriptor/descriptor.go | 83 +
.../protocolbuffers/txtpbfmt/impl/impl.go | 323 +-
.../protocolbuffers/txtpbfmt/sort/sort.go | 25 +-
vendor/github.com/rcrowley/go-metrics/README.md | 9 +
.../go-securesystemslib/cjson/canonicaljson.go | 1 -
.../go-securesystemslib/dsse/envelope.go | 2 +-
.../go-securesystemslib/dsse/sign.go | 2 +-
...
https://github.com/tektoncd/operator/compare/d3742fb732776c0d32de760b212b5a05c02018f8..1822c465178e6b44f37633d16985075af59596b21 parent b1c8c3c commit e63fd02
File tree
1,247 files changed
+28881
-76047
lines changed- .konflux
- dockerfiles
- olm-catalog/bundle
- kodata
- cabundles
- manual-approval-gate/0.7.0
- openshift-monitoring
- tekton-addon
- pipelines-as-code-templates
- pipelines-as-code/v0.39.3
- tekton-chains/0.26.0
- tekton-pipeline/1.6.0
- tekton-scheduler/0.3.0
- manifests
- upstream
- .github
- scripts
- workflows
- charts/tekton-operator
- templates
- cmd
- openshift/operator/kodata
- cabundles
- openshift-monitoring
- tool/commands
- config
- base
- crs/kubernetes
- scheduler
- kubernetes/base
- openshift/base
- docs
- hack
- operatorhub
- kubernetes/release-artifacts/bundle/manifests
- openshift
- manifests/bases
- release-artifacts
- bundle
- manifests
- metadata
- pkg
- apis/operator/v1alpha1
- client
- clientset/versioned/typed/operator/v1alpha1
- fake
- informers/externalversions
- operator/v1alpha1
- injection
- informers/operator/v1alpha1
- tektonkueue
- fake
- filtered
- fake
- tektonscheduler
- fake
- filtered
- fake
- reconciler/operator/v1alpha1/tektonscheduler
- listers/operator/v1alpha1
- reconciler
- common
- tektoninstallerset/testdata
- testdata
- inject-label
- kodata/tekton-chains/0.26.2
- test_delete_obsolete_resources
- kubernetes
- kubernetesplatform
- tektondashboard/testdata
- tektoninstallerset
- tektonpipeline/testdata
- tektonscheduler
- openshift
- namespace
- openshiftpipelinesascode
- openshiftplatform
- tektonaddon
- testdata
- tektonconfig/extension
- tektonpipeline
- tektonscheduler
- platform
- proxy
- tekton
- test
- manifests/tekton-pipeline/0.44.0
- resources
- vendor
- cel.dev/expr
- cloud.google.com/go/auth
- credentials
- idtoken
- internal
- credsfile
- cuelang.org/go
- cue
- ast
- astutil
- build
- cuecontext
- errors
- format
- interpreter/embed
- literal
- load
- parser
- scanner
- stats
- token
- encoding
- jsonschema
- json
- openapi
- protobuf
- textproto
- toml
- xml/koala
- yaml
- internal
- anyunique
- astinternal
- core
- adt
- compile
- convert
- debug
- dep
- export
- format
- runtime
- subsume
- toposort
- walk
- cueconfig
- cueexperiment
- cueversion
- encoding
- yaml
- envflag
- filetypes
- mod
- modimports
- modresolve
- semver
- pkg
- source
- task
- mod
- modfile
- modregistry
- module
- modzip
- pkg
- encoding/yaml
- list
- net
- regexp
- strconv
- strings
- tools/flow
- github.com
- awslabs/amazon-ecr-credential-helper/ecr-login/api
- aws/aws-sdk-go-v2/service
- ecrpublic
- ecr
- internal/endpoints
- types
- aymanbagabas/go-osc52/v2
- buildkite
- agent/v3
- api
- logger
- version
- go-pipeline
- cert-manager/cert-manager
- pkg/apis
- acme
- v1
- certmanager
- v1
- meta
- v1
- go-chi/chi/v5
- middleware
- go-openapi
- errors
- jsonpointer
- jsonreference
- internal
- spec
- goccy/go-json/internal
- decoder
- encoder
- runtime
- google
- cel-go
- cel
- checker
- common
- ast
- debug
- env
- types
- interpreter
- parser
- gnostic-models
- extensions
- openapiv2
- openapiv3
- go-querystring/query
- grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2/options
- konflux-ci/tekton-kueue
- pkg
- common
- config
- lestrrat-go
- dsig-secp256k1
- dsig
- internal/ecutil
- httprc/v3
- jwx/v3
- internal/keyconv
- jwe
- jwk
- jws
- jwsbb
- lucasb-eyer/go-colorful
- mattn/go-runewidth
- muesli/termenv
- open-policy-agent/opa
- capabilities
- internal
- bundle
- edittree
- runtime/init
- semver
- v1
- ast
- bundle
- format
- metrics
- plugins/rest
- rego
- storage
- inmem
- internal
- errors
- ptr
- topdown
- util
- version
- openshift-pipelines/pipelines-as-code/pkg/params/settings
- prometheus
- common/expfmt
- procfs
- internal
- fs
- util
- protocolbuffers/txtpbfmt
- ast
- config
- descriptor
- impl
- sort
- rcrowley/go-metrics
- secure-systems-lab/go-securesystemslib
- cjson
- dsse
- signerverifier
- sigstore
- rekor/pkg
- client
- generated
- client/entries
- models
- types/dsse/v0.0.1
- util
- sigstore/pkg/tuf
- sirupsen/logrus
- stoewer/go-strcase
- tektoncd/pipeline/pkg/apis/pipeline
- pod
- v1alpha1
- v1beta1
- v1
- theupdateframework/go-tuf/v2/metadata
- config
- trustedmetadata
- updater
- gitlab.com/gitlab-org/api/client-go
- go.opentelemetry.io/otel
- attribute
- internal/xxhash
- baggage
- internal/global
- metric
- propagation
- sdk
- internal
- env
- x
- resource
- trace
- internal
- observ
- x
- semconv/v1.37.0
- httpconv
- otelconv
- trace
- golang.org/x
- crypto/chacha20poly1305
- mod
- modfile
- module
- sumdb/note
- net/http2
- sys/cpu
- term
- tools
- go
- ast
- astutil
- inspector
- packages
- types/typeutil
- internal
- event
- core
- label
- imports
- modindex
- stdlib
- typesinternal
- versions
- google.golang.org
- api
- idtoken
- internal
- credentialstype
- option
- internaloption
- transport/http
- grpc
- experimental/stats
- health/grpc_health_v1
- internal
- balancer/gracefulswitch
- envconfig
- idle
- transport
- mem
- gopkg.in/ini.v1
- k8s.io
- gengo/v2
- generator
- namer
- parser
- utils
- buffer
- clock/testing
- strings/slices
- sigs.k8s.io
- controller-runtime/pkg/client/apiutil
- gateway-api
- apis/v1
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
1,247 files changed
+28881
-76047
lines changed| 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 | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
380 | 380 | | |
381 | 381 | | |
382 | 382 | | |
383 | | - | |
| 383 | + | |
384 | 384 | | |
385 | 385 | | |
386 | 386 | | |
| |||
506 | 506 | | |
507 | 507 | | |
508 | 508 | | |
509 | | - | |
| 509 | + | |
510 | 510 | | |
511 | 511 | | |
512 | 512 | | |
513 | 513 | | |
514 | | - | |
| 514 | + | |
515 | 515 | | |
516 | 516 | | |
517 | 517 | | |
| |||
528 | 528 | | |
529 | 529 | | |
530 | 530 | | |
531 | | - | |
| 531 | + | |
532 | 532 | | |
533 | 533 | | |
534 | 534 | | |
535 | 535 | | |
536 | 536 | | |
537 | | - | |
| 537 | + | |
538 | 538 | | |
539 | 539 | | |
540 | 540 | | |
541 | 541 | | |
542 | | - | |
| 542 | + | |
543 | 543 | | |
544 | 544 | | |
545 | 545 | | |
| |||
587 | 587 | | |
588 | 588 | | |
589 | 589 | | |
590 | | - | |
| 590 | + | |
591 | 591 | | |
592 | 592 | | |
593 | 593 | | |
| |||
602 | 602 | | |
603 | 603 | | |
604 | 604 | | |
605 | | - | |
| 605 | + | |
606 | 606 | | |
607 | 607 | | |
608 | 608 | | |
| |||
638 | 638 | | |
639 | 639 | | |
640 | 640 | | |
641 | | - | |
| 641 | + | |
642 | 642 | | |
643 | 643 | | |
644 | 644 | | |
| |||
669 | 669 | | |
670 | 670 | | |
671 | 671 | | |
672 | | - | |
| 672 | + | |
673 | 673 | | |
674 | 674 | | |
675 | 675 | | |
| |||
Lines changed: 0 additions & 35 deletions
This file was deleted.
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments