Skip to content

Releases: tektoncd/results

v0.3.0

08 Sep 16:06
Compare
Choose a tag to compare

Changes

Installation

See https://github.com/tektoncd/results/blob/v0.3.0/docs/install.md

Upgrade instructions

Due to deployment selector changes, this version cannot be cleanly upgraded from a previous version. If you are upgrading, please delete previous deployments first by running:

$ kubectl delete deployment tekton-results-watcher tekton-results-api -n tekton-pipelines

v0.2.0

21 Apr 19:00
Compare
Choose a tag to compare

Release Notes

  • Adds TLS support to API endpoints.
  • Adds authentication/authorization support to API server based on Kubernetes RBAC.
  • Adds Prometheus metrics to API server.
  • Adds order_by field to List APIs to allow for response ordering.

Installation

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

Contributors

Hashes

File MD5 CRC32C
release.yaml QaS9LmmgV9v/lmA5t2VINw== PqGOSA==

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: