Skip to content

Releases: tektoncd/results

v0.1.1

03 Feb 17:19
Compare
Choose a tag to compare

Patch Notes

  • Fixes issue where Watcher would fail to patch resources with Result/Record IDs if the object did not have any annotations.(#76)

Release Notes

Note: This is the first alpha Results release. We appreciate any feedback you can provide!

What's new:

  • v1beta1 Results API
    • Adds CRUD support for storing Results/Records in durable storage.
    • Supports CEL based List filtering for complex queries over data.
    • etag support to ensure stable data writes.
    • Includes deployable Kubernetes Service implementation.
  • Results Watcher
    • Kubernetes based implementation for watching TaskRun/PipelineRuns to
      automatically covert into Record data. Records are grouped in Results based
      on derived event identifiers (e.g. Trigger event, PipelineRun ID, etc).

Big thanks to all our contributors that made this happen:

Installation

See https://github.com/tektoncd/results/blob/release-v0.1.x/docs/install.md for installation instructions.

Results v0.1.0

01 Feb 20:56
Compare
Choose a tag to compare
Results v0.1.0 Pre-release
Pre-release

Note: This is the first alpha Results release. We appreciate any feedback you can provide!

What's new:

  • v1beta1 Results API
    • Adds CRUD support for storing Results/Records in durable storage.
    • Supports CEL based List filtering for complex queries over data.
    • etag support to ensure stable data writes.
    • Includes deployable Kubernetes Service implementation.
  • Results Watcher
    • Kubernetes based implementation for watching TaskRun/PipelineRuns to
      automatically covert into Record data. Records are grouped in Results based
      on derived event identifiers (e.g. Trigger event, PipelineRun ID, etc).

Big thanks to all our contributors that made this happen: