Tekton Operator follows the Tekton community release policy as follows:
- Versions are numbered according to semantic versioning:
vX.Y.Z
- A new release is produced on a monthly basis
- Four releases a year are chosen for long term support (LTS).
All remaining releases are supported for approximately 1 month (until the next
release is produced)
- LTS releases take place in January, April, July and October every year
- The first Tekton Operator LTS release will be v0.63.0 in November 2022
Tekton Operator produces nightly builds, publicly available on
gcr.io/tekton-nightly
.
More details are available in the Tekton Operator release documentation.
Tekton Operator releases are made of YAML manifests and container images. Manifests are published to cloud object-storage as well as GitHub. Container images are signed by Sigstore via Tekton Chains; signatures can be verified through the public key hosted by the Tekton Chains project.
Further documentation available:
- The Tekton Operator release documents
- The Tekton Operator release process
- Installing Tekton
- Standard for release notes
Older releases are EOL and available on [GitHub][tekton-pipeline-releases].