Skip to content

Tekton Pipeline release v0.19.0 "Somali Gort"

Compare
Choose a tag to compare
@tekton-robot tekton-robot released this 09 Dec 14:10

πŸŽ‰ Custom Tasks πŸŽ‰

-Docs @ v0.19.0
-Examples @ v0.19.0

Installation one-liner

kubectl apply -f https://storage.googleapis.com/tekton-releases/pipeline/previous/v0.19.0/release.yaml

Upgrade Notices

N/A

Features

  • ✨ Do not allow use of deprecated Conditions with custom tasks (#3601)

    Disallow use of Conditions in pipeline tasks that reference custom tasks

  • ✨ Plumb the TEKTON_RESOURCE_NAME env var into the cluster and PR reso… (#3555)

    Binary file (standard input) matches

  • ✨ Plumb the TEKTON_RESOURCE_NAME environment variable into more resou… (#3532)

    Binary file (standard input) matches

  • ✨ Add variable expansion for ImagePullPolicy in Tasks. See #3423 (#3488)

    Add variable expansion in Tasks for fields:

    • spec.steps[].imagePullPolicy
    • spec.sidecar[].imagePullPolicy
  • ✨ Integrate custom tasks into Pipelines (#3463)

    In package pkg/apis/pipeline/v1alpha1, the type of field RunStatusFields.Results has changed from
    v1beta1.TaskRunResult to v1alpha1.RunResult.

  • ✨ Add an unsuccessful TaskRun testcase in conformance tests (#3454)

Deprecation Notices

  • 🚨 The PascalCase fields in WhenExpressions is deprecated

    Tasks and Pipelines with WhenExpressions that were created using Tekton Pipelines v0.16.x need to be reapplied to fix the case of their json annotations (#3570)

Backwards incompatible changes

N/A

Fixes

  • πŸ› Fix PipelineRun serviceAccountNames for finally tasks (#3560)

    Fixes a bug where PipelineRun's serviceAccountNames and taskPodSpecs couldn't be applied on finally tasks and resulted in an error.

  • πŸ› Fix duplicate TaskRuns when Pipeline/PipelineRun labels are changed (#3558)

    Fix an issue where the PipelineRun controller could create duplicate TaskRuns if a Pipeline's or PipelineRun's labels are changed while the PipelineRun is running

  • πŸ› Consider not-found pod as permanent error when taskrun is done (#3542)

    Fix an issue where the taskrun controller would continue reconciling completed taskruns if pods in case of evicted pods

  • πŸ› optimize cycle detection logic in dag (#3539)

  • πŸ› Fix script step on CRI-O runtime (#3526)

Misc

  • πŸ”¨ Do not set the gitconfig option globally (#3574)

  • πŸ”¨ fix commen typo (#3546)

  • πŸ”¨ deleting redundant test file (#3556)

  • πŸ”¨ Use logstream in the duplicate_test (#3530)

  • πŸ”¨ pkg/apis: rename {Task,Pipeline}Interface into *Object (#3589)

  • πŸ”¨ retrieving deps outside of dag.build (#3583)

  • πŸ”¨ pkg/apis: remove duplicate substitution code. (#3579)

  • πŸ”¨ pkg/apis: unexport ApplyContainerReplacements (#3578)

  • πŸ”¨ pkg/apis: use pod.Template instead of v1beta1.PodTemplate (#3577)

  • πŸ”¨ tracker: use TrackReference instead of deprecated Track function (#3576)

  • πŸ”¨ pkg/apis: refactor GetTaskRunSpecs function (#3575)

  • πŸ”¨ pkg/apis: remove duplicate MergeStepsWithStepTemplate function (#3572)

  • πŸ”¨ Make examples runnable with kubectl πŸ‡ (#3564)

  • πŸ”¨ Refresh list of s390x excluded test (#3527)

  • πŸ”¨ Add some tests for pkg/git/git.go (#3523)

  • πŸ”¨ Use dogfooding skopeo image for e2e and examples tests (#3519)

  • πŸ”¨ Use dogfooding buildx image for multi-arch builds (#3514)

  • πŸ”¨ pkg/apis tests cleanup on duplicate test name πŸ’… (#3495)

  • πŸ”¨ Update plumbing dep to update google/go-licenses (#3422)

Docs

  • πŸ“– Add disable-creds-init property for feature-flags setting (#3573)

  • πŸ“– Add deprecated PascalCase fields in WhenExpressions to deprecated table (#3570)

    action required: Tasks and Pipelines with WhenExpressions that were created using Tekton Pipelines v0.16.x need to be reapplied to fix the case of their json annotations

  • πŸ“– Fix the internal document link typo in docs/auth.md (#3567)

  • πŸ“– Clarify input and output pipeline resource usage with PVC (#3535)

    Added more detail to the documentation about input/output PipelineResources.

  • πŸ“– Update docs when with version info (#3528)

  • πŸ“– Fix markdown styling (#3520)

  • πŸ“– Add a document to tell users how to configure Thread, QPS and Burst (#3508)

  • πŸ“– Correct the disabled link (#3507)

  • πŸ“– fixing broken links (#3562)

  • πŸ“– Format workspaces description and correct unclear words (#3547)

  • πŸ“– fix link to owners file in release readme (#3538)

  • πŸ“– updating readme for 0.18.1 (#3537)

  • πŸ“– Move the High Availability doc out of the developers subdirectory (#3536)

  • πŸ“– updating readme with 0.18 (#3511)

Thanks

Thanks to these contributors who contributed to v0.19.0!

Extra shout-out for awesome release notes: