Skip to content

divyansh42/pipeline

This branch is 272 commits behind tektoncd/pipeline:main.

Folders and files

NameName
Last commit message
Last commit date
Jul 30, 2024
Jul 3, 2024
Jul 17, 2024
Jul 24, 2024
Jul 24, 2024
May 28, 2024
Jul 5, 2024
Dec 8, 2022
Jul 31, 2024
Jul 30, 2024
Jul 25, 2024
Jun 18, 2024
Jul 30, 2024
Nov 28, 2023
Nov 6, 2020
Nov 13, 2023
Jun 18, 2024
Feb 5, 2024
Feb 26, 2024
Sep 13, 2022
Feb 28, 2023
May 28, 2024
Sep 26, 2018
Jun 18, 2024
Oct 18, 2023
Jun 18, 2024
Jun 11, 2024
Oct 26, 2023
Apr 29, 2019
Mar 2, 2020
Jul 30, 2024
Jul 30, 2024
Feb 2, 2019
Jul 5, 2024
Nov 9, 2022
Oct 4, 2022

Repository files navigation

pipe Tekton Pipelines

pre-commit Go Report Card CII Best Practices

The Tekton Pipelines project provides k8s-style resources for declaring CI/CD-style pipelines.

Tekton Pipelines are Cloud Native:

  • Run on Kubernetes
  • Have Kubernetes clusters as a first class type
  • Use containers as their building blocks

Tekton Pipelines are Decoupled:

  • One Pipeline can be used to deploy to any k8s cluster
  • The Tasks which make up a Pipeline can easily be run in isolation
  • Resources such as git repos can easily be swapped between runs

Tekton Pipelines are Typed:

  • The concept of typed resources means that for a resource such as an Image, implementations can easily be swapped out (e.g. building with kaniko v.s. buildkit)

Want to start using Pipelines

Required Kubernetes Version

  • Starting from the v0.24.x release of Tekton: Kubernetes version 1.18 or later
  • Starting from the v0.27.x release of Tekton: Kubernetes version 1.19 or later
  • Starting from the v0.30.x release of Tekton: Kubernetes version 1.20 or later
  • Starting from the v0.33.x release of Tekton: Kubernetes version 1.21 or later
  • Starting from the v0.39.x release of Tekton: Kubernetes version 1.22 or later
  • Starting from the v0.41.x release of Tekton: Kubernetes version 1.23 or later
  • Starting from the v0.45.x release of Tekton: Kubernetes version 1.24 or later
  • Starting from the v0.51.x release of Tekton: Kubernetes version 1.25 or later
  • Starting from the v0.59.x release of Tekton: Kubernetes version 1.27 or later
  • Starting from the v0.61.x release of Tekton: Kubernetes version 1.28 or later

Read the docs

The latest version of our docs is available at:

Version specific links are available in the releases page and on the Tekton website.

See our API compatibility policy for info on the stability level of the API.

See our Deprecations table for features that have been deprecated and the earliest date they'll be removed.

Migrating

v1beta1 to v1

Several Tekton CRDs and API spec fields, including ClusterTask CRD and Pipeline Resources fields, were updated or deprecated during the migration from v1beta1 to v1.

For users migrating their Tasks and Pipelines from v1beta1 to v1, check out the v1beta1 to v1 migration guide.

v1alpha1 to v1beta1

In the move from v1alpha1 to v1beta1 several spec fields and Tekton CRDs were updated or removed .

For users migrating their Tasks and Pipelines from v1alpha1 to v1beta1, check out the spec changes and migration paths.

Want to contribute

We are so excited to have you!

About

A K8s-native Pipeline resource.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.1%
  • Other 0.9%