Tekton Results release v0.13.0 "Tekton Results" #883
khrm
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
-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
You can provide args to watchers:
summary_labels
andsummary_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.
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.
The Rest API calls don't require translation for plugin Logs API.
Add watcher option logs_timestamps to store TaskRun logs with timestamps (#671)
Misc
Thanks
Thanks to these contributors who contributed to v0.13.0!
Extra shout-out for awesome release notes:
This discussion was created from the release Tekton Results release v0.13.0 "Tekton Results".
Beta Was this translation helpful? Give feedback.
All reactions