Skip to content

v0.14.0

Compare
Choose a tag to compare
@osp-pac osp-pac released this 21 Nov 09:20
· 1197 commits to main since this release
22af0ea

OpenShift Pipelines version v0.14.0

OpenShift Pipelines as Code patch version v0.14.0 has been released 🥳

Features

  • If there is any error for your pipelinerun you can now see a display of those errors and addition of a small snippet into the github checks or as vcs comment - PR DOC

202494794-74054894-d83d-42d0-97be-f94460fb8bfc

  • As an alpha preview feature, Pipelines as Code is now able to detect error inside the tasks if they are of a simple format and add as annotations on Github. See the Documentation here and the settings to enable the feature. PR

image

  • There are some removal and addition of new commands

    • tkn-pac setup command has been removed PR

    • In order to add webhook and update provider token we have introduced set of commands

      • tkn-pac webhook add Allows you to add new webhook secret for a given provider and update the value of the new webhook secret in the existing Secret object used to interact with Pipelines as Code Doc

        Screenshot from 2022-11-21 17-41-48

      • tkn-pac webhook update-token Allows you to update provider token for an existing Secret object to interact with Pipelines as Code Doc

        Screenshot from 2022-11-21 17-42-58

    • Enhanced functionality of tkn-pac create repo which now creates and configures webhook for Github, Gitlab and BitbucketCloud along with creating Repository. Doc

      Screenshot from 2022-11-21 17-48-08

  • tkn-pac describe command now display events in sorted order with latest 50 PR

  • pipelinerun should now have the log url included as annotation, this will let tkn pac describe to properly show the log link when describing a Pipelinerun. PR

Installation

To install this version you can install the release.yaml with kubectl for your platform :

Openshift

kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.14.0/release.yaml

Kubernetes

kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.14.0/release.k8s.yaml

Documentation

documentation is available here :

https://pipelinesascode.com

Changelog