You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix the blob for s3 prefixed key
Prefix behave differently than normal folders. Folders don't
require a leading "/" but Prefix does.
Also, refactor to avoid the error during the clean func call.
Merge pull request #875 from tektoncd/dependabot/go_modules/github.co…
…m/aws/aws-sdk-go-v2/service/s3-1.66.3
Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.51.4 to 1.66.3
Pass Record name to the v1alpha3 API in tkn-results cli
Now user can pass record name in the format:
"<namespace>/results/<parent-run-uuid>/records/<child-run-uuid>"
Enable storing of Run Events as Record
All Events related to taskrun are stored when we are done with Runs
and in a single List.
This can be controlled by flag passed to watcher "store-event". Put
it to false disable storing of eventlist.
Record Name of EventList is stored as `results.tekton.dev/eventlist`
in TaskRun and PipelineRun.
Merge pull request #724 from tektoncd/dependabot/go_modules/github.co…
…m/cloudevents/sdk-go/v2-2.15.2
Bump github.com/cloudevents/sdk-go/v2 from 2.12.0 to 2.15.2
Disable Proxy for Rest to GRPC communication
This is internal communication and proxy isn't needed. Also,
GRPC is HTTP/2 and using proxy can cause problem as some of the
proxies are HTTP/1.1.