Skip to content
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

Bump github.com/tektoncd/results from 0.12.2 to 0.13.0 #185

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 14, 2024

Bumps github.com/tektoncd/results from 0.12.2 to 0.13.0.

Release notes

Sourced from github.com/tektoncd/results's releases.

Tekton Results release v0.13.0 "Tekton Results"

-Docs @ v0.13.0 -Examples @ v0.13.0

Upgrade Notices

We now support s3 and GCS logs reading for vector.dev forwarded logs in a certain format in addition to Loki.

Breaking Change from v0.11.0

If logging was enabled earlier, we need to pass the environment variable logs_api to the watcher deployment to enable logs streaming by the watcher to API.

Depreciation

Forwarding of logs by watcher would be removed in future releases.

Changes

Features

  • ✨ Provide configurations to store labels and Annotations in summary (#880)

You can provide args to watchers: summary_labels and summary_annotations to store labels/annotations present in the Top Level resource to the Result.Annotation field. The top Level Resource name is always saved as an object.metadata.name in the annotation.

  • ✨ Add Support for Blob Type (s3 and GCS) (#879)

Added support for reading forwarded logs to s3 and GCS. If the vector forwards logs to s3 and GCS, these logs can be read using Go CDK's blob library. Also, if the Result logging mechanism is changed to the plugin which doesn't use forwarding by watcher, we can read old logs if they exist.

  • ✨ Remove GRPC Proxy for v3 Log Rest API Call (#868)

The Rest API calls don't require translation for plugin Logs API.

  • ✨ Add watcher option logs_timestamps to store taskrun logs with timestamps (#789)

Add watcher option logs_timestamps to store TaskRun logs with timestamps (#671)

Misc

  • 🔨 Bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 (#882)
  • 🔨 Bump github.com/aws/aws-sdk-go-v2/config from 1.27.9 to 1.28.3 (#878)

... (truncated)

Commits
  • a3d212b Merge pull request #875 from tektoncd/dependabot/go_modules/github.com/aws/aw...
  • b07a565 Bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1
  • 7b09510 Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.5
  • d879440 Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.51.4 to 1.66.3
  • b40a29f Bump github.com/aws/aws-sdk-go-v2/config from 1.27.9 to 1.28.3
  • eb58c78 Apply suggestions from code review
  • 81ab347 Add Documentation for Blob Plugin Logging
  • ea139dd Fix Build tests failure in s3 due to deprecation
  • 63d0019 Add setup for S3 compatible log forwarding in Results
  • dfe269a Add Support for Blob Type (s3 and GCS)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/tektoncd/results](https://github.com/tektoncd/results) from 0.12.2 to 0.13.0.
- [Release notes](https://github.com/tektoncd/results/releases)
- [Commits](tektoncd/results@v0.12.2...v0.13.0)

---
updated-dependencies:
- dependency-name: github.com/tektoncd/results
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 14, 2024
@vdemeester vdemeester merged commit 3afe2f7 into main Nov 15, 2024
3 checks passed
@vdemeester vdemeester deleted the dependabot/go_modules/github.com/tektoncd/results-0.13.0 branch November 15, 2024 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant