8000 Tags · tektoncd/results · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: tektoncd/results

Tags

v0.14.0

Toggle v0.14.0's commit message
Bump google.golang.org/api from 0.214.0 to 0.220.0

Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.214.0 to 0.220.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.214.0...v0.220.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

v0.13.4

Toggle v0.13.4's commit message
Fix Logs ordered from the Loki response

Before this logs weren't sorted. This fixes the logs order by utilizing
the unixtime in the value field.

v0.13.3

Toggle v0.13.3's commit message

Verified

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

…v0.13.x

[release-v0.13.x] Support for release to ghcr.io

v0.12.3

Toggle v0.12.3's commit message

Verified

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

…v0.12.x

[release-v0.12.x] Support for release to ghcr.io

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>"
0