forked from tektoncd/pipeline
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bot] Update release-v1.15.x from tektoncd/pipeline to 1eadef6a63051424cda6de9ed82664b49b7be145 #464
Closed
github-actions
wants to merge
1
commit into
release-v1.15.x
from
actions/update/sources-release-v1.15.x
Closed
[bot] Update release-v1.15.x from tektoncd/pipeline to 1eadef6a63051424cda6de9ed82664b49b7be145 #464
github-actions
wants to merge
1
commit into
release-v1.15.x
from
actions/update/sources-release-v1.15.x
Conversation
This file contains 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
github-actions
bot
commented
Mar 24, 2025
•
edited
Loading
edited
/test tektoncd-pipeline-1-15-webhook-on-pull-request |
00b803e
to
31ee36d
Compare
$ git diff --stat 1eadef6a63051424cda6de9ed82664b49b7be145..579fe684ce5500480bf7561d27b7a3ac9bbc7c88 .github/workflows/ci.yaml | 2 +- .github/workflows/codeql-analysis.yml | 14 +- .github/workflows/dependency-review.yml | 6 +- .github/workflows/scorecard.yml | 10 +- .github/workflows/woke.yml | 6 +- .golangci.yml | 8 +- DEVELOPMENT.md | 4 +- Makefile | 10 +- OWNERS_ALIASES | 8 +- README.md | 1 + cmd/controller/main.go | 3 + cmd/entrypoint/main.go | 37 +- cmd/resolvers/main.go | 36 +- cmd/sidecarlogresults/main.go | 20 +- cmd/webhook/main.go | 10 + config/300-crds/300-stepaction.yaml | 18 + config/config-feature-flags.yaml | 7 +- config/config-observability.yaml | 1 + config/controller.yaml | 1 + config/events.yaml | 1 + config/resolvers/200-clusterrole.yaml | 4 +- config/resolvers/bundleresolver-config.yaml | 2 + config/webhook.yaml | 1 + docs/additional-configs.md | 15 +- docs/artifacts.md | 415 +- docs/cluster-resolver.md | 33 +- docs/debug.md | 29 +- docs/deprecations.md | 4 +- docs/developers/taskruns.md | 52 +- docs/git-resolver.md | 116 +- docs/how-to-write-a-resolver.md | 212 +- docs/install.md | 2 +- docs/matrix.md | 8 +- docs/metrics.md | 64 +- docs/migrating-v1beta1-to-v1.md | 3 + docs/pipeline-api.md | 770 +- docs/pipelineruns.md | 15 - docs/pipelines.md | 110 +- docs/podtemplates.md | 28 +- docs/resolution-getting-started.md | 4 +- docs/resolver-reference.md | 26 +- docs/resolver-template/README.md | 10 +- docs/resolver-template/cmd/demoresolver/main.go | 1 + docs/resolver-template/cmd/resolver/main.go | 110 + docs/resolver-template/cmd/resolver/main_test.go | 207 + docs/stepactions.md | 108 +- docs/taskruns.md | 93 +- docs/tasks.md | 13 +- docs/tekton-controller-flags.md | 82 + docs/variables.md | 110 +- docs/windows.md | 10 +- examples/v1/pipelineruns/4808-regression.yaml | 4 +- examples/v1/pipelineruns/6139-regression.yaml | 6 +- .../alpha/consume-artifacts-from-task.yaml | 60 + .../v1/pipelineruns/alpha/ignore-task-error.yaml | 25 - examples/v1/pipelineruns/alpha/param-enum.yaml | 2 +- .../alpha/pipelinerun-large-results.yaml | 4 +- .../pipelinerun-with-cel-when-expressions.yaml | 24 +- .../v1/pipelineruns/alpha/stepaction-params.yaml | 2 +- examples/v1/pipelineruns/beta/7392-regression.yaml | 4 +- .../v1/pipelineruns/beta/ignore-task-error.yaml | 67 + .../v1/pipelineruns/beta/isolated-workspaces.yaml | 4 +- .../beta/pipeline-emitting-results.yaml | 4 +- ...-with-when-expressions-using-array-results.yaml | 12 +- .../beta/pipelinerun-with-matrix-and-results.yaml | 8 +- .../pipelinerun-with-matrix-array-references.yaml | 2 +- .../pipelinerun-with-matrix-context-variables.yaml | 6 +- .../pipelinerun-with-matrix-emitting-results.yaml | 6 +- .../pipelinerun-with-matrix-include-explicit.yaml | 2 +- .../beta/pipelinerun-with-matrix-include.yaml | 2 +- .../pipelineruns/beta/pipelinerun-with-matrix.yaml | 10 +- .../beta/propagated-pipeline-object-param.yaml | 2 +- examples/v1/pipelineruns/ignore-step-error.yaml | 14 +- examples/v1/pipelineruns/mapping-workspaces.yaml | 4 +- examples/v1/pipelineruns/no-ci/csi-workspace.yaml | 2 +- examples/v1/pipelineruns/no-ci/limitrange.yaml | 2 +- .../no-ci/pipelinerun-taskrunspecs.yaml | 4 +- .../pipelineruns/no-ci/windows-node-affinity.yaml | 2 +- .../pipelineruns/no-ci/windows-node-selectors.yaml | 2 +- examples/v1/pipelineruns/optional-workspaces.yaml | 4 +- .../pipeline-object-param-and-result.yaml | 4 +- .../v1/pipelineruns/pipeline-object-results.yaml | 6 +- .../v1/pipelineruns/pipeline-with-displayname.yaml | 4 +- .../pipelinerun-array-results-substitution.yaml | 6 +- .../pipelinerun-param-array-indexing.yaml | 6 +- .../pipelinerun-results-with-params.yaml | 4 +- examples/v1/pipelineruns/pipelinerun-results.yaml | 2 +- .../pipelinerun-task-execution-status.yaml | 8 +- ...erun-using-different-subpaths-of-workspace.yaml | 6 +- ...n-using-parameterized-subpath-of-workspace.yaml | 6 +- .../pipelinerun-with-extra-params.yaml | 2 +- .../pipelinerun-with-final-results.yaml | 2 +- .../pipelineruns/pipelinerun-with-final-tasks.yaml | 8 +- .../pipelinerun-with-parallel-tasks-using-pvc.yaml | 12 +- .../v1/pipelineruns/pipelinerun-with-params.yaml | 4 +- ...pipelinerun-with-pipelinespec-and-taskspec.yaml | 6 +- .../pipelinerun-with-pipelinespec.yaml | 2 +- .../pipelinerun-with-when-expressions.yaml | 28 +- examples/v1/pipelineruns/pipelinerun.yaml | 2 +- .../propagating-workspaces-in-pipelines.yaml | 32 + .../v1/pipelineruns/propagating-workspaces.yaml | 4 +- .../propagating_params_implicit_parameters.yaml | 4 +- .../propagating_params_in_pipeline.yaml | 37 + .../propagating_params_with_scope_precedence.yaml | 4 +- ..._params_with_scope_precedence_default_only.yaml | 4 +- .../propagating_results_implicit_resultref.yaml | 4 +- ...ating_workspaces_with_referenced_resources.yaml | 4 +- examples/v1/pipelineruns/task_results_example.yaml | 4 +- ...ng-optional-workspaces-in-when-expressions.yaml | 4 +- .../using-retries-and-retry-count-variables.yaml | 4 +- .../v1/pipelineruns/using_context_variables.yaml | 6 +- .../workspace-from-volumeclaimtemplate.yaml | 4 +- examples/v1/pipelineruns/workspaces-projected.yaml | 4 +- examples/v1/pipelineruns/workspaces.yaml | 4 +- examples/v1/taskruns/alpha/param-enum.yaml | 2 +- .../taskruns/alpha/produce-consume-artifacts.yaml | 17 +- .../v1/taskruns/alpha/step-stream-results.yaml | 6 +- .../v1/taskruns/alpha/step-stream-volumes.yaml | 10 +- .../v1/taskruns/alpha/step-stream-workspace.yaml | 12 +- examples/v1/taskruns/alpha/stepaction-when.yaml | 72 + examples/v1/taskruns/alpha/task-artifacts.yaml | 44 + examples/v1/taskruns/array-default.yaml | 2 +- .../v1/taskruns/authenticating-git-commands.yaml | 6 +- .../taskruns/beta/authenticating-git-commands.yaml | 6 +- examples/v1/taskruns/beta/emit-array-results.yaml | 4 +- .../{alpha => beta}/large-task-result.yaml | 4 +- .../v1/taskruns/beta/param_array_indexing.yaml | 4 +- .../beta/propagated-object-parameters.yaml | 2 +- .../{alpha => beta}/stepaction-git-resolver.yaml | 11 +- .../{alpha => beta}/stepaction-params.yaml | 4 +- .../stepaction-passing-results.yaml | 6 +- .../{alpha => beta}/stepaction-results.yaml | 4 +- .../v1/taskruns/{alpha => beta}/stepaction.yaml | 4 +- .../v1/taskruns/beta/stepactions-steptemplate.yaml | 21 + .../v1/taskruns/beta/workspace-in-sidecar.yaml | 4 +- examples/v1/taskruns/beta/workspace-isolation.yaml | 6 +- examples/v1/taskruns/configmap.yaml | 2 +- ...reds-init-only-mounts-provided-credentials.yaml | 2 +- examples/v1/taskruns/custom-env.yaml | 2 +- examples/v1/taskruns/custom-volume.yaml | 4 +- examples/v1/taskruns/default_task_params.yaml | 27 + examples/v1/taskruns/entrypoint-resolution.yaml | 14 +- examples/v1/taskruns/home-is-set.yaml | 2 +- examples/v1/taskruns/home-volume.yaml | 6 +- examples/v1/taskruns/ignore-step-error.yaml | 4 +- examples/v1/taskruns/no-ci/default-workspaces.yaml | 4 +- examples/v1/taskruns/no-ci/limitrange.yaml | 2 +- examples/v1/taskruns/object-param-result.yaml | 4 +- examples/v1/taskruns/optional-workspaces.yaml | 2 +- .../v1/taskruns/propagating_params_implicit.yaml | 2 +- examples/v1/taskruns/propagating_workspaces.yaml | 2 +- examples/v1/taskruns/readonly-internal-dir.yaml | 6 +- examples/v1/taskruns/run-steps-as-non-root.yaml | 4 +- examples/v1/taskruns/secret-env.yaml | 2 +- examples/v1/taskruns/secret-volume-params.yaml | 2 +- examples/v1/taskruns/secret-volume.yaml | 2 +- examples/v1/taskruns/sidecar-interp.yaml | 4 +- examples/v1/taskruns/sidecar-ready-script.yaml | 5 +- examples/v1/taskruns/sidecar-ready.yaml | 13 +- examples/v1/taskruns/step-script.yaml | 24 +- examples/v1/taskruns/steps-run-in-order.yaml | 4 +- examples/v1/taskruns/steptemplate-env-merge.yaml | 10 +- examples/v1/taskruns/task-result.yaml | 4 +- examples/v1/taskruns/task-volume-args.yaml | 2 +- examples/v1/taskruns/template-volume.yaml | 4 +- examples/v1/taskruns/unnamed-steps.yaml | 6 +- examples/v1/taskruns/using_context_variables.yaml | 4 +- examples/v1/taskruns/workingdir.yaml | 4 +- examples/v1/taskruns/workspace-in-sidecar.yaml | 4 +- examples/v1/taskruns/workspace-readonly.yaml | 8 +- examples/v1/taskruns/workspace-volume.yaml | 6 +- .../workspace-with-volumeClaimTemplate.yaml | 2 +- examples/v1/taskruns/workspace.yaml | 16 +- .../pipelineruns/clustertask-pipelinerun.yaml | 2 +- examples/v1beta1/taskruns/clustertask.yaml | 2 +- .../v1beta1/taskruns/no-ci/tekton-bundles.yaml | 9 - go.mod | 187 +- go.sum | 477 +- hack/update-deps.sh | 2 +- internal/artifactref/artifactref.go | 17 +- internal/sidecarlogresults/sidecarlogresults.go | 72 +- .../sidecarlogresults/sidecarlogresults_test.go | 335 +- pkg/apis/config/feature_flags.go | 102 +- pkg/apis/config/feature_flags_test.go | 21 +- pkg/apis/config/metrics.go | 20 + pkg/apis/config/metrics_test.go | 20 + .../config-observability-namespacelevel.yaml | 1 + .../testdata/config-observability-throttle.yaml | 33 + .../testdata/feature-flags-all-flags-set.yaml | 2 + ...ags-invalid-enable-concise-resolver-syntax.yaml | 21 + ...re-flags-invalid-enable-kubernetes-sidecar.yaml | 21 + pkg/apis/pipeline/errors/errors.go | 14 +- pkg/apis/pipeline/options.go | 5 +- pkg/apis/pipeline/paths.go | 2 + .../pipeline/pod/affinity_assitant_template.go | 13 + pkg/apis/pipeline/pod/template.go | 15 +- pkg/apis/pipeline/pod/template_test.go | 57 +- pkg/apis/pipeline/pod/zz_generated.deepcopy.go | 10 + pkg/apis/pipeline/register.go | 6 + pkg/apis/pipeline/v1/artifact_types.go | 110 +- pkg/apis/pipeline/v1/artifact_types_test.go | 192 + pkg/apis/pipeline/v1/container_types.go | 39 + pkg/apis/pipeline/v1/container_types_test.go | 32 + pkg/apis/pipeline/v1/container_validation.go | 81 +- pkg/apis/pipeline/v1/container_validation_test.go | 54 +- pkg/apis/pipeline/v1/merge.go | 8 +- pkg/apis/pipeline/v1/merge_test.go | 39 +- pkg/apis/pipeline/v1/openapi_generated.go | 113 +- pkg/apis/pipeline/v1/param_types_test.go | 19 +- pkg/apis/pipeline/v1/pipeline_types_test.go | 70 +- pkg/apis/pipeline/v1/pipeline_validation.go | 58 +- pkg/apis/pipeline/v1/pipeline_validation_test.go | 770 +- pkg/apis/pipeline/v1/pipelineref_validation.go | 26 +- .../pipeline/v1/pipelineref_validation_test.go | 51 +- pkg/apis/pipeline/v1/pipelinerun_validation.go | 33 +- .../pipeline/v1/pipelinerun_validation_test.go | 193 +- pkg/apis/pipeline/v1/result_types.go | 2 +- pkg/apis/pipeline/v1/result_validation_test.go | 6 +- pkg/apis/pipeline/v1/resultref_test.go | 75 +- pkg/apis/pipeline/v1/swagger.json | 55 +- pkg/apis/pipeline/v1/task_validation.go | 42 +- pkg/apis/pipeline/v1/task_validation_test.go | 123 +- pkg/apis/pipeline/v1/taskref_validation.go | 32 +- pkg/apis/pipeline/v1/taskref_validation_test.go | 42 +- pkg/apis/pipeline/v1/taskrun_types.go | 28 +- pkg/apis/pipeline/v1/taskrun_types_test.go | 86 +- pkg/apis/pipeline/v1/taskrun_validation.go | 48 +- pkg/apis/pipeline/v1/taskrun_validation_test.go | 190 +- pkg/apis/pipeline/v1/when_types.go | 2 + pkg/apis/pipeline/v1/when_validation.go | 2 +- pkg/apis/pipeline/v1/workspace_validation_test.go | 2 +- pkg/apis/pipeline/v1/zz_generated.deepcopy.go | 29 +- pkg/apis/pipeline/v1alpha1/openapi_generated.go | 16 +- pkg/apis/pipeline/v1alpha1/run_types_test.go | 22 +- .../pipeline/v1alpha1/stepaction_conversion.go | 53 +- .../v1alpha1/stepaction_conversion_test.go | 113 + pkg/apis/pipeline/v1alpha1/swagger.json | 9 +- pkg/apis/pipeline/v1beta1/artifact_types.go | 8 +- pkg/apis/pipeline/v1beta1/container_conversion.go | 10 + pkg/apis/pipeline/v1beta1/container_types.go | 37 + pkg/apis/pipeline/v1beta1/container_validation.go | 81 +- .../pipeline/v1beta1/container_validation_test.go | 56 +- pkg/apis/pipeline/v1beta1/customrun_types_test.go | 16 +- pkg/apis/pipeline/v1beta1/merge.go | 9 +- pkg/apis/pipeline/v1beta1/merge_test.go | 60 + pkg/apis/pipeline/v1beta1/openapi_generated.go | 359 +- pkg/apis/pipeline/v1beta1/param_types_test.go | 11 +- pkg/apis/pipeline/v1beta1/pipeline_types_test.go | 346 +- pkg/apis/pipeline/v1beta1/pipeline_validation.go | 75 +- .../pipeline/v1beta1/pipeline_validation_test.go | 785 +- .../pipeline/v1beta1/pipelineref_conversion.go | 26 +- pkg/apis/pipeline/v1beta1/pipelineref_types.go | 2 + .../pipeline/v1beta1/pipelineref_validation.go | 71 +- .../v1beta1/pipelineref_validation_test.go | 107 +- .../v1beta1/pipelinerun_conversion_test.go | 72 +- .../pipeline/v1beta1/pipelinerun_validation.go | 33 +- .../v1beta1/pipelinerun_validation_test.go | 288 +- pkg/apis/pipeline/v1beta1/register.go | 2 + pkg/apis/pipeline/v1beta1/resultref_test.go | 75 +- pkg/apis/pipeline/v1beta1/stepaction_conversion.go | 42 + pkg/apis/pipeline/v1beta1/stepaction_defaults.go | 37 + pkg/apis/pipeline/v1beta1/stepaction_types.go | 193 + pkg/apis/pipeline/v1beta1/stepaction_validation.go | 209 + .../pipeline/v1beta1/stepaction_validation_test.go | 975 ++ pkg/apis/pipeline/v1beta1/swagger.json | 186 +- pkg/apis/pipeline/v1beta1/task_conversion.go | 4 +- pkg/apis/pipeline/v1beta1/task_conversion_test.go | 23 + pkg/apis/pipeline/v1beta1/task_validation.go | 43 +- pkg/apis/pipeline/v1beta1/task_validation_test.go | 733 +- pkg/apis/pipeline/v1beta1/taskref_conversion.go | 27 +- pkg/apis/pipeline/v1beta1/taskref_types.go | 1 + pkg/apis/pipeline/v1beta1/taskref_validation.go | 64 +- .../pipeline/v1beta1/taskref_validation_test.go | 92 +- pkg/apis/pipeline/v1beta1/taskrun_conversion.go | 19 + .../pipeline/v1beta1/taskrun_conversion_test.go | 563 +- pkg/apis/pipeline/v1beta1/taskrun_types.go | 23 +- pkg/apis/pipeline/v1beta1/taskrun_types_test.go | 80 +- pkg/apis/pipeline/v1beta1/taskrun_validation.go | 48 +- .../pipeline/v1beta1/taskrun_validation_test.go | 203 +- pkg/apis/pipeline/v1beta1/when_types.go | 2 + pkg/apis/pipeline/v1beta1/when_validation.go | 2 +- .../pipeline/v1beta1/workspace_validation_test.go | 2 +- pkg/apis/pipeline/v1beta1/zz_generated.deepcopy.go | 143 +- .../resolution/v1beta1/resolution_request_types.go | 7 + .../pipeline/v1beta1/fake/fake_pipeline_client.go | 4 + .../typed/pipeline/v1beta1/fake/fake_stepaction.go | 129 + .../typed/pipeline/v1beta1/generated_expansion.go | 2 + .../typed/pipeline/v1beta1/pipeline_client.go | 5 + .../versioned/typed/pipeline/v1beta1/stepaction.go | 178 + pkg/client/informers/externalversions/factory.go | 10 + pkg/client/informers/externalversions/generic.go | 2 + .../externalversions/pipeline/v1beta1/interface.go | 7 + .../pipeline/v1beta1/stepaction.go | 90 + .../pipeline/v1beta1/stepaction/fake/fake.go | 40 + .../v1beta1/stepaction/filtered/fake/fake.go | 52 + .../v1beta1/stepaction/filtered/stepaction.go | 65 + .../pipeline/v1beta1/stepaction/stepaction.go | 52 + .../pipeline/v1beta1/stepaction/controller.go | 167 + .../pipeline/v1beta1/stepaction/reconciler.go | 365 + .../pipeline/v1beta1/stepaction/state.go | 97 + .../pipeline/v1beta1/expansion_generated.go | 8 + pkg/client/listers/pipeline/v1beta1/stepaction.go | 99 + .../informers/externalversions/factory.go | 10 + .../resource/informers/externalversions/factory.go | 10 + pkg/container/step_replacements.go | 1 + pkg/container/step_replacements_test.go | 13 + pkg/entrypoint/entrypointer.go | 231 +- pkg/entrypoint/entrypointer_test.go | 776 +- .../affinityassistant/affinityassistant_types.go | 6 + .../defaultresourcerequirements/transformer.go | 130 + .../transformer_test.go | 416 + .../resolution}/resolutionrequest.go | 6 +- pkg/pipelinerunmetrics/metrics.go | 100 +- pkg/pipelinerunmetrics/metrics_test.go | 266 +- pkg/pod/creds_init_test.go | 4 +- pkg/pod/entrypoint.go | 19 +- pkg/pod/entrypoint_lookup_impl_test.go | 8 +- pkg/pod/entrypoint_test.go | 120 +- pkg/pod/pod.go | 277 +- pkg/pod/pod_test.go | 831 +- pkg/pod/script.go | 48 +- pkg/pod/script_test.go | 279 +- pkg/pod/scripts_constants.go | 30 + pkg/pod/status.go | 149 +- pkg/pod/status_test.go | 616 +- pkg/pod/workingdir_init.go | 4 +- pkg/pod/workingdir_init_test.go | 4 +- pkg/reconciler/apiserver/apiserver.go | 47 +- pkg/reconciler/apiserver/apiserver_test.go | 45 +- .../cloudevent/cloud_event_controller_test.go | 4 +- .../events/cloudevent/cloudeventsfakeclient.go | 2 +- pkg/reconciler/events/event_test.go | 2 +- pkg/reconciler/events/k8sevent/event_test.go | 6 +- pkg/reconciler/events/k8sevent/events.go | 2 +- pkg/reconciler/pipeline/dag/dag_test.go | 211 +- pkg/reconciler/pipelinerun/affinity_assistant.go | 37 +- .../pipelinerun/affinity_assistant_test.go | 244 +- pkg/reconciler/pipelinerun/cancel.go | 5 + pkg/reconciler/pipelinerun/cancel_test.go | 60 +- pkg/reconciler/pipelinerun/controller.go | 10 +- pkg/reconciler/pipelinerun/pipelinerun.go | 48 +- pkg/reconciler/pipelinerun/pipelinerun_test.go | 387 +- pkg/reconciler/pipelinerun/resources/apply.go | 82 +- pkg/reconciler/pipelinerun/resources/apply_test.go | 178 +- .../pipelinerun/resources/pipelineref.go | 58 +- .../pipelinerun/resources/pipelineref_test.go | 122 +- .../pipelinerun/resources/pipelinerunresolution.go | 46 +- .../resources/pipelinerunresolution_test.go | 240 +- .../pipelinerun/resources/pipelinerunstate.go | 26 + .../pipelinerun/resources/pipelinerunstate_test.go | 311 + .../pipelinerun/resources/resultrefresolution.go | 29 +- .../resources/resultrefresolution_test.go | 50 + .../pipelinerun/resources/validate_params_test.go | 2 - pkg/reconciler/pipelinerun/timeout.go | 5 + pkg/reconciler/pipelinerun/timeout_test.go | 1 - pkg/reconciler/pipelinerun/tracing.go | 2 +- pkg/reconciler/taskrun/controller.go | 11 +- pkg/reconciler/taskrun/resources/apply.go | 67 +- pkg/reconciler/taskrun/resources/apply_test.go | 62 +- pkg/reconciler/taskrun/resources/taskref.go | 141 +- pkg/reconciler/taskrun/resources/taskref_test.go | 165 +- pkg/reconciler/taskrun/resources/taskspec.go | 45 +- pkg/reconciler/taskrun/resources/taskspec_test.go | 496 +- pkg/reconciler/taskrun/taskrun.go | 36 +- pkg/reconciler/taskrun/taskrun_test.go | 192 +- pkg/reconciler/taskrun/tracing.go | 2 +- pkg/remote/resolution/error.go | 12 +- pkg/remote/resolution/resolver.go | 59 +- pkg/remote/resolution/resolver_test.go | 85 +- pkg/remoteresolution/doc.go | 23 + pkg/remoteresolution/remote/resolution/doc.go | 24 + pkg/remoteresolution/remote/resolution/request.go | 32 + pkg/remoteresolution/remote/resolution/resolver.go | 98 + .../remote/resolution/resolver_test.go | 190 + pkg/remoteresolution/resolver/bundle/resolver.go | 87 + .../resolver/bundle/resolver_test.go | 665 + pkg/remoteresolution/resolver/cluster/resolver.go | 96 + .../resolver/cluster/resolver_test.go | 507 + pkg/remoteresolution/resolver/doc.go | 25 + .../resolver/framework/controller.go | 124 + pkg/remoteresolution/resolver/framework/doc.go | 24 + .../resolver/framework/fakeresolver.go | 89 + .../resolver/framework/interface.go | 53 + .../resolver/framework/reconciler.go | 244 + .../resolver/framework/reconciler_test.go | 431 + .../resolver/framework/testing/fakecontroller.go | 171 + pkg/remoteresolution/resolver/git/resolver.go | 157 + pkg/remoteresolution/resolver/git/resolver_test.go | 982 ++ .../refs/main/pipelines/example-pipeline.yaml | 10 + .../test-repo/refs/main/tasks/example-task.yaml | 9 + .../refs/other/pipelines/example-pipeline.yaml | 10 + pkg/remoteresolution/resolver/http/resolver.go | 108 + .../resolver/http/resolver_test.go | 511 + pkg/remoteresolution/resolver/hub/resolver.go | 87 + pkg/remoteresolution/resolver/hub/resolver_test.go | 313 + pkg/remoteresolution/resource/crd_resource.go | 93 + pkg/remoteresolution/resource/crd_resource_test.go | 326 + pkg/remoteresolution/resource/doc.go | 24 + pkg/remoteresolution/resource/request.go | 83 + pkg/remoteresolution/resource/request_test.go | 74 + pkg/remoteresolution/resource/resource.go | 37 + pkg/resolution/common/errors.go | 27 + pkg/resolution/common/interface.go | 4 + pkg/resolution/resolver/bundle/bundle.go | 1 + pkg/resolution/resolver/bundle/config.go | 3 + pkg/resolution/resolver/bundle/params.go | 22 +- pkg/resolution/resolver/bundle/resolver.go | 53 +- pkg/resolution/resolver/bundle/resolver_test.go | 204 +- pkg/resolution/resolver/cluster/resolver.go | 157 +- pkg/resolution/resolver/cluster/resolver_test.go | 60 +- pkg/resolution/resolver/framework/controller.go | 69 +- pkg/resolution/resolver/framework/fakeresolver.go | 21 +- pkg/resolution/resolver/framework/interface.go | 4 +- pkg/resolution/resolver/framework/reconciler.go | 13 +- .../resolver/framework/reconciler_test.go | 2 +- pkg/resolution/resolver/git/config.go | 77 +- pkg/resolution/resolver/git/config_test.go | 147 + pkg/resolution/resolver/git/params.go | 44 +- pkg/resolution/resolver/git/resolver.go | 407 +- pkg/resolution/resolver/git/resolver_test.go | 412 +- pkg/resolution/resolver/http/config.go | 4 +- pkg/resolution/resolver/http/params.go | 18 +- pkg/resolution/resolver/http/resolver.go | 88 +- pkg/resolution/resolver/http/resolver_test.go | 32 +- pkg/resolution/resolver/hub/params.go | 4 +- pkg/resolution/resolver/hub/resolver.go | 198 +- pkg/resolution/resolver/hub/resolver_test.go | 8 +- pkg/resolution/resource/crd_resource.go | 74 +- pkg/resolution/resource/crd_resource_test.go | 23 +- pkg/resolution/resource/name.go | 91 +- pkg/resolution/resource/name_test.go | 214 + pkg/resolution/resource/request.go | 6 +- pkg/result/result.go | 13 +- pkg/result/result_test.go | 42 +- pkg/spire/controller.go | 22 +- pkg/taskrunmetrics/metrics.go | 119 +- pkg/taskrunmetrics/metrics_test.go | 127 +- releases.md | 102 +- tekton/bugfix-release.sh | 7 + tekton/publish.yaml | 10 +- test/affinity_assistant_test.go | 12 +- test/artifacts_test.go | 418 +- test/cancel_test.go | 134 +- test/clients.go | 4 +- test/conformance/conformance_test.go | 1445 +- test/conformance_test.go | 2 +- test/controller.go | 8 +- test/conversion_test.go | 373 +- .../example_customrun_matrix_results.yaml | 4 +- .../wait-task-beta/example_pipelinerun.yaml | 4 +- test/custom-task-ctrls/wait-task-beta/go.mod | 6 +- test/custom-task-ctrls/wait-task-beta/go.sum | 12 +- test/custom_task_test.go | 2 +- test/dag_test.go | 4 +- test/duplicate_test.go | 4 +- test/e2e-tests-kind-prow-alpha.env | 2 + test/e2e-tests-kind-prow-beta.env | 2 + test/e2e-tests.sh | 28 + test/entrypoint_test.go | 4 +- test/examples_test.go | 9 +- test/featureflags.go | 20 +- test/git-resolver/gitea.yaml | 8 +- test/git-resolver/remote-task.yaml | 2 +- test/gohelloworld/main.go | 3 +- test/ignore_step_error_test.go | 2 +- test/ignore_task_error_test.go | 8 +- test/larger_results_sidecar_logs_test.go | 289 +- test/matrix_test.go | 25 +- test/parse/yaml.go | 11 + test/per_feature_flags_test.go | 32 +- test/pipelinefinally_test.go | 14 +- test/pipelinerun_test.go | 30 +- test/premption_test.go | 2 +- test/propagated_params_test.go | 45 +- test/propagated_results_test.go | 66 +- test/remoteresolution/resolution.go | 171 + test/{ => resolution}/resolution.go | 16 +- test/resolvers_test.go | 90 +- test/resolvers_yaml/pipeline-in-git.yaml | 2 +- test/retry_test.go | 2 +- test/serviceaccount_test.go | 8 +- test/sidecar_test.go | 11 +- test/start_time_test.go | 10 +- test/status_test.go | 4 +- test/step_when_test.go | 469 + test/stepaction_results_test.go | 22 +- test/task_results_from_failed_tasks_test.go | 6 +- test/taskrun_test.go | 135 +- test/tektonbundles_test.go | 264 +- test/timeout_test.go | 119 +- test/upgrade/simpleResources.yaml | 10 +- test/upgrade_test.go | 9 +- test/util.go | 6 +- test/workingdir_test.go | 4 +- test/workspace_test.go | 8 +- tools/go.mod | 119 +- tools/go.sum | 273 +- vendor/cloud.google.com/go/.gitignore | 12 + .../go/.release-please-manifest-individual.json | 17 + .../go/.release-please-manifest-submodules.json | 145 + .../go/.release-please-manifest.json | 3 + vendor/cloud.google.com/go/CHANGES.md | 2620 +++ .../go/CODE_OF_CONDUCT.md} | 46 +- vendor/cloud.google.com/go/CONTRIBUTING.md | 364 + vendor/cloud.google.com/go/{compute => }/LICENSE | 0 vendor/cloud.google.com/go/README.md | 87 + vendor/cloud.google.com/go/RELEASING.md | 141 + vendor/cloud.google.com/go/SECURITY.md | 7 + vendor/cloud.google.com/go/auth/CHANGES.md | 125 + .../appengine => cloud.google.com/go/auth}/LICENSE | 0 vendor/cloud.google.com/go/auth/README.md | 4 + vendor/cloud.google.com/go/auth/auth.go | 476 + .../go/auth/credentials/compute.go | 85 + .../cloud.google.com/go/auth/credentials/detect.go | 252 + vendor/cloud.google.com/go/auth/credentials/doc.go | 45 + .../go/auth/credentials/filetypes.go | 219 + .../internal/externalaccount/aws_provider.go | 547 + .../externalaccount/executable_provider.go | 284 + .../internal/externalaccount/externalaccount.go | 367 + .../internal/externalaccount/file_provider.go | 78 + .../credentials/internal/externalaccount/info.go | 74 + .../externalaccount/programmatic_provider.go | 30 + .../internal/externalaccount/url_provider.go | 93 + .../externalaccountuser/externalaccountuser.go | 110 + .../go/auth/credentials/internal/gdch/gdch.go | 182 + .../internal/impersonate/impersonate.go | 151 + .../internal/stsexchange/sts_exchange.go | 167 + .../go/auth/credentials/selfsignedjwt.go | 81 + .../go/auth/grpctransport/dial_socketopt.go | 62 + .../go/auth/grpctransport/directpath.go | 123 + .../go/auth/grpctransport/grpctransport.go | 329 + .../cloud.google.com/go/auth/grpctransport/pool.go | 119 + .../go/auth/httptransport/httptransport.go | 208 + .../go/auth/httptransport/trace.go | 93 + .../go/auth/httptransport/transport.go | 211 + .../go/auth/internal/credsfile/credsfile.go | 107 + .../go/auth/internal/credsfile/filetype.go | 149 + .../go/auth/internal/credsfile/parse.go | 98 + .../cloud.google.com/go/auth/internal/internal.go | 184 + .../cloud.google.com/go/auth/internal/jwt/jwt.go | 171 + .../go/auth/internal/transport/cba.go | 298 + .../auth/internal/transport/cert/default_cert.go | 62 + .../internal/transport/cert/enterprise_cert.go | 56 + .../internal/transport/cert/secureconnect_cert.go | 124 + .../go/auth/internal/transport/s2a.go | 180 + .../go/auth/internal/transport/transport.go | 76 + .../go/auth/oauth2adapt/CHANGES.md | 40 + .../cloud.google.com/go/auth/oauth2adapt/LICENSE | 202 + .../go/auth/oauth2adapt/oauth2adapt.go | 164 + vendor/cloud.google.com/go/auth/threelegged.go | 373 + .../go/compute/metadata/CHANGES.md | 26 + .../go/compute/metadata/metadata.go | 457 +- .../cloud.google.com/go/compute/metadata/retry.go | 2 +- .../go/compute/metadata/syscheck.go | 26 + .../version.go => metadata/syscheck_linux.go} | 18 +- .../go/compute/metadata/syscheck_windows.go | 38 + vendor/cloud.google.com/go/debug.md | 404 + vendor/cloud.google.com/go/doc.go | 294 + vendor/cloud.google.com/go/go.work | 177 + vendor/cloud.google.com/go/go.work.sum | 87 + vendor/cloud.google.com/go/iam/CHANGES.md | 14 + .../go/iam/apiv1/iampb/iam_policy.pb.go | 4 +- .../go/iam/apiv1/iampb/options.pb.go | 4 +- .../go/iam/apiv1/iampb/policy.pb.go | 4 +- .../go/kms/apiv1/autokey_admin_client.go | 1268 ++ .../go/kms/apiv1/autokey_client.go | 1345 ++ vendor/cloud.google.com/go/kms/apiv1/auxiliary.go | 69 + vendor/cloud.google.com/go/kms/apiv1/doc.go | 17 +- vendor/cloud.google.com/go/kms/apiv1/ekm_client.go | 111 +- .../go/kms/apiv1/gapic_metadata.json | 715 + .../go/kms/apiv1/key_management_client.go | 101 +- .../go/kms/apiv1/kmspb/autokey.pb.go | 828 + .../go/kms/apiv1/kmspb/autokey_admin.pb.go | 733 + .../go/kms/apiv1/kmspb/ekm_service.pb.go | 6 +- .../go/kms/apiv1/kmspb/resources.pb.go | 376 +- .../go/kms/apiv1/kmspb/service.pb.go | 6 +- vendor/cloud.google.com/go/kms/internal/version.go | 2 +- vendor/cloud.google.com/go/longrunning/CHANGES.md | 89 + vendor/cloud.google.com/go/longrunning/LICENSE | 202 + vendor/cloud.google.com/go/longrunning/README.md | 26 + .../go/longrunning/autogen/auxiliary.go | 69 + .../cloud.google.com/go/longrunning/autogen/doc.go | 117 + .../go/longrunning/autogen/from_conn.go | 30 + .../go/longrunning/autogen/gapic_metadata.json | 73 + .../go/longrunning/autogen/info.go | 24 + .../autogen/longrunningpb/operations.pb.go | 1230 ++ .../go/longrunning/autogen/operations_client.go | 869 + .../cloud.google.com/go/longrunning/longrunning.go | 182 + .../{compute/metadata => longrunning}/tidyfix.go | 4 +- vendor/cloud.google.com/go/migration.md | 50 + .../go/release-please-config-individual.json | 57 + .../go/release-please-config-yoshi-submodules.json | 439 + .../cloud.google.com/go/release-please-config.json | 11 + vendor/cloud.google.com/go/testing.md | 237 + .../Azure/azure-sdk-for-go/sdk/azcore/CHANGELOG.md | 24 + .../sdk/azcore/arm/policy/policy.go | 10 + .../sdk/azcore/arm/runtime/pipeline.go | 5 +- .../sdk/azcore/arm/runtime/policy_bearer_token.go | 1 + .../sdk/azcore/arm/runtime/policy_register_rp.go | 45 +- .../Azure/azure-sdk-for-go/sdk/azcore/ci.yml | 4 +- .../sdk/azcore/internal/exported/request.go | 10 +- .../sdk/azcore/internal/exported/response_error.go | 4 +- .../sdk/azcore/internal/log/log.go | 2 +- .../sdk/azcore/internal/pollers/async/async.go | 2 +- .../sdk/azcore/internal/pollers/body/body.go | 2 +- .../sdk/azcore/internal/pollers/fake/fake.go | 2 +- .../sdk/azcore/internal/pollers/loc/loc.go | 6 +- .../sdk/azcore/internal/pollers/op/op.go | 2 +- .../sdk/azcore/internal/pollers/util.go | 15 +- .../sdk/azcore/internal/shared/constants.go | 2 +- .../azure-sdk-for-go/sdk/azcore/policy/policy.go | 10 + .../sdk/azcore/runtime/policy_bearer_token.go | 8 +- .../sdk/azcore/runtime/policy_key_credential.go | 21 +- .../sdk/azcore/runtime/policy_sas_credential.go | 20 +- .../azure-sdk-for-go/sdk/azcore/runtime/poller.go | 9 +- .../azure-sdk-for-go/sdk/azcore/runtime/request.go | 101 +- .../sdk/azcore/runtime/response.go | 4 +- .../sdk/azcore/streaming/progress.go | 14 + .../azure-sdk-for-go/sdk/azidentity/.gitignore | 4 + .../azure-sdk-for-go/sdk/azidentity/CHANGELOG.md | 63 +- .../azure-sdk-for-go/sdk/azidentity/MIGRATION.md | 4 +- .../azure-sdk-for-go/sdk/azidentity/README.md | 22 +- .../sdk/azidentity/TOKEN_CACHING.MD | 2 +- .../sdk/azidentity/TROUBLESHOOTING.md | 32 +- .../azure-sdk-for-go/sdk/azidentity/assets.json | 2 +- .../azure-sdk-for-go/sdk/azidentity/azidentity.go | 3 + .../sdk/azidentity/azure_cli_credential.go | 33 +- .../sdk/azidentity/azure_pipelines_credential.go | 130 + .../sdk/azidentity/chained_token_credential.go | 2 +- .../Azure/azure-sdk-for-go/sdk/azidentity/ci.yml | 39 +- .../sdk/azidentity/client_assertion_credential.go | 2 +- .../azidentity/client_certificate_credential.go | 9 +- .../sdk/azidentity/confidential_client.go | 6 +- .../sdk/azidentity/default_azure_credential.go | 49 +- .../sdk/azidentity/developer_credential_util.go | 2 +- .../sdk/azidentity/device_code_credential.go | 4 +- .../sdk/azidentity/environment_credential.go | 5 +- .../azure-sdk-for-go/sdk/azidentity/errors.go | 46 +- .../azure-sdk-for-go/sdk/azidentity/go.work.sum | 25 +- .../azidentity/interactive_browser_credential.go | 4 +- .../sdk/azidentity/managed-identity-matrix.json | 17 + .../sdk/azidentity/managed_identity_client.go | 129 +- .../sdk/azidentity/managed_identity_credential.go | 9 +- .../sdk/azidentity/on_behalf_of_credential.go | 16 +- .../sdk/azidentity/public_client.go | 2 +- .../sdk/azidentity/test-resources-post.ps1 | 112 + .../sdk/azidentity/test-resources-pre.ps1 | 20 +- .../sdk/azidentity/test-resources.bicep | 220 +- .../azure-sdk-for-go/sdk/azidentity/version.go | 2 +- .../apps/confidential/confidential.go | 4 +- .../apps/public/public.go | 8 + vendor/github.com/Microsoft/go-winio/.golangci.yml | 10 +- vendor/github.com/Microsoft/go-winio/backup.go | 33 +- vendor/github.com/Microsoft/go-winio/file.go | 85 +- vendor/github.com/Microsoft/go-winio/fileinfo.go | 22 +- vendor/github.com/Microsoft/go-winio/hvsock.go | 47 +- .../Microsoft/go-winio/internal/fs/fs.go | 72 +- .../go-winio/internal/fs/zsyscall_windows.go | 9 +- .../Microsoft/go-winio/internal/socket/socket.go | 8 +- .../go-winio/internal/socket/zsyscall_windows.go | 9 +- .../go-winio/internal/stringbuffer/wstring.go | 2 +- vendor/github.com/Microsoft/go-winio/pipe.go | 125 +- vendor/github.com/Microsoft/go-winio/privilege.go | 9 +- vendor/github.com/Microsoft/go-winio/sd.go | 37 +- vendor/github.com/Microsoft/go-winio/tools.go | 5 - .../Microsoft/go-winio/zsyscall_windows.go | 205 +- .../aws/aws-sdk-go-v2/aws/go_module_metadata.go | 2 +- .../aws/middleware/private/metrics/metrics.go | 5 +- .../aws/aws-sdk-go-v2/aws/signer/v4/middleware.go | 29 - .../aws/aws-sdk-go-v2/aws/signer/v4/v4.go | 55 +- .../aws/aws-sdk-go-v2/config/CHANGELOG.md | 28 + .../aws/aws-sdk-go-v2/config/go_module_metadata.go | 2 +- .../aws/aws-sdk-go-v2/credentials/CHANGELOG.md | 28 + .../credentials/go_module_metadata.go | 2 +- .../aws-sdk-go-v2/feature/ec2/imds/CHANGELOG.md | 12 + .../feature/ec2/imds/go_module_metadata.go | 2 +- .../internal/configsources/CHANGELOG.md | 12 + .../internal/configsources/go_module_metadata.go | 2 +- .../internal/endpoints/v2/CHANGELOG.md | 12 + .../internal/endpoints/v2/go_module_metadata.go | 2 +- .../aws/aws-sdk-go-v2/service/ecr/CHANGELOG.md | 161 + .../aws/aws-sdk-go-v2/service/ecr/api_client.go | 338 +- .../ecr/api_op_BatchCheckLayerAvailability.go | 38 +- .../service/ecr/api_op_BatchDeleteImage.go | 38 +- .../service/ecr/api_op_BatchGetImage.go | 38 +- ...i_op_BatchGetRepositoryScanningConfiguration.go | 38 +- .../service/ecr/api_op_CompleteLayerUpload.go | 38 +- .../ecr/api_op_CreatePullThroughCacheRule.go | 68 +- .../service/ecr/api_op_CreateRepository.go | 42 +- .../service/ecr/api_op_DeleteLifecyclePolicy.go | 38 +- .../ecr/api_op_DeletePullThroughCacheRule.go | 42 +- .../service/ecr/api_op_DeleteRegistryPolicy.go | 38 +- .../service/ecr/api_op_DeleteRepository.go | 46 +- .../service/ecr/api_op_DeleteRepositoryPolicy.go | 38 +- .../ecr/api_op_DescribeImageReplicationStatus.go | 38 +- .../ecr/api_op_DescribeImageScanFindings.go | 49 +- .../service/ecr/api_op_DescribeImages.go | 37 +- .../ecr/api_op_DescribePullThroughCacheRules.go | 37 +- .../service/ecr/api_op_DescribeRegistry.go | 38 +- .../service/ecr/api_op_DescribeRepositories.go | 37 +- .../service/ecr/api_op_GetAuthorizationToken.go | 38 +- .../service/ecr/api_op_GetDownloadUrlForLayer.go | 38 +- .../service/ecr/api_op_GetLifecyclePolicy.go | 38 +- .../ecr/api_op_GetLifecyclePolicyPreview.go | 49 +- .../service/ecr/api_op_GetRegistryPolicy.go | 38 +- .../ecr/api_op_GetRegistryScanningConfiguration.go | 38 +- .../service/ecr/api_op_GetRepositoryPolicy.go | 38 +- .../service/ecr/api_op_InitiateLayerUpload.go | 38 +- .../aws-sdk-go-v2/service/ecr/api_op_ListImages.go | 37 +- .../service/ecr/api_op_ListTagsForResource.go | 38 +- .../aws-sdk-go-v2/service/ecr/api_op_PutImage.go | 38 +- .../ecr/api_op_PutImageScanningConfiguration.go | 38 +- .../service/ecr/api_op_PutImageTagMutability.go | 38 +- .../service/ecr/api_op_PutLifecyclePolicy.go | 38 +- .../service/ecr/api_op_PutRegistryPolicy.go | 38 +- .../ecr/api_op_PutRegistryScanningConfiguration.go | 38 +- .../ecr/api_op_PutReplicationConfiguration.go | 38 +- .../service/ecr/api_op_SetRepositoryPolicy.go | 38 +- .../service/ecr/api_op_StartImageScan.go | 38 +- .../ecr/api_op_StartLifecyclePolicyPreview.go | 38 +- .../service/ecr/api_op_TagResource.go | 38 +- .../service/ecr/api_op_UntagResource.go | 38 +- .../ecr/api_op_UpdatePullThroughCacheRule.go | 158 + .../service/ecr/api_op_UploadLayerPart.go | 38 +- .../ecr/api_op_ValidatePullThroughCacheRule.go | 163 + .../aws/aws-sdk-go-v2/service/ecr/auth.go | 284 + .../aws/aws-sdk-go-v2/service/ecr/deserializers.go | 1716 +- .../aws/aws-sdk-go-v2/service/ecr/endpoints.go | 416 +- .../aws/aws-sdk-go-v2/service/ecr/generated.json | 7 + .../service/ecr/go_module_metadata.go | 2 +- .../service/ecr/internal/endpoints/endpoints.go | 41 +- .../aws/aws-sdk-go-v2/service/ecr/options.go | 217 + .../aws/aws-sdk-go-v2/service/ecr/serializers.go | 159 + .../aws/aws-sdk-go-v2/service/ecr/types/enums.go | 32 + .../aws/aws-sdk-go-v2/service/ecr/types/errors.go | 138 + .../aws/aws-sdk-go-v2/service/ecr/types/types.go | 26 +- .../aws/aws-sdk-go-v2/service/ecr/validators.go | 125 + .../aws-sdk-go-v2/service/ecrpublic/CHANGELOG.md | 150 + .../aws-sdk-go-v2/service/ecrpublic/api_client.go | 338 +- .../api_op_BatchCheckLayerAvailability.go | 38 +- .../service/ecrpublic/api_op_BatchDeleteImage.go | 38 +- .../ecrpublic/api_op_CompleteLayerUpload.go | 38 +- .../service/ecrpublic/api_op_CreateRepository.go | 38 +- .../service/ecrpublic/api_op_DeleteRepository.go | 38 +- .../ecrpublic/api_op_DeleteRepositoryPolicy.go | 38 +- .../service/ecrpublic/api_op_DescribeImageTags.go | 37 +- .../service/ecrpublic/api_op_DescribeImages.go | 37 +- .../service/ecrpublic/api_op_DescribeRegistries.go | 37 +- .../ecrpublic/api_op_DescribeRepositories.go | 37 +- .../ecrpublic/api_op_GetAuthorizationToken.go | 38 +- .../ecrpublic/api_op_GetRegistryCatalogData.go | 38 +- .../ecrpublic/api_op_GetRepositoryCatalogData.go | 38 +- .../ecrpublic/api_op_GetRepositoryPolicy.go | 38 +- .../ecrpublic/api_op_InitiateLayerUpload.go | 38 +- .../ecrpublic/api_op_ListTagsForResource.go | 38 +- .../service/ecrpublic/api_op_PutImage.go | 38 +- .../ecrpublic/api_op_PutRegistryCatalogData.go | 38 +- .../ecrpublic/api_op_PutRepositoryCatalogData.go | 38 +- .../ecrpublic/api_op_SetRepositoryPolicy.go | 38 +- .../service/ecrpublic/api_op_TagResource.go | 38 +- .../service/ecrpublic/api_op_UntagResource.go | 38 +- .../service/ecrpublic/api_op_UploadLayerPart.go | 38 +- .../aws/aws-sdk-go-v2/service/ecrpublic/auth.go | 284 + .../service/ecrpublic/deserializers.go | 351 +- .../aws-sdk-go-v2/service/ecrpublic/endpoints.go | 378 +- .../aws-sdk-go-v2/service/ecrpublic/generated.json | 5 + .../service/ecrpublic/go_module_metadata.go | 2 +- .../ecrpublic/internal/endpoints/endpoints.go | 25 +- .../aws/aws-sdk-go-v2/service/ecrpublic/options.go | 217 + .../service/internal/accept-encoding/CHANGELOG.md | 4 + .../internal/accept-encoding/go_module_metadata.go | 2 +- .../service/internal/presigned-url/CHANGELOG.md | 12 + .../internal/presigned-url/go_module_metadata.go | 2 +- .../aws/aws-sdk-go-v2/service/kms/CHANGELOG.md | 28 + .../service/kms/api_op_CancelKeyDeletion.go | 52 +- .../service/kms/api_op_ConnectCustomKeyStore.go | 145 +- .../service/kms/api_op_CreateAlias.go | 131 +- .../service/kms/api_op_CreateCustomKeyStore.go | 291 +- .../service/kms/api_op_CreateGrant.go | 271 +- .../aws-sdk-go-v2/service/kms/api_op_CreateKey.go | 590 +- .../aws-sdk-go-v2/service/kms/api_op_Decrypt.go | 242 +- .../service/kms/api_op_DeleteAlias.go | 61 +- .../service/kms/api_op_DeleteCustomKeyStore.go | 96 +- .../kms/api_op_DeleteImportedKeyMaterial.go | 51 +- .../service/kms/api_op_DescribeCustomKeyStores.go | 99 +- .../service/kms/api_op_DescribeKey.go | 132 +- .../aws-sdk-go-v2/service/kms/api_op_DisableKey.go | 47 +- .../service/kms/api_op_DisableKeyRotation.go | 90 +- .../service/kms/api_op_DisconnectCustomKeyStore.go | 76 +- .../aws-sdk-go-v2/service/kms/api_op_EnableKey.go | 39 +- .../service/kms/api_op_EnableKeyRotation.go | 140 +- .../aws-sdk-go-v2/service/kms/api_op_Encrypt.go | 183 +- .../service/kms/api_op_GenerateDataKey.go | 269 +- .../service/kms/api_op_GenerateDataKeyPair.go | 273 +- .../api_op_GenerateDataKeyPairWithoutPlaintext.go | 172 +- .../kms/api_op_GenerateDataKeyWithoutPlaintext.go | 185 +- .../service/kms/api_op_GenerateMac.go | 111 +- .../service/kms/api_op_GenerateRandom.go | 119 +- .../service/kms/api_op_GetKeyPolicy.go | 34 +- .../service/kms/api_op_GetKeyRotationStatus.go | 120 +- .../service/kms/api_op_GetParametersForImport.go | 187 +- .../service/kms/api_op_GetPublicKey.go | 161 +- .../service/kms/api_op_ImportKeyMaterial.go | 218 +- .../service/kms/api_op_ListAliases.go | 88 +- .../aws-sdk-go-v2/service/kms/api_op_ListGrants.go | 82 +- .../service/kms/api_op_ListKeyPolicies.go | 59 +- .../service/kms/api_op_ListKeyRotations.go | 294 + .../aws-sdk-go-v2/service/kms/api_op_ListKeys.go | 45 +- .../service/kms/api_op_ListResourceTags.go | 89 +- .../service/kms/api_op_ListRetirableGrants.go | 85 +- .../service/kms/api_op_PutKeyPolicy.go | 100 +- .../aws-sdk-go-v2/service/kms/api_op_ReEncrypt.go | 270 +- .../service/kms/api_op_ReplicateKey.go | 301 +- .../service/kms/api_op_RetireGrant.go | 88 +- .../service/kms/api_op_RevokeGrant.go | 78 +- .../service/kms/api_op_RotateKeyOnDemand.go | 216 + .../service/kms/api_op_ScheduleKeyDeletion.go | 156 +- .../aws/aws-sdk-go-v2/service/kms/api_op_Sign.go | 190 +- .../service/kms/api_op_TagResource.go | 103 +- .../service/kms/api_op_UntagResource.go | 76 +- .../service/kms/api_op_UpdateAlias.go | 112 +- .../service/kms/api_op_UpdateCustomKeyStore.go | 238 +- .../service/kms/api_op_UpdateKeyDescription.go | 51 +- .../service/kms/api_op_UpdatePrimaryRegion.go | 134 +- .../aws/aws-sdk-go-v2/service/kms/api_op_Verify.go | 164 +- .../aws-sdk-go-v2/service/kms/api_op_VerifyMac.go | 94 +- .../aws/aws-sdk-go-v2/service/kms/deserializers.go | 584 + .../aws/aws-sdk-go-v2/service/kms/doc.go | 137 +- .../aws/aws-sdk-go-v2/service/kms/generated.json | 2 + .../service/kms/go_module_metadata.go | 2 +- .../aws/aws-sdk-go-v2/service/kms/options.go | 31 +- .../aws/aws-sdk-go-v2/service/kms/serializers.go | 149 + .../aws/aws-sdk-go-v2/service/kms/types/enums.go | 129 https://github.com/tektoncd/pipeline/compare/1eadef6a63051424cda6de9ed82664b49b7be145..579fe684ce5500480bf7561d27b7a3ac9bbc7c88
31ee36d
to
0c2b967
Compare
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.