results icon indicating copy to clipboard operation
results copied to clipboard

Long term storage of execution results.

Results 88 results issues
Sort by recently updated
recently updated
newest added

### Feature request With Tekton Pipelines [v0.43.0](https://github.com/tektoncd/pipeline/releases/tag/v0.43.0), we have our first version of Tekton v1 APIs. Results should be able to support reconciliation of v1 objects. ### Use case Archive...

kind/feature
area/roadmap
lifecycle/frozen

# Expected Behavior I expect that the PipelineRun YAML are saved completely as it appears in Openshift including the taskRunTemplate. But that is not the case. kind: "PipelineRun" spec: .........

kind/bug

Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.16.0 to 1.19.0. Release notes Sourced from github.com/prometheus/client_golang's releases. v1.19.0 What's Changed The module prometheus/common v0.48.0 introduced a bug when used together with client_golang. If your project...

needs-rebase
ok-to-test
size/XXL
do-not-merge/release-note-label-needed
dependencies

Bumps [github.com/tektoncd/cli](https://github.com/tektoncd/cli) from 0.29.0 to 0.36.0. Release notes Sourced from github.com/tektoncd/cli's releases. v0.36.0 Changelog e0dddfbda New version v0.36.0 v0.35.1 Release 🎉 This is a patch release addressing a breaking change...

needs-ok-to-test
size/XXL
do-not-merge/release-note-label-needed
dependencies

Bumps [gocloud.dev](https://github.com/google/go-cloud) from 0.27.0 to 0.37.0. Release notes Sourced from gocloud.dev's releases. v0.37.0 blob s3blob: Support S3 server side encryption headers for Write and Copy. gcsblob: Ensure driver sets Content-Type...

release-note-none
ok-to-test
size/XXL
dependencies

Bumps [github.com/cloudevents/sdk-go/v2](https://github.com/cloudevents/sdk-go) from 2.12.0 to 2.15.2. Release notes Sourced from github.com/cloudevents/sdk-go/v2's releases. Release v2.15.2 What's Changed Patch for a potential security issue. See CVE-2024-28110. Note: this could be a breaking...

release-note-none
size/L
ok-to-test
lgtm
dependencies
kind/security

# Changes Fixes #514 /kind bug # Submitter Checklist These are the criteria that every PR should meet, please check them off as you review them: - [ ] Has...

kind/bug
needs-rebase
release-note
do-not-merge/work-in-progress
do-not-merge/hold
size/M

Events are stored when we are done with Runs and in a single List. # Changes # Submitter Checklist These are the criteria that every PR should meet, please check...

kind/feature
needs-rebase
size/XXL
release-note
do-not-merge/work-in-progress
do-not-merge/hold

Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.7+incompatible to 24.0.9+incompatible. Release notes Sourced from github.com/docker/docker's releases. v24.0.9 24.0.9 For a full list of pull requests and changes in this release, refer to the relevant...

size/XS
release-note-none
ok-to-test
lgtm
dependencies

There is a step in a pipeline run which fails with an error (the application exits with a non-zero exit code). Unfortunately the log content is not stored. All other...

kind/bug