RATATOSKRATATOSK
Sign in

Releases

AI-analyzed release notes for CNCF graduated and incubating projects.

Project: TektonClear ×
Tektonv1.15.0CI/CD & App DeliveryJul 31, 2026

Tekton v1.15.0 adds configurable behavior, corrects defects across controllers and runtime components, and updates project dependencies. No security advisories or explicitly described vulnerabilities are present.

Source
Tektonv1.6.6CI/CD & App DeliveryJul 30, 2026

This release contains an operator-facing defect correction. The remaining release-note content consists of headings, installation guidance, or attestation instructions rather than additional software changes.

Source
Tektonv1.14.1CI/CD & App DeliveryJul 22, 2026

A maintenance release fixes pipeline validation so $(results.*) references are accepted in Pipeline task parameters. Nothing else described requires operator attention.

Source
Tektonv1.6.5CI/CD & App DeliveryJul 8, 2026

This is a maintenance release centered on a Go dependency update for CVE remediation. The change is operator-facing.

Action needed (1)

  • securityGo 1.25.10 dependency update

    Go is updated to 1.25.10 for CVE remediation in this release.

Source
Tektonv1.9.6CI/CD & App DeliveryJul 8, 2026

Tekton v1.9.6 contains dependency updates for CVE remediation. The release affects Go and two golang.org packages, with no specific advisory identifiers or vulnerability details in the note.

Action needed (3)

  • securityGo 1.25.10 update

    Go is updated to 1.25.10 for CVE remediation in v1.9.6.

  • securitygolang.org/x/crypto v0.52.0 update

    golang.org/x/crypto is updated to v0.52.0 for CVE remediation in v1.9.6.

  • securitygolang.org/x/net v0.55.0 update

    golang.org/x/net is updated to v0.55.0 for CVE remediation in v1.9.6.

Source
Tektonv1.14.0CI/CD & App DeliveryJun 30, 2026

Release v1.14.0 adds tracing and observability capabilities and broadens ResolutionRequest resolution support. It also includes correctness fixes, a Go security-related update, and shipped dependency updates.

Action needed (1)

  • securityGo 1.26.4 update

    Go is updated to 1.26.4 in v1.14.0 for CVE remediation.

Source
Tektonv1.0.4CI/CD & App DeliveryJun 23, 2026

A maintenance release fixes the release pipeline by adding automated draft release support. It contains no other operator-facing product changes.

Source
Tektonv1.12.2CI/CD & App DeliveryJun 23, 2026

A maintenance release updates k8s.io/client-go from 0.35.5 to 0.35.6. The remaining release material does not describe a distinct operator-facing change.

Source
Tektonv1.3.6CI/CD & App DeliveryJun 23, 2026

Tekton v1.3.6 contains dependency update batches, with no functional or security changes described. The release material also includes installation instructions and attestation or verification metadata.

Source
Tektonv1.6.4CI/CD & App DeliveryJun 23, 2026

Nothing here needs operator attention. The release notes contain installation, attestation, and verification instructions, along with empty section headings, but no described product changes.

Source
Tektonv1.9.5CI/CD & App DeliveryJun 23, 2026

A maintenance release with three dependency updates, including an update to k8s.io/apimachinery from 0.33.12 to 0.33.13. Nothing else in the release requires operator attention.

Source
Tektonv1.13.1CI/CD & App DeliveryJun 15, 2026

A maintenance release with defect corrections and a behavior change affecting implicit resource settings for internal containers. No security advisories are disclosed.

Check if affected (1)

  • breakingDefault resource requirements for internal containers are removed

    Applies if you do not set default-container-resource-requirements.

    Tekton no longer applies default resource requests or limits to the internal containers prepare, place-scripts, working-dir-initializer, and sidecar-tekton-log-results when default-container-resource-requirements is unset.

Source
Tektonv1.12.1CI/CD & App DeliveryJun 15, 2026

A maintenance release with several correctness fixes and multiple dependency updates. Resolver behavior is narrowed so that only StepActions, Tasks, and Pipelines can be resolved, which requires review for users of Tekton Resolvers.

Check if affected (1)

  • breakingTekton Resolver object restrictions

    Applies if you use Tekton Resolvers.

    ResolutionRequest now fails when a resolver targets a non-Tekton object or arbitrary data. Tekton Resolvers are permitted to resolve only StepActions, Tasks, and Pipelines.

Source
Tektonv1.9.4CI/CD & App DeliveryJun 15, 2026

A maintenance release with correctness fixes, a security-relevant dependency update, resolver compatibility constraints, metric behavior changes, and additional dependency upgrades. The changes include a restriction on the object types handled by Tekton Resolvers and an update to gRPC.

Action needed (1)

  • securitycriticalgoogle.golang.org/grpc updated to 1.79.3 for CVE-2026-33186

    The google.golang.org/grpc dependency is updated from 1.77.0 to 1.79.3 to fix CVE-2026-33186, an authorization bypass caused by a missing leading slash in the :path header.

Check if affected (1)

  • breakingTekton Resolvers, limited to supported object types

    Applies if you use the Resolver API.

    Resolving a non-Tekton object now causes ResolutionRequest to fail. Tekton Resolvers only resolve StepActions, Tasks, and Pipelines; custom resolvers or ResolutionRequest users of the Resolver API for other object types no longer function.

Source
Tektonv1.6.3CI/CD & App DeliveryJun 15, 2026

Tekton v1.6.3 contains resolver validation and behavior corrections, along with fixes affecting cross-architecture execution and metrics. It also updates dependencies, including a gRPC change for CVE-2026-33186, so resolver users and dependency-sensitive deployments should review the release.

Action needed (1)

  • securitycriticalThe google.golang.org/grpc dependency fix for CVE-2026-33186

    The google.golang.org/grpc dependency includes a fix for CVE-2026-33186 in v1.6.3.

Check if affected (1)

  • breakingTekton Resolver target restrictions

    Applies if your ResolutionRequest objects use Tekton Resolvers.

    Tekton Resolvers now permit ResolutionRequest objects to resolve only StepAction, Task, and Pipeline resources. This restriction ships in v1.6.3.

Source
Tektonv1.3.5CI/CD & App DeliveryJun 15, 2026

A correctness-focused release fixes resolver behavior and updates dependencies. It also narrows the resolver input contract and changes pod metrics and labels.

Action needed (1)

  • breakingPod label removal

    The pod label is removed in this release.

Check if affected (1)

  • breakingThe Resolver API resolution scope

    Applies if you use custom resolvers and the Resolver API.

    Tekton Resolvers now resolve only StepActions, Tasks, and Pipelines. Custom resolvers or ResolutionRequest objects that use the Resolver API for other object types no longer function.

Source
Tektonv1.2.1CI/CD & App DeliveryJun 15, 2026

Nothing here needs operator attention. The release note contains installation and attestation information, with no described operator-facing changes.

Source
Browse by month