You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A new configuration option DB_SSLROOTCERT was added with a default value of empty string. You do not need to set that value, unless you want to enforce TLS connection to your database and use custom CA certificate for it.
Added a new api endpoint for fetching summary and aggregation for list of records. Now you can directly get aggreagation data for a given list of records without fetching and processing on the client side.
This change will prevent the controller from directly pruning TaskRuns which are initiated by a PipelineRun. Instead these TaskRuns will be deleted only when the owner PipelineRun is deleted.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
-Docs @ v0.9.0
-Examples @ v0.9.0
Installation one-liner
Changes
Features
Maximum size of the response that a client can receive is increased to 100 MB
"check_owner" command line flag allows the Owner References check to be optional while deleting resources.
A new configuration option DB_SSLROOTCERT was added with a default value of empty string. You do not need to set that value, unless you want to enforce TLS connection to your database and use custom CA certificate for it.
Added a new api endpoint for fetching summary and aggregation for list of records. Now you can directly get aggreagation data for a given list of records without fetching and processing on the client side.
action required: The gRPC and REST response for GetLog API changed. Refer to the REST API Specs doc.
Fixes
This change will prevent the controller from directly pruning TaskRuns which are initiated by a PipelineRun. Instead these TaskRuns will be deleted only when the owner PipelineRun is deleted.
Fix authorization check to include the Groups and Extras from the token access review.
Fix subgroups not working in CEL filtering
DB_NAME and DB_HOST should be configurable via configmap.
Misc
Drop NET_BIND_SERVICE capability from results deployments.
🔨 Use enviornment variables for watcher cli args (Use enviornment variables for watcher cli args #662)
🔨 improve watcher logs (improve watcher logs #626)
🔨 refactor: move tkn-results into the main tree (refactor: move tkn-results into the main tree #592)
action required: tkn-results has been moved into the main tree of tekton results
Drop NET_BIND_SERVICE capability from results deployments.
🔨 Use enviornment variables for watcher cli args (Use enviornment variables for watcher cli args #662)
🔨 improve watcher logs (improve watcher logs #626)
🔨 Remove Config Values as Env var in API server (Remove Config Values as Env var in API server #608)
DB_NAME and DB_HOST should be configurable via configmap.
action required: tkn-results has been moved into the main tree of tekton results
Docs
Thanks
Thanks to these contributors who contributed to v0.9.0!
Extra shout-out for awesome release notes:
This discussion was created from the release Tekton Results release v0.9.0 "Tekton Results".
Beta Was this translation helpful? Give feedback.
All reactions