Skip to content

Tags: tektoncd/results

Tags

v0.13.2

Toggle v0.13.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #902 from tekton-robot/cherry-pick-901-to-release-…

…v0.13.x

[release-v0.13.x] Fix the Unauthorized for the Rest API

v0.13.1

Toggle v0.13.1's commit message
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.

v0.13.0

Toggle v0.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v0.12.2

Toggle v0.12.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #872 from tekton-robot/cherry-pick-870-to-release-…

…v0.12.x

[release-v0.12.x] Fix Panic in the API server

v0.12.1

Toggle v0.12.1's commit message
Update Release image to go 1.22

Updating Go version image to go 1.22 in release pipeline

release-v0.12.0

Toggle release-v0.12.0's commit message
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>"

v0.12.0

Toggle v0.12.0's commit message
Bump gorm.io/driver/sqlite from 1.5.1 to 1.5.6

Bumps [gorm.io/driver/sqlite](https://github.com/go-gorm/sqlite) from 1.5.1 to 1.5.6.
- [Commits](go-gorm/sqlite@v1.5.1...v1.5.6)

---
updated-dependencies:
- dependency-name: gorm.io/driver/sqlite
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

v0.11.0

Toggle v0.11.0's commit message
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.

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v0.9.2

Toggle v0.9.2's commit message
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.