Tekton Pipelines release v0.1.0
Pre-release
Pre-release
π First Tekton Pipelines Release! π
This is the very first release of Tekton Pipelines, which has built on the concept of the Build CRD, allowing users to declare typed inputs and outputs, and to combine multiple Builds (now called Tasks) into a Pipeline.
Features
Tasksallow users to definesteps(i.e. container images)- Steps which can be executed against typed Inputs and parameters to produce Outputs
- Cluster wide
ClusterTasksare supported - They can declare
Parameterswhich can be used in templatingsteps
PipelinescombineTaskstogether- Optionally they linking inputs and outputs between Tasks
- Tasks are executed sequentially in the order they are declared in the Pipeline.
- They can declare
Parameterswhich can be used in templatingTaskusage
PipelineResourcesare used as inputs and outputs. The following types are supported:- Git
- Image (templating of attributes only)
- Kubernetes Cluster
- Storage (currently only GCS)
TasksandPipelinescan be used repeatedly by instantiatingPipelineRunsandTaskRuns, which will cause these to execute.- Runs can be executed with user specified
ServiceAccounts - Runs can be cancelled
- Runs can be executed with user specified
Fixes
n/a
Misc
n/a